Iām taking this as a reminder to treat every machine like its about to catch fire, any machine with a user regularly using it already has the match lit. I need to go through and commit draft blog posts, dirty homelab POCās need to get out or get in, and not forever be in limbo. My efforts this year have been well intention ed to keep projects clean, on main, not dirty, but I think agents are making it worse before they make it better. I have some new ideas forming and old ideas for managing this have failed me.
Posts tagged: dev
All posts with the tag "dev"
markata-go now has web awesome integration for image compare. It renders a nice web component with a slider to compare two images.
Itās done with a class wrapper around the image components.
::: wa-comparison   :::
Without markata-goās web awesome integration, the above would look like:
2026, finding the balance between fixed bugs and zero days. There is very unlikely ever a reason you need to be running bleeding edge packages in prod most package managers now support cool downs.
webdev twitter is blowing up with implementations of pretext text calculations. The examples are absolutely fun and ridiculous.
I love the level of thought that Jim has put into these changes and making sure that urls donāt change. Iāve got a big change in flight to my main site and this is one of the reasons that Iāve been sitting on it so long. I want to make sure urls arent broken, redirects work as they should, and there are no 404ās from existing urls. Currently the new version only exists on a separate deployement https://go.waylonwalker.com/
I also added the ability to āshuffleā between posts. This is mostly for myself. I like to randomly jump through notes Iāve published in the past for reoccurring inspiration
Love this idea and have it on my new site already as well, and have really enjoyed using it by pressing it a dozen or so times over the course of a few sessions. It highlights that I have too many posts like stars and thoughts and I should do some weighting to main posts. mine is at
One of the well worded shitty messages Iāve seen, good severance, help, timeline to cut off coms.
weāre not making this decision because weāre in trouble. our business is strong. gross profit continues to grow, we continue to serve more and more customers, and profitability is improving. but something has changed. weāre already seeing that the intelligence tools weāre creating and using, paired with smaller and flatter teams, are enabling a new way of working which fundamentally changes what it means to build and run a company. and thatās accelerating rapidly.
Much better than the get rid of people cause AI can do the work. Honestly I feel this though. I was just talking with some colleages how do we divvy work in the age of agents without just constantly walking on each other. If each of us is now an architect who is managing teams of junior agents under us it feels MUCH different than before.
Iām far from working in a large software org like this and Iām feeling it. I only imagine that it gets worse the more people that have to orchestrate around each other.
...
You Can Just Build Things
I donāt know if you know this, but the web is a beautiful platform that allows you the freedom to create things and put them out there. Its not tied to four major platforms. You donāt have to post your thoughts, ideas, and apps to a platform, you can just make it. This is a beautiful thing that seems to have been forgotten. I was inspired this morning from @scotthanselmanās tinytooltown. Looking through all of the tiny tools that people have built for themself, as personal software, not answering to anyone but themself, it was inspiring.
Agents have gotten a lot better, like seriously better. The ai bros that were ai pilled too early that said SWE is over in six months called it too early. It wasnāt time. Now since Nov 2025 we have had agents that can do some damn work. Proving the point some of the greatest devs Iāve ever looked up to have not written a line of code since. Not hype bros or someone not good at the craft, but...
...
This was the inspiration for the next update in dropper that became a full clip editor. The one that Iāve long wanted, but forgotten about. Itās going to include this cropper, resize, image extractor, and trimmer.
Learned about this one from the @stipete interview @scotthanselman did on YouTube. This is proof that the internet is alive. Itās such web 1.0 nostalgia to see that people can just build things! Did you know that you can literally just build things and make them exist? You donāt need users, You donāt need a big platform, you can just make something into existance. It seems like something we have forgotten through web 2.0 where everything as become 4 major apps all linking to each other and trying to hoard all of the attention. Scroll through tehre are some really cool apps, probably nothing that has the polish you want, or is going to change your world. What these apps have more than anything youāve probably used in the recent years, is inspiration. Its xyz, but the way I wanted, or with my little twist. And no one else has to like it but me because Iām the user.
I saw this in @cassidoās newsletter this week and had to give it a run. I despise that there is no dark mode and it insists on burning my retinas š¤. But really this is an absolute beate of a web based markdown editor, I love the command mode to press slash and it just pops out in this whimsical animation ready for me to pick what I want.
Important things to remember in the age of cheap code. More code, not always more better. More code mean, more risk, more maintenance, harder to change.
Is Ai Faster Yet
Is AI making us more productive yet, more faster yet?
probably not
Iāve seen this question hitting all over the Internet lately, and often points to people not writing code. Copilot turns prompts into emails, emails back into summaries that look a lot like prompts. I think thereās a place for this, making rambled thoughts sound more coherent, summarizing notes and meeting minutes. All good stuff but does it make us more productive, probably not by an amount that you can put $ $ behind, unless you are reducing headcount. thats not what we are doing right???
...
There are so many config files right now, glad to see some standards coming in around Agents.md, but so much is still specialized to a whole host of tools that have not been standardized on yet.
I keep forgetting about the double gutter problem with nested containers. When you put padding on a parent and the child also has padding, you get twice the spacing you wanted.
.container { padding: 2rem; } .child { padding: 2rem; }
Now your content is 4rem from the edge. Not what I meant at all.
Either remove padding from the parent or use box-sizing: border-box and plan for it. I usually just drop the parent padding when I realize what I have done.
I tried this flow [of running an opencode server on tailscale] on day one of getting opencode, I wanted to prompt from my phone while were were running lights at the theater. It kinda worked, but the ui was really bad on phone, hard to use and the experience overallāit felt buggy. Happy to see they are making improvements and it might now be ready for some real use.
https://dropper.waylonwalker.com/file/9065fcb2-5e40-479c-967e-498bc9bb6a4f.mp4
What Your Coding Tool Says About You
Extract text from MDX files, removing Jā¦
Damn this one is getting some reach, Iāve seen it from Simon Willison and Justin Searls and t3.gg. I feel for Adam, He has built a fantastic product that the world is running with, something we all needed. Something that everyone laughs at turns their nose up āppft I donāt need thatā the first time they see it, but once they try people get it, and a lot of them like it...
...
Yesterday I wrote about a way to do light mode screen recording to convert to light mode from dark mode with ffmpeg. I was wondering if it could be done entirely on the front end for web applications. Turns out you can. Iām sure there are limited wikis and site builders that donāt allow adding style like this, but it works if you can.
<video src="https://dropper.waylonwalker.com/file/1c53dbcb-4b84-4e94-9f04-a42986ab3fa1.mp4?width=800" controls style="filter: invert(1) hue-rotate(180deg) contrast(1.2) saturate(1.1);" > </video>