Slashdot Mirror


User: Zoolander

Zoolander's activity in the archive.

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

Comments · 191

  1. Re:Even more bloat? on X.org Making Fast Progress · · Score: 1

    If you're going to use KDE or Gnome, then I'd say it's natural to assume that you have a reasonably new computer.
    There are a lot of other WM:s that work excellently with 128M: flux|commonbox, XFce4, ion...

  2. Re:NO ALSA - v.10 suxs on Helix Player and RealPlayer 10 Released · · Score: 1

    It's not that big a deal, is it? Or am I missing something?
    I thought most people enabled the OSS compatibility options in the kernel anyway?

  3. Re:What a joke on Swedes Dominate Counter-Strike Championship · · Score: 1

    Maybe they should introduce masturbation breaks, to keep those raging hormones at bay.
    Just give each kid a private room, a connected computer and some kleenex, and I'm sure they'll calm down.

  4. Re:Mandatory military on Swedes Dominate Counter-Strike Championship · · Score: 1

    I'm swedish myself, but I actually laughed out loud when I saw this.
    I just got the image of the Swedish Chef sitting on a cloud, looking down on us...

  5. Re:My method works for all operating systems on A Parent's Guide To Linux Web Filtering · · Score: 1

    Doh... misspelled /.
    Shouldn't post while deliriously sleepy.

  6. Re:My method works for all operating systems on A Parent's Guide To Linux Web Filtering · · Score: 1

    What if they look up the IP address of some public proxy and use that? Then the proxy would do the DNS lookups, wouldn't it?
    If your kids are a bit computer literate - chances are that they will be, since you're posting at ./ ;) - they will figure that out pretty quickly.

  7. Re:BSOD on Linux vs. Windows: What's The Difference? · · Score: 2, Funny

    Unless you run xscreensaver-bsod ;)

  8. Re:This is a disaster! on Sun will Open Java's Source · · Score: 1

    What are you talking about? The Linux kernel isn't exactly a complete application, but people seem to do fine with that.
    Just like with all other OS/Free projects, I imagine there would be an 'official' repository. Of course there could be forks, but you don't have to use them if you don't want to.
    The problem with Java now is that some bugs are just ignored, and left to rot (some for more than six years!). If it was free, then they would have been fixed a loong time ago.

  9. Re:who gave linus the authority ? on Linus Adopts Enhanced Tracking Process · · Score: 2, Informative

    Well.. yeah? Anyone can (and many have) make a fork of the official Linux kernel. Check out the mm and ac branches on kernel.org, for example.

  10. Re:Kernel numbering on Linux Kernel 2.6.6 Released · · Score: 1

    I think there was some discussion as to whether this kernel should be 3.0 or not, since a lot of things have improved. But Linus, like a true Scandinavian, opted to be a bit more 'low-key' and go for 2.6.
    I'm sure someone has a link somewhere, but I can't be bothered to find it... :)

  11. Re:Removing packages? on Gentoo Linux Announces Gentoo Linux 2004.1 · · Score: 1
    After you remove a package, you can do
    revdep --rebuild
    to re-install packages that are missing. Not the best solution, but until we get reverse dependency checking, it works..
  12. Re:Preemptive and Defragged? on The New Linux Speed Trick · · Score: 2, Informative

    The point of the new scheduler(s) is that most access to the disk by a process is sequential (i.e. many blocks at a time), so if another process wants to access some other part of the disk, it most often pays off to let that process wait for a while before serving it, since the original process most likely will want to get more data from your current block.
    That way, you don't need to move the head nearly as much as if you responded directly to the other process.
    Robert Love has written an excellent article about the new schedulers here: I/O Schedulers

  13. Re:Preemptive and Defragged? on The New Linux Speed Trick · · Score: 1

    The thing with Windows' startup time is that all services aren't started when you can log in. They are still loading in the background.
    That's how it seems to load so fast.

  14. Re:How can I set the boot parameters? on The New Linux Speed Trick · · Score: 3, Informative

    Use 'elevator=as' (or cfq, or deadline)
    The anticipatory scheduler is the default for the vanilla 2.6 kernel.

  15. Re:How will this help? on Microsoft To Be Fined E500M By European Union? · · Score: 1

    We can only dream...
    In a perfect (well, better anyway) world, that could happen

  16. Re:Spring here on EU Passes Nasty IP Law · · Score: 1

    Yeah, we've talk about that for some time.
    Maybe this is the last straw...

  17. Re:How to upgrade 2.4 to 2.6 in Gentoo: on Upgrading Your Current System To Kernel 2.6 · · Score: 1

    Ugh, there's something about genkernel that rubs me the wrong way.
    Why not just 'make oldconfig', make && make modules_install? It's not _that_ hard.
    But to each his/her own...

  18. Re:human computers or cybronic humans ? on Nerve Cells Successfully Grown on Silicon · · Score: 1

    Well, that was my point too...
    Sorry if I was a bit unclear.

  19. Re:human computers or cybronic humans ? on Nerve Cells Successfully Grown on Silicon · · Score: 2, Informative

    Well, nature has had a tiny bit of more time to do her stuff than we have...

  20. Re:ESR is back ! And so is his DUMP for SALE !!! R on ESR's Open Letter to McNealy: Set Java Free! · · Score: 1

    Someone needs a hug.

  21. Re:Correct me if I'm wrong... on What If Dark Matter Really Doesn't Exist? · · Score: 1

    No, you're thinking about the Cosmos, which could consist of multiple universes.

  22. Re:Correct me if I'm wrong... on What If Dark Matter Really Doesn't Exist? · · Score: 5, Funny

    That's what I love about physics: it's so out there that you'd think the person who just said something like that was smoking crack, if he didn't have a PhD.
    Gravity bleeding between universes...
    Who needs science fiction?

  23. Re:The biggest problem with compatibility... on Java SDK 1.5 'Tiger' Beta Finally Released · · Score: 1

    Good points.
    But should we as developers really be responsible when/if the customers upgrade some vital part without at least checking with the guys who gave them the program?
    Patches and upgrades can break stuff. That's true everywhere.
    But this is really only an issue, IMHO, with proprietary code that can't be modified for some reason or another. Although that's no help for people who are stuck with it, I know, I know...
    Here, OSS has a distinct advantage. I guess I was too stuck in that mindset: that you just change the code, recompile, and ship it.

  24. Re:The biggest problem with compatibility... on Java SDK 1.5 'Tiger' Beta Finally Released · · Score: 1

    Or do a search and replace with some nice Java IDE, Intellij IDEA for example.
    Also spotted a typo: The 'i' should be a 'g'...

  25. Re:The biggest problem with compatibility... on Java SDK 1.5 'Tiger' Beta Finally Released · · Score: 1

    Couldn't you just do a perl -pi -e 's/^enum$/__enum/i' on your java files? (First doing a grep -r __enum * on your source tree, so you don't accidentally name it to some existing variable)
    Doesn't seem like too big a problem to me.