Live data from Hacker News

Viewing profile — egonk

egonk

HN member
Joined
Mon, Jan 16, 2012, 10:32 PM UTC
HN karma
8
Public activity
3 items

About egonk

No profile information was provided.

Recent public activity

  1. comment
    Comment #5083839

    > When storing time, store Unix time. It's a single number. This won't work for any system that allows users to schedule events in the future. Let's say that you agree for a meetin…

  2. comment
    Comment #5033002

    Have you got a good example where Lisp macros would work but standard Haskell would "fail"? I've done some compiler work in Haskell like writing programs (semantic actions) as alge…

  3. comment
    Comment #3472933

    See http://linux.die.net/man/1/objcopy -> --only-keep-debug Then you can open the core file as usual: gdb executable core (just be sure to have debug files in the same directory)