Live data from Hacker News

Viewing profile — Falcondor

Falcondor

HN member
Joined
Wed, Dec 23, 2015, 7:44 PM UTC
HN karma
14
Public activity
3 items

About Falcondor

No profile information was provided.

Recent public activity

  1. comment
    Comment #47211150

    mmap on file io errors would manifest in Signals (For example SIGBUS or SIGSEGV). So if you wanted to handle file read/write errors you would need to implement signal handlers. htt…

  2. comment
    Comment #43589792

    Looks like binary downloads are on another page and not necessarily made by tcl-lang https://www.tcl-lang.com/software/tcltk/bindist.html

  3. comment
    Comment #35250554

    I think, if I am reading it correctly, that was not a code example, that was actual code. count and nums are variables being defined, and fib is a function. Then the function is be…