Slashdot Mirror


User: oingoboingo

oingoboingo's activity in the archive.

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

Comments · 327

  1. Re:I don't Understand on Yellow Dog Linux 2.0 Released · · Score: 1
    So you can enjoy a consistent, clean user interface that even your mother can use. So you can install new drivers simply by dragging their files into a folder. So you can run a huge range of professional quality software packages.

    oh hang on...that's MacOS, not the Mac. whoops. you're right...there's no need for a Mac.

  2. Re:No. Mandrake has abandoned telnet and finger! on Mandrake For PowerPC Is Coming · · Score: 4
    Utilites like "telnet" and "finger" are not even included in Mandrake anymore? And yes, I did the "expert" install and selected everything.

    umm...no, you didn't select everything. finger and telnet are most definitely still included in mandrake 8...i'm telnetted into 3 different boxes here at work right now from my manrake 8 machine. the v8.0 packages you want are:

    telnet-0.17-7mdk.i586.rpm
    telnet-server-0.17-7mdk.i586.rpm
    finger-0.17-3mdk.i586.rpm
    finger-server-0.17-3mdk.i586.rpm

  3. Re:Perl ? Mmmmm......... (ADDITIONAL) on Exegesis 2: Damian Conway On Perl6 · · Score: 2
    that is a great great thing, unless you make a mistake and cant figure out why your have a varible initialized at zero

    which is why we have use strict. it makes a lot of strange "what the hell is my variable doing?!?!" type problems go away instantly. and, as with everything else in perl, you don't have to use it if you don't want to.

  4. NFS plugin? on Reiser On ReiserFS's Future And More · · Score: 3
    Hopefully Hans will also provide an NFS plugin too...relatively recent versions of ReiserFS cause large-scale crapping out of your NFS server when you try and export ReiserFS volumes.

    I won't be rushing again to stick ReiserFS on an NFS system any time soon....

  5. Re:fltk on Qt for Mac · · Score: 2
    we have some guys developing some smallish FLTK apps in house...i don't know if it's their lack of design skills or FLTK itself, but damn do those apps look ugly!!

    i was at a demo yesterday, and without exaggeration, their FLTK app was the ugliest looking GUI app i've ever seen on any platform.

    do FLTK apps on windows look the same as they do on linux? i sure hope not...

  6. Re:Why just Perl? on Bioinformatics · · Score: 2
    It doesn't just have to be perl...but since so much down-in-the-trenches bioinformatics involves sorting, manipulating and processing text strings of DNA and protein sequences, perl is, for the most part, a perfect fit. there's also a really nice set of perl classes available at bioperl for doing a lot of the more tedious sequence processing jobs.

    also, just because you're dealing with genetic information doesn't necessarily mean you need to use a 'genetic' programming technique either...they're quite different things.

  7. Re:I'm not convinced on HP to Use Debian for Linux Development · · Score: 1

    this is one of the finest trolls i've ever seen. debian easy to install...tee hee.

  8. Re:Linux vs Solaris on SPARC on Is Linux Losing Its SPARC? · · Score: 1
    Why would I want to run some Wintel box with all of the fun of IRQ, base address and rest of their friends

    how much trouble are you really going to run into with IRQ conflicts on a firewall machine? you've got 2 NICs, and that's about it. it's not like you'll be using both serial ports, a sound card, internal modem, SCSI adapter and a video grabber board all jammed into the one system or anything.

  9. Re:Why Solaris is better than Linux. on Is Linux Losing Its SPARC? · · Score: 2
    Solaris can mirror the root partition (not many people like Disksuite, but it seems more powerful than md)

    so can linux. i have mandrake 7.1 installed and running with its root partition on a software RAID-1 partition. i also have another linux machine with the root directory running off a RAID-1 pair of drives controlled by a Mylex AcceleRAID 170.

    just to quickly address 2 of your other points....2.4 does large file sizes nicely now, and as for journalling filesystems, you'll soon have ext3, ReiserFS, JFS and XFS to choose from...for free.

  10. Re:This is funny but misleading on OS/2 Sucessor eComstation Sees The Light Of Day · · Score: 2

    Yes...I remember going through the same hardware grief when I was experimenting with OS/2 versions 3 and 4 a few years back. You had to choose your hardware carefully if you wanted to actually use any of it with OS/2. But how was this any different from Linux in its not-so-distant past? Hardware support under Linux can sometimes still be hit and miss...admittedly it has improved very rapidly (whereas OS/2 support never really improved all that much at all)...but I don't think hardware support was the thing that killed OS/2....'cos Linux has had the same problems

  11. Re:Possible way to counteract this? on Aimster Seeks Protection From RIAA Demands · · Score: 1

    wouldn't this just compress down to something like:
    the RIAA are a bunch of morons {x10000000000000}
    like some sort of run length encoding?

  12. Re:Windows & Macs? Oh my. on What is Ultra DMA? · · Score: 2
    you forgot the 80 pin cable.

    it isn't an 80 pin cable, it's an 80 wire cable...with 40 pins, just like a regular IDE cable. the extra wires are for shielding. you'll get one in the box with any newish motherboard or UltraATA/66 or UltraATA/100 controller card.

  13. Commander Keen on Rockets of Doom From Carmack And Friends · · Score: 5
    John Carmack of Id Software fame has gotten deep into serious amateur rocketry

    I knew Carmack must have been scraping the bottom of the barrel for new ideas when he announced Doom III, but this is way too close to Commander Keen for my liking. Does he wear his big brother's football helmet while launching these rockets too?

    (btw: was it Apogee or id (or both) that did the original Commander Keen?)

  14. Re:Whats the problem with links? on Microsoft Tech Suport vs Psychic Friends · · Score: 1

    yeah i've got the IE 6 beta and the link comes up in the status bar as what it is (ie: goatse.cx)

  15. Re:Marketing mindset a little strong. on Sun Launches JXTA · · Score: 1
    vi might have been hot shit in the age of line editors, but even if i had written vi, i wouldn't be going around bragging about it nowadays...or holding it up as some sort of testament of greatness whilst hero worshipping either, for that matter.

    what coding of bill's can you point to recently to show that he's still 'da man'?

  16. Re:DB/2? on IBM To Purchase Informix Database · · Score: 2
    DB/2 is very expensive, on par if not more pricy then Oracle

    DB2 is actually a fair bit cheaper than Oracle, especially when you start running it on fast SMP machines. Oracle charges you based on the number of CPUs in your server, multiplied by the CPU speed in MHz, multiplied by a $ amount. You also pay an additional premium if your CPUs are RISC, rather than plain-jane Intel.

    DB2 is priced on a flat per-CPU basis, irrespective of CPU speed. Basically you're penalised for running Oracle on fast CPUs, whereas with DB2 you aren't. Run Oracle on newer high MHz CPUs (like an Alpha, UltraSPARC III or PIII-Xeon) and your wallet starts to bleed pretty badly.

  17. Re:Heh! One of these things is not like the other. on IBM To Purchase Informix Database · · Score: 2

    MySQL also offers transaction support using two other table types (with their associated back-ends)...Gemini (from NuSphere i think...might be wrong), and InnoDB from Innobase. I've been playing around with the InnoDB tables in the last few days with MySQL 3.23.37 and they seem to support transactions nicely. InnoDB tables also support row level locking, so MySQL shoudn't slow down as much under a heavy insert load.

  18. Re:My favourite martian on Robot Plane Makes Unaided U.S.-Australia Crossing · · Score: 1

    but you don't have marauding laser-packing cylon warriors to fend off in the earth's atmosphere either. i think that deep-space specific threat balances out terrestrial contingencies rather nicely.

  19. My favourite martian on Robot Plane Makes Unaided U.S.-Australia Crossing · · Score: 2
    I don't know if I should be impressed or not. We've been able to fly remote craft halfway across the solar system, land them on alien planets, and deploy ground vehicles successfully from them in the past.

    It's a cool achievement and all...it just seems a little low-key compared to the other interplanetary adventures that remote-piloted machines have these days.

  20. Re:Progress has been made! on FreeBSD 4.3 Released · · Score: 5
    I just have to say that I have been installing Slackware for the last six years

    whoa dude...you have to get a faster CD-ROM drive or something...6 years is a hell of a long time for a Slackware install. i have an old quad-speed lying around here somewhere...i'll send it to you if you want. even off floppies, Slackware shouldn't take more than an hour or two.

  21. Re:Debian is not hard to install! on Stormix Technologies Shut Down · · Score: 1

    try installing Debian directly onto a software RAID-1 root partition, or onto a system drive running off a Mylex AcceleRAID 170. see you in about a week.

  22. Re:Factory Stamped CD's Do Decay on Protecting Your Backup Media? · · Score: 2
    I've got a few music CD's from the 80's that have turned almost transparent.

    you mean like Milli Vanilli and Bros? those groups were always pretty transparent from the start.

  23. Re:Man oh man! on QT Mozilla Port · · Score: 1
    Be will probably be dead in a couple of months, the slew of *nixen are all shipping with (or talking about it) Linux compatibility layers, and if you're using Win32 or Mac then you're lucky enough to have Internet Explorer.

    What was the point of an agonizingly drawn out cross-platform browser development saga again?

  24. ..and there's CPAN on Programming Ruby · · Score: 4

    For me the best thing about perl is the huge CPAN library...just about anything you could think of, all categorised and indexed...and the cpan.pm module makes everything really easy to download and install too. i don't see that newer scripting languages like Ruby can take off unless they have a similar centralised mass of ready to go modules...a clean object model can only get you so far when you have to code everything yourself 'cos there's no huge library of modules. does anyone know what the state of the supporting Ruby modules are like? anything approaching CPAN yet?

  25. how far will the laws extend? on FCC Lays Down the Law On Decency · · Score: 1
    possibly this could go in an ask slashdot, but will the FCC decency laws extend to, say:

    -surfing the web naked
    - telling your PC to "go fuck itself" when netscape crashes for the 12th time today
    - and related to that, calling netscape 'nutscrape'
    - first-posting naked.