On this page
Welcome to Bousslog — a personal technical log for documenting real work.
Why this blog exists
I wanted a calm place to document:
- Projects I build
- Tools I use
- Experiments I try
- Bugs and failures I run into
- Lessons I learn
- Short notes I want to keep
This isn't about perfection. It's about progress, in public.
What to expect
Posts here will be honest and practical. Some will be polished deep dives. Others will be quick notes or debugging stories.
The goal is simple: document the process, not just the outcome.
Note to self
Let's build something meaningful, one small step at a time.
keep_building.py
def keep_building():
while True:
learn()
build()
write()
repeat()
Keep building.
