Viewing profile — Falcondor
Falcondor
HN member- Joined
- Wed, Dec 23, 2015, 7:44 PM UTC
- HN karma
- 14
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About Falcondor
No profile information was provided.
Recent public activity
-
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…
-
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
-
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…