I’m currently working on a suite of programs (which sounds a hell of a lot fancier than, “a couple of apps and a database,” — word to the wise, &c.) that deals with people. A person record has, as an option, a birthdate. You never know, someone, somewhere, might like to commemorate great-great-great-uncle Ralph’s birthdayContinue reading “Data Representation”
Category Archives: Practical Applications of Knowledge
Oh, Syntax
I’m working on a new application. I got the basics done, and because I’m an old crank, I made the data storage a file. So, you can do all kinds of cool things with the data you enter, and you can do it without having a network connection. It’s like a spreadsheet! But then, myContinue reading “Oh, Syntax”
Put a Computer In It, Part…A Jillion
Got an email just now, from the marketing department of a company that makes some server software that I occasionally use. The notification of new email popped up on my screen, with a snippet of the body saying that cyberattacks are increasing in sophistication and volume, so I should…presumably, the rest of the email wasContinue reading “Put a Computer In It, Part…A Jillion”
Bill Processing
It’s bill-pay day, so of course I’m confronted once more with several payment portals that have security theater. What do I mean by that? I mean, stuff that looks like it’s some kind of security (preventing theft of personal information, verifying that the actor is the right person, etc.) but which doesn’t actually provide anyContinue reading “Bill Processing”
I’m Still Doing It Wrong
Let’s talk about Docker.
I Must Be Doing It Wrong
I’ve started this post several times, and still can’t figure out a clear path. I feel frustrated with the situation, and I don’t know enough to be able to make progress. Sometimes, writing a blog post helps me organize my thoughts so that I can see a way forward. So far, no luck. Once more,Continue reading “I Must Be Doing It Wrong”
Mirror, mirror
Today I wrote a simple command line utility to mirror the dependencies for a swift project. And it works! That’s pretty neat, in and of itself. Then, because I could, I built a Docker image that has my utility installed, so I can use that image as the base for all my containerized application development.Continue reading “Mirror, mirror”
Offline Swift – A Hint
I asked about mirroring and caching dependencies, over on the Swift forums, and I got an answer that I think might be helpful. It turns out that not too long ago, swift package manager added support for mirroring dependencies. It does this on a per-project basis, rather than being a global setting, which I canContinue reading “Offline Swift – A Hint”
Characteristic: Overkill
So, we’re refugees. Also, I’ve been thinking about store-and-forward, intermittently-connected networks for a good long while. Looking at where life is going and how we plan to navigate it, I’m only going to be more intermittently-connected, with longer periods of isolation, not less/shorter. So, I want to start solving problems now, before I’m cut offContinue reading “Characteristic: Overkill”
Software Release!
I’m pleased to announce the release of an updated version of Stumpy. Mostly, the differences from the previous version will be invisible; the one user-facing difference being that, since I’m only supporting macOS 12+, I can wrap the list of servers in a ScrollView, so you don’t have to resize the window if you’re runningContinue reading “Software Release!”