if someone can tell you are using an llm you’re doing something wrong
this feed is the best thing i've ever seen, i love it. high-quality social media content is back!
Enjoying the For You feed? Give it a like ♡ to help more people discover it: bsky.app/profile/did:... The more people use it -> the more feedback we get -> the better we can make it for you.
There's an ideal set of sizing constraints for custom <select>, but the CSS is a bit tricky. Here's how to make it work, and a tour of new CSS features along the way. jakearchibald.com/2026/goldilo...
The Goldilocks customizable select height
The 'ideal' sizing is more complicated than you think…
jakearchibald.com
now i see the issue. actually wait. the issue is the opposite. now i understand the full picture! actually… let me reconsider. here’s the actual problem: there is no problem.
running your agents both in tmux and inside a container makes it super convenient to clean up all the orphaned processes they tend to leave around. maybe someday they'll clean up after themselves.
Can AI autonomously redesign my entire website? I used 100% agentic coding and my orchestrated AI workflow to see if reality matches the hype www.richsnapp.com/article/2026...
Can AI autonomously redesign my entire website? - RichSnapp.com
I just refactored my whole website into a completely new design without writing any code myself. Looks pretty good, right? Would you believe me if I told you I one-shot this whole thing in one day usi...
richsnapp.com
i learned a life lesson today: don't try to move the cat to the bathtub while they're in the act of throwing up
TIL of inert: developer.mozilla.org/en-US/docs/W... no more annoying focus trap code? nice
HTML inert global attribute - HTML | MDN
The inert global attribute is a Boolean attribute indicating that the element and all of its flat tree descendants become inert. The inert attribute can be added to sections of content that should not...
developer.mozilla.org
i used windows powertools to map all my mac hotkeys to the windows key. e.g. window + a = ctrl + a window + c = ctrl + c window + v = ctrl + v window + q = alt f4 etc. i should have done this a long time ago.
I am confused by claims that the agentic era is going to mean the end of UIs. Chat really sucks for a lot of use cases! UI is often really great!
pretty proud of this gable peak mount i designed for our permanent christmas lights. includes a working print-in-place hinge! makerworld.com/en/models/26...
I've automated the way I do work with a more structured and formalized ralph loop. now I've written about it for those who are interested in doing something similar, as well as released the code if you want to try it for yourself: www.richsnapp.com/article/2026...
Automating agents with the next iteration of Ralph - RichSnapp.com
If you've been paying attention to the agentic coding space lately, you've probably come across the concept of a "ralph loop." The idea, popularized by Matt Pocock and others, is straightforward: put ...
richsnapp.com
what happens when you send an ai spy into a social network for robots www.youtube.com/watch?v=xj27...
I Sent an AI Spy Into a Social Network for Robots | OpenClaw
YouTube video by gptars
youtube.com
i have an alias i created: clauded='claude --dangerously-skip-permissions' i'll switch to it when i get sick of accepting permissions. it's also a nice verb so when my computer gets fubared people can be like "damn, you got clauded"
claude should track how long its tool commands take to run. maybe then it wouldn't decide to run the same 10 minute test suite 5 times over just to slightly tweak the output format each time.
Agentic engineering is driving the cost of code to zero but the cost of good taste and product sense is going to go sky-high.
i try really hard not to make spelling errors when talking to AI so that it only gives me answers from the "smart people" training set
TIL about .git/info/exclude which allows you to exclude files from git without committing to the repo like .gitignore
i just found out you can attach multiple clients to the same tmux session and my mind is now blown
I can't teach you how to be a 10x engineer, but I CAN teach you how to manage 10 AI coding agents at the same time. Check out my development workflow for working with concurrent AI agents! www.richsnapp.com/article/2025...
Worktrees & Tmux & Claude, Oh My... Zsh - RichSnapp.com
Before AI came along, my coding workflow was something like this: open up IntelliJ, checkout a branch, start coding. Sometimes I would switch between branches to review someone else's code, or maybe j...
richsnapp.com
shoutout to the creator of github.com/vaaleyard/tm... the default tmux status bar is hideous... like why is it showing me the time, lol. but this plugin makes it minimalistic and actually look good while still doing all the things you need it to actually do.
GitHub - vaaleyard/tmux-dotbar: a simple and minimalist status bar theme for tmux ☯︎
a simple and minimalist status bar theme for tmux ☯︎ - vaaleyard/tmux-dotbar
github.com
so i'm going through the react docs for the latest react 19 features... it's awful. (not the docs, the docs are good) basically a laundry list of caveats, pitfalls, and IOUs. i honestly don't know how anyone could read these and think "i should be using this"
the RAM i bought earlier this year before Trump tariffs was $300. now it's $600+
i wrote about how to fix any bug
How to Fix Any Bug — overreacted
The joys of vibecoding.
overreacted.io
types still exist even if you write javascript instead of typescript, they're just in your head (hopefully) instead of on disk. this is more relevant now than ever because types are some of the most important context you can give AI when writing code.
please do not use llms to actually write your blogs. we can absolutely tell. and it means: 1. I don't trust what you're saying (or at least I don't trust any purported 'insight') 2. I don't feel like I'm listening to you (normally I _like_ listening to nuance) 👉 shorter, imperfect yet real👌
Context Management with Subagents in Claude Code www.richsnapp.com/article/2025...
Context Management with Subagents in Claude Code - RichSnapp.com
If you're using agentic AI today, there's a good chance you're using Claude Code; and if you're using Claude Code, there's a good chance you've heard of, or maybe even used, subagents. If you're like ...
richsnapp.com