Viewing profile — borman
borman
HN member- Joined
- Sun, Jan 11, 2015, 11:35 PM UTC
- HN karma
- 26
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About borman
No profile information was provided.
Recent public activity
-
comment
Comment #30411336
> where lowest latency is needed Not so sure it would even be "the lowest", rather than "low enough, stable and predictable", even if it's higher on average than optimal. For examp…
-
comment
Comment #27086573
Funny that compilers (e.g. clang: https://github.com/llvm/llvm-project/blob/b04148f77713c92ee5... ) might be able to do that only because someone on the compiler team has hand-code…
-
comment
Comment #16672180
Another analogy that comes to mind would be 'going to gym'. Short-term, working out is exactly a heat loss (doing hard work with no useful results). But long-term, it makes you hea…
-
comment
Comment #15954381
> Therefore, under memory pressure (especially if you set swappiness to zero), you will be preferentially swapping out your program code (because it is always clean) in preference …
-
comment
Comment #9327811
The problem with all (widely known) the non-standard JSON packages is, they all have their gotchas. cjson's way of handling unicode is just plain wrong: it uses utf-8 bytes as unic…