Hello, World
Welcome to my blog.
This is the first post on what I hope will become a collection of rants, technical deep-dives, and general musings about Linux, Rust, and the art of systems programming.
Why another blog?
I’ve been meaning to start one for a while. The modern web is bloated — JavaScript frameworks for a simple text page, megabytes of tracking, and popups begging you to subscribe before you’ve even read a word.
This blog is different:
- Zero JavaScript for reading. What you see is what I wrote.
- Monospace everywhere. Because terminals are honest.
- No tracking. Because your reading habits are yours.
The stack
This site is built with Astro, a static site generator that respects your intelligence. Content is written in Markdown, styled with plain CSS, and served as flat HTML files.
fn main() {
println!("Hello, terminal!");
}
The font is Iosevka, a lovely monospace typeface that looks right at home in a terminal emulator.
What’s coming
I plan to write about:
- Rust — systems programming, async runtimes, and the borrow checker
- Linux — Arch Linux tips, kernel spelunking, and desktop environment minimalism
- Security — tooling, reverse engineering, and threat modeling
- Random tech — whatever catches my interest
Stay tuned.