Slashdot Mirror


User: NightSpots

NightSpots's activity in the archive.

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

Comments · 130

  1. Re:And the reason... on Digital Baseball Umpires · · Score: 1

    Yea, and?

    Software developers complain when their work gets outsourced to developing nations, where the coders are paid pennies on the dollar compared to Americans. This is going a step further.

    Wouldn't you be complaining if someone wrote some software that made your job obsolete? It's a way of living, throwing it aside for the sake of progress is an abomination.

  2. Re:Hmmmm on Using Closed Standards To Pay For Open Ones · · Score: 1

    Has Sun been bought or destroyed?
    IBM?
    Apple?
    RedHat?
    SGI?

  3. Re:Can you say SQL Slammer x 100? on Tom's Hardware Looks At WinFS · · Score: 5, Insightful

    This is completely unfair.

    How many gaping security holes have there been in NTFS?

    By most accounts, NTFS is one of the better filesystems ever written. Journaling, ACLs, decent performance.

    There is talent in Redmond. Ignoring that is as flawed as assuming the entire Linux community is represented by Sendmail and SCO (security holes and bad publicity). Pretty bad, right?

  4. Re:other FSs are out there on Tom's Hardware Looks At WinFS · · Score: 1

    I think the post meant that it's possible in theory.

    If someone made it an end in itself, and put the money behind it as they have with some other projects (ie: huge prize for Linux on un-modded X-Box), the talent exists in the community that it could be accomplished.

  5. Re:other FSs are out there on Tom's Hardware Looks At WinFS · · Score: 5, Insightful

    Right, but in general, journaling is a hack. The BSD softupdates concept is both cleaner and faster, and accomplishes nearly the same thing. To be fair, all of NTFS, ext3, reiserfs, BeOS's FS, and the new OSX FS have some advanced journaling features, but the concept itself should be more cleanly handled. Much like databases should be ACID compliant, filesystem writes can and should occur in such a manner that no external journal is required.