Curated river of news

Reader

Latest posts from blogs I follow

2992 entries
60 pages

HTTP QUERY Method(opens in new tab)

Exploring the new HTTP Query method with first principles, what is the need for new method, and where it sits. We explore the limitations of GET and the unintuitive use of POST methods for filtering

(opens in new tab)

AI has ruined just about everything. My self-hosted journey has focused on software because homelab hardware costs are through the roof. I heard the situation was bad so I checked the prices on stuff I bought in 2024. Yeah… that’s ...

Debating the Morality of Dario Amodei(opens in new tab)

https://www.youtube.com/watch?v=0FxXr3enprE My discussion with @ZackKormanhttps://x.com/ZackKorman on whether Dario and Anthropic are good or bad for the world. Some quick post-debate thoughts: I think Zach is very wrong about the tech itself and its capabilities, and the speed with which it's ...

QUERY with curl(opens in new tab)

RFC 10008 is brand new a specification detailing the new HTTP method called QUERY: This specification defines the QUERY method for HTTP. A QUERY requests that the request target process the enclosed content in a safe and idempotent manner and ...

Saturday, June 20, 2026(opens in new tab)

I'm not addicted to the internet. I'm not remotely addicted to my phone. What I'm addicted to is sitting at a computer. Some days I sit here all day, just clicking on things and farting around with software that I ...

(opens in new tab)

I haven’t played Slay the Spire 2 for a couple of weeks. The new patch invited me back. They replaced final boss Doormaker with Aeonglass which I’m now learning has a boring mechanic. I turned a bad Necrobinder deck into ...

Quoting Sean Lynch(opens in new tab)

The real valuable capability MCP offers over skills/CLI is isolating the auth flow outside of the agent’s context window, and potentially out of the harness completely. [...] Maybe the idealized form of MCP is just an auth gateway for the ...

Full Page Paralysis(opens in new tab)

You’ve probably heard the term. It’s meant to convey how difficult it can be to start something. “Blank page paralysis”. But for my money, beginning is easy. Finishing is the hard part. In software, they call it “the last 90%”. ...

(opens in new tab)

::interest-button is an interesting idea. It’s trying to solve the accessibility concerns of Interest Invokers — tooltips and hover cards being the go-to examples. How do they work if a user can’t hover? Slap a button everywhere is one answer. ...