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 ...
Today's links The Big Con: Making the pile of shit bigger won't increase the number of ponies underneath it. Hey look at this: Delights to delectate. Object permanence: TVA v SETI@Home; Telemarketers v DHS batphones; Matt Stone's MPAA censorship memo; ...
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%”. ...
Companies with money but no AI vision burn down while the disciplined few pull away/images/ultimate-ai-prompt-for-businesses.webp/images/ultimate-ai-prompt-for-businesses.webp Absolutely insane to me the damage that multiple companies have done to themselves with their AI strategies. - Meta spent...
Billionaires rarely make for very interesting fabulists - they have people for that sort of thing - but in their obsession with securing a legacy, they do necessarily spend a lot of time in the realm of make-believe. Nowhere is ...
CSS is hard and it should be hard. For good reason: “CSS isn’t just a complex language, it’s one of the most advanced graphics, layout, and typesetting languages available in computing. The deskilling of web dev is harming the product ...
Let's poke at the differences between scroll-driven and scroll-triggered animations. A First Look at Scroll-Triggered Animations originally handwritten and published with love on CSS-Tricks. You should really get the newsletter as well.
::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. ...
Bug fixes and performance improvements
When you first start Iron Nest: Heavy Turret Simulator, you're standing in a small office annex of the walking artillery unit you call home. A board in front of you lays out the process of firing the turret's cannon. First ...
I just ran a quick benchmark comparing the different xxHash hashing functions on an AMD Zen 5 EPYC processor (in pure Rust, from https://github.com/rust-stdx/stdx), and Ho My G..., XXH3 is
Named slots are one of web components’ biggest superpowers ✨. Imagine a Button component with an optional icon; in Web Components we don’t need a separate Button and IconButton, a single Button component with will do. Or a card component ...