back
user profile

dochtman

8,644karma·837submissions·August 2, 2010
about
Professional Rust maintainer.

https://dirkjan.ochtman.nl/ https://github.com/djc https://xavamedia.nl/

[ my public key: https://keybase.io/djc; my proof: https://keybase.io/djc/sigs/8IkleSSBN9hhCZWqkfDndLYhEEfanUDBVDQdS_hqH9U ]

recent activity (837 total)
comment
https://news.ycombinator.com/item?id=8342131
11y ago·view thread
comment
See also, the Kickstarter campaign to update it: https://www.kickstarter.com/projects/kfogel/updating-produci... …
11y ago·view thread
comment
ActiveVideo http://activevideo.com - Full time, local to Hilversum, near Amsterdam, NL (relocation could be an option) ActiveVideo delivers HTML-built video-on-demand and guide application…
11y ago·view thread
comment
The fun part is that this RFC was edited by Carsten Bohrmann.
11y ago·view thread
comment
Yeah, I agree it's currently not that great for non-technical people. Still, I'm excited that I finally have something that fulfills this need for something Dropbox-like but with my own stor…
11y ago·view thread
comment
I've actually found building Go (Syncthing, in particular) for the packaging system I use (Gentoo's Portage) a complete PITA, to the point where I don't understand how it can be so brok…
11y ago·view thread
comment
I used AeroFS a bunch for private stuff, and it was okayish, but never a really friendly product. I've since transitioned to Syncthing, which is open source (in Go) and actually has better UI in …
11y ago·view thread
comment
I have one (probably quite naive) implementation here: https://github.com/djc/runa/blob/master/runac/parser.py#L54 (Runa uses tabs for indentation, not spaces…
11y ago·view thread
comment
This sounds very different from my experience. Have you ever looked at about:crashes and checked into any bugs hanging off your crash signatures? (And if not, please file bugs!) If you make a list of …
11y ago·view thread
comment
Previously: https://news.ycombinator.com/item?id=7245297 (a year ago) https://news.ycombinator.com/item?id=8620236 (3 months ago)…
11y ago·view thread
comment
It's not clear. To be fair, I think there are people who use nanomsg in production as it is, though probably only some parts are production-worthy (e.g. IPC support on Windows has been sort of st…
11y ago·view thread
comment
Yeah, that course is awesome. I also took it in order to properly learn about compilers for my language design/compiler side project. I wrote about the experience here: https://dirkjan…
11y ago·view thread
comment
For anyone who doesn't know what nanomsg is: http://nanomsg.org/ It's a spiritual successor of 0MQ, by the same (technical) author. The differences from 0MQ are documented h…
11y ago·view thread
comment
Thanks for your work! I've been wondering -- why do compiled binaries actually include timestamps? For human-readable stuff, I sort of understand, but for binaries I don't see we'd want…
11y ago·view thread
comment
No, I didn't. For my language, being compiled down to machine code has been one of the design goals. Also, it doesn't seem to me like building an interpreter is significantly simpler than bu…
11y ago·view thread
comment
Fun! I've been working on Python-like systems language with a compiler in Python targeting LLVM IR, and it's been cool (though so much work to get a halfway usable language!). https:/&…
11y ago·view thread
comment
LLVM Weekly is a great way to keep up with what is going on in that ecosystem (plus some GCC-related stuff now and then). It's definitely something to look forward to on those awful Monday mornin…
11y ago·view thread
comment
Looks like their public beta has been overwhelmed already, so you'll still have to wait until they have extra capacity.
11y ago·view thread
comment
See also this article from last year: https://decorrespondent.nl/541/Why-we-should-give-free-money... …
11y ago·view thread
comment
Not sure about web vs internet, but content-addressable sounds like it could potentially be a big win. Particularly if you factor in encryption, it would be pretty great if static assets + signatures …
11y ago·view thread
comment
Seems like that has no doubt been an important part of the deal that Yahoo! and Mozilla made. It's an interesting way to get back at Google's heavy promotion of Chrome on their properties.
11y ago·view thread
comment
Still working on a Python-like systems programming language (Rust-like memory management -- no GC, compiler in Python targeting LLVM IR). In my march towards getting exceptions working (using Intel&#x…
11y ago·view thread