-
oof Mark, this does not feel like it is set to age well. These people in power feel so disconnected from regular people with a job trying to do work.
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/
Publishing rhythm
Mythos gone already
Mythos released days ago, now its gone, before most of us were
allowed to touch it.
just good enough
I built shit on the web before AI, some of it was okay, some I put a lot of
time into, but some was just really shitty. Done just well enough to get the
job done. All of it had to be written by hand or copy pasted from stack
overflow. It was a lot of fun. Now we have a new level of shitty, it looks
fine. It looks like it should work good. None of it is just barely good
enough, nearly browser default style anymore.
Iāve been deploying my site old school for most of this year, rsync to a volume
mounted to nginx. I ran into an issue today where I updated my site and all of
the pages updated first, followed by upload. The issue this created was that
the new cache busted css files were not up yet and the site had no styles for a
brief period during upload.
I found that delaying updates and delaying deletes until the new content exists
first solves this problem pretty well. Theres still possiblility of jank while
uploading to a live directory and not doing some sort of hot swap, but Iām good
with this low budget option for now.
sync:
rsync -rlt --delete --omit-dir-times \
--info=progress2 \
--delay-updates \
--delete-delay \
./output/ \
server:/mnt/mysite
The Website Specification
A platform-agnostic, full specification of the technical features a good website should have. Built in the open under an MIT licence.
The Website Specification Ā· specification.website [1]
A solid checklist for agents to implement on most sites. Very few sites need 100% coverage, but most should probably check most of these boxes
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://specification.website/
[2]: /thoughts/
Revisiting the closed canon
A post I wrote in 2023, the closing of the canon, predicted that LLM answers would replace search results, dramatically lowering traffic to individual sites, thereby removing the incentives to eve...
Derek Kedziora Ā· derekkedziora.com [1]
This is what makes rss so interesting to me. Its boring old tech that fell out of mainstream popularity years ago, yet many sites still support it. Not all, especially ones that come with a good dickover [2].
At the same time, itās sad to see the human internet dying, even more quickly than before. Not only do we have rampant bots and sites seo maxxing to get to the top. We have ai search overview that answers mose simple questions pretty good, chat that does good, and agents at our fingertips. The need for tutorials is pretty much dead.
What we need now is human experiences shared and documented more than ever. Iāve been writing a whole lot less simply because this transition has been hard. Most of my pre 2024 posts were how to, notes for future me. Things so simple agents just spat out better versions in seconds these days with barely a question.
Note
This post is a thought [3]. Itās a short note that I make...
On Rendering Diffs
A technical deep dive into how we built the @pierre/diffs package and CodeView component for zero-blanking diff rendering.
Pierre Computer Company Ā· pierre.computer [1]
Itās incredible how some problems seem so simple until you load the browser with so much text it just bogs to nothing and how impossibly difficult it becomes after this point. Very cool implementation of a problem thatā¦. who has this problem. If it takes me 2 mintues to scroll through a diff at mach speed like the video, is a diff going to solve my problem?
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://pierre.computer/writing/on-rendering-diffs
[2]: /thoughts/
dickoverān.ā:āa modal panel, popover, or curtain presented by a website or
app, deliberately obscuring its own content to frustrate the user with an
unwanted, unnecessary, mandatory interaction; e.g. asking the user to accept
ācookiesā, subscribe to a newsletter, install the websiteās mobile app, agree
to terms of service, or anything else that the user couldnāt give two shits
about.
ā @daringfireball [1] via [2]
References:
[1]: https://daringfireball.net
[2]: https://daringfireball.net/2026/05/what_is_a_dickover
- #tech #coding" playlabel="Play: His presence is still felt in the codebase to this day š #codingmemes #developermemes #tech [1] #coding">
Remember this clip in 5 years, after the churn we just had with RTO and ai this is going to hit. Or AI will just figure is all out for us, who knows anymore. Not that they will figure out the human side, the what does this do, why is it here. A temporary fix is a clear signal to your other devs I didnāt have enough time to do it right, but this works. I think AI will squash a large number of these, especially in big coorporate internal tooling where you are trying to juggle as much as you can and just keep it a float at all times.
Note
This post is a thought [2]. Itās a short note that I make
about someone elseās content online #thoughts
References:
[1]: /tags/tech/
[2]: /thoughts/
Flowing Thoughts Ai To Help Blast Radius
Not sure how this matters to anyone else, but I'm sitting in the car and letting the thoughts flow.
I'm having really interesting conversations with ai recently. Like things I never thought I would care this deeply about. In part because it feels like the vulns are coming faster and harder, and in part because it is really enabling me to invest some time into the development that I would not otherwise have. I'm thinking about least privilege, reducing dependencies in containers, limiting pod access to the Internet and other pods. Reducing the blast radius.
Now I've always been hesitant to bring in new dependencies. I've always tried to strip to the lowest possible dependency set n my containers, but I would also re-use the main server container to run cron job workflows. I wasn't giving much thought about what services they could access, or their internet access
-
How many people watching this sent their clankers out to make a uuid service for them as they were watching it. UUID as a service sounds great, heck @steipete [1] just has to mention it and his claws are on it building out the service, no need to even type anything or directly form a thought, just mention it in the meeting and a new repo will be up by end of meeting.
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://steipete.me
[2]: /thoughts/
-
Incredibly well done satire on t3.gg, love the at one of the top comments is Prime asking to be done next.
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/
-
Lamb of God, a true classic, This album takes me back to high school. I donāt think I listened to the sacrament album as much, but āThe Ashes of the Wakeā was my jam for awhile, particularly hourglass.
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/
To ignore commands that start with a space character, use the
HIST_IGNORE_SPACE option in bash or zsh.
setopt HIST_IGNORE_SPACE
-
The 3 piece design for wheel s without a z-seam is absolutely genius. That is a sick trick. Love this guys style. Need a tool Make a tool.
[1]
[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://dropper.waylonwalker.com/file/8b6f5e2d-f8f2-4ff8-9744-0812bff8879c.webp
[2]: https://dropper.waylonwalker.com/file/34430a1b-cd5a-4762-89ca-d3428c70e20c.webp
[3]: /thoughts/