HackerTrans
TopNewTrendsCommentsPastAskShowJobs

mbleigh

no profile record

Submissions

Welcome to the Age of the Slop Fork

mbleigh.dev
8 points·by mbleigh·5 ay önce·0 comments

Broccoli Man, Remastered

mbleigh.dev
169 points·by mbleigh·8 ay önce·94 comments

Context engineering is sleeping on the humble hyperlink

mbleigh.dev
177 points·by mbleigh·9 ay önce·68 comments

comments

mbleigh
·8 ay önce·discuss
Yeah, it does lose something in the more realistic performances. Was still fun to play with though!
mbleigh
·8 ay önce·discuss
FWIW I actually agree that the original is funnier in its delivery!
mbleigh
·9 ay önce·discuss
Fair, but the person who coins a term generally doesn't ultimately decide how it's going to be used, see vibe coding for a more recent example.

REST API became colloquially defined as "HTTP API with hierarchical URL structure, usually JSON". I wrote about the very phenomenon 15 years ago! https://www.mobomo.com/2010/04/rest-isnt-what-you-think-it-i...
mbleigh
·9 ay önce·discuss
Heh, the problem with having a half drafted post on your machine for a few weeks is the industry moves fast!

I had the post pretty much done, went on vacation for a week, and Claude Skills came out in the interim.

That being said Skills are indeed an implementation of the patterns possible with linking, but they are narrower in scope than what's possible even with MCP Resources if they were properly made available to agents (e.g. dynamic construction of context based on environment and/or fetching from remote sources).
mbleigh
·9 ay önce·discuss
Totally agree, the web itself is absolutely HATEOAS, but there was a type of person in the 2000s era who insisted that APIs were not truly RESTful if they weren't also hypermedia APIs, but the only real benefit of those APIs was to enable overly generic API clients that were usually strictly worse than even clumsily tailored custom clients.

The missing piece was having machines that could handle enough ambiguity to "understand" the structure of the API without it needing to be generic to the point of uselessness.