TIL that pathnames in git configs can be optional
Git 2.52 includes a feature that makes working with ignore-revs-files mroe comfortable. Here is a brief explanation.
A place for my thoughts, my trials with lots of errors, and everything in between
Git 2.52 includes a feature that makes working with ignore-revs-files mroe comfortable. Here is a brief explanation.
I didn't come to Rust for speed or memory safety. As a web developer, I came out of curiosity and stayed for the language
git-forge is a minimal, forge-agnostic CLI that brings issue and PR utilities directly into git
I gave my blog a small overhaul, going from a chronological list to a category-based layout. Here's what changed and why.
I rebuilt my Jekyll blog with Astro after comparing it against Eleventy... and immediately shipped a bug.
Multi-stage keyboard shortcuts like Ctrl+Del → w exist in various apps. I prototyped this for GNOME extensions, where it's not natively supported.
I created my first npm package: create-gnome-extension, a scaffolding tool for GNOME extensions inspired by the web dev ecosystem. The development was fun—testing and publishing, less so.