justin․searls․co

I joined Twitter in 2007 and my brain slowly morphed over the next 15 years from hopelessly verbose to nihilistically pithy. I've kicked the Twitter habit, but the takes keep flowing. That's why I post them here and format them as a social network of one. You're welcome to bookmark any of these takes, though I'm not sure why you would.

By the way, the hearts and like counts are fake. They're just there to make you feel safe.


My favorite thing about macOS is how consistent the interface metaphors are. No matter what app you're in, if you click the red circle in the top left corner, it'll close the window.

Unless, of course, you're in the Music app's MiniPlayer. In that case the red circle makes the window 16 times larger. Naturally.

So much of programming looks like deciding between six of one and half-a-dozen of the other, but the reason it's so hard is that a keen attention to detail almost always reveals it's really 6.05 of one versus 0.498 of a dozen.

Sweating the small stuff is almost always rewarded in the long-term, even if
either path would work in the short-term.

  1. Login authentication fails (incorrect password)
  2. Click Forgot Password
  3. Open reset password link
  4. Paste exact same password in as new password
  5. Error: new password cannot match current password
  6. ಠ_ಠ

It's a little blurry, but it feels miraculous that I can use my Apple Watch or iPhone while wearing Apple Vision Pro. Earlier this week I accidentally used my Mac's physical screen for 10 minutes before realizing I hadn't enabled screen sharing.

I keep encountering bugs in popular open source projects like libxml, Rails, etc., but I'm just one man—I don't have the time to chase down root causes and submit pull requests.

I don't need GitHub Sponsorship money, but what if someone else was sponsored just to follow me around and fix all the wacky, deep-seated bugs I find?

Not a big fan of the two big three-letter acronyms to emerge in the Apple blogosphere so far in 2024. To recap, these already have robust definitions in online discourse:

  • AVP: Alien versus Predator
  • CTF: Capture the Flag

My useless superpower is the ability to accurately predict in advance exactly how miserable something will be, and with no ability to do anything about it but to wait in lucid anticipation for said misery to unfold.

Decided to "treat myself" and pull in a third party dependency to render breadcrumb links in this new app I'm building. Apologies to future me for when this inevitably breaks someday! I was being lazy.

In hindsight, when I was under a lot of pressure to drop CoffeeScript a decade
ago in favor of "modern" JavaScript (defined as using tools like babel and
webpack), I wish I'd held my ground.

Without a doubt I'd be better off today if I'd just gone straight from CoffeeScript to real ESM and import maps. Just spent three hours dealing with bitrot in a webpack config with no end in sight. The JavaScript Dream was always a house of cards.