Slashdot Mirror


User: Anders1

Anders1's activity in the archive.

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

Comments · 14

  1. Re:Shouldn't they fix Core 1 bugs first ? on Fedora Core 2 test1 Released · · Score: 1

    You forgot Fedora.us, which is has more-or-less official addon packages.

  2. Re:ISO 8601 specifies YYYYMMDD on Verisign Plans DNS Changes · · Score: 3, Informative

    I'm all for ISO 8601, but it does not apply in this case. The serial number is not a textual representation of a date, it is a 32-bit unsigned integer in a DNS record that must be increased whenever the record is updated. A "YYYYMMDD" format, aside from resulting in a basically useless integer, would only change once per day. The UNIX timestamp format really does make the most sense here.

  3. Prior art! on Microsoft Rolls Out iLoo · · Score: 1
  4. Re:Just skip ahead and go to Gnutella3. on P2P Services Speak Out Against Gnutella2 · · Score: 1
    Remember Windows 2.0?
    Yes.
  5. Re:Resisting ... urge ... to comment ... on Plex86 Lives, As Lightweight VM Technology · · Score: 3, Interesting

    Just curious -- wouldn't Kevin's patch also make Linux run faster in VMWare as well?

  6. Re:screenshots here on A Preview of Ximian's Gnome 2.0 Desktop · · Score: 1

    Huh? That's not a Ximian Gnome 2 preview, that's Microsoft Bob running in VMWare on KDE 1.1! Did you actually read the article before copying the link that said "screenshot"?

  7. Re:Wrong on First Kramnik vs DeepFritz, In Progress · · Score: 1
    No it's not. There's no limit to the number of moves in a game of chess; you can spend all eternity moving pieces back and forth if you like.
    Actually, the 50-move rule allows you to put an upper bound on the number of moves in a game. In particular, there can't be more than 96 pawn moves and 30 captures, and pawn moves/captures can be at most 50 moves apart, meaning that a chess game can't last more than 6350 moves. This could probably be improved somewhat.
  8. Re:fiddlesticks! on Red Hat 8.0 Reviewed · · Score: 1

    I've been running 8.0 since Wednesday, because there was a mirror site with misconfigured permissions. :-)

  9. Re:YOU CAN OPT OUT OF THE X10 ADS! on War Driving Version 2.0 · · Score: 1

    It's hidden pretty well, but I found it here: http://www.x10.com/x10ads.htm.

  10. Re:Why does this matter? on Are The Digits of Pi Random? · · Score: 1

    Actually, taking a logarithm to the base x is quite different than writing a number in base x. You can take a logarithm base e -- such a logarithm (not the number e itself) is called a natural logarithm -- but you can't write a number in base e. And FYI, e is about 2.718281828459045...

  11. Re:Why does this matter? on Are The Digits of Pi Random? · · Score: 1

    No, Pi has been proven to be irrational, and in fact transcendental (it is not the root of any finite polynomial with integer coefficients).

  12. Re:signed? on The Quickly Descending Unix Timestamp · · Score: 2

    Whether or not UNIX will be running before 1970, it still might be useful to store dates before 1970, such as birthdates, etc.

  13. Re:Solution to 2038 bug on The Quickly Descending Unix Timestamp · · Score: 1
    I think the best solution to the year 2038 bug is simply to roll everybody's clock back to the year 1970. Problem solved!

    That will probably happen anyway, whether you like it or not! :-)

  14. Re:Java time on The Quickly Descending Unix Timestamp · · Score: 1
    I knew Java was over-engineered, but this is taking things a bit far. :-p (and possibly being a little optimistic on the popularity of Java over the next 292 million years)

    It's better to over-engineer than to under-engineer. 2038 isn't too far away; things would be a whole lot nicer if everyone had used 64-bit timestamps. And I don't think anyone's going to miss the extra 4 bytes of storage needed.