HTTP’s If-None-Match and If-Match must be one of the widest-deployed synchronization protocols.
If-None-Match (GET): server sends 304 if the requested etag is still current.
If-Match (PUT/POST): server sends 412 Precondition Failed if the requested etag is _no_ longer current.
04.03.2026 03:46
👍 0
🔁 0
💬 0
📌 0
AI is shining a light on the barnacles that have accumulated in software:
Heavy frameworks.
Layers of indirection.
Endless glue code.
Bloated teams.
Exponential communication and elaborate hierarchies.
AI is a barnacle scraper — but only if we learn to simplify, not add more.
03.03.2026 23:28
👍 1
🔁 0
💬 0
📌 0
It’s called a “free country” with “free markets” when the government is free to destroy any company it wants…
02.03.2026 20:17
👍 2
🔁 0
💬 0
📌 0
One technique using coding agents I like is to purposefully leave out a decision as part of the work I’ve requested.
This lets me see the LLM’s assumption as the correct consensus, and that lets me gauge what an obvious default might be for other people.
02.03.2026 00:03
👍 0
🔁 0
💬 0
📌 0
It’s open source: github.com/royalicing/Her…
27.02.2026 12:00
👍 0
🔁 0
💬 0
📌 0
My native Swift web browser
Anyone interested in a vertical web browser?
The idea instead of tabs is you get a text view and a vertical stack of web views.
The web views render as compact mobile versions.
The text view lets you edit URLs in bulk and can be saved to a .txt file.
It’s native Swift.
27.02.2026 11:54
👍 0
🔁 0
💬 1
📌 0
AI agents fully embrace message passing, where you separate the command from its execution.
Whether that’s calling tools, using things within the host like bash, fetching URLs, they all generate messages that are serializable into text and then pass that to an executor.
27.02.2026 05:01
👍 0
🔁 0
💬 0
📌 0
Otherwise it’s just busywork with meaningless metrics that sound good like lines of code. That code has to do something useful outside of your empire to have any value. No point having the biggest farm if it produces no food.
26.02.2026 22:43
👍 0
🔁 0
💬 0
📌 0
If you don’t understand what those underlyings are doing, if you can’t guide them, if you can’t help them make decisions, then you aren’t doing anything! Someone else can just do the exact same job elsewhere and replicate what you have. Because what you’ve made has nothing to differentiate it.
26.02.2026 22:43
👍 0
🔁 0
💬 1
📌 0
Thinking that you’ll be more successful the more coding agents you have running in parallel is like thinking you’ll be more successful as a manager the more reports you have.
26.02.2026 22:43
👍 1
🔁 1
💬 2
📌 0
With AI I/O is back at the center.
You want to connect things together. You want to modify & share state. That doesn’t work in world of hermetically sealed SaaS apps.
Closed will try to sell you their limited integrations, but Open will be best for both users & agents.
26.02.2026 01:33
👍 1
🔁 0
💬 0
📌 0
Qwen3.5 thinking to itself the best response to “Hello!”
Qwen3.5 is more socially anxious than me.
It tell itself “Wait, I need to make sure I don’t overthink” after doing a lot of thinking in response to “Hello!”
25.02.2026 05:45
👍 0
🔁 0
💬 0
📌 0
“Ask not what your country’s AI can do for you — ask what you can do for your country’s AI”
— Anthropic
24.02.2026 12:22
👍 1
🔁 0
💬 0
📌 0
If coding agents give us this enormous productivity increase, we can adopt data-oriented design, matching the underlying machine.
We can tell the agent “allocate the memory statically for this problem.”
We can do more work upfront instead of dynamically on users’ devices.
23.02.2026 01:47
👍 1
🔁 0
💬 0
📌 0
The same industry that harped on about being able to reverse a linked list with hand written code on a whiteboard now says you don’t even have to look at your code.
This deep unseriousness shows you need to take your education into your own hands.
23.02.2026 00:53
👍 1
🔁 0
💬 0
📌 0
Hey guys, I’ve just been invited to be keynote speaker for the International People Pleaser Conference. I don’t know what to do, how do I get out of it?
19.02.2026 12:27
👍 0
🔁 0
💬 0
📌 0
You have to laugh that a technology comes along that eliminates the need for most software methodologies and layers of management and people start debating which software methodologies and layers of management work best for their coding agents.
14.02.2026 13:05
👍 0
🔁 0
💬 0
📌 0
Apple used to be the brand of high standards.
People would look up to the bar they set with software design, ethics, and respecting the user.
If they dilute those things they risk not just those things, but the entire Apple brand and the company’s purpose for existing.
14.02.2026 12:36
👍 0
🔁 0
💬 0
📌 0
The great thing about coding agents + chatbots is that I’m not idling too much. But it also means I’m not taking time off as much as I could. Every half thought is thrown into either a ChatGPT exchange or the active Codex session to see what it makes of it.
13.02.2026 07:40
👍 1
🔁 0
💬 0
📌 0
These fucking Epstein Files are like the DVD commentary for Me Too.
13.02.2026 01:19
👍 1
🔁 0
💬 0
📌 0
Two things I wish ChatGPT let me do:
Highlight parts (in my question or in the response) that I think are most important. I can then at the end prioritize these in a summary.
👍 or 👎 particular parts.
This would be signal sent over for its next response that I don’t have to explicitly type out.
13.02.2026 01:09
👍 0
🔁 0
💬 0
📌 0
Apple or Google should create Pull Requests for Life.
You prompt, they study based on the information they know about you to work out what to send to who (family, friend, service).
They present it to you with a Merge to Life button, or you add notes and it tries again.
12.02.2026 11:35
👍 0
🔁 0
💬 0
📌 0
Idea: Ads for Codex where it forces you to watch a YouTube video on the feature/algorithm you just asked the agent to implement, so at least you have some understanding of how it works.
12.02.2026 07:28
👍 0
🔁 0
💬 0
📌 0
GitHub - royalicing/qip: Pipelines of safe determinism in a probabilistic generative world
Pipelines of safe determinism in a probabilistic generative world - royalicing/qip
If you look at the implementation of a high-level language like Ruby, you can see a lot of it is implemented in fast C.
Agentic coding lets you go another abstraction higher than a scripting language *using* C.
qip is made for this world:
github.com/royalicing/qip
12.02.2026 06:52
👍 0
🔁 0
💬 0
📌 0
Is celebrating faster LLMs like celebrating faster Xerox copiers? It looks fantastic for productivity but does everyone now want to read books with double the page count? Does everyone now want software with double the features?
AI is changing the supply side but is it changing the demand side?
12.02.2026 01:48
👍 0
🔁 0
💬 1
📌 0
Do you think in that world latency will start to become more noticeable between the LLM and tools?
Will we want the equivalent of database stored procedures so it can avoid the roundtrip?
11.02.2026 04:02
👍 0
🔁 0
💬 1
📌 0
In that world, I think the price of someone who still knows how to drive well will go up.
But majority of people will be using autopilot (and then be surprised when it crashes).
11.02.2026 03:56
👍 0
🔁 0
💬 1
📌 0
I see human friendliness as an advantage. I can copy the command that is used and run it myself.
It’s like being able to take the wheel in a self-driving car. The pedals still work.
I’m sure it will be optimized but there’s much to learn from CLIs. Perhaps we need something like FastCGI.
11.02.2026 03:45
👍 0
🔁 0
💬 1
📌 0
Give them an AI transcript that says story points are made up fluff
11.02.2026 02:14
👍 1
🔁 0
💬 0
📌 0