www.lemonde.fr/idees/articl...
Browser Rendering REST API is Generally Available, with new endpoints and a free tier.
Next week is #DeveloperWeek at Cloudflare. Stay tuned.
Three chapters at Cloudflare: Programmer to CTO to Board of Directors. blog.cloudflare.com/three-chapte...
A pleasure working with the Cloudflare folks... making the Web faster and safer on step at a time.
Cloudflare is this great company which safeguards approximately 20% of all web traffic.
blog.cloudflare.com/improving-we...
Next.js 15.2.3 includes a security vulnerability patch.
We recommend updating to 15.2.3 or backported patches. If you cannot update, we have included guidance for how to protect your application.
Apps on Vercel, Netlify, and Cloudflare are not affected.
nextjs.org/blog/cve-202...
Today we're thrilled to announce our effort to port the TypeScript compiler and language service to native code, gaining a 10x speed boost in build times and editor responsiveness!
devblogs.microsoft.com/typescript/t...
Panel 1: Sergey Brin, wearing a blue t-shirt, says: "Folks, I know the last few years have been hard. The 60- and 80-hour work weeks have been taxing. People's health were affected, families were damaged, marriages were broken." In a smaller font: "At least, mine was."
Panel 2: The same Sergey Brin raises his fist and says "But today, I am proud of your team. Today, we have something to make the world better. Something robust and durable."
Panel 3: Sergey Brin again: "Today we have Google Stadia."
goomics.net/384
Some good news! Support for node:tls TLSSocket and connect() APIs has now landed into workerd main and will be available to general public in the next couple of weeks. github.com/cloudflare/w...
🌟 Nitro 2.11:
- 🪴 Revamped Errors & Dev Server
- 🟢 Node.js support for edge powered by unenv v2
- 🔥 Firebase App Hosting Support
- 🗄️ Native SQLite for Node.js 22+ & Deno 2.2+
- 📦 10+ dependency upgrades
- ❤️🩹 Various fixes and improvements
github.com/nitrojs/nitr...
From what I can tell, the 18F group within the federal government was one of the most effective teams at bringing modern software practices and modernizing many government agencies' approach to technology. Laying off people in this group seems antithetical to improving government efficiency.
I have covered presidential politics for 40 years. This was the most juvenile display by a President and Vice President I have ever seen. Other presidents treated their enemies with more respect. This is a low point and a dark day for the US. Totally embarrassing.
Wrangler has a new major version on the way!
npm i wrangler@v4-rc
developers.cloudflare.com/changelog/20...
Another util for the ESM saga: github.com/unjs/exsolve
📦 ESM only, no dependencies (53kB unpacked)
🔥 Much faster with sync API and optimized search path
🐱 Closer to ESM spec. No implicit extensions or /index check by default (opt-in)
cloudflare agents:
repo: github.com/cloudflare/a...
platform docs: developers.cloudflare.com/agents/
starter kit: github.com/cloudflare/a...
so much more to come, shipped incrementally directly to you. lfg.
Hey! 👋 In ~2 months, I'm presenting a research project at Node Congress that compiles JVM bytecode to WebAssembly, letting you import Java functions in JavaScript. 😈 This'll allow existing Java code to run in the browser and new JS runtimes like Cloudflare Workers... 🙈 gitnation.com/badges/node-...
New in @ChromeDevTools: Accurately emulate CPU performance of a low/mid tier phone with Automatic CPU throttling calibration! 📲 This feature calculates slow-downs for your specific device. Wanted this for years! We just shipped it.
New in Chrome DevTools: Accurately emulate CPU performance of a low/mid tier phone with Automatic CPU throttling calibration! 📲
This feature calculates slow-downs for your specific device. Wanted this for years! We just shipped it.
Wowza @cloudflare.social's AI Gateway is a must use 😮
Super simple to drop-in if you're already using @sdk.vercel.ai
Literally just specify the `baseUrl` and that's it developers.cloudflare.com/ai-gateway/i...
You get so much goodness out of the box from Cloudflare that it's a no-brainer ✨
Dang, I missed it.
The invite time was wrong by 1h :(
Just want to say that unstorage is such an amazing project! It abstracts KV so well that it's very easy to swap storage in different scenarios.
Thank you @pi0.io & @unjs.io 💛
github.com/unjs/unstorage
Sometimes, "Move fast, break things," just results in a lot of broken things.
Panel 1: we see Sundar Pichai, Mark Zuckerberg, and Elon Musk, against a blue background. Pichai says "You mustn't regulate A.I.". Zuckerberg says "Give the technology a chance!". Musk says "For the good of Humanity".
Panel 2: a guy with a big nose wearing a red shirt is typing in front of a computer screen, again a green background. He says "Y'all! A.I. is awesome!! I trained it to recognize all ads and automatically hide them!".
Panel 3: we see Pichai, Zuckerberg, and Musk again. Pichai says "We have to regulate A.I.". Zuckerberg says "It might go too far and become evil". Musk says "For the good of humanity".
goomics.net/383
Cloudflare Workers, Deno Deploy, Netlify Edge, and Vercel Edge all have (partial) native Node.js support.
But how much? Made a test suite to check this live!
> github.com/pi0/platform...
Coming Soon: New Updates & Features for Ionic's Open Source Projects!
Check it out here 👇
ionic.io/blog/coming-...
@prisma.io moves from pure Rust to TypeScript + Rust extensions compiling to #WebAssembly. www.reddit.com/r/typescript...
I can't believe they've just cancelled the Epidemic Intelligence Service program at CDC.
This program trains the best & brightest epidemiologists, who then go on to have distinguished careers in public health, serving at CDC, in state health departments, overseas, ...
Just landed and coming soon to Cloudflare workers ... node:crypto APIs createPrivateKey, createPublicKey, generateKeyPair, and generateKeyPairSync ... With the caveats that DSA and DH key generation are not supported yet with these apis. Hopefully those will come soonish.
Cloudflare panel showing the 24 hour performance of the worker. 440k requests, 11ms CPU time, 35ms wall time, no errors.
I ported ukiyo-e.org over to @cloudflare.social Workers + R1 (image hosting, about 1TB) + D2 (for DB and search) recently and I'm super happy with it, it's a great experience! Have it using React Router v7 + React 19, about 11 mil dynamic requests/month, served in under 35ms! Total cost ~$25/month.