Slashdot Mirror


User: BobNET

BobNET's activity in the archive.

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

Comments · 330

  1. Re:getting excercise is not that tough.... on Health Problems Related to the Geek Lifestyle · · Score: 1

    You work and take classes seven days a week?

  2. Re:The whole trilogy?? on LOTR Jumps the Shark · · Score: 1
    How much of the content could possibly be retained in a stage show that runs about a quarter as long, and made interesting and comprehensible to a general audience?

    There was hardly any character development, so I'd recommend reading the books or seeing the movies before going to see the stage version.

    Aside from that, it was pretty amazing just to see how much they actually were able to retain from the books in only three and-a-half hours. Gollum was one of the highlights; they succeeded in making the audience sympathize with him (he secretly sings along with Frodo and Sam as he remembers being Smeagol). And the Balrog scene alone was well worth the price of admission.

    However, there were a few major changes to help with the flow of the story.

    <spoilers>

    • Faramir is gone, and Eowyn's role is reduced.
    • The Battle of the Pelennor Fields is combined with the battle in front of the Black Gate.
    • Saruman dies in front of Bag-End.

    </spoilers>

  3. Re:The whole trilogy?? on LOTR Jumps the Shark · · Score: 1
    Hope they kept the Tom Bombadil storyline.

    They didn't, except for a mention at the end when Gandalf said he was going to see an old friend of his.

    Although it would have been one of the easier parts to translate into a stage musical... the lyrics had already been written for you. Too bad it would have added another 20 or 30 minutes to the length of the show.

  4. Re:My first thought was... on LOTR Jumps the Shark · · Score: 1
    Hmmm. I wonder if they use MSWindows, on a wireless network?

    They might; it broke down twice when I was there...

  5. Re:This is why... on Neighborhood WiFi Security · · Score: 1
    I don't even lock my doors.

    You must live in Canada.

  6. Re:Extra packages showing bad form? on Gentoo 2006.0 Screenshot Tour · · Score: 3, Funny
    Calling the user "you hoser"? I know Gentoo is a hobbyists distro but c'mon, should at least maintain a level of professionalism.

    Take off, eh!

  7. Re:Explain this to me then on Consumers vs. IP Owners: The Future of Copyright · · Score: 1

    That's true; I had forgotten that MJ split the rights with Sony. I guess your post could have been taken in two completely different ways depending on whether one knew that or not... :-P

  8. Re:Explain this to me then on Consumers vs. IP Owners: The Future of Copyright · · Score: 1

    Um, do you know who owns the publishing rights to most of the Beatles' songs?

    It's Sony. This is about par for the course for them...

  9. Re:Irony on Novell Makes Public Release of Xgl Code · · Score: 1

    Don't worry, he'll get to it once HURD is done, any day now! No point in writing printer and video drivers if there's no free operating system, eh!

  10. Re:Is RMS relevant? on RMS says Creative Commons Unacceptable · · Score: 1
    Copyright is an entirely legal (and fairly recent) construct.

    only if you define "recent" as "200 years ago."

    The Americans think 100 years is a long time, while the British think 100 miles is a long drive...

  11. Re:He just won't support the brand. on RMS says Creative Commons Unacceptable · · Score: 1

    * Lawrence Lessig, Professor of Law at Stanford University

    Guess who the Chairman of the Board of Directors of Creative Commons is?

    * Richard M. Stallman, Founder of FSF and the GNU Project and author of the GNU GPL
    ...
    Please recall that FSF!=RMS and vice versa.

  12. Re:She's a t'rrst on Librarian Stands up to the Feds · · Score: 1

    Yeah, but she was the first thing he ever checked out at a library.

  13. Re:The FBI? on Boing Boing Threatened By Software Creator · · Score: 1

    Who's ever heard of London, Ontario?!?!

  14. Re:Incomprehensible on First Draft of GPL Version 3 Released · · Score: 1

    Really, why not make a license that I don't need to be a lawyer to understand?

    That's what the BSD license is for...

  15. Re:Obligatory Richard Pryor on Forecasting Doomsday · · Score: 1

    What are you pointing out Toronto's weather for? They're the ones who, seven years ago this week, called in the Canadian Army when they got a light dusting of snow...

  16. News Flash! on GP2X Linux Handheld Makers Don't Understand GPL · · Score: 1

    This just in: someone doesn't understand the GPL! Dog bites man! Details at 11!

  17. Re:Are you serious? on The Importance of Commenting and Documenting Code? · · Score: 1

    Good luck in figuring out what the uncommented code does after the programmer is gone, then...

  18. Re:of course it helps... on NetBSD's Crypto-Graphic Disk · · Score: 3, Informative

    I have no idea why these mechanisms are not enabled by default on these OSes (not even on OpenBSD!) as the overhead really isn't that noticble...

    Swap is now encrypted by default in OpenBSD 3.8: http://marc.theaimsgroup.com/?l=openbsd-cvs&m=1111 85331505174&w=2

  19. Re:Full credit for trying something different... on Barenaked USB Drive · · Score: 5, Informative

    From another article:

    [Steven Page] said he believes if someone purchases a CD or a download, then they should have the right to copy the music to cassette for their car, to CD for their home stereo, or to their iPod.

    "I think largely the paranoia about people sharing music is a construct of the music business trying to find a way for itself to stay relevant."

    BNL didn't always feel that way. In 2000, the band sent out fake songs over the Internet to thwart downloaders. Instead of getting BNL music, people who illegally obtained the songs discovered pitches from the band to purchase their latest recording.

    However, that last paragraph isn't exactly accurate. What you could download was the whole song, but into it was spliced (and not mixed, so it was easily undone) several of the band members encouraging people to go out and buy the album. One segment was an outgoing answering machine message...

    And in 2003 they put instrumental versions of most of the songs on their then-current album on the P2P networks. Not that encouraging karaoke is that great a thing to do, though...

  20. Re:When will OSI licenses really start working? on A Comparison of Solaris, Linux, and FreeBSD Kernel · · Score: 1

    Did the same developer(s) look directly at the GPL'ed driver code, and the write a BSD implementation?

    Pretty much. In the case of the Ralink driver the Linux code contained its own 802.11 layer (along with the hardware access layer). OpenBSD already had a generic 802.11 layer so it was probably easier to sort through the code and figure out how the hardware was being accessed, then write new BSD code based on those findings.

    Although I'm sure the *BSDs have used clean-room design in other cases, too...

  21. Re:When will OSI licenses really start working? on A Comparison of Solaris, Linux, and FreeBSD Kernel · · Score: 3, Informative

    No, but a GPL driver can be used as a reference when writing a BSD-licensed one. This happened when the OpenBSD project reverse-engineered the Ralink 802.11 driver from Linux, for instance.

  22. Re:Welcome to modern times. on Lunar Eclipse October 17 12:00 GMT · · Score: 2, Informative

    But people still get excited when the moon gets dark for a few seconds.

    Consider the distances involved: a 12800km wide object is almost completely blocking the Sun from reaching a 3500km wide object that is 400000km away. The fact that this happens at all is the reason some of us are excited.

    And although this is a partial eclipse, it's going to last more than "a few seconds". Probably closer to an hour...

  23. Re:Making CDs is bound to a license on Playing CDs a Privilege Not A Right · · Score: 1

    What you may see instead is the Copy Protected Disc logo, as seen here.

    I bought one of those by accident yesterday. Fortunately the copy-protection is completely software-based, and I have autorun disabled on all drives. EAC read it just fine. Presumably it had a data track with WMA files on it, or something...

  24. Re:Real security has to be build into the foundati on The Six Dumbest Ideas in Computer Security · · Score: 1, Redundant
    Sun Dec 3 17:49:23 CET 2000

    Wow! Did you notice your system's clock is off by almost 5 years?

  25. Re:Then Stallman added... on Stallman Claims Linux Trademark Doesn't Matter · · Score: 1

    Have you seen Richard Stallman? I don't think he should take his shoes off, EVER.