Posts tagged: dev

All posts with the tag "dev"

294 posts latest post 2026-05-19
Publishing rhythm
May 2026 | 10 posts
- one minute in, I cannot believe Prime has never used a password manager. For all the shit they give Trash for his one password, He does not use a password manager! Note This post is a thought [1]. It’s a short note that I make about someone else’s content online #thoughts References: [1]: /thoughts/
- Prime on Big A they make a really great mix. I really like primes perspective on the layoffs here. Adding in an ops perspecive a bit here. Maybe inspiring a full level post. infra, ops, sre roles are incentivised to keep uptime, that is your goal in these roles. Idk how it works on big products, its probably more greased, higher stakes, more well thoguht out, more well discussed. In my role for many small internal applications developers constantly use my platform different and find new edge cases that we never expected to hit. Depending on my week I’m either the team blocker and I’m fighting fires all week making sure new releases are getting out and stay running while everything is breaking, or I’m tending to the fire lanes, predicting the new edges, looking at previous outages and asking myself how do we never see this category of failure again. I think AI is really good a enabling both of these. I think you can probably run a leaner team with AI on the latter half. AI is really good at implementing things consitent (if you are careful) and fast. But when shit hits the fan, you still need the people who know the systems to get things back up quickly and prevent a cascade o...
Turning my Desktop into a Production Machine
I'm setting up production workloads on my desktop, perhaps against my better judgment, building my blog hourly without much fuss
- I havent used windows in years at this point, but I feel this on the products I am forced to use for work. Basic features are not right, kinda work most of the time. New features, ai integrations, new skin/design, but still teams can’t use my system mic appropriately yet every other app does. Also feel this computers have not got significantly better since around getting ssds. Yes they are better, but not at the same rate of being obsolete every two years. I hope we hit local model land and it flips this a bit, not in quite the obsolete every two years range, but some new hardware actually lets you do meaningful more new things. Note This post is a thought [1]. It’s a short note that I make about someone else’s content online #thoughts References: [1]: /thoughts/
Building For The Future This afternoon, we sent the following email to our global team. One of our core values at Cloudflare is transparency, and we believe it The Cloudflare Blog Ā· blog.cloudflare.com [1] Full salary for the rest of the year after being let go. As much as this sucks as much as the job market sucks. It’s good to see that these companies laying off huge numbers during good times are trying to take care of those they brought on. Note This post is a thought [2]. It’s a short note that I make about someone else’s content online #thoughts References: [1]: https://blog.cloudflare.com/building-for-the-future/ [2]: /thoughts/
Programming Sucks stilldrinking.org [1] Absolutely incredible, will fill some notes later Note This post is a thought [2]. It’s a short note that I make about someone else’s content online #thoughts References: [1]: https://www.stilldrinking.org/programming-sucks [2]: /thoughts/
Programming Still Sucks. — Writing Sorry Peter. — I'm at a birthday party, and while most people here also work in tech, there's always a Guy with a Real Job. You know, a physical job, building some or other thing people need. And... stvn.sh [1] Absolute banger of a post, this is the time we are living in. Explain ā€œare you afraid AI is going to take your jobā€ to a non tech blue collar worker. Broken over promises, greed, and projects mismanaged by leadership who has no idea what the day to day work actually does and how critical it is. I’m not quite in Sara’s position, but I feel something shielded by half of this working deep inside of a non tech part of a non tech company leading a very small rag tag team with get shit done attitude. But I feel it, I see colleagues hit by these blasts.b I get clipped with shrapnel from some of the largest blasts. But nothing as significant as I see many others hit with Note This post is a thought [2]. It’s a short note that I make about someone else’s content online #thoughts References: [1]: https://www.stvn.sh/writing/programming-still-sucks-fqffhyp [2]: /thoughts/
[1]Ghostty Is Leaving GitHub Mitchell Hashimoto Ā· mitchellh.com [1]Found on HN: [1]discussion [2] The GitHub tears post. I feel it, maybe not as much as @mitchelh, but I feel it. Note This post is a thought [3]. It’s a short note that I make about someone else’s content online #thoughts References: [1]: https://mitchellh.com/writing/ghostty-leaving-github [2]: https://news.ycombinator.com/item?id=47939579 [3]: /thoughts/
Red Squares — the GitHub outage graph A satirical contribution graph: red squares track GitHub.com platform outages instead of green squares tracking commits. red-squares.cian.lol [1] yet another interesting visualization of github outages. These guys are getting raked over the coals. It really sucks to see. Not quite tears to my eyes mitchelh [2]. But it feels like a core part of opensource has been dying for a few years now and is now getting ripped to shreds. The central location for open source is becoming more fragmented and I don’t see a path to where it ever gets any better. Note This post is a thought [3]. It’s a short note that I make about someone else’s content online #thoughts References: [1]: https://red-squares.cian.lol/ [2]: https://news.ycombinator.com/item?id=47939579 [3]: /thoughts/
Desktop Crash 2026 | Nic Payne PC Crash Desktop crashed days ago, apparently my primary drive has been going bad for a while and eventually it just died. live-booted to ubuntu server found re pype.dev [1] 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 [2] 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. Note This post is a thought [3]. It’s a short note that I make about someone else’s content online #thoughts References: [1]: https://pype.dev/desktop-crash-2026/ [2]: /homelab/ [3]: /thoughts/
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 ![d628ffba-de18-4fff-91a8-700f037df119.webp](https://dropper.wayl.one/file/d628ffba-de18-4fff-91a8-700f037df119.webp) ![](https://dropper.waylonwalker.com/file/ca30665f-1a15-453e-aab8-221901c7df99.webp) ::: Without markata-go’s web awesome integration, the above would look like: <script type="module"> import 'https://ka-f.webawesome.com/[email protected]/components/comparison/comparison.js'; </script> <wa-comparison> <img slot="before" src="https://dropper.wayl.one/file/d628ffba-de18-4fff-91a8-700f037df119.webp" alt="Grayscale version of kittens in a basket looking around." /> <img slot="after" src="https://dropper.waylonwalker.com/file/ca30665f-1a15-453e-aab8-221901c7df99.webp" alt="Color version of kittens in a basket looking around." /> </wa-comparison>
Package Managers Need to Cool Down Today's LiteLLM supply chain attack inspired me to revisit the idea of dependency cooldowns, the practice of only installing updated dependencies once they've been out in the wild for a … Simon Willison’s Weblog Ā· simonwillison.net [1] 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. Note This post is a thought [2]. It’s a short note that I make about someone else’s content online #thoughts References: [1]: https://simonwillison.net/2026/Mar/24/package-managers-need-to-cool-down/ [2]: /thoughts/
External Link X (formerly Twitter) Ā· x.com [1] webdev twitter is blowing up with implementations of pretext text calculations. The examples are absolutely fun and ridiculous. [2] Note This post is a thought [3]. It’s a short note that I make about someone else’s content online #thoughts References: [1]: https://x.com/_chenglou/status/2037713766205608234 [2]: https://dropper.waylonwalker.com/file/350a368f-0e6b-4375-98d6-6303961c0d6c.webp [3]: /thoughts/
More Details Than You Probably Wanted to Know About Recent Updates to My Notes Site Writing about the big beautiful mess that is making things for the world wide web. blog.jim-nielsen.com [1] 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 https://go.waylonwalker.com/random/ Note This post is a thought [2]. It’s a short note that I make about someone e...
External Link X (formerly Twitter) Ā· x.com [1] 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. Appreciate the honesty and transparance, but man this sucks for tho...

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 [1]. 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 seriously good devs leaning on it full time. AI hype...
FFmpeg video crop tools.simonwillison.net [1] 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. Note This post is a thought [2]. It’s a short note that I make about someone else’s content online #thoughts References: [1]: https://tools.simonwillison.net/ffmpeg-crop [2]: /thoughts/
Tiny Tool Town šŸ˜ļø A delightful showcase for free, fun & open source tiny tools. Stupid-delightful software made with love. Tiny Tool Town Ā· tinytooltown.com [1] Learned about this one from the @stipete interview [2] @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. Note This post is a thought [3]. It’s a short note that I make about someone else’s content online #thoughts References: [1]: https://www.tinytooltown...
FancyGist fancygist.com [1] 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. Your browser does not support the video tag. [2] Note This post is a thought [3]. It’s a short note that I make about someone else’s content online #thoughts References: [1]: https://fancygist.com/ [2]: https://dropper.waylonwalker.com/file/74f0ac1e-ac50-4939-8bba-4698a8043b25.mp4 [3]: /thoughts/
Smaller and dumber If I can make it smaller, I should. daverupert.com Ā· daverupert.com [1] 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. Note This post is a thought [2]. It’s a short note that I make about someone else’s content online #thoughts References: [1]: https://daverupert.com/2026/02/smaller-and-dumber/ [2]: /thoughts/