Author Archives: kemayo
World of Warcraft addon packaging but with GitHub Actions this time
World of Warcraft Classic addon packaging
World of Warcraft: Classic memories
WebFaction helpers: HTTPS and www
Why didn’t I respond to your pull request?
I have some fairly popular open source packages up on GitHub. Happily, I get people submitting pull requests, adding features or fixing bugs. It’s great when this happens, because people are doing work that I don’t want to do / haven’t gotten to yet / didn’t think of. …but I’m pretty bad at responding to …
Continue reading “Why didn’t I respond to your pull request?”
Sublime Text packages: working in 2 and 3
I maintain the Git package for Sublime Text. It’s popular, which is kind of fun and also occasionally stressful. I recently did a major refactor of it, and want to share a few tips. I needed to refactor it because, back when the Sublime Text 3 beta came out, I had made a branch of …
Continue reading “Sublime Text packages: working in 2 and 3”
Wikimedia
I mentioned that I hadn’t been updating this blog, and that wasn’t just a matter of there being nothing to talk about. Back in July I got laid off by DeviantArt. Since that was their second layoffs round of 2015, I think it’s fair to say that they’re having some problems. This was non-ideal for …
Migrating from Jekyll to WordPress
Funnily enough, there aren’t all that many resources for people who’re moving from Jekyll to WordPress. I took some advice from a post by Fabrizio Regini, but had to modify it a bit, so here’s what I figured out… My starting point was a Jekyll-based site stored on github. Comments were stored using Disqus. As …
WordPress Again
I haven’t been updating this site very often. Upon reflection, I decided that this is in part because the Jekyll workflow that I switched to was… inconvenient. It would be possible to hack around this. I could have written some sort of simple web-app which generated a new post, committed it to git, pushed it …