Slashdot Mirror


User: otis+wildflower

otis+wildflower's activity in the archive.

Stories
0
Comments
2,584
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2,584

  1. Virtual Light on DVD in your Glasses · · Score: 1

    Gibson would never use it, dude.. He writes all his work on a typewriter!

    Neal Stephenson on the other hand.. (and IMO Snow Crash was a better read than Neuromancer, but I tend to prefer my fiction with a sense of humor..)

    Cheers,

  2. I love cruel Marge.. on Matt Groening's "Futurama" featured in Salon · · Score: 1

    ... I also love how characters have evolved, with Marge loosening up some and showing her cruel side.. Fox should thank its lucky stars that the show has stayed as good as it has for as long as it has..

    Not bad character development for a show whose players haven't aged a year..

  3. anon cvs? on Slashdot Moderation:Phase 1.1.1 · · Score: 1

    Hi,
    Where do I download the new code? All I see released is the v0.2, and that's some revs behind I would imagine....

    Thanks,

  4. Linux Y2k project? on Macs not Y2k Compliant After All? · · Score: 1

    Hi,

    Anyone have any pointers to work on checking Linux and GNU/*GPL code for Y2k problems? I've done some work in this area for an investment bank but I quit that gig some months ago and I'm interested in contributing..

    Cheers,

  5. NT Admins make more money... on Bill expresses view on Linux competition: Ha-ha · · Score: 1

    I manage a handful of Solaris and Linux servers and seem to always have time for other projects as well.

    Yah, I have about 12-15 SPARCs and a few of my Linux 'toys', and I end up doing the Maytag repariman thing, but at least it leaves me plenty of time to read /. and fiddle with code!

    I did inherit a lot of junky crap, but at least I can do everything remotely and mostly without reboot so it could be a whole lot worse..

  6. PCs ARE Y2K compliant... on Macs not Y2k Compliant After All? · · Score: 1

    ... but make sure to get a BIOS version which will update the 32h location! Many BIOSes before 1997 will _not_ update that memory location, and almost no RTCs will update it. Newer Dallas clocks will, but barely anyone has 'em, and many sysboards have the RTC soldered onto the MB (and use Lithium batteries), though my MB has the RTC 'chunk' and a compliant BIOS.

    Very few applications require a compliant RTC, but all PCs should have a compliant BIOS. check out www.rightime.com for test2000, a free PC tool which will show you all kinds of diag info (actually the viewcmos util included in the package) on your BIOS and RTC..

    Have a compliant day,

  7. It was a bug, Steve... on Macs not Y2k Compliant After All? · · Score: 1

    Haaah Haaah!

    Seriously, though, even if the OS is compliant (like Unix), sloppy programming can still result in Y2k problems! Assuming much of Mac code is in C (or derives from a C API), you should check the manpages for various C time/date functions.. particularly tm_year. Yes, the manpages are pretty explicit about tm_year = year-1900, but who's to say that the programmer read those pages, or understood that part of the API? People fuck up. They're lazy and/or ignorant. Shit like this has been known to happen.

    Yes, maybe that's the fault of a sloppy programmer, but the code remains even if the programmer doesn't. You can't pass the buck to someone who's quit, been fired, or dead..

    Check your code. Check your predecessor's code. That's the only way to be sure.

  8. For how much ? on 100gig HDs Coming · · Score: 1

    backing up 100GB? Easy.. Just snag a 20-tape 2+ drive DLT robot.. Or even one of those fun IBM 349x mega-libraries which store hundreds of terabytes in cabinets 10-meters long..

    I said easy, not cheap.. ;)

    Besides, anyone interested in these drives is probably interested in running them in RAID configurations, and I can see a nice 12-drive setup with mirrored 5-disk RAID5 and a hot spare for each mirrorset.. 400GB and if you put them in separate cabinets you're close to fault tolerant..

    Sweet!

    (If you haven't already guessed, one of the main differences between Sun fans and IBM fans is Sun fans like high-speed and price performance, while uptime and high-availability give IBMers chills..)

  9. Whats the interface on 100gig HDs Coming · · Score: 1

    Most drives today are built to be 'interface agnostic': you can pretty much bolt an identity onto the drive hardware.

    Though I bet Ultra2-LVD and FCAL are definite, and when IBM's storage division catches up, I bet you'll see an SSA flavor.

    Are there any limitations in EIDE for this size? I'm only familiar with SCSI, and I use IDE because it's necessary in some applications (laptops, mostly)..