I really wish I would have got this right a few years ago. Theres a couple of flags I had to use to get mdformat to d...
Archive
All published posts
What no one is talking about is that Deegs doesn't get the red plate without Anstie on the ground.
I was unironically asked what is that about my keeb today. Followed by no way that works, how would you type a, s, y, u, after showing, I go the "that's...
š Git Notes
Dont Trust Users Tokens
User states: Upon picking up an old project and trying to install pip says ācannot find a version to satisfyā
Iāve got this, Iāve had this a hundred times before itās a python version, a rogue package, maybe a yank from the pinned deps. I pop open the project get us on the same commit. I get a different error, make a few updates and we are good, except the user gets the same error from the start.
They never saw the error I did, and my fix did not magically resolve their error. We circle all the things it could be for hours. I consistently wipe my venv, and recreate with ease, send them the commands I ran to no avail. Something is up and I canāt put my finger on it. Weāve checked all the things and inched as close as we can to running everything exactly the same.
...
Check out dbreunig and their project whenwords.
Opencode is changing on the daily right now, today I noticed the word pop up in Orange text in my opencode window. Lo...
I'm not sure if its good to keep issues and plans in the repo long term, but I'm going to give it a shot.
Ai
Last updated Jan 2026.
Ai is a tool I use a lot for code generation, research, image generation, and debugging. The words I publish on this site are my own unless explicitly stated from the top. Thereās only one or two posts in this category.
The core of what this blog is, is my thoughts ideas, sharing experiences. The words are the important part. They are not perfect, I often do not spell or grammer check, and what is here is from a flow state of writing and very often not refactored.
...
This is opencode's init prompt.
Og-Sample
Iām making an effort to make my og images better yet again, Iām going for that next 10% better. I really like my og images, but there are some title sizes that overflow. This page is a page to help debug. How I make these og images is for another day.
I use my own static site generator markata. I can use it to generate a list of posts wrapped in their og image. I use itertools to do a groupby so that I can do roughly every 5 characters larger, and see a wide variety of sizes.
from markata import Markata from itertools import groupby markata = Markata() lens = [{'length': len(post.title), 'title': post.title, 'slug': post.slug} for post in m.posts] lens_sorted = sorted(lens, key=lambda x: x["length"]) groups = { k: list(g) for k, g in groupby(lens_sorted, key=lambda x: (x["length"] // 5) * 5) } posts = [g[0] for g in groups.values()] ogs = [ f'[![{post["title"]}](https://shots.waylonwalker.com/shot/?url=https://waylonwalker.com/{ post["slug"] }/og/&height=600&width=1200&scaled_width=1200&scaled_height=600&format=jpg&v=4)](https://waylonwalker.com/{ post["slug"] }/og/)' for post in posts] print("\n\n".join(ogs))
OG-Sample
...
**: **lay **f the **ame - used to express shock or excitement after a noteworthy moment.
2026 Resolutions
Itās that time of year, Coming back to work out of a big break and thinking about big changes.
Keep up with daily notes, maybe not here, I tend to have more targeted notes here with full blog posts, but for work daily notes is POG and needs to be leaned on. LLMās do really good at ingesting markdown and reminding me of things that I need to do, or did, or need to follow up on.
Social media is changing, quickly becoming enshitified, I enjoy interacting with some of the people Iāve met online, reading their opinions, and learning from their experiences. I donāt need their hot takes, donāt care about their political takes. I like boring posts that typically fade out of whats picked up on the algorithm. I like a good 5-10 minute read or a long form podcast talk. I will be aggressively collecting more rss feeds to read and keep up with.
...
I recently discovered vim-speeddating by tpope, and it's truly impressive.
Check out JaKooLit and their project Wallpaper-Bank.
Today I discovered vim-speeddating by tpope. I'm sure I've seen years ago but it did not click for my workflow until ...
New keeb feeling so good I don't want to leave it. I'm going to go from having my worse favorite at work, to having my new favorite at work.
I'm really excited about gastown, an amazing project by steveyegge. It's worth exploring!
Yesterday I wrote about a way to do light-mode-screen-recording to convert to light mode from dark mode with ffmpeg. ...
Check out 99 by ThePrimeagen. It's a well-crafted project with great potential.
I saw this tip from Cassidoo and had to try it out for myself. I kicked on a screen recording right from where my ter...
The work on usage by jdx.
I'm impressed by pitchfork from jdx.