AI 1 · Artix 2 · Configurations 1 · Css 2 · CUDA 2 · Git 3 · Hugo 2 · Java 1 · Javascript 1 · Life Optimization 1 · Linux 4 · LLMs 1 · Matrix 1 · Neovim 2 · Opinions 2 · Productivity 1 · Rust 1 · Self-Host 3 · Self-Reflection 1 · Software Development 10 · Tmux 1 · Tools 1 · Void Linux 1 · Web Design 3 ·

Pillars, Pipelines, and Vaults System by August Bradley

What motivated me to try it

I somehow recently accidentally stumbled across the Pillars, Pipelines, and Vaults (PPV) system by August Bradley. In a nutshell, this system is a way to align your daily efforts to the pursuit of goals that contribute to core areas of your life (the pillars). As a husband and the father of a toddler and an infant, the free time that I previously had in excess has been scarce. My routines and schedules were extremely disrupted as I transitioned from my life as a PhD student to working a 9-5 and raising a family (my first child was born exactly one week after my dissertation defense). These routines never truly recovered. As a result, when I do come across some free time I find that I often don’t know what to do with it. I also am guilty of jumping from project to project without focus, leaving things half finished or skills incompletely developed.

[Read more]

Say goodbye to st and say hello to ghostty

I’ve been a suckless software user for a long time because the software was superior to a lot of other options out there. If you have never experienced the blazing fast speed of st opening, you are definitely missing out. Sadly it was time for me to leave st behind and move on to a new terminal that I think offers a lot of benefits.

Why I Liked st

  • Speed. st launches instantly
  • Config as code is cool. That combined with the patching culture really provides some fun puzzles. Who knew reading your terminal source code to fix a broken patch could be so fun.
  • DWM swallow patch compatibility. If you use the swallow patch, st works flawlessly.

Why I Switched to ghostty

  • Time constraints. Two kids means no time to debug patches and code when I want modern features like ligatures.
  • Modern niceties. Ligatures and images in terminal are supported out of the box. I spent way too long trying to unsuccessfully get sixel support in st.
  • Cross-platform config. Same configuration file on both Linux and work Mac. Reduces burden of swapping dev environments.
  • Swallowing compatibility. Unlike WezTerm and others, ghostty plays nice with DWM’s swallow patch. Since WezTerm uses existing terminals to create new terminals, the process tree for the swallow patch gets messed up. This leads to the wrong terminal windows getting swallowed which is very frustrating.
  • Fast enough. Noticeably slower to start than st but faster than everything else I’ve tried.

I definitely think I’m losing cool points by swapping from my handcrafted st build, but priorities change and the ghostty guy is pretty cool. Hopefully this doesn’t commence my slide down the slippery slope straight into an Apple Store shudder.

[Read more]

Mac style copy/paste on Void Linux

Another quick post that may be useful to somebody else. I’ve been working at UKG for about 4 months now. In my work I use a Mac laptop. I’ve tried my best to unify my configurations between my personal Linux system and the Mac dev machine provided by UKG to reduce headaches when having to switch from professional to personal projects. This even went as far as trying to configure OpenBox to be more like the MacOS desktop environment (HA a big failed endeavour). While I ultimately found peace with differences in desktop environments, there was another thing I found very hard to deal with.

[Read more]

NVIDIA graphics card faulting after sleep/wake cycle on Void Linux

I run Void Linux on a Thinkpad T480 with Integrated Intel graphics and a discrete Nvidia MX150. I’ve decided to start working with more CUDA development and was running into an issue where my Nvidia GPU would suddenly stop being detected by CUDA applications. The only way I could figure out to get it back online was by rebooting my computer. Eventually I became so frustrated that I decided to dive in and find a solution.

[Read more]

Misc thoughts on AI

AI has become a very useful tool for me

If you know me personally, you know that I’ve been pretty slow on the LLM/GenAI uptake. At this point, however, if you are a software developer that isn’t integrating GenAI tools into your workflow I think you are probably going to be left behind. I’ve been playing around with these tools a lot more lately, and I’ve come to a few conclusions.

[Read more]