Slashdot Mirror


User: ithaqua23

ithaqua23's activity in the archive.

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

Comments · 4

  1. Re:anything to do with that "bump" on Did Humans Get Their Big Brains From Neanderthals? · · Score: 0

    From my osteology class, I seem to remember that the bump was typical for a male specimen of the human race. Together with square eyes it was a sure match. Have no idea if it relates to intelligence though.

  2. 1.5 pixels!! on The Tenth Planet Shrinks Under Hubble's Gaze · · Score: 0, Redundant

    Isn't the definition of a pixel, that it can't be one and a half!

  3. Re:Pictures on Missing Link Fossil Discovered · · Score: 1

    More information and pictures on the fossil on the museums homepage http://www.sciencemuseum.org.uk/antenna/fishfinger s/ Also a nice model of the fossil.

  4. Re:rm -Rf / on Shootout: 'rm -Rf /' vs. 'Format C:' · · Score: 1
    When programming for my final exam paper, I was about to remove all temp files that emacs generated. Being a hard bloke at the time I always used the -rf flag to remove file. On swedish keyboards the ~ sign is next to the enter key. So when trying to write:
    rm -rf *~
    I slipped and wrote:
    rm -rf *
    3 months of coding gone! Fourtunately emacs was still running and some of the code could be saved, I will never forget the look on my coding partners face when he saw what I did. Remapped rm -rf after that so I always got a confirmation question. Being a coward is sometime useful.