Viewing profile — idbfs
idbfs
HN member- Joined
- Sat, Oct 22, 2011, 12:36 PM UTC
- HN karma
- 119
- Public activity
- 19 items
- HN profile
- View on Hacker News ↗
About idbfs
No profile information was provided.
Recent public activity
-
comment
Comment #36733907
Cool! I had been thinking about trying this as well, after reading about the idea in one of Cosma Shalizi's notebooks [0]. I'd love to see how something like this performs when "tr…
-
comment
Comment #36427095
Worth noting that the release announcement was written by Eli Bendersky, of https://eli.thegreenplace.net/ fame. It's a fantastic technical blog with literally decades of content.
-
comment
Comment #34478223
The authors of these slides also wrote a well-regarded textbook, Engineering a Compiler .
-
comment
Comment #32371991
I use Baobab on Linux. It appears to support MacOS as well. https://apps.gnome.org/app/org.gnome.baobab/
-
comment
Comment #32033949
About once a year I see a cool new programming font and decide to try it out. Then, shortly after, I invariably switch back to DejaVu Sans Mono. I suspect that if I gave myself mor…
-
comment
Comment #27429170
I knew what this was going to be as soon as I saw "aux.h" in the screenshot. Some years ago I was working on an embedded system that involved DisplayPort. For those unaware, DP's c…
-
comment
Comment #21404278
I was wondering the same thing. It's either a horrible human-written article, or an impressive machine-written one.
-
comment
Comment #14639507
A paper that changed my approach to designing state machines is "Statecharts: A Visual Formalism for Complex Systems" by Harel ( http://www.wisdom.weizmann.ac.il/~harel/papers/Stat…
-
comment
Comment #8725206
I'm not sure about Lua, but for Python it sounds like you may be interested in the "with" statement.
-
comment
Comment #8478042
"Because USB keyboards don't support arbitrary numbers of keys being pressed at once." There is actually nothing in the USB or HID specifications preventing USB keyboards from supp…
-
comment
Comment #8370463
10/Fifth: More people multiplies communication overhead exponentially, slows everything down. Company bogs down, becomes bad place to work. Warning: pedantic. Adding people increas…
-
comment
Comment #7885898
A nitpick: C has been able to achieve the same performance as Fortran since C99 introduced the "restrict" keyword.
-
comment
Comment #7285851
Seconding the C++ Primer! I've been slowly working through it over the past year, and have found it to be outstanding.
-
comment
Comment #6752159
Yes, you're right. Good point.
-
comment
Comment #6752073
A simple, principled way of solving October's problem is to model it as a Markov chain with absorbing states (the "Finish" square, and the two invisible squares past it -- the two …
-
comment
Comment #6309306
Two female image processing researchers recently used a picture of Fabio as a test image in a paper of theirs: http://arxiv.org/abs/1202.6429 (Additional discussion at http://www.k…
-
comment
Comment #4955351
I was referring to the "mebi" prefix. I agree that, currently, the old SI prefixes have perhaps been made slightly more ambiguous due to the introduction of the new prefixes. It is…
-
comment
Comment #4955244
I agree that it looks odd. However, especially in applications like cryptography, I think that removing the ambiguity of "megabyte" (i.e. do we mean 10^6 or 2^20 bytes?) is worth t…
-
comment
Comment #4402561
To those giving serious replies: I'm quite sure (rather, I hope!) the parent is being sarcastic.