Slashdot Mirror


User: nonuts

nonuts's activity in the archive.

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

Comments · 6

  1. Re:It's worth being skeptical about this... on Why size mattered for Einstein · · Score: 1

    Isn't one of the main factors in determining intelligence the
    number of connections between neurons, not the number of neurons (or
    brain size). This has the nice side effect of explaining why big
    brained species (see elephant below) do poorly on standardized tests.
    I believe it has also been shown that individuals who excel in one particular
    area or another have more connections in related parts of the brain.

  2. Pot for head trauma on Drug Use Among Programmers · · Score: 1

    Not sure if they've got a reference for this
    particular thing(and all that pot has made me too
    lazy to look...), but they do have lots of good
    info on the subject...

    www.norml.org

  3. A solution... on Review:The Practice of Programming · · Score: 1

    DOH!! it's not needed, but would be potentially faster if the
    strings are indeed not equal. Can't even read my own code most of the time....

  4. A solution... on Review:The Practice of Programming · · Score: 1

    but strcmp() does not mean strequ(). strequ() needs to be..

    #define strequ(x,y) ((strlen(x) == strlen(y)) && (strcmp(x,y) == 0))

  5. Flashback. on Robotic Dogs · · Score: 1

    K-9 rocked, but he was so damned slow.

    You'd think if they could come up with a laser for a sloppy wet nose
    they could have put a big ass motor in his rear...

  6. Other Tcl/Tk packages on Learning Perl/Tk · · Score: 1

    Anybody who likes Tk should check out the incr Tk / Iwidgets packages. One place to get them is www.tcltk.com. They make life much, much easier when creating any size GUIs.