Haacked

@haacked.com

A bio that defines me (he/him) in terms of my work and my relationships and leaves you no closer to understanding who I am.

Credit where credit is due, the new Slack AI bot has been a game changer for finding old slack conversations. I was skeptical, but it actually works for me.

Check out spelungit: An MCP server I wrote for semantic search of git history. Fully local using a local LLM and sqlite to store embeddings. haacked.com/archive/2025... Plans to use stronger online models in the future, but for now, this works pretty well!

Spelungit: When git log --grep isn’t enough

Ever tried to remember why you made a change six months ago? I built Spelungit so you can search Git commit history with natural language instead of praying to the regex gods.

haacked.com

At every point in the universe, if you look out into space, the universe is expanding in all directions from that point. Every point in the universe is the center of the universe. So ma’am, in answer to your question if I think the world revolves around me, the universe does.

TIL a fact that’s obvious to any French speaking person but wasn’t to me. If it’s not a crescent shape then it’s not a croissant because croissant is literally crescent in French. It might be a viennoiserie instead.

I heard a scenario: Would you rather receive $1M dollars, or a penny on the 1st such that every penny doubles every calendar day. Of course I pick $1M dollars. What'm I to do with 1 billion pennies? That wouldn't fit in my apt. It'd weigh over 2750 tons! I don't want that headache.

I now have an answer to the interview question, "What is the biggest technical challenge you've faced?". Answer: Getting a React Native project to build and run locally. I now feel like I can handle any technical challenge!