Slashdot Mirror


User: keesh

keesh's activity in the archive.

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

Comments · 577

  1. Something similar on IBM Thinkpad -- Sudden Laptop Death Syndrome? · · Score: 3, Informative

    With my thinkpad T30, if I run /sbin/poweroff whilst xorg-x11 is still running, next time I power it on I'll get a load of beeps (indicating "system board failure") when I turn it on again. Power cycling a few times makes it better again. This only started to happen with recent 2.6 kernels. If I quit xorg and then run poweroff then the problem doesn't occur.

  2. Re:EDS again on Failed Win XP Upgrade Wipes Out UK Government Agency · · Score: 1

    No they don't.

  3. Re:Uh. on Which Compiler to Extend for a Small Project? · · Score: 2, Insightful

    They're only 'equivalent' at a really basic level. Sure, from an academic "what can be calculated?" POV they're the same (although *not* when time complexity is considered), but for any practical purpose they are not equivalent. Compare how long it takes to write, say, a program which adds up ten numbers read from stdin in BF or INTERCAL with how long it takes to write the same program in Ruby or Haskell...

  4. Re:What Gentoo REALLY says about you on What Your Choice of Linux Distro Says about You · · Score: 1

    Heh, what I always find funny about that is the USE flags section. Sure, most of the comments on there are from morons who're using Gentoo because they heard it was '1337, but some of the comments are actually genuinely correct...

  5. Re:Shatner he ain't on Neal Stephenson Responds With Wit and Humor · · Score: 3, Funny

    Robert Jordan could then include the exact same material, give or take a few words, in the sequel, and the third in the series and so on, and he could carry on putting out the same book under a different title over and over again.

  6. Re:I WIN! on Obfuscated Vote Counting Contest · · Score: 1

    Heh. See, idiots like you who think they know how to program but don't are the reason stuff like this is possible.

  7. Re:Summary of this year's election on Obfuscated Vote Counting Contest · · Score: 1

    You're forgetting the millions of other people voting who don't understand any of the issues involved in the election.

  8. one hole? on OpenBSD Now Nine Years Old · · Score: -1, Troll

    Given how little (that is, nothing) is turned on in the default install, one remote root hole is pretty damned bad. Remember that that's a remote root hole with *no* services running... Now, if they had only one remote root hole including sshd, a webserver, a mailserver and so on, that'd be something to brag about.

  9. Re:Backup 4TB? on IBM Launches New Product Line · · Score: 1

    FibreChannel Switched Fabric can do 10GBit full duplex speeds *per link*. The ESSM800T could take sixteen of these links. I've not had a chance to work with any of this newer kit yet, but I'd imagine it's even better off connectivity-wise.

  10. Re:Backup 4TB? on IBM Launches New Product Line · · Score: 3, Informative

    LTO2 tapes are 200GBytes each... Remember that these boxes can flashcopy (instantly do a complete copy of your data, kinda like LVM snapshot support but actually working and a hell of a lot more powerful, oh, and done in hardware), so you don't need to stop your database whilst you're waiting to write it to tape.

  11. Re:Writeup is wrong on IBM Launches New Product Line · · Score: 4, Informative

    IBM's standard is 6+P+S (six normal, one parity, one spare). Since the monitoring setup is damned good, and the CEs are really fast in replacing drives, it seems to work. The only reason raid 6 exists at all is because EMC accidentally shipped a bunch of duff drives once.

  12. Re:i wouldnt on If Mac OS X Came to x86, Would You Switch? · · Score: 1

    ...except that workstation class UltraSPARC CPUs, for example, had four or eight megs of cache five years ago. Heck, a ten year old hypersparc has more cache than any x86 CPU.

  13. Re:i wouldnt on If Mac OS X Came to x86, Would You Switch? · · Score: 2, Insightful

    You're forgetting the tiny cache, the absurdly low number of general purpose registers, the crappy task switching, the lack of register windowing, the insanely long pipeline and all those other design features which aimed for "as cheap as possible" and "higher MHz even if it gives us a terrible per-MHz performance".

  14. Re:Redesign site.. on House Candidate Lets Web Users Set His Schedule · · Score: 1

    Decent content? And where, pray tell is that? Even the quality of the trolls has gone down hill in the past few years...

  15. Re:Nice comment on Tcl on Hping3 vs. Nmap · · Score: 1

    Except that generally, ruby *is* pretty fast for non low-level stuff. Since most of the time is generally spent doing code like sorting, text matching etc (well, for some problems anyway...) it's the speed of the underlying interpreter's code that matters.

  16. Forget ethernet on Can Anyone Suggest a Good Switch? · · Score: 3, Informative

    Give serious thought to FC-IP and director-class fibrechannel kit. Performance-wise it'll thrash Ethernet, and there're various clever tricks you can do with directors clustered together via Open Trunking meaning that a bunch of 160 port boxes (a McData 6140 is your best bet here) will do as well as a larger single box.

  17. uhm... on Children's Books for Geek Parents? · · Score: -1, Troll

    888 d8 d8 888
    Y8b Y8b Y888P 888eee ,"Y88b d88 d88 888eee ,eee,
    .Y8b Y8b Y8P 888 88b "8" 888 d88888 d88888 888 88b d88 88b
    ..Y8b Y8b " 888 888 ,eea888 888 888 888 888 888 ,
    ...YP Y8P 888 888 "88 888 888 888 888 888 "YeeP"

    .dP,e, 888 ,8,'88b
    .8b " 8888 8888 e88'888 888 ee " 888D
    888888 8888 8888 d888 '8 888eP 88P
    .888 Y888 888P Y888 , 888 b ,"'
    .888 "88e88" "88,e8' 888 8b "8"

  18. Re:I'd like to see that quantified on Gentoo Linux 2004.2: What You See Is What You Get · · Score: 1

    Well, it depends upon the arch... On x86 it's about 15%, on ultrasparc it's about 40%, since v7 opcodes have to be emulated. Heck, even debian roll v9 openssl binaries because of it :)

  19. Re:ebuilds still fly out fast on Gentoo Linux 2004.2: What You See Is What You Get · · Score: 2, Informative

    That's because mozilla source tarballs don't compile when shipped. The last three mozilla/firefox releases have all been either broken or incomplete from a compiling-from-source perspective. The current bunch doesn't compile properly with freetype+gtk2 enabled.

    The GLSA is getting there, but it's kinda hard when upstream don't release working tarballs... Debian et al have it easy, they only have to make it build on one box with one set of configure options. Gentoo has to make it compile anywhere with any set of build settings.

  20. Kernels on Gentoo Linux 2004.2: What You See Is What You Get · · Score: 2, Informative

    I don't think the author understands gentoo's kernel naming system... gentoo-sources is 2.4.x, gentoo-dev-sources is 2.6.x. The only reason they've not been merged is that portage is rather too happy to upgrade slotted versions. The -dev- part doesn't indicate that it's any less stable.

    Oh, and there is no default kernel on gentoo. You install whatever you want :)

  21. thanks for the on Tech Team Traditions? · · Score: -1, Troll

    d8 888 888
    Y8b Y8b Y888P e88 88e 888,8, d88 888 ee 888 ,e e, dP"Y dP"Y
    .Y8b Y8b Y8P d888 888b 888 " d88888 888 88b 888 d88 88b C88b C88b
    ..Y8b Y8b " Y888 888P 888 888 888 888 888 888 , Y88D Y88D
    ...YP Y8P "88 88" 888 888 888 888 888 "YeeP" d,dP d,dP

    d8
    .dP"Y d88 e88 88e 888,8, Y8b Y888P
    C88b d88888 d888 888b 888 " Y8b Y8P
    .Y88D 888 Y888 888P 888 Y8b Y
    d,dP 888 "88 88" 888 888
    888
    888

  22. Re:GITS: Stand Alone Complex on The Giants of Anime are Coming · · Score: 1

    Except, as usual, the ending was totally screwed up. I've seen maybe one decent anime series (Noir) which didn't have a completely fucked conclusion. Why? WHY?

  23. Re:Ultimate BSD on DragonFlyBSD 1.0A review · · Score: -1, Flamebait

    Well, "ultimate" means last. As we all know, *BSD is dying, so this could well be the case.

  24. Re:Gentoo on CERT Warns Of Multiple Vulnerabilities In Libpng · · Score: 1

    Wait for the rsync mirrors to catch up with cvs. -r8 has been in CVS for a while...

    RCS file: /var/cvsroot/gentoo-x86/media-libs/libpng/libpng-1 .2.5-r8.ebuild,v

    revision 1.3
    date: 2004/08/05 10:22:53; author: ciaranm; state: Exp; lines: +2 -2
    Stable on sparc, bug #59424

    revision 1.2
    date: 2004/08/05 10:20:27; author: lu_zero; state: Exp; lines: +2 -2
    marked ppc

    revision 1.1
    date: 2004/08/05 10:02:19; author: plasmaroo; state: Exp;
    Security bump for bug #59424.

  25. Re:POSIX Compliance issues. on Bash 3.0 Released · · Score: 4, Informative

    It's a problem with autoconf, not with any Gentoo-specific scripts. You're just more likely to see it on Gentoo given how much you end up running autoconf :)