Viewing profile — jessevdk
jessevdk
HN member- Joined
- Mon, Sep 03, 2012, 6:32 PM UTC
- HN karma
- 248
- Public activity
- 27 items
- HN profile
- View on Hacker News ↗
About jessevdk
No profile information was provided.
Recent public activity
-
comment
Comment #39448136
The title was changed I think after I submitted it. I don’t have the karma to update it though.
- story
- story
-
comment
Comment #10849058
gobby may not be the best editor out there, but as far as I know it's goal was to be a testbed/implementation of the obby (now infinote [1]) collaborative editing protocol. The und…
-
comment
Comment #10849040
gobby was/is the testbed editor for the protocol originally called obby (now infinote). As many GNOME based applications of the time, names where usually prefixed with a 'g', hence…
-
comment
Comment #9676252
To be pedantically correct, CityEngine was a product of Procedural (spin off from ETH) which got acquired by ESRI later.
-
comment
Comment #8635780
Hi, author here. Thanks to everyone for checking this out. I'm sorry if some of the examples don't work across the board, most of these use WebGL extensions that might not be avail…
- story
-
comment
Comment #8629135
I meant to say bicycle lane, not driver lane.
-
comment
Comment #8626851
I'm Dutch, and used to biking everywhere since I've been little. It is true that people in the Netherlands don't usually wear helmets, and the infrastructure and general driving at…
- story
-
comment
Comment #7251011
I happened to be at the airport when it happened (still am). We got to hear that the airport closed due to "Operational problems". Plenty vague, but the internets prevails.
-
comment
Comment #6848589
I can't really compare, because I've personally never used pycparser. The nice thing about using libclang is that you're just using the same backend as the actual compiler and you …
-
comment
Comment #6848271
Shameless plug (but possibly interesting), we do something similar (but using clang) to generate a coverage report for the gobject bindings for libgit2: https://git.gnome.org/brows…
- story
- story
- story
- story
-
comment
Comment #6373623
It's been some time since I did this, but yes, it's mostly the correct height + keeping the hand steady when the drop falls. I think getting the height right is more critical. You …
-
comment
Comment #6373425
You can try something similar to this (although more related to the older barrel technique) at home with a soldering iron . Melt some tin at the tip while holding the iron at a suf…
- story
- story
-
comment
Comment #6296421
If you're interested in zero down time for a go service, then check out goagain [1], inspired by Unicorn. It uses simple fd passing to restart itself, passing the listening socket.…
- story
-
comment
Comment #5213784
Partial support for other formats is planned. It's quite obvious that all currently documented C++ is using one of the existing formats and that it's nonsense to expect people to c…