Slashdot Mirror


User: rweir

rweir's activity in the archive.

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

Comments · 261

  1. Re:Arrgghhh!!! on Slashback: Pricedrops, Honor, Games · · Score: 1

    Hey, could you go buy one of those phat TiBooks? Thanks dude.:)

  2. Re:This is not a "bad" thing... on Debian And WineX · · Score: 1

    I'm fairly sure that the deal with hte LGPL is that All modifcations remain under the LGPL. You have to grant royalty-free patent licenses, but you can link non-Free code against LGPL code.
    So, Transgaming can use LGPL code if they want to, but it would be a bitch to set up their build system.
    I think they're just whining because they can't Close the entire Win tree.

  3. Re:Stallman is hostile... on RMS Replies to "The Stallman Factor" · · Score: 1

    For those who don't remember why GNU didn't support KDE way back in the day, the story happened thusly:

    KDE (most of which was licensed under the GPL) links against Qt, which, at the time (pre Qt 1.44, IIRC), was licensed under a non-Free license which was (obviously) not compatible with the GPL, which means that it was not possible to run KDE without breaching someones license. All the KDE guys had to do was add a specific exception to the KDE license that specifically allowed people to use KDE with the non-Free Qt and everyone would be (fairly) happy. For one reason or another, they did not, meaning it was impossible to use KDE without breaching it's license (the GPL). This is the reason that Debian and Red Hat, among others, did not distribute KDE before version 2.0, whence KDE was linked against Qt 2.2, licensed under a dual QPL/GPL license.
    This was a serious issue at the time, since it made the whole KDE project rather legally dubious; GNU tried to convince Trolltech to Free up Qt, then when that failed, they tried to start up a Free clone (Harmony). Harmony stalled, so GNU threw their support behind GNOME, based on the LGPL'd Gtk+. The outcry from a whole lot of people (including GNU, Debian, Red Hat and especially RMS) eventually convinced Trolltech to release Qt under the QPL, a slightly more Free license than before (modifcations could only be released as patches), then later, under a dual QPL/GPL license.

  4. Hardware? on E3 Doom III Preview · · Score: 1

    Has there been any news about how much hardware this is going to take? Are we talking Duron 1GHz/GeForce2 or more like Athlon 2.2GHz/GeForce4?
    Either way, I guess I'm gonna have to do something about this P3-450MHz/TNT box if I want the latest in simulated violence!

  5. Bloody hell! on The Lone Gunmen Aren't Dead? · · Score: 1

    Thanks guys! First you spoiled the final season by telling me that the Lone Gunmen die, then, before I've even had a chance to see that friggin' episode, you tell me "er..no, not really", thus spoiling the final episode!

  6. Re:Abuse of process on Using the USPTO Against Itself · · Score: 1

    Hmmm...I'm not sure I want to read a Heinlein book about Human-Mouse hybrids...the memories the various incestuous orgies in the the Moon series are still too fresh;)

    Love the books, but Heinlein was a sick fuck.;)

  7. Re:Actually, we have something closer. on Jordan Hubbard moves to new OpenDarwin.org · · Score: 1

    I don't know if it's your server or my browser (Galeon 1.2.0), but those links are spitting out perl code rather than .pngs.

  8. Re:Hmmm on Q&A With Vivendi Rep About Bnetd · · Score: 1

    If you don't nip something in the bud, eventually you can't litigate against it.

    If you DO nip something in the bud, well then you're evil THEN TOO! Now THERE'S some logic for ya.


    I'm not sure about anyone else, but I would question WHY they want to be able to eventually litigate against it. Isn't bnetd just a Free battle.net server clone? Why on earth should Vivendi or Blizzard or whoever have any right to be able to shut that down?

  9. McAfee Virus Scan on Don't Hit That Back Button · · Score: 1

    Here at uni, all the win2000 machines (too lazy to walk to the cs building) run McAfee Virus Scan.
    When I tried to save the exploit code from the bugtraq archive, it pops up to tell me the file is infected with 'Exploit-CodeBase'. Fair enough, I thought, McAfee is certainly on the ball today, getting an update out so quickly.
    On further inspection, however, the virus definition file was updated on the 10th of April!. According to the bugtraq message, it was only made public on the 14th. I'm not sure, but isn't only the vendor involved given advanced warning about exploits? How on earth did Network Associates know?

  10. More info on IE exploits on Don't Hit That Back Button · · Score: 1

    This site lists dozens of IE holes, 13 of which still are open!

    13 remote compromises in a web browser!?!?! Good to see that Microsofts one month 'security' jihad went so well.

  11. Re:Let me IGNORE HTML mail! on The Perfect Email Client? · · Score: 1

    Firstly, if you don't want to see any HTML, why do you refuse to use a text-mode mail client?
    Secondly, mutt, setup to prefer text/plain over text/html and autoview html with html2txt does exactly what you want. No webbugs (or whatever), no downloading images, no HTML exploits.
    Small, neat, efficent: just the way I like it.

  12. Re:What's the correct way to upgrade my KDE? on KDE 3.0 is Out · · Score: 1

    Switch to Debian:)

  13. Re:What is NetHack? on Nethack 3.4.0 · · Score: 1

    Where's the (-1, Dick) mod option when you need it?

  14. Re:If this was the actual PSTN on If This Had Been An Actual Emergency · · Score: 1

    Dude, where are my mod points when I need them...

    You're oh so OT, but oh so right.

  15. Re:Why this obsession with ISO's? on Mandrake 8.2 Available · · Score: 1

    Was it a program to build an ISO which you can then install from? If so, you're missing the point.

    If your connection is fast enough to download entire .ISOs, then just use apt-get or dselect or whatever to download whichever packages you actually want. If, after doing that, you still want something to burn onto CD, use debian-cd to convert your downloaded packages to a Debian archive ISO.

  16. Re:Why this obsession with ISO's? on Mandrake 8.2 Available · · Score: 1

    Fortunately Debian has this covered as well. Have a look at debian-cd: it'll take your downloaded debs, and build an installable, bootable CD.

  17. Favourite Quote: on Knuth: All Questions Answered · · Score: 1

    [Talking about the impact of TeX on publishing...]
    I can't go to a restaurant and order food because I keep looking at the fonts on the menu. Five minutes later I realize that it's also talking about food. If I had never thought about computer typesetting, I might have had a happier life in some ways.

    Donald Knuth, uber-geek!

  18. Another good C book on C · · Score: 1

    Expert C Programming by Peter Van Der Linden

    A recommended text for my second year programming course, it's a bit different to all the other C books I've read. Instead of just going over the syntax, and (intermitently) mentioning that X is a good way to do Y or foo should be baz'ed, it's a set of chapters on different aspects of C. There's on declarations, a chapter on how pointers and arrays are not the same, etc. Also nice is the humourous and informal style the author uses, peppered with jokes about PC architecture and Microsoft.

  19. Wow... on Xbox To Use Region-Locked Peripherals · · Score: 1

    Is anyone actually surprised? MS has just found a way to increase short term revenues, to the detriment of eceryone but them; certainly a rarity in the modern Western world.

  20. Building blocks... on Windows Tracks CDs & DVDs You Watch · · Score: 1

    Does anyone else get the feeling that Microsoft is slowly and carefully setting the stage for a major big-brother operation in the medium turn?

    Everywhere you look, they're setting up user-tracking systems, which are implemented, discovered and then explained away as either conveniences or mistakes...

    What happens when they get linked up? Hotmail, your WinXP registration code, any of the merchants that sign up to use Passport and now your CD/DVD/streaming-media listening preferences....
    How much information is there in these systems? Hotmail alone must have tens of millions of users and XP is now pretty muc hstandard on new machines. Of course, it hasn't happened yet, and it probably won't happen tommorow, but how much longer can they hold out/resist the urge?

  21. Re:Great :^) on Copyright Office Proposes Webcasting Regs · · Score: 1

    Interestingly enough, one of the rights not listed in American Bill of Rights is the right to life; one that nearly every country in the world respects, aside from the US and China.

  22. Re:DivX Open Source? on Good News On Two Open-Codec Fronts · · Score: 1

    There's a Free (GPL) re-implementation of DivX;-) v4 available here that is apparently pretty good. I haven't tried encoding anything, but it seems to decode nicely (as an MPlayer plugin).

  23. 'Beware the French' on Animate Your LILO · · Score: 1

    I've often found that to be useful advice.:)

    (Moderators, please note the presence of humour in this post)

  24. The most important question: on LinuxWorld Preview · · Score: 1

    Will there be another episode of Geeks In Space?

    Please......

    Pretty Please.............

    (this line added to counter lameness filter....erk)

    (as is this one)

    (please Lord, make the filter go away)

    (*sob*, i just wanted to get a +5, Funny, can't you just let me post?)

  25. Re:GPL - Intellectual Theft? on GNU GPL law and "lagom" copyright · · Score: 1

    GPL is the Gnu Public License. Alot of people share your view about it though. I'm not saying I'm for it or against it (below). Just commenting on it
    Actually, GPL stands for General Public License.