Skip to content
// terminals & ink
  • # articleMay 8, 2020· 6 min

    StopTheJeff

    <p>Jeff Johnson is my favorite kind of developer. He's stubbornly pragmatic in solving the most infuriating types of problems that customers face: The myriad software paper-cuts forced upon us by large corporations trying to squeeze an extra penny of engagement out of every user and the skeezy, underhanded, web developers exploiting our every click.</p> <p>This post is my next in the ongoing series I promised to write about my favorite apps in support of #IndieSupportWeeks. I've been meaning to write about Jeff's apps for a couple weeks now, and today's blog post about his newest creation finally forced my hand into doing so. It's just too deviously clever an app not to write about.</p>

    read the full post →
  • # articleApr 28, 2020· 6 min

    Additional MailMate Tips

    <p>I received a ton of great feedback from visitors about <a href="https://new.tyler.io/mailmate/">my MailMate love-fest earlier this month</a>. Most people didn't know the app existed. So, here's a few more details around how I have my setup configured along with the hidden preferences I've enabled.</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 →
  • # articleApr 15, 2020· 3 min

    Fastmail Wrapper for macOS

    <p><a href="https://mobile.twitter.com/tylerhall/status/1220805807387873281">I keep looking through my archives</a> of old, private coding projects – the ones that I built just for myself to solve a particular need – to see if I can find any that other folks might find useful. So, <a href="https://github.com/tylerhall/Fastmail-macOS">here's another one</a> I spent a few hours cleaning up recently.</p> <p>It's a native macOS app (wrapper) around the <code>fastmail.com</code> website that supports:</p> <ul> <li>Multiple Fastmail accounts.</li> <li>Native macOS notifications (and sounds).</li> <li>Customizable Dock icon badges.</li> <li>Keyboard shortcuts (⌘1 – ⌘9) to quickly open specific accounts.</li> </ul>

    read the full post →