Latest Shots #

Confident Cat On A Rail
Ginger has no fear
Friday Afternoon Americano At Work
Friday afternoon americano at work
Work in progress on hosting stl models in my homelab.
Second Sentinal Final Audience Wish
Second Sentinal Second Encounter
Second Sentinal First Encounter
Boomer Chat Achiement Unlocked
boomer chat achiement unlocked
Bed adhesion options in caps.
Cracked Caps
I learned that my caps were set to interface fit and most crack on install. Making the + pattern bigger makes them easier to get on and actually hold tighter.

See all shots →

Latest Blog Posts #

Stl Text Lab Update #

I’m building out a set of tools for 3d printing. Things that I have not found out there yet, they may exist, they may not. The first was Posts tagged: caps, Now I’m taking the core of that project and starting a new one. Not sure if it counts as an update when I have had a lack of really posting about it.

putting text on stl

The full interface

focusing in on the text projection

T Handle Wire Puller #

I’ve been fighting not having a proper pick/hook in my toolbox for a long time. This fathers day weekend my son pulled out an old box of rc plane supplies from my days trying to build planes like flight test. Inside there was a pack of piano wire.

Rules-8

Need a tool make a tool.

He had pulled this out while I had the soldering iron hot plucking away at a keeb build that I’ve had sitting idle on the workbench for a long time. The dream of having several identical working builds at the same time is very close to fruition, I just need some more work on the clone.

Posts tagged: keeb

I was struggling to pull wires through traces of 3d prints. You see I was once a mechanical engineer, not electrical, so 3d modeling is my hammer that I can turn into a tool for any solution, and I’ve just not put the time into learning pcb design. Someday maybe. I always just take some scrap copper make a little look and twist it around until I can get it close enough to pull with some tweezers.

As …

2 min read

Keys.waylonwalker.com #

Today I got sick of my go to online keyboard tester [1] not supporting holds and fighting an issue with holds on one of my boards, I vibed out a replacement. I did a bit of work with it to get it how I wanted. gpt5.4 still likes to make lots of cards and build readable sites with a reasonable width for reading, not full page apps.

keyboard tester A keyboard tester that works for me, how I like it keys.waylonwalker.com [2]

The main feature is to be able to see when alt+key or shift+key is pressed, the keyboard tester was not able to do this.

Here is a video of me using it.

I tend to use keyboard tester a lot as I build a lot of weird keyboards so I suspect this one to get a lot of use and may grow over time, but for now it works good enough for me.

I can already think of a whole list of features like supporting keycodes for js, pygame, zmk, qmk. But for now I’m just building what I need and not overcomplicating it.

test commit

References: [1]: https://www.keyboardtester.com

aur-packages-jun-2026" class="card-title p-name">Malicious Aur Packages Jun 2026 #

Recent Arch linux vulnerabilities are a good reminder of a few things.
  • AUR is not the official package repo

  • The AUR is community driven

  • AUR packages are not always safe

The first thing I’m doing to stop myself from running any aur updates automatically is removing any arch helper.

sudo pacman -Rns yay paru paru-bin Currently the reported vulnerabilities are supply chain attacks limited to the aur, keep your arch system up do date, BUT do not update packages from the AUR right now. In fact I’m auditing my aur usage and removing anything I have not used in awhile.

Here is a nice script I’m using to walk through my packages and get rid of things I installed and probably don’t need anymore.

pacman -Qemq | fzf -m –preview ' echo "== package " pacman -Qi {} 2>/dev/null echo echo " required by ==" pacman -Qi {} 2>/dev/null | grep "Required By" ' | xargs -r -o sudo pacman -Rns Supply chain attacks are getting real scary in 2026, maybe we should listen to Ginger Bil…

1 min read

Prompt Seagulls #

I was listening to @syntaxfm this morning and @wesbos said at 328s [1] “The prompt seagulls are driving me nutty”. 100% hard agree Wes. Now I didnt just come off of a conference where they dropped fable 5. I’ve not logged into twitter in months, but I see it around work.

prompt-seagulls

“Prompt, PR-ompt, promt, PROMT”

There is no such thing as magic

Asking for the prompt as a first question here, is a clear sign you are looking for magic. What are the magical incantations I must pass to all master clanker to get it to do the things that I want. Wrong, there is no magic prompt to get impressive results, its people that know and understand their craft that get amazing results. They have taste. They have design in mind, They see what the end product should be. They are guiding the model to do what they want and are not surprised when they get it.

prompt-seagulls

“Prompt, PR-ompt, promt, PROMT”

process

No one is one shotting their work and kicking up their feet for the other 39 3/4 hours of the wo…

4 min read

See all blog posts →