Haacked
@haacked.com
2.2K followers 290 following 170 posts
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.
Posts Media Videos Starter Packs
haacked.com
Going to see DJ Snake at Drumsheds in London Oct 10!
haacked.com
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
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.
haacked.com
I think GitHub's CodeQL scanning is broken. It looks like every successive warning includes all the previous warnings.
haacked.com
Haacked @haacked.com · Aug 30
I think I broke Claude. This video is not sped up.
haacked.com
Haacked @haacked.com · Jul 22
I was trying to find an old router in my order history on Amazon and how did I order this before I was born?!
haacked.com
Haacked @haacked.com · Jul 10
Hey! Looks like I’m an MVP for another year. Much appreciated!
haacked.com
Haacked @haacked.com · Jun 12
It’s clouds all the way down
haacked.com
Haacked @haacked.com · Jun 12
major GCP outage is affecting so much downstream
haacked.com
Haacked @haacked.com · May 21
I broke the AI again. Clearly Cursor is a fan of LISP.
haacked.com
Haacked @haacked.com · May 20
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.
haacked.com
Haacked @haacked.com · May 18
I’ll be speaking at Techorama. Let me know if you’ll be there!
Reposted by Haacked
micahflee.com
New bug report opened in the TM SGNL github repo github.com/micahflee/TM...
Screenshot of bug report called: The group chat includes people that were never invited
haacked.com
Haacked @haacked.com · Apr 30
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.
haacked.com
Haacked @haacked.com · Apr 21
This is a test of skeeting using code.
haacked.com
Haacked @haacked.com · Apr 18
Do you work on a repo that squash and merges PRs? Notice that `git branch --merged` doesn't work in that scenario? Want a git alias that can clean up merged branches even if they've been squashed? Well I got you! An update to my GitHub Flow aliases: haacked.com/archive/2025...
Cleaning up gone branches
A git alias to clean up gone branches. Even ones that have been squashed and merged.
haacked.com
haacked.com
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!
haacked.com
Wrote some C# today as a palate cleanser. It’s like visiting family after living abroad in exotic places.
haacked.com
TLDR; PostHog is hiring for a bunch of positions: posthog.com/careers

I mentioned I started here in Jan: haacked.com/archive/2025...

It's a great place to be a software engineer. Lots of interesting work and a great distributed and remote culture.
Careers - PostHog
We're working to increase the number of successful products in the world. Adventurers needed.
posthog.com
haacked.com
Finished up some client sdk work in Ruby, and I don't like it as much as I used to. I really miss my types. I may have to look at introducing Sorbet into the library in the future.

Next stop is ... oh no ... PHP. God help me.
haacked.com
I’ve been having fun turning my Ghibli images back to photorealistic.
haacked.com
Wrote some Go finally. First impressions, I understand the appeal. It was quick to pick up, simple, and fast. Though I prefer rust for its richer type system.