RSSAmplifier

Blog

Lele's log, DEE Not-Enterprise, 2026

A place for my thoughts, my trials with lots of errors, and everything in between

neverready.appRSS feed ↗7 posts

Latest posts

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.

First Impressions of Rust

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: Faster Issues and PRs From Your Terminal

git-forge is a minimal, forge-agnostic CLI that brings issue and PR utilities directly into git

Redesigning my Little Corner of the Web

I gave my blog a small overhaul, going from a chronological list to a category-based layout. Here's what changed and why.

Reaching for the Stars with Astro

I rebuilt my Jekyll blog with Astro after comparing it against Eleventy... and immediately shipped a bug.

Keyboard shortcut sequences in GNOME extensions

Multi-stage keyboard shortcuts like Ctrl+Del → w exist in various apps. I prototyped this for GNOME extensions, where it's not natively supported.

Creating my first npm Package

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.