Slashdot Mirror


User: jonehead

jonehead's activity in the archive.

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

Comments · 5

  1. Re:Something I learned from Martin Gardner... on The Golden Ratio · · Score: 1

    Or try with

    perl -Mbignum=p,-1900 -e '$num=shift||1; for(;;){print ++$i,"\t",($num=1/$num+1),"\n";}' 5678

    to see how it really converges. Works best on a 80x25 terminal. Use -950 or -400 instead of -1900 if your CPU feels too slow.

  2. Re:Dear Linus, on The 2.7 Kernel: Back To The Future For Linux · · Score: 2, Funny
    > "Snow-White and the Seven Dwarves"

    It's "Dwarfs", not "Dwarves". Get your facts straight before you start posting, idiot. Sheesh.

    It was Tolkien who wrote about Dwarves, in "Bilbo Baggins and the Seven Dwarves."

  3. Re:Stop identity theft? on Snail Mail As E-Mail · · Score: 1

    They rip the movie and email the DivX?

  4. Re:No Judge... on The Virus Did It · · Score: 1

    When I've been forced to use Windows I've never used 'My Documents' for anything. It would be the best place to hide files from me.

  5. Re:Has anyone started any work on the code? on Quake 1 GPL'ed · · Score: 1

    I don't know what I was doing but changing all jmp xxx(,%xxx,4)'s to jmp *xxx(,%xxx,4)'s fixed it for me. Compiles and runs fine on a bleeding edge Debian system.

    jone