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
Very curious about userspace filesystems, would be awesome if there's finally a fast solution for this that's well-supported in the OS.
comment
I created Askama (which yarte forked), the inheritance docs aren't great but also not too bad. Curious why you didn't try it?
comment
Nope! In fact, we've started work on our own ICANN-accredited registrar under the Instant Domains brand.
comment
It's running on GCP, the backend is written in Rust (with a smattering of legacy Go) and the frontend is written in React + Next. Any other questions?
comment
I think that's what happens if you hit enter from within the search bar. We search as you type, so no need to hit enter in order to search. Not our finest bit of UI, will bring that back to the t…
comment
Alternatively, use instantdomainsearch.com (disclosure, I'm the CTO), which packages most of these things up in a fast web interface and also enables searching in a bunch of other TLDs.
comment
> Sadly, there isn't any great alternative for making performant HTML templates in Rust from what I've seen, a lot of the other HTML templating libs aren't that great comparatively. …
comment
Which QUIC library did you use? Quinn (the one I work on) comes with an async/await interface.
comment
So is this based on Servo or old-school Gecko? From skimming the repo, looks like the latter. Too bad, I was hoping Igalia had figured out a way to finance Servo development.
comment
Another shibboleth that I was expecting: backpressure.
12 pts
comment
Aka the Gell-Mann Amnesia Effect: https://www.epsilontheory.com/gell-mann-amnesia/ …
comment
Does UDT come with encryption? If so, how does it compare to QUIC?
comment
Generally Ikea stores have a few shortcuts, but you usually have to pay attention to find them.
comment
I’d argue all of those setups combined would amount to less than 1% of internet users, so I’d hardly call them mainstream.
comment
I agree about the "consumers" angle, but I don't think it's entirely crazy to think that unlocking Linux on Apple Silicon will eventually have a non-negligible impact on Apple'…
comment
It's different with Apple Silicon because their hardware is more differentiated; meaning it might be more interesting for them to see non-macOS usage for it.
comment
The announcement here talks more about the context: https://glaubercosta-11125.medium.com/728187331f53 It also mentions rqlite and dqlite.…
comment
QUIC does require TLS 1.3, but as far as I can tell HTTP/2 over TLS 1.3 is perfectly viable, and is likely a common deployment scenario. Upgrading just TLS to 1.3 for most people likely just mean…
comment
Those numbers don’t seem to adjust for population size, wonder what the numbers are per capita. Here in NL cargo bikes are extremely common for transporting kids.
comment
This is not true. Lots of people are putting Rust on microcontrollers now - just have to stick to no_std.
comment
There's a tracing-opentelemetry crate that lives in the tracing repo that lets you connecting tracing to opentelemetry.
comment
Anyone know more information about Verse itself?
comment
And after some period of that it could be made unsafe in a future edition. So it’s not a totally crazy idea, but the payoff would have to be quite something.