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
In that case, the HTTP part would probably just be working against you. Fortunately, people are working on DNS over QUIC: https://datatracker.ietf.org/doc/draft-huitema-quic-dnsoq…
7y ago·view thread
comment
Cloudflare is also already testing draft QUIC support.
7y ago·view thread
comment
I wrote a little script a few years ago to make a nice map out of my location history: https://dirkjan.ochtman.nl/writing/2012/11/28/tracing-a-path... …
7y ago·view thread
comment
https://github.com/ctz/rustls
7y ago·view thread
comment
These days I don't see many bugs. I hit a crash this week, but it was fixed within a day.
7y ago·view thread
comment
I keep wondering about GeckoView vs Fennec. Surely Fennec already contains something much like GeckoView, so what will the difference be and when will (Nightly) Fennec switch?
7y ago·view thread
comment
I'd be interested in comparisons to https://github.com/xiph/rav1e .
7y ago·view thread
comment
I think this is more or less what Tidelift is trying to do: https://tidelift.com/
8y ago·view thread
comment
I'm surprised by the finding that Google changes have a medium sized of 24 lines changed. While I'm a big fan of small commits, I was under the impression that some of the large open source …
8y ago·view thread
comment
I was wondering about an application to bikes -- now I wonder why (it seems like) they pivoted to wheelchairs.
8y ago·view thread
comment
This header is just missing the "if you're making more than 50000 a year" condition.
8y ago·view thread
comment
Isaac Asimov is one of the classics, of course. I'm particularly fond of the robot novels (all four of the Elijah Baley ones especially) and the entire Foundation series. Of course, you also can&…
8y ago·view thread
comment
I'm not sure why the distinction for Box between a pointer and a struct with a single pointer in it matters. For all intents and purposes, aren't they the same thing?
8y ago·view thread
comment
I don't necessarily disagree with all that; however, I do think it would have been good for Google to disambiguate in their announcement and documentation that they don't mean standards-trac…
8y ago·view thread
comment
Note that this seems to be gQUIC (the Google-internal variant of QUIC that it has been using for a few years), and is thus not interoperable with most non-Google QUIC implementations, which follow the…
8y ago·view thread
comment
See also this recent Mozilla discussion on the proposed charter for the W3C working group: https://groups.google.com/forum/m/#!topic/mozilla.dev.platfo... …
8y ago·view thread
comment
I think she might not be at Facebook any longer? http://rachelbythebay.com/w/2018/03/10/free/ Or is your information more recent than this?…
8y ago·view thread
comment
I'm not sure how you come to this conclusion, or what you mean? As I understand it, QUIC is a transport layer for the HTTP application-level protocol, so I would guess that pretty much all of the…
8y ago·view thread
comment
I think it is effectively part of/superseded by Web Authentication, which is mentioned and links to: https://groups.google.com/forum/#!msg/mozilla.dev.platform/t...…
8y ago·view thread
comment
You can probably just pull it from GitHub: https://github.com/servo/webrender (Cargo lets you specify Git repos for dependencies.)…
8y ago·view thread
comment
Take a look at Gary Bernhardt's From Scratch series: https://www.destroyallsoftware.com/screencasts/catalog Not free, but very good.…
8y ago·view thread
comment
This is probably more hopeful/an ambitious end goal than anything sane people would really do today, but I would try to write a functional reactive isomorphic Rust app.
8y ago·view thread