Over the last few weeks I built my own DNS client. Mostly because I thought dig (the standard DNS client) was kinda clunky. Partly because I wanted to learn more about DNS. So here's how I built it, and how you can build your own too. It's a great weekend... (more…)
Read more »
Highly-available Distributed Fault-tolerant Runtime - bastion-rs/bastion... (more…)
Read more »
It's been a long time since I properly learned a new language—computer or human. Maybe 25 years. That language was Java, and although I've had to write little bits of C (very, very little) and JavaScript in the meantime, the only two languages I've writte... (more…)
Read more »
A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ... - tokio-rs/tokio... (more…)
Read more »
I’ve been using Go for the past few weeks. It’s my first time using Go for a large(-ish), serious project. I’ve previously looked at Go a lot, and I’ve played with examples and toy programs when… (more…)
Read more »