Abstraction is largely the story of computing. Software developers have been building abstraction upon abstraction for decades now. Lev Manovich (of the CUNY Graduate Center) captured this clearly in his book Software Takes Command, and my thinking about this topic is influenced by his book. Abstraction makes life easier by simplifying tasks and making complex […]
Category Archives: software
From the archive
I recently dug up an old paper about indexing that I never published. It’s pretty brief, but I think the main argument still stands, so I’ve shared it on CUNY Academic Works. Maybe of interest if you’re interested in indexing, or the politics of software. Here are the details: Title: Automation, Abstraction and Building It […]
What’s next
My next programming project, which I’ve already started working on, is a tool that would help authors make indexes for their books. If this sounds rather niche, well, it really is. While I don’t want to give away my plans too much, I do want to say that I’ve been deeply dissatisfied with existing indexing […]
The unpredictability of bots
I recently made a Mastodon bot that didn’t really turn out how I expected. My goal was for it to be a bit cheeky, by being a bot who poses as a scholar. That’s not how it comes across. Rather, it presents itself as pedantic and over-confident. I suppose I could tweak it to make […]
Build small
Software can sometimes be big and unwieldly. But it doesn’t have to be. Software can also be small, unimportant and ephemeral. Software can have small goals and limited use cases. It can be fun to build and deploy. There is a lot of value in building small applications for libraries. Here are some benefits: Building […]