devtake.dev

Web

Web platform, browsers, frameworks, and standards.

The announcement card from the Tailwind CSS blog: the lowercase tailwindcss wordmark with its blue double-wave logo, a small x, and the Shopify wordmark with its white shopping-bag logo, on a dark teal pixel-grid background.
Web·

Shopify bought Tailwind Labs eight months after the CSS maker cut 75% of its engineers

Adam Wathan says Tailwind CSS stays MIT-licensed under Shopify. Tailwind Plus and ui.sh closed to new customers the same day, ending the revenue behind it.

Cloudflare blog card with the orange Cloudflare cloud logo and the headline 'How we saved 100 terabytes of memory by optimizing 1.1.1.1's DNS cache', beside an illustrated pineapple standing among small houses.
Web·

100 terabytes of RAM came back when Cloudflare shrank one DNS cache entry by 56%

Cloudflare's 1.1.1.1 holds 250 billion DNS cache entries. Five Rust layout changes cut each one from 953 bytes to 420, and lookups got faster.

The same photo of a curled-up red fox shown in four vertical slices, blurry at 4% downloaded and sharp at 100%, demonstrating JPEG XL progressive rendering
Web·

Mozilla made Google rewrite the JPEG XL decoder in Rust before Firefox would ship it

Firefox turns JPEG XL on by default in version 157. Mozilla refused to ship 100,000 lines of C++, so Google Research wrote the decoder again in Rust.

Cloudflare blog share card for the Cloudflare OS announcement, with the Cloudflare wordmark and an orange line drawing of a laptop, lava lamp, and desk lamp
Web·

Agents that start with access to nothing: Cloudflare open-sourced the agent platform it runs internally

Cloudflare open-sourced Cloudflare OS under Apache 2.0 and shipped Kitesurf, WebMCP, and Wallets the same week. Here's which pieces are GA and which are private beta.

GitHub repository card for vercel-labs/scriptc, labelled TypeScript-to-Native Compiler, showing the Vercel triangle logo and 1k stars
Web·

TypeScript compiled to native: Vercel's scriptc ships a 178KB binary with no JS engine

Vercel Labs open-sourced scriptc, a TypeScript-to-native compiler with no JS engine in the binary. Its README claims 2.4ms startup. Hacker News is not convinced.

GitHub repository card for block/buzz with the tagline 'A hive mind communication platform', showing 3k stars and 228 forks.
Web·

Jack Dorsey launched Buzz to replace Slack and GitHub. Its AI agents are full members

Jack Dorsey's Block launched Buzz, an open-source workspace that fuses team chat, AI agents, and Git hosting on Nostr, aiming squarely at Slack and GitHub.

Cloudflare blog share card announcing the Monetization Gateway and x402 payments
Web·

Cloudflare turned HTTP's unused 'Payment Required' code into a per-request tollbooth for AI agents

On July 1, Cloudflare launched the Monetization Gateway: sites can charge any crawler, agent, or API per request over x402, settled in stablecoins.

The Notion Mail inbox interface with a labeled sidebar and a 'Meet Notion Mail' graphic
Web·

More than half of Notion Mail users never open the inbox. Notion is shutting it down.

Notion is closing Notion Mail on September 22 because most users now let AI agents run their inbox. Here's what to export before September 21.

Cloudflare blog share card for the announcement about opening OAuth to all developers
Web·

Cloudflare opened OAuth to every developer on its platform

Cloudflare now lets any developer build a real OAuth login against its API, ending a partner-only gate. Here's what that fixes and the catch.

AI SDK 7 announcement card from Vercel on a dark background
Web·

Vercel's AI SDK 7 makes agents a first-class building block for TypeScript developers

AI SDK 7 ships agent classes, provider-agnostic reasoning control, durable workflows, and a Node 22 + ESM-only baseline. Here's what changed and the migration cost.

A code editor screen showing colorful live-coding source, the kind of project that lights up the Hacker News front page
Web·

This month on Hacker News: Half-Life 2 in a browser and 18 years of comments, searchable

June 2026's standout Hacker News projects: Half-Life 2 streamed into a browser tab, a searchable 18-year HN archive, a Pareto-frontier mini-PC tracker, and more.

Railway logo on a dark background, the deploy platform whose Google Cloud account was suspended
Web·

Google Cloud cut off Railway without warning, taking its platform down for eight hours

Google Cloud suspended Railway's production account by mistake on May 19, knocking the deploy platform offline for roughly eight hours across 3 million users.

Vercel Ship 2026 recap promotional card on a dark background
Web·

Vercel Ship 2026 bet the keynote on agents, but the quiet shipped wins matter more today

Vercel's Ship 2026 keynote was all agents. The eve framework and enterprise stack stole the stage, but Flags, Claude Design, and signed Blob URLs are what ship today.

RFC 10008 document thumbnail from the RFC Editor showing the HTTP QUERY Method specification
Web·

The HTTP method web devs have wanted for a decade: a GET that can carry a body

RFC 10008 standardizes HTTP QUERY: a request that's safe and idempotent like GET but ships a body like POST. Here's what it fixes and who supports it.

Diagram-style illustration of microVM browser infrastructure
Web·

A Firecracker microVM cold-starts an isolated browser in under 400ms on EC2

browser-use runs Firecracker microVMs inside ordinary EC2 boxes to spin up isolated browser sandboxes fast. Here's how the sub-second cold start works.

A browser-based code editor showing HTML and CSS custom properties next to a live preview pane
Web·

AI front-end code has a tell. Devs are fighting the purple-gradient slop with design tokens

AI-built interfaces all look the same: purple gradients, Inter, three icon cards in a row. Here's why the output converges, what it costs, and how developers break the pattern.

Brave Origin promotional graphic from Brave's announcement blog
Web·

Brave's browser got bloated with crypto and AI. Origin strips it back for $60

Brave released Origin, a paid version of its browser that compiles out Leo AI, the crypto wallet, Rewards, Tor, and the VPN. A one-time $59.99 buys it, and Linux is free.

Linear's product homepage showing its issue-tracking interface
Web·

Linear keeps its database in the browser. That's why the app feels instant

A widely shared breakdown explains why Linear feels instant: a local-first sync engine, optimistic UI, and an in-browser object cache. Here's the architecture, in plain terms.