Can't trust any VPN these days
7 minute read Published: 2024-10-16After Turkey banned Discord, I had to jump through some hoops, fix my VPN, and learn a bit about how DNS works.
After Turkey banned Discord, I had to jump through some hoops, fix my VPN, and learn a bit about how DNS works.
Some thoughts on why I started livestreaming my open-source development sessions and my future plans.
I went on a trip to Mongolia to find out the meaning behind my name.
Let's delve into the realm of open source funding along with Ratatui's journey.
Sharing my experience after giving a talk at FOSDEM 2024!
I recently realized stdout is much faster than stderr for Rust. Here are my findings after diving deep into this rabbit hole.
Here is how you can publish a Rust project with a single click of a button and automate everything.
"Ratatui" is a Rust library for building rich terminal user interfaces. In this post, I'm sharing what's new in the latest version and also a fun way to easily create terminal user interfaces in a jiffy.
Let's experiment with the std.http
module of Zig >=0.11
and create an HTTP server/client from scratch (along with some benchmarks)!