-
I thought this was an interesting take from Simon. Iāve been hearing him consistently say there will be more demand for software engineering in the future. More companies will have the ability and need to deal with software applications, but fewer of us will be hand editing any code. I thought this was an interesting interaction in the clip.
Uh Simon, what do you got for us?
Iāve just got the one. I think the act
of the the the job of being paid money to type code into a computer Yeah.
will go the same way as punching punch cards.
Okay.
I do I think in
six years time I do not think it will anyone will be paid to 80:56
ā just do the thing where you type the code.
Just type the code. Okay.
I
think software engineering will still be an enormous career. I just think the
software engineers wonāt be spending multiple hours of their day in a text
ā editor typing out syntax. 81:09
It will look like punching cards. I think
ā so. Yeah.
Yeah. Interesting. In uh in six years. Um and but software
ā engineering still very much exists.
I believe so. I I hope so. [laughter] I
ā very much hope so because I think
the um the challenge of being a software
ā 81:23 enginee...
Publishing rhythm
This is opencodeās init prompt.
Please analyze this codebase and create an AGENTS.md file containing:
1. Build/lint/test commands - especially for running a single test
2. Code style guidelines including imports, formatting, types, naming conventions, error handling, etc.
The file you create will be given to agentic coding agents (such as yourself) that operate in this repository. Make it about 150 lines long.
If there are Cursor rules (in .cursor/rules/ or .cursorrules) or Copilot rules (in .github/copilot-instructions.md), make sure to include them.
If there's already an AGENTS.md, improve it if it's located in <dir>
Og-Sample
Iām making an effort to make my og [1] 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.
Script # [2]
I use my own static site generator markata [3]. 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...
POG: Play Of the Game - 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.
Daily Notes # [1]
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 [2] 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.
Reader # [3]
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.
(Neo)Vim # [4]
Iāve had these bad habits in my config for years, from day one of using vim.
Itās time to kill th...
-
In all of the documentaries Iāve seen on how hard it is to recycle plastic, how hard it is to separate all the small pieces from each other, how expensive it is, dirty it is, how just plain ineffective we are at doing it Iāve never seen this angle. In a nutshell the other side of the equation is that as we pull natural gas out of shale is that we pull ethylene out as a byproduct. We donāt even ask for it, it just comes with the methane gas that we are going for. So as we drill, Frack, and mine this out to heat our homes and create electricity we are stuck with all of this ethylene. Itās terrible for the environment, just like methane itās a rough greenhouse gas. Companies are allowed to flare off a certain amount, they can push some down the pipe, but are still left with tons leftover that they practically give away. Turns out that this stuff is very cheap and very much wants to be turned into plastic. Very clean food grade plastic, very easily and cheaply compared to recycling. Excess is a big problem that needs solutions, but it has hard problems at both ends of the situation that donāt make it easy for anyone trying to take care of it.
Note
This post is a thought [1]. It...
feat: add llms.txt endpoint for LLM-optimized documentation by quantizor Ā· Pull Request #2388 Ā· tailwindlabs/tailwindcss.com
Add /llms.txt endpoint that serves a concatenated, text-only version of all Tailwind CSS documentation pages optimized for Large Language Model consumption.
Extract text from MDX files, removing Jā¦
GitHub Ā· github.com [1]
Damn this one is getting some reach, Iāve seen it from Simon Willison [2] and Justin Searls [3] and t3.gg [4]. 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 and keep it. But its something that no one really wants to pay for, no matter how big of products get built on it. As we see more and more features coming to css, its not stopping, the work will always be there. I really hope to see something happen to tailwind to keep it afloat. massive growth and revenue down 80% does not help.
Note
This post is a thought [5]. Itās a short note that I make
about someone elseās content online #thoughts
References:
[1]: http...
Photoshop for text
In the near future, transforming text over an entire document will become as commonplace as filtering images.
Steph Ango Ā· stephango.com [1]
While the non deterministic nature of llms scare the heck out of me in the sense of just cutting it loose on my writing. letting it go through all of my files and just edit them. I do like the idea of mundane tools like ādesaturateā, āGaussian blurā, evolving out of it for text. I donāt yet see this with the tools we have now, but it will be interesting to see them evolve.
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://stephango.com/photoshop-for-text
[2]: /thoughts/
File over app
If you want to create digital artifacts that last, they must be files you can control, in formats that are easy to retrieve and read. Use tools that give you...
Steph Ango Ā· stephango.com [1]
file over app is a fantastic philosophy laid out well and concisely documented very well in this post. The idea is that tools will change, we will want to use different tools, different editors, different computers over time. Whatās likely to outlast everything is plain text files that we can interact with a wide variety of tools. Not encrypted in dedicated formats that die with our tools, but in plain text where a computer from 2160 is likey as capable of reading the file as one from 1960 would be.
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://stephango.com/file-over-app
[2]: /thoughts/
I recently discovered vim-speeddating [1] by tpope [2], and itās truly impressive.
speeddating.vim: use CTRL-A/CTRL-X to increment dates, times, and more
References:
[1]: https://github.com/tpope/vim-speeddating
[2]: https://github.com/tpope
Check out JaKooLit [1] and their project Wallpaper-Bank [2].
Additional wallpapers which will be offered to users for my hyprland scripts
References:
[1]: https://github.com/JaKooLit
[2]: https://github.com/JaKooLit/Wallpaper-Bank
Today I discovered vim-speeddating [1]
by tpope. Iām sure Iāve seen years ago but it did not click for my workflow
until today. I often go through pictures from my phone for the past few days
and make Posts tagged: shots [2] posts, but I want to date them to about when the image was
taken most of the time. This allows me to quickly bump days up and down using
c-a and c-x even around the new year.
Your browser does not support the video tag. [3]
Sound on, listen to those new switches.
References:
[1]: https://github.com/tpope/vim-speeddating
[2]: /tags/shots/
[3]: https://dropper.waylonwalker.com/file/18c876c3-02ea-4c77-9f62-cdbb1bb759a1.mp4
new keeb so good
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.
