Slashdot Mirror


User: Joe+Groff

Joe+Groff's activity in the archive.

Stories
0
Comments
84
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 84

  1. Re:Konqueror on Alternative Browser Review · · Score: 1
    Konqueror does indeed have JavaScript support now. You have to explicitly enable it in the options, similar to iCab. You can enable/disable JavaScript on a site-by-site basis, or just turn it on for all or no sites as well.

    - Joe

  2. Re:DeCSS mirror on More DeCSS Time-Warner Hypocrisy · · Score: 3
    Slashdot has already been hosting the css_descramble code in my User Info.

    - Joe

  3. I can see it now.. on Armed Robot Guards - Sorta · · Score: 1
    $ telnet death-robot
    Connected to death-robot.
    Escape character is '^]'.

    login: joe
    Password:

    $ killall -9 sendmail

    - Joe

  4. Re:Questions on Ask The DeCSS Legal Team · · Score: 1
    So, so you think you can tell
    Heaven from hell? Blues skies from pain?
    Can you tell a green field from a cold steel rail?
    A smile from a veil?
    Do you think you can tell?

    And did they get you to trade your heroes for ghosts?
    Hot ashes for trees? Hot air for a cool breeze?
    Cold comfort for change? Did you exchange
    A walk-on part in the war for a lead role in a cage?

    (pink floyd kicks ass)

    - Joe

  5. Re:Questions - you forgot one on Ask The DeCSS Legal Team · · Score: 1
    Boxers or briefs?
    And do said boxers or briefs have the DeCSS code printed on them?
    If so, where can I get a pair?

    - Joe

  6. Re:AMD and Intel on AMD and SuSE Porting Linux to Sledgehammer · · Score: 2
    GCJ is working on this sort of thing; it compiles Java source to native code, and can also compile Java .class bytecode into native code as well. It also has some cool features, like the ability for native compiled code to call on Java bytecode, etc. It's a cool project, check it out.

    - Joe

  7. How many times will this be posted... on Sir Alec Guinness Dies · · Score: 3
    He has become more powerful than you can possibly imagine.


    - Joe

  8. Is this news? on New Images Of Titan's Surface Released · · Score: 2
    That Titan movie was a flop, why would anyone care about the surface of..

    Oh, you're talking about the moon Titan. Sorry :-)

    - Joe

  9. Wow on The "Colorado Junk Email Law" · · Score: 2
    If I had a dime for every piece of spam sent to me...

    Wait a sec, I guess I *can* now. :-)

    - Joe

  10. Re: I am going to sue your thieving ass on 87M Hosts on the Internet? · · Score: 1
    Then I am going to sue AOL for trying to sell a product they no longer owned.

    But AOL is a major corporation; surely they wouldn't do anything wrong like that!

    - Joe

  11. Re:How the hell can it grow? on 87M Hosts on the Internet? · · Score: 1
    Hey - how could she have the Internet on her hard drive? The AOL commercials said it was MY Internet! I know, because I have the Internet right here on my computer. Your sister is a dirty liar!

    - Joe

  12. Re:a quote from rms on Richard M. Stallman Visits Teradyne · · Score: 1
    This has got to be the first time a reply in a goat-fucker thread has been moderated up.

    What is the world coming to?

    - Joe

  13. Re:NetBSD .. ok.. on PPC Linux Distro Comparisons · · Score: 2
    Well, Apache and php3 should be available on PPC; I don't know about mysql, but I don't see why it wouldn't be.

    For the Open Firmware, grab the System Disk tool (you'll need MacOS 8 or 9). There is a mini-tutorial (with pictures :-) which should get you started. If the stuff there doesn't get you going, you can probably find tips in the mailing list archives.

    - Joe

  14. Re: NetBSD (that's wrong) on PPC Linux Distro Comparisons · · Score: 1
    Well, it was my opinion, OK :-) I haven't played with PowerPC Linux/BSD since my last Mac died a couple months ago, but at the time I installed it, I had no end of trouble trying to get LinuxPPC going, while NetBSD was still a bit of a pain, but worked after a while. The tides may have turned since then, but the same sort of people who would put Linux on a PPC box may want to try NetBSD as well. It's all about options.

    - Joe

  15. Re:NetBSD .. yeah? on PPC Linux Distro Comparisons · · Score: 1
    Well, my Mac w/ NetBSD died a while ago, so I'm relying on memory here. But you can tweak the Open Firmware on the PowerMacs in order to boot off a NetBSD partition. This is probably possible with the Linux PPC distros, although at least LinuxPPC and Yellow Dog by default like to use yaboot or BootX in order to boot Linux from MacOS, and leave the firmware alone.

    Still, if you're looking for the same sort of support you get on Linux or FreeBSD on x86, you'll find both NetBSD and Linux are a bit lacking, both in application and driver support. GCC doesn't have good PowerPC optimization (or it didn't; this may have changed recently with Apple's work on Darwin/MacOS X). A lot of programs are only tested on x86 and so have annoying portability snags. Of course, commercial applications haven't even heard of platforms beyond x86. But give it a shot; you can find old PowerMacs easy as shops try to get rid of them to make way for "more modern" Micro$oft (or Linux ;-) setups, and they make much nicer small servers than junky old 486s if you get them going.

    - Joe

  16. NetBSD on PPC Linux Distro Comparisons · · Score: 3
    NetBSD has a much more mature PowerPC port than any of the current Linux PowerPC ports, IMHO. If you want Unix on a Mac, this is probably your best bet. Hell, NetBSD runs on almost any other platform you can dream up.

    Also, for the security-conscious, OpenBSD has a PowerPC port in progress as well.

    - Joe

  17. Re:Please help me do something about this.... on Napster Aftermath: Fan Vs. Corporate Rights · · Score: 1
    Is a boycott really the best way to handle this? I don't think that the numbers of us angry revolutionaries is enough to seriously dent the RIAA's grotesque income. Also, keep in mind that by not buying CD's because of Napster, you'll only be proving their argument that people who use Napster and other file-sharing systems buy fewer actual CD's.


    - Joe

  18. NeXTSTEP Exception Handling on Why Port from UNIX to OS X? · · Score: 2
    Objective-C has an (arguably) annoying syntax, limited type checking, no access control and lacks exception handling.

    It has been a while since I last used the OpenStep API, but IIRC, there were macros NS_DURING, NS_HANDLER, and NS_ENDHANDLER which you could use to bracket code like try { } catch() { }, and exceptions were raised by the raise message to an NSException. It's not as pretty as Java's language-level exception handling, but it's still there. And hey, Python doesn't have access control either. Remember the programmer is in charge, even in OO programming; s/he shouldn't have to directly access private object data normally, but s/he should be able to when the need arises. :-) -Joe

    - Joe

  19. Re:GNUStep on Why Port from UNIX to OS X? · · Score: 1
    Well, I too am frustrated by GNUstep's poor progress; however, I do believe that the release of MacOS X might incite more interest in GNUstep development, once people are able to develop with the OpenStep (or "Cocoa", I guess) API and realize how great it is, and want to be able to use it on other platforms.

    - Joe

  20. GNUStep on Why Port from UNIX to OS X? · · Score: 1
    Assuming that most MacOS X apps will be written in the "Cocoa" API (which is essentially the next version of OpenStep), they could be brought over to Linux and other Unices via GNUstep, which has made significant headway towards implementing the OpenStep API on Unix. While the Interface Kit (which is the widget library porviding the NeXTSTEP widgets [or Aqua widgets on MacOS X]) is still in need of improvement, the Application Kit (which provides a TON of extremely useful classes for any sort of application development, CLI or GUI) is very nearly MacOS X-compliant. I believe distant/distributed objects are even talking between GNUstep/MacOS X already. When/If GNUstep reaches 1.0, I would recommend it to people writing Linux apps even if they weren't aiming for a MacOS X port. The well-designed and elegant Objective-C/OpenStep API blows away the C++/Qt and C/GTK+ APIs we've become latched to lately.

    - Joe

  21. Piracy doesn't do jack shit to them on Civil Disobedience and DeCSS · · Score: 1
    What the big studios need to realize is that movie/music/whatever "piracy" doesn't hurt them one bit. The kind of people who would yank that stuff of the 'Net for free wouldn't pay for it anyway!

    - Joe

  22. Re:(random flamebait) on Microsoft's 'Freedom to Innovate' Brochure · · Score: 1
    Gotta love this random quote from their website:
    All of us owe MSFT a measure of appreciation for creating an "operating system" which allows almost anyone with interest to become semi- literate in computer operation.
    Notice the quotation marks around "operating system". Even their supporters realise that Windows clearly doesn't deserve that classification.
  23. Crackers on Cracker Endangered Astronauts · · Score: 1

    Someone should tell Nabisco to make less dangerous crackers before they make
    their next delivery to NASA.

  24. Re:netbsd on ARM-Based ATX Mobos · · Score: 1

    Don't worry about lack of tools or programs for NetBSD. Practically anything that compiles for FreeBSD or OpenBSD (assuming it doesn't use x86 assembler or
    other such stuff) will compile for NetBSD without changes. On some platforms (x86 at least), it has the ability to run Linux binaries too, if you have Linux libraries installed as well.

  25. Re:Google on Yahoo Will Use Google Instead Of Inktomi · · Score: 1

    If you liked Altavista' search, but you don't like wading through all their portal crap, try http://www.raging.com/, which
    has the Altavista search without any extra fluff.