Powered by feedle

Discovering direnv

@rednafi.com · 3 days ago

I’m not really a fan of shims—code that automatically performs actions as a side effect or intercepts actions when you use the shell or when a prompt runs. That’s mainly why I’ve stayed away from tools like asdf or pyenv, and instead stick to apt or brew for managing my binary installs, depending on...

12th anniversary of hamatti.org

@hamatti.org · 3 days ago

There’s an old trope that when a software developer writes a new blog post, they first rewrite their whole website from scratch. It’s not completely untrue either: some people blog so rarely that when they decide to get back into blogging, they want to remake their site, then publish that one post a...

163 / Coming home

@arne.me · 6 days ago

Issue #163 of Arne’s Weekly

Selecting and copying text without border in Zellij using the keyboard

@alexanderzeitler.com · 7 days ago

Photo by Michelle Ding on Unsplash Thanks to Omakub I got introduced to Zellij: Zellij is a terminal workspace. It has the base functionality of a terminal multiplexer (similar to tmux or `screen) but includes many built-in features that would allow users to extend it and create their own personaliz...

Skin-Shedding Code

@registerspill.thorstenball.com · 8 days ago

Here’s a bit of lingo that I learned working at Zed: shredding.

Automate filling a form with a bookmarklet

@hamatti.org · 9 days ago

Web developers often need to fill in forms over and over again as we develop websites and applications that are built around those forms. Not only is it boring but that boredom can lead to us entering silly or funny entries that can sometimes accidentally leak during demos or screenshots or database...

Joy & Curiosity #8

@registerspill.thorstenball.com · 14 days ago

Interesting & joyful things from the previous week

Notes on building event-driven systems

@rednafi.com · 14 days ago

I spent the evening watching this incredibly grokkable talk on event-driven services by James Eastham at NDC London 2024. Below is a cleaned-up version of my notes. I highly recommend watching the full talk if you’re interested before reading this distillation. The curse of tightly coupled microserv...