← all posts
Hello, World

Every project starts with the same two words, so let’s get them out of the way:
#include <stdio.h>
int main(void) {
printf("hello, world\n");
return 0;
}
Welcome to On Abr.
What is this?
Abr means cloud — so “On Abr” is on the cloud, which is where all of this lives. This site is my corner of the internet: a place to write about software, systems, and whatever I’m building or breaking at the moment.
What to expect
A few kinds of posts will show up here:
- Build logs — things I’m making, and how they’re going
- Deep dives — when a rabbit hole turns out to be worth documenting
- Notes to self — published so future-me (and maybe you) can find them
The site itself is part of the philosophy: plain markdown files, static HTML, zero client-side JavaScript. Fast by default, boring on purpose.
That’s it for transmission one. See you in the next post.