Live data from Hacker News

Viewing profile — lokijuhyhui

lokijuhyhui

HN member
Joined
Tue, Oct 26, 2010, 4:43 AM UTC
HN karma
2
Public activity
3 items

About lokijuhyhui

No profile information was provided.

Recent public activity

  1. comment
    Comment #1833049

    my first PC going to college in 1988, http://en.wikipedia.org/wiki/PPC_512 4.7Mhz, 512kb RAM and a floppy drive, it could run a fortran compiler (rather slowly) Although if you had…

  2. comment
    Comment #1833034

    It's great until you need to allocate 3.9Gb of vector on a 32bit machine. Somebody said computer science is solving yesterdays problems on tomorrows hardware, the rest of science i…

  3. comment
    Comment #1833024

    same thing we used to do on supercomputers, allocating memory is very expensive and surprisingly limited. You also don't want your code to fail after weeks of runtime with an alloc…