rust-analyzer: Manually Reloading Workspace
rust-analyzer wasn’t picking up my Cargo.toml changes. Had to reload manually.
rust-analyzer wasn’t picking up my Cargo.toml changes. Had to reload manually.
Spent hours debugging why rustic-format-buffer wasn’t working in Emacs. The error? “Program not found: No such file or directory, cargo”...
Elfeed (RSS reader for Emacs) was showing way too many old entries. Here’s how to clear it.
Emacs was taking forever to start. Found the built-in profiler to track down the culprit.
Spent an hour debugging why my S3 bucket policy changes weren’t working. Turns out: browser cache.
Been looking into rate limiting for calling third-party APIs. Two main algorithms keep coming up: Leaky Bucket and Token Bucket. Here’s what I learned.
Been thinking about my default Go project setup. Here’s what I’m settling on.
Confused moment: Doom Emacs org +present module doesn’t use the org-present pa...