today I traded:
→ stable salary
→ health insurance
→ job security
for:
→ $0 MRR
→ zero users
→ full ownership of my time
best trade I've ever made (till now ofc)
this is day 1. #buildinpublic
just wrapped my head around Mutex + Arc. Rust’s take on concurrency is pretty cool. Unlike most languages where you either get race conditions or wrap everything in a mess of fragile locking logic (Python GIL 👀)
Turns out macOS doesn’t expose accelerometer APIs. Your mac probably has one you just can’t use it: had to build an external web app to stream motion data from to test a visualizer
kind of wild that in 2025 we’re still jumping through hoops for basic sensor access
Trying to get my homelab to behave…running everything on an Ubuntu server (8GB RAM, 1TB).
Got Docker, dashboards, even local services running fine, but I still can’t assign a static IP 😩
How do y’all handle static IPs + DNS in your homelab?
#homelab#dns#buildinpublic
I’ve been diving into ASCII & Unicode lately and realized something:
Emojis aren’t universal.
Each emoji (like U+1F600) has a fixed code point, but no fixed design. Apple, Google, Samsung: all render it differently.
That’s why emoji memes exist: same code, different vibes.