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!”
Category Archives: programming
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”
Stumpy: History and Problem Statement
When we were first writing the software for LinkedIn, Jean-Luc put together a python script that would act like a dummy MTA and mail store. The point was that the application was going to be sending out emails of various kinds, notably invitations to connect, and we needed to be able to write tests thatContinue reading “Stumpy: History and Problem Statement”
Concurrency, Closures, and SwiftUI on Mac OS X
Stupid Computer Tricks
In the late 1990s I had a static IP address, DSL, and my own domain. I got my email delivered to a PC running FreeBSD that I had built out of components I bought at Fry’s Electronics and which lived in my living room, right next to the other PC I’d built out of componentsContinue reading “Stupid Computer Tricks”
Puzzlin’ Code
Okay, here’s some SwiftUI code: Why, why, do I need to prefix tipPercentages with ‘self.‘ once we’re in the third closure but not inside the second or even the first? What’s magical about this situation? I know there’s something, but nobody is saying what.
Specify Your Dream
I keep wanting to be able to write native apps for my devices, and it keeps being true that I can’t wrap my brain around The Way You’re Supposed To Do It. I’ve taken Coursera and Udemy courses on iOS and macOS programming, and I’ve even shipped a couple of toy apps to the AppContinue reading “Specify Your Dream”
Why Monoculture
At some point, I don’t remember exactly when, I told my family that since I didn’t use Windows in a professional capacity and I didn’t use it personally, there was no way I was going to go to the effort of becoming and staying smart about Windows, and if they wanted me to do techContinue reading “Why Monoculture”
Next Project
So, I’m writing a pantry inventory app.
Sounds Like a Job for Perl
In which I write a continuous build system for bagpipe music using Perl and a Makefile. The problem: the band has sheet music that everyone is supposed to memorize, the membership is geographically dispersed and not everyone can make it to every practice, and during practices and workshops and after competitions the music can getContinue reading “Sounds Like a Job for Perl”