Love this post - feels like it vindicates a lot of my opinions (that I've been pretty loud about professionally). I love agile but I HATE Agile... and this helps put years of my feelings into semi-structured text... Agile isn't the problem but it certainly is a broad label for many many problems
Waylon Walker's Thoughts
You found my thought's a collection of short posts generally tied to a link on the web and written through a small chrome extension. See full posts on waylonwalker.com
-
@Nic
Yesterday
Agile Was Never Your Problem Pt 1/2 | The Cyn ...
https://thecynical.dev/posts/agile-was-never-your-problem/ -
@Nic
2 days ago
OpenAI’s Windsurf deal is off — and Windsurf’ ...
https://www.theverge.com/openai/705999/google-windsurf-ceo-openaiWelp I'm not upset the OpenAI deal fell through (I mean probably not great for those at Codeium, but I don't want these big tech firms to keep buying out the competition... So even though I'm not upset about it - I can't say going to Google is my favorite alternative... I'm a windsurf user at home but if the Google deal goes through I may drop windsurf entirely and stick to roo...
Look at me care about who owns my editor when I'll just root myself deeper into vs**** #smh
-
@waylonwalker
2 days ago
Lab Update | Cloudy with a Chance of Tech
https://blog.thomaswimprine.com/blog/2025-07-07-Lab-Update/Always enjoy a good read through someone elses setup. I appreciate the desire for pi clusters they are cute, they seem cheap, but feel a bit overrated (at least for those of us with relatively cheap electricity). I love seeing the refurb "tiny desktops" getting a second useful life in a homelab after they have serve their useful life in the corporate world sitting behind the monitor of some reception desk. These things rock, they are underrated, x86_64, not ARM, so they just work. Until ARM becomes more normalized in the datacenter this is where its at.
-
@Nic
3 days ago
Docker Brings Compose to the AI Agent Era | D ...
https://www.docker.com/blog/build-ai-agents-with-docker-compose/Seems like docker is leaning harder into compose - which is great for me as a heavy compose user. I had heard about some of the LLM enablements directly through docker desktop - for example taking fuller advantage of the host's compute power without paying the penalty of the nvidia runtime or something... I can't claim to have followed it all but I heard "run LLMs in docker directly for a bigger boost" and I'm in.
-
@Nic
3 days ago
Tyblog | systemd has been a complete, utter, ...
https://blog.tjll.net/the-systemd-revolution-has-been-a-success/I found this post on systemd this morning, and although I've been a Linux user for around 6 years now, there's some levels of it that are pretty foreign to me. One of the things I never got was the drama around systemd - but that's because I wasn't around in the beforefore times, I don't use cron THAT MUCH, and I've only had to setup a few systemd unit files - not enough to generate a real opinion on it. But lately I'm looking into more automation at home - and some stuff is fun to put into an overkill of a platform for a homelab, like temporal, but some stuff should probably be run in more hardened ways (backups for example) - so getting a little download this morning on systemd from a clearly seasoned Linux user is a nice addition to my hot cup of coffee.
-
@waylonwalker
4 days ago
Notes – 17:00 Wed 9 Jul 2025 – David Bushell ...
https://dbushell.com/notes/2025-07-09T17:00Z/Enjoying watching David bring together his rss reader day by day. Excited to see where it goes. Im trying to get better at dropping notes like this without a ton of context, without needing to be right, just a note of whats on my mind and what I'm doing.
-
@waylonwalker
5 days ago
uv cache prune
https://simonwillison.net/2025/Jul/8/uv-cache-prune/#atom-everythingGood point to check on your uv cache if you are running low on disk space. I checked mine today, and it wasn't too bad so I left it alone.
du -sh `uv cache dir`
-
@waylonwalker
6 days ago
omarchy/install/webapps.sh at master · baseca ...
https://github.com/basecamp/omarchy/blob/master/install/webapps.shI'm digging these web2app's from DHH's omarchy for setting up an opinionated archlinux hyprland. This gives a way to quickly open a web app as an app either with a hotkey or run launcher in its own dedicated window that you can put on it's own workspace. I really like a workflow of keeping one window per workspace on one monitor and I can quickly navigate between apps with a single hotkey. This gives you the power to switch through things like chat, terminal, browser, steam game with blazing speed from the keybaord, no clicking no searching, just going directly to it.
-
@Nic
6 days ago
restic · Backups done right!
https://restic.net/Welp, I need to be backing up my desktop home directory, specifically a directory of docker volume data... I thought duplicati made sense, but that mostly targets cloud-based backends, and rsync is great but I wasn't sure how i wanted to manage the job. Through a little AI chat I learned about restic and am working on a compose stack to run restic in a container to regularly backup my home directory via sftp to my NAS to then be swept up in my NAS backup workflow
-
@Nic
6 days ago
Add confirmation for hard reset by stefanhall ...
https://github.com/jesseduffield/lazygit/pull/4704I float between lazygit and gitui still for my terminal-based git flow and I want to lean into lazygit more fully. One issue is that the keybinding for lazygit
brings up a menu there the first option is to nuke the entire working tree... in gitui this just resets the one file that's highlighted in the TUI. So that's obviously 100% my fault, however it's nice to see this PR open for adding confirmation for this potential blunder that has cost me several uncommitted scripts and changes...