Comment utiliser la nouvelle méthode (ou verbe) HTTP : `QUERY` avec curl.
En gros il s'agit d'un GET avec body, donc ça ne change rien côté serveur mais ça permet d'envoyer un contenu un peu plus élaboré que des *query params* dans l'URL.
🔗 https://daniel.haxx.se/blog/2026/06/21/query-with-curl/
#HTTP #specification #nouveauté

QUERY with curl
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 then respond with the result of that processing. This is similar to POST requests but … Continue reading QUERY with curl →
daniel.haxx.seHuman Judgment as a Specification
Introduction - AgenticResourceDiscovery.org
A protocol for discovering agentic resources — tools, Skills, MCP servers, APIs, workflows, and agents — for AI clients

The Website Specification
A platform-agnostic, full specification of the technical features a good website should have. Built in the open under an MIT licence.
The Website SpecificationOkay y’all, I’ve condensed my ideas about a new UI tool into one (hopefully) coherent document. Can y’all be so kind to see if this is a good approach to programming UIs?
https://knstrktr.aartaka.me/docs/spec.html
#programming #specification #UI #GUI #theWorkshop

Soon We Can Finally Banish JavaScript to the ShadowRealm | CSS-Tricks
The proposed ShadowRealm API introduces a new kind of realm specifically designed for isolation, and only that.
CSS-Tricks#The Purple Agent
#Specification for Sovereign-Aware AI
#CADT National AI Strategy 2026 @attie.bsky.social @jay.bsky.team @pfrazee.com — did:plc:7vknci6jk2jqfwxglsq6gkzu
https://jamesdumar.com/the-purple-agent-a-specification-for-sovereign-aware-ai/ 
The Purple Agent: A Specification for Sovereign-Aware AI – James Dumar

Detect at-rule support in CSS with @supports at-rule(@keyword)
Back in January 2022, I wrote about an exciting new CSS Working Group decision: a function to detect at-rule support using @supports at-rule(@keyword). Fast forward to today, and the CSS Conditional Rules Module Level 5 specification has solidified how this feature works and Chromium (Chrome, Edge, etc.) is about to ship it in Chromium 148!
Bram.us