30. July 2020

Miscellaneous Findings III: Unix text tricks

For this round of Miscellaneous Findings, we have a bunch of ways to mess with text. They all use tools that come with Unix, so they should work without having to install extra junk, if you are working on a Unix-based OS. The last finding, using regexes in sed, I found particularly useful for converting hundreds of JS files that used CommonJS (e.g. var something = require('something')) to use ES Modules (import something from 'something')

This is a roundup of miscellaneous things that I’ve found out about (or have rediscovered).

more

18. July 2020

Ecce World

This was also sent out as a newsletter. If you’d like to get project updates like this as email, you can subscribe.

Hello. I hope you’re doing OK, despite Conditions. If you’re in the mood, I have some tiny bits of art progress to tell you about!

more

30. June 2020

Too many ssh-agents and the keychain

This is the tale of three really simple and reliable tools, rsync, cron, and keychain, combining to create some confounding emergent complexity.

more