Skip to content
// terminals & ink

Tag: Favorites

  • # articleSep 5, 2020· 8 min

    Surtainly Not

    <p>Eighteen hours later, I'm here to write about the dumb, little toy of an app I made this morning just for Big Sur. I honestly don't expect other people to use it. I'm not even sure if I'll keep using it. It was more of a "I hate this. I wonder if I can fix it?" type of thing.</p>

    read the full post →
  • # articleAug 27, 2020· 5 min

    Shelley

    <p>I've written previously about using Hazel on macOS to react to a new file appearing in a synced iCloud Drive folder and running commands. But I wanted a faster solution that I could trigger from almost anywhere – including an iOS Shortcut. A way to send a command directly from my phone (or maybe any other device?) to my Mac.</p> <p>What I came up with is a tiny, macOS menu bar app I call Shelley – because as a friend told me, it's a Frankenstein of a hack.</p>

    read the full post →
  • # articleJul 15, 2020· 8 min

    Process

    <p>To keep myself sane while dealing with my work deadlines, I've found myself tinkering around with an idea I've wanted to try building for years now. Oddly enough, it's not yet-another-app, but a website (web service, maybe?). And it's actually something that's designed to be self-hosted. I haven't yet decided if it will (eventually) be open source, or if I might solicit feedback from friends (real and online) just in case it's more useful than I think.</p> <p>Sometimes the idea for something new comes in a flash of inspiration. And other times (as in the current case) it meanders around in the back of my head for years – just waiting for the right moment or combination of external factors.</p> <p>For this project, it's the result of the rebirth of the indie web movement, my long time interest in self-hosting and owning the tools and data I run my business with, and Apple's WWDC announcements about Safari and their OS's upcoming privacy improvements.</p>

    read the full post →
  • # articleApr 24, 2020· 8 min

    Fear and Light

    <p>It's remained that way because I've been afraid.</p> <p>Always, always in the pit of my stomach, deep down in the back of my lizard brain, there's this nagging voice when it comes to the low-level work, the real work, the type of code that real developers write</p> <blockquote> <p>You're not good enough. You can't make it work. You're not smart enough to figure it out.</p> </blockquote> <p>So I keep punting on the work. I keep pushing that bug fix further and further out and just hope that my code keeps working and that a random macOS point release doesn't bring it all crashing down.</p> <p>But two nights ago I sat down in my office. And just fucking did it. I told myself "no" was not an acceptable answer and dove into every arcane, unmaintained bit of Apple documentation I could find. Searched old Cocoa mailing lists for sample code, and finally, finally have a working solution.</p> <p>After thirteen, years I finally got past my own shit and mental demons and made it happen. I guess I was just fed up with myself constantly ducking out of doing the hard work. That, plus a looming deadline I <em>have to</em> meet, finally held my feet to the fire on this particular feature in a way that has never been done before. So many features. So many bug fixes. Thousands of customer emails and replies. Brainstorming sessions. UI mockups on the back up napkins at bars or doodling on a notepad while at my real job. But this one damn bug was always out of reach. And now it's done.</p> <p>To my future self ten years from now: this post is for you.</p>

    read the full post →