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…
comment
Cloudflare is also already testing draft QUIC support.
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... …
comment
https://github.com/ctz/rustls
comment
These days I don't see many bugs. I hit a crash this week, but it was fixed within a day.
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?
comment
I'd be interested in comparisons to https://github.com/xiph/rav1e .
comment
I think this is more or less what Tidelift is trying to do: https://tidelift.com/
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 …
comment
I was wondering about an application to bikes -- now I wonder why (it seems like) they pivoted to wheelchairs.
comment
This header is just missing the "if you're making more than 50000 a year" condition.
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&…
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?
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…
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…
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... …
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?…
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…
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...…
comment
You can probably just pull it from GitHub: https://github.com/servo/webrender (Cargo lets you specify Git repos for dependencies.)…
comment
Take a look at Gary Bernhardt's From Scratch series: https://www.destroyallsoftware.com/screencasts/catalog Not free, but very good.…
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.