Recent Posts
Orter, a Retrospective Tool
Long story short, I was feeling defeated. I wanted to build something, anything, to prove to myself I can.
The Project I call it Orter for two reasons:
It’s retro in reverse It’s short for “ought to”, and you ought to retro It’s missing some quality of life features; but, hey, this is an MVP! My hope is, those familiar with a retrospective can just start using it, but there is a getting started guide to explain most features.
read more
Solving Dev Container SSH Frustrations
DevContainers are great! SSH, also great! Together they’re magic… until they’re not.
How to use git inside a container with ssh authentication and ssh commit signing.
How About Gitea?
The previous post is a fun and non-rigorous dive into automating the deployment of a Godot project to Itch.io from GitHub and GitLab. The obvious follow up question is: What about Gitea?
But I have a homelab Everyone does… stop bragging. You can also deploy to Itch.io from a homelab.
GitLab can be fired up in a container, and it’s great! I took some time to check out Gitea as a light weight alternative, and I have to admit it has started to win me over.
read more
Devops for Indie Games
I’d like to acknowledging a preference for GitLab over GitHub. Obviously GitHub is the popular choice, but I have a soft spot for the underdog… especially the open source optionally self-hosted underdog.
My evidence is anecdotal, but Github Actions is a gentle learning curve compared to GitLab’s CI. It could be because I learned GitLab first and had new concepts to wrap the ol brain round. The option to use other people’s reusable elements in GitHub is sweet.
read more
An Extra Day to Revamp the Old Blog
Why? No one Reads Blogs I don’t know, I don’t even average 1 post a year. Let me have my fun.
What changed? I switched to Hugo on GitLab. Wordpress feels like overkill and it mysteriously stopped working.
The hard part was ensuring redirects to old projects worked. Okay “projects” is ambitious, “project” is correct. The only one that matters is the link from xkcd 1190 to geekwagon.net/projects/xkcd1190.
I made some minor changes to the original project so it can be served from GitHub pages.
read more