Put a Bird on It

I have been nerdsniped by the dratted Russian hackers. Those darned “hackers”, causing trouble and getting people all excited about security. So now I’ve got to deal with thoughts and suggestions in my peripheral awareness, and remind myself that I’ve already done the work of threat modeling and risk analysis for my data and forContinue reading “Put a Bird on It”

Open Letter to the FSF

I have been professionally active in software development for 27 years and I have used and even contributed to Free Software.  While Richard Stallman has played a critical role in the development of Free Software, he has also contributed to a toxic atmosphere of male entitlement – a sense that rules only apply to otherContinue reading “Open Letter to the FSF”

How to Make a Library with Xcode

A few months ago, I asked a question on Hacking with Swift about how to extract code from an existing project into a library. This is a thing that, over the course of many years of developing Java applications, I find myself doing often. I solve a problem for one project, then get to anotherContinue reading “How to Make a Library with Xcode”

A New Project

For the past several months, I’ve been following along with Paul Hudson‘s quite excellent series of tutorials. The focus of this series is to develop a portfolio application, demonstrating knowledge of iOS and SwiftUI, as well as good development practices (testing, architecture, etc.). At first, there were a couple of videos per week, but itContinue reading “A New Project”

Insightful Or Obvious?

A friend just passed this interview along, and it got me thinking. Every so often, this sort of thing pops up on my radar: lone individual / tiny group doing things on their own rather than using the commonly available mass-produced thing, and they’re doing it for Reasons. I find something seductive in these stories.Continue reading “Insightful Or Obvious?”

Programmer’s Notebook – Ruby

I’ve been using MacOS as my desktop and development environment for the past 19 years. Whenever I got a new laptop, I’d use the migration assistant to copy my user settings over. So, I’ve got a lot of cruft in my home directory. Over that time I mostly did Java programming. But, there’s also beenContinue reading “Programmer’s Notebook – Ruby”

Release!

Stumpy is ready for use, for anyone who wants to use it. If you’re working on an application that sends email and you’d like to test that feature, you may find this useful. In other news, searching for “pop3 client library” leads me to believe that every developer for macOS thinks that Apple Mail isContinue reading “Release!”

Stumpy Progress

With a bit of persistence and lots of print statements, I’ve debugged my port of the core dumbster features over to Swift. Stumpy now works as a native replacement for dumbster. It turned out there was a capitalization mismatch (my code was looking for ‘Message-ID’ while Mail was writing ‘Message-Id’) and a counting error (headersContinue reading “Stumpy Progress”