Skip to content

fasterthanli.me

amos loves to tinker.

  • By Amos
  • Roughly seven posts per year
  • First post on

Posts per year

Data for this chart is available in the table below
Posts per year
Year starting Posts
2022 30
2023 21
2024 7
2025 0

Any gaps could be due to errors when fetching the blog’s feed.

Most recent posts

Catching up with async Rust
In December 2023, a minor miracle happened: async fn in traits shipped. As of Rust 1.39, we already had free-standing async functions: pub async fn read_hosts() -> eyre::Result<Vec<u8>> { // etc. } ...and async functions …
On , 66 words
Highlighted code in slides
I have obsessed about this long enough, I think it's only fair I (and you!) get some content out of it. When I started writing this article, I was working on my P99 CONF slides. …
On , 74 words
ktls now under the rustls org
What's a ktls I started work on ktls and ktls-sys, a pair of crates exposing Kernel TLS offload to Rust, about two years ago. kTLS lets the kernel (and, in turn, any network interface that …
On , 86 words