Replacing a 3 GB SQLite database with a 10 MB FST
https://til.andrew-quinn.me/posts/replacing-a-3-gb-sqlite-database-with-a-7-mb-fst-finite-state-trandsucer-binary/
https://redd.it/1t98wxr
@programmingreddit
https://til.andrew-quinn.me/posts/replacing-a-3-gb-sqlite-database-with-a-7-mb-fst-finite-state-trandsucer-binary/
https://redd.it/1t98wxr
@programmingreddit
til.andrew-quinn.me
Replacing a 3 GB SQLite database with a 10 MB FST (finite state transducer) binary
Note for
numberphiles:
all numbers have been rounded to their first significant
digit, because I’m a fan of Rob Eastaway’s
“zequals” method
of getting to the point when it comes to estimation. It’s much
more valuable to walk away with the heuristic “some…
numberphiles:
all numbers have been rounded to their first significant
digit, because I’m a fan of Rob Eastaway’s
“zequals” method
of getting to the point when it comes to estimation. It’s much
more valuable to walk away with the heuristic “some…
The FreeBSD vulnerability "discovered" by Mythos was already in its training data.
https://rival.security/posts/mythos-discovered-a-cve-already-in-its-training-data---and-thats-still-worrying
https://redd.it/1t9rl27
@programmingreddit
https://rival.security/posts/mythos-discovered-a-cve-already-in-its-training-data---and-thats-still-worrying
https://redd.it/1t9rl27
@programmingreddit
Mass npm Supply Chain Attack Hits TanStack, Mistral AI, and 170+ Packages
https://safedep.io/mass-npm-supply-chain-attack-tanstack-mistral/
https://redd.it/1tapmvi
@programmingreddit
https://safedep.io/mass-npm-supply-chain-attack-tanstack-mistral/
https://redd.it/1tapmvi
@programmingreddit
SafeDep - Real-time Open Source Software Supply Chain Security
Mass Supply Chain Attack Hits TanStack, Mistral AI npm and PyPI Packages
Over 400 compromised npm package versions and at least 2 PyPI packages published in a coordinated supply chain attack targeting TanStack, Mistral AI, UiPath,…
I built a world record exact solver for the minimum line cover of prime points after watching a Numberphile video. It turned the previous 282-hour record into 22 minutes, then kept going to prove 20 new awkward primes never certified before.
https://prime-line-cover.vercel.app/?article
https://redd.it/1tb8gv6
@programmingreddit
https://prime-line-cover.vercel.app/?article
https://redd.it/1tb8gv6
@programmingreddit
Reddit
From the programming community on Reddit: I built a world record exact solver for the minimum line cover of prime points after…
Posted by jespergran - 201 votes and 19 comments
Why senior developers fail to communicate their expertise
https://www.nair.sh/guides-and-opinions/communicating-your-expertise/why-senior-developers-fail-to-communicate-their-expertise
https://redd.it/1tbvmxn
@programmingreddit
https://www.nair.sh/guides-and-opinions/communicating-your-expertise/why-senior-developers-fail-to-communicate-their-expertise
https://redd.it/1tbvmxn
@programmingreddit
nair.sh
Why senior developers fail to communicate their expertise
Why senior developers talk in terms of complexity while the rest of the business is worried about uncertainty. And what to do about it now that AI is in the picture.
5 Years and $5M Later: Inventing a New Programming Language for Web Development Was a Mistake
https://wasp.sh/blog/2026/05/13/new-language-for-web-dev-was-a-mistake
https://redd.it/1tc02h0
@programmingreddit
https://wasp.sh/blog/2026/05/13/new-language-for-web-dev-was-a-mistake
https://redd.it/1tc02h0
@programmingreddit
wasp.sh
5 Years and $5M Later: Inventing a New Programming Language for Web Development Was a Mistake | Wasp
After 5 years and $5M building Wasp, we're replacing our custom config language with TypeScript. Here's why we thought a new language was a good idea, what we learned, and why TypeScript won.
Malware crew TeamPCP open-sources its Shai-Hulud worm on GitHub
https://www.theregister.com/security/2026/05/13/malware-crew-teampcp-open-sources-its-shai-hulud-worm-on-github/5239319
https://redd.it/1tbwoyg
@programmingreddit
https://www.theregister.com/security/2026/05/13/malware-crew-teampcp-open-sources-its-shai-hulud-worm-on-github/5239319
https://redd.it/1tbwoyg
@programmingreddit
Reddit
From the programming community on Reddit: Malware crew TeamPCP open-sources its Shai-Hulud worm on GitHub
Explore this post and more from the programming community
Rewrite Bun in Rust has been merged
https://github.com/oven-sh/bun/pull/30412
https://redd.it/1tcuebe
@programmingreddit
https://github.com/oven-sh/bun/pull/30412
https://redd.it/1tcuebe
@programmingreddit
GitHub
Rewrite Bun in Rust by Jarred-Sumner · Pull Request #30412 · oven-sh/bun
Blog post with details coming soon.
It passes Bun's pre-existing test suite on all platforms (and fixes several memory leaks and flaky tests), the binary size shrinks by 3 MB - 8 MB, the be...
It passes Bun's pre-existing test suite on all platforms (and fixes several memory leaks and flaky tests), the binary size shrinks by 3 MB - 8 MB, the be...
Browsers Treat Big Sites Differently
https://denodell.com/blog/browsers-treat-big-sites-differently
https://redd.it/1td13ep
@programmingreddit
https://denodell.com/blog/browsers-treat-big-sites-differently
https://redd.it/1td13ep
@programmingreddit
Den Odell
Browsers Treat Big Sites Differently
Safari and Firefox change how big sites render based on the domain. TikTok, Netflix, Instagram… even SeatGuru. Chrome doesn’t. Why is that?
mimalloc: A new, high-performance, scalable memory allocator for the modern era
https://www.microsoft.com/en-us/research/blog/mimalloc-a-high-performance-scalable-memory-allocator-for-the-modern-era/
https://redd.it/1tdecay
@programmingreddit
https://www.microsoft.com/en-us/research/blog/mimalloc-a-high-performance-scalable-memory-allocator-for-the-modern-era/
https://redd.it/1tdecay
@programmingreddit
Microsoft Research
mimalloc: A new, high-performance, scalable memory allocator for the modern era - Microsoft Research
mimalloc is an open-source, modern, scalable memory allocator that is a drop-in replacement for malloc and free. It is relatively small (~12K lines), with clear internal data structures, and is easy to build and integrate into other projects. It provides…
‘No Way To Prevent This,’ Says Only Package Manager Where This Regularly Happens | Kevin Patel
https://kevinpatel.xyz/posts/no-way-to-prevent-this/
https://redd.it/1temt7r
@programmingreddit
https://kevinpatel.xyz/posts/no-way-to-prevent-this/
https://redd.it/1temt7r
@programmingreddit
Kevin Patel
‘No Way To Prevent This,’ Says Only Package Manager Where This Regularly Happens
SAN FRANCISCO, CA - In the wake of a devastating supply chain attack in the npm registry that left millions of enterprise applications compromised and billions of user records exposed, developers across the JavaScript ecosystem expressed deep sorrow today…
Rust on my Buns
https://renfoc.us/posts/1778877814-rust_on_my_bun
https://redd.it/1te96np
@programmingreddit
https://renfoc.us/posts/1778877814-rust_on_my_bun
https://redd.it/1te96np
@programmingreddit
renfoc.us
Rust on my bun
...This whole week has been fascinating!
Everything started with [Anthropic acquiring Bun.sh](https://www.anthropic.com/news/anthropic-acquires-bun-as-claude-code-reaches-usd1b-milestone).
Some within [the bun community raised some concerns](https://wwj.dev/posts/i…
Everything started with [Anthropic acquiring Bun.sh](https://www.anthropic.com/news/anthropic-acquires-bun-as-claude-code-reaches-usd1b-milestone).
Some within [the bun community raised some concerns](https://wwj.dev/posts/i…
First Public macOS Kernel Memory Corruption Exploit On Apple Silicon M5
https://blog.calif.io/p/first-public-kernel-memory-corruption
https://redd.it/1tfcsbb
@programmingreddit
https://blog.calif.io/p/first-public-kernel-memory-corruption
https://redd.it/1tfcsbb
@programmingreddit
blog.calif.io
First public macOS kernel memory corruption exploit on Apple M5
Apple spent five years building hardware and software to make memory corruption exploits dramatically harder. Our engineers, working together with Mythos Preview, built a working exploit in five days.
Moving away from Tailwind, and learning to structure my CSS
https://jvns.ca/blog/2026/05/15/moving-away-from-tailwind--and-learning-to-structure-my-css-/
https://redd.it/1tey4h6
@programmingreddit
https://jvns.ca/blog/2026/05/15/moving-away-from-tailwind--and-learning-to-structure-my-css-/
https://redd.it/1tey4h6
@programmingreddit
Julia Evans
Moving away from Tailwind, and learning to structure my CSS
Hello! 8 years ago, I wrote excitedly about discovering Tailwind.
Native all the way, until you need text
https://justsitandgrin.im/posts/native-all-the-way-until-you-need-text/
https://redd.it/1tfrnp1
@programmingreddit
https://justsitandgrin.im/posts/native-all-the-way-until-you-need-text/
https://redd.it/1tfrnp1
@programmingreddit
Artem Loenko
Native all the way, until you need text | Artem Loenko
Why building a rich, selectable, streaming Markdown chat UI on macOS still pushes you toward WebKit or Electron.
Key Python 3.15 Updates To Make Your Coding Faster, Cleaner, and Easier
https://medium.com/techtofreedom/9-key-python-3-15-updates-to-make-your-coding-faster-cleaner-and-easier-2c7ac329c93b?sk=dbf4a4e78d54636f3751913750e3cb70
https://redd.it/1tgj1cr
@programmingreddit
https://medium.com/techtofreedom/9-key-python-3-15-updates-to-make-your-coding-faster-cleaner-and-easier-2c7ac329c93b?sk=dbf4a4e78d54636f3751913750e3cb70
https://redd.it/1tgj1cr
@programmingreddit
Medium
9 Key Python 3.15 Updates To Make Your Coding Faster, Cleaner, and Easier
From lazy imports to a stronger JIT compiler
Nobody Pushed Back: Why Engineers Stay Silent Until It's Too Late
https://howtocenterdiv.com/beyond-the-div/nobody-pushed-back
https://redd.it/1tggiab
@programmingreddit
https://howtocenterdiv.com/beyond-the-div/nobody-pushed-back
https://redd.it/1tggiab
@programmingreddit
howtocenterdiv.com
Nobody Pushed Back: Why Engineers Stay Silent Until It's Too Late
Nokia, TSB, Boeing, Microsoft — four companies, four disasters, one pattern. The engineers knew. They just didn't speak up. Here's why, and what it costs when nobody pushes back.