ReadFlow shows previews for discovered articles. Full reading happens at the original publisher unless you save an article to your personal library.
xint.io

Copy Fail: From Pod to Host. - Xint

Two weeks ago, we disclosed Copy Fail, a new and exceptionally dangerous Linux local-privilege escalation vulnerability. Copy Fail exploits a kernel memory corruption flaw without injecting code into a running kernel,...

ctf.gg

Golfing Zig ELF Binaries

How much can we feasibly strip from a zig binary? Starting from a normal zig program that does absolutely nothing: 2180K for a binary that does nothing. Given that the smallest possible executable ELF file is around 80...

w.on-t.work

the may 2026 fedi software vulnerability

the may 2026 fedi software vulnerability alternate title: the most annoying person you’ve ever known has just gotten a reason to become even more annoying a little before this post ought to go up, mastodon,...

blog.cloudflare.com

Project Glasswing: what Mythos showed us

For the last few months, we've been testing a range of security-focused LLMs on our own infrastructure. These LLMs help identify potential vulnerabilities in our own systems, so we can fix them â and they also show us...

docs.npmjs.com

Staged publishing for npm packages | npm Docs

Staged publishing adds an approval step before packages go live on the npm registry. Instead of publishing directly with npm publish, you can submit packages to a staging area with npm stage publish. A maintainer must...

irhum.github.io

irhum.github.io - LoRA and Weight Decay

LoRA ( Hu et al., 2021 ) is a now popular alternative to the full finetuning of a Large Language Models (LLMs): instead of tuning the billions of weights of the full model, we add small “adapter” weight matrices that...

nodejs.org

Node.js — Node.js 26.0.0 (Current)

Node.js 26.0.0 (Current) Rafael Gonzaga 2026-05-05, Version 26.0.0 (Current), @RafaelGSS We're excited to announce the release of Node.js 26! Highlights include the Temporal API enabled by default, updates to the V8...

www.alexselimov.com

Handling the great code forge fragmentation

The kind of developer I hope to be someday It seems like there are a lot of people either leaving or talking about leaving Github, a very prominent one being Mitchell Hashimoto. Fragmentation seems inevitable, as...

www.wheresyoured.at

AI Is Too Expensive

If you liked this piece, you should subscribe to my premium newsletter. It’s $70 a year, or $7 a month, and in return you get a weekly newsletter that’s usually anywhere from 5,000 to 18,000 words, including vast,...

www.tbray.org

Declining America

Recently I got an invitation from an organization I respect, to a gathering of senior people, unconference format. Yes, it’s mostly about AI. No, it doesn’t reek of boosterism. My guess is that the discussions would be...

blog.habets.se

No way to parse integers in C

No way to parse integers in C There are a few ways to attempt to parse a string into a number in the C standard library. They are ALL broken. Update at the bottom: Actually C++âs std::fromchars() looks useful. Leaving...

www.anthropic.com

Anthropic acquires Stainless

{'text': 'The frontier of AI is shifting from models that answer to agents that act—and agents are only as capable as the systems they can reach. Today, Anthropic is acquiring Stainless, a leader in SDKs and MCP server...

jacobharr.is

Why I Don’t Vibe Code

March 05, 2026 A "brief" accounting of various reasons why vibe coding has just never clicked for me personally as a developer. There has been a lot of discussion online lately about vibe coding and and how Large...

www.abgeo.dev

Anyone on the Internet Can Ring Your Doorbell

2026-05-06. I opened a coordination case with CERT/CC’s VINCE covering the findings below. CVE assignment will go through that process. 2026-05-07. Naxclow contacted me one day after this post went live, acknowledged...

nicolasfella.de

Smoke tests for fun and profit

Smoke tests for fun and profit Smoking is bad for you. Testing software is good for you though. A while ago I wrote about detecting memory leaks in KDE CI. That works beautifully, and has already lead to real-world...