Ideas.Offby1

this is such an extremely specific complaint

Posts categorized under: tools

Habits in the Shell, shared

Sharing shell tools habits between all of my hosts using chezmoi, building on a fantastic post by Mark

read more →

Jujutsu as an Experienced Git User

As an experiment I'm trying to use Jujutsu instead of Git as my local version control interface. This is how that's going for me.

read more →

Disconnection-resistant GitHub codespaces with tmux and iTerm2

GitHub codespaces' ssh client is prone to frequent, frustrating disconnections. If you're actively working remotely, that means that you often lose state in the codespace, which is especially frustrating if what you are doing takes a long time to set up, or should stay running. This post describes how I mitigate that with a script that ensures I always have a session in my codespace.

read more →

Suppressing "use flake" in nix fan .envrc files

Are you annoyed by direnv-using nix fans committing .envrc files with "use flake" in them? Is this an overly specific complaint turned into a blog post? Is there a solution to your very specific problem within?

read more →

uv, direnv, and simple .envrc files

Easily using uv, direnv, and minimal, consistent .envrc files

read more →

Development Environment (2021)

Some of the things I use in my day to day computering

read more →

Doom Emacs and direnv

Solving an issue arising from an interaction between Doom Emacs and direnv

read more →

direnv and pip-tools together

A relatively simple way to automate locking your pip-tools requirements using direnv

read more →