Data Access Patterns That Makes Your CPU Really Angry
https://blog.weineng.me/posts/slowest_add/
https://redd.it/1uh3z4m
@programmingreddit
https://blog.weineng.me/posts/slowest_add/
https://redd.it/1uh3z4m
@programmingreddit
weineng
Data Access Patterns That Makes Your CPU Really Angry
Given an array of data, what is the slowest way to sum up the integers? Is it adding the numbers from left to right, adding them randomly, or doing something else? In this post, we are going to build a data access pattern from the ground up that sums numbers…
Mojo programming language will become open-source soon.
https://www.modular.com/modcon
https://redd.it/1uh1qm4
@programmingreddit
https://www.modular.com/modcon
https://redd.it/1uh1qm4
@programmingreddit
Modular
ModCon 2026: Compute Unlocked
Join us at ModCon on August 18, 2026 in San Francisco for a full day of AI infrastructure launches, technical deep dives, hands-on demos, workshops, and networking with the developers shaping what’s next.
CORS explained in plain English
https://sanyamserver.online/posts/cors/
https://redd.it/1uhpazx
@programmingreddit
https://sanyamserver.online/posts/cors/
https://redd.it/1uhpazx
@programmingreddit
Engineering Notes
CORS: What is it protecting? | Engineering Notes
CORS is a browser security mechanism, not a server one. What the Origin header and preflight checks actually do, what CORS protects against, and why it is not CSRF protection.
Modding a 20-year-old game to make it even better
https://publicstaticvoidmain.hashnode.dev/modding-a-20-year-old-game-to-make-it-even-better-part-i
https://redd.it/1ui85rg
@programmingreddit
https://publicstaticvoidmain.hashnode.dev/modding-a-20-year-old-game-to-make-it-even-better-part-i
https://redd.it/1ui85rg
@programmingreddit
Reddit
From the programming community on Reddit: Modding a 20-year-old game to make it even better
Posted by HHalo6 - 107 votes and 12 comments
How To Corrupt An SQLite Database File
https://www.sqlite.org/howtocorrupt.html
https://redd.it/1ujgzhr
@programmingreddit
https://www.sqlite.org/howtocorrupt.html
https://redd.it/1ujgzhr
@programmingreddit
Open source is a thankless job and I think we've lost the plot on how we treat maintainers
https://github.com/better-auth/better-auth/issues/10288
https://redd.it/1ukim8j
@programmingreddit
https://github.com/better-auth/better-auth/issues/10288
https://redd.it/1ukim8j
@programmingreddit
GitHub
STOP BREAKING EVERYTHING ON MINOR RELEASES · Issue #10288 · better-auth/better-auth
Please, for the love of god. Can you stop releasing breaking changes on minor releases? It's absolutely infuriating that you guys keep doing this over and over again with complete disregard for...
Data Oriented Design in non gamedev related areas
https://www.youtube.com/watch?v=rX0ItVEVjHc
https://redd.it/1ulcgv1
@programmingreddit
https://www.youtube.com/watch?v=rX0ItVEVjHc
https://redd.it/1ulcgv1
@programmingreddit
YouTube
CppCon 2014: Mike Acton "Data-Oriented Design and C++"
http://www.cppcon.org
--
Presentation Slides, PDFs, Source Code and other presenter materials are available at: https://github.com/CppCon/CppCon2014
--
The transformation of data is the only purpose of any program. Common approaches in C++ which are antithetical…
--
Presentation Slides, PDFs, Source Code and other presenter materials are available at: https://github.com/CppCon/CppCon2014
--
The transformation of data is the only purpose of any program. Common approaches in C++ which are antithetical…
Hunting a 16-year-old SQLite bug with TLA+: is dqlite affected?
https://ubuntu.com/blog/hunting-a-16-year-old-sqlite-bug-with-tla-is-dqlite-affected
https://redd.it/1umi3j4
@programmingreddit
https://ubuntu.com/blog/hunting-a-16-year-old-sqlite-bug-with-tla-is-dqlite-affected
https://redd.it/1umi3j4
@programmingreddit
Ubuntu
Hunting a 16-year-old SQLite bug with TLA+: is dqlite affected? | Ubuntu
Hunting a 16-year-old SQLite bug with TLA+: We model the WAL race condition to reproduce the issue, verify the fix, and analyze if dqlite is vulnerable.
How Oracle's Secret Algorithm Came into the Public Domain After Patent Expiration, Making Sorting 5x Faster for Open-Source Databases and Boosting Performance for AWS and Other Cloud Companies
https://deepsystemstuff.com/how-oracles-secret-column-sorting-technique-became-public-after-its-patent-expired-making-sorting-5x-faster/
https://redd.it/1up1fry
@programmingreddit
https://deepsystemstuff.com/how-oracles-secret-column-sorting-technique-became-public-after-its-patent-expired-making-sorting-5x-faster/
https://redd.it/1up1fry
@programmingreddit
Reddit
From the programming community on Reddit: How Oracle's Secret Algorithm Came into the Public Domain After Patent Expiration, Making…
Posted by Ok_Stomach6651 - 126 votes and 23 comments
Zig: All Package Management Functionality Moved from Compiler to Build System
https://ziglang.org/devlog/2026/#2026-06-30
https://redd.it/1uo2krr
@programmingreddit
https://ziglang.org/devlog/2026/#2026-06-30
https://redd.it/1uo2krr
@programmingreddit
Reddit
From the programming community on Reddit: Zig: All Package Management Functionality Moved from Compiler to Build System
Posted by Either_Collection349 - 108 votes and 8 comments
Odin 1.0 Announcement
https://www.youtube.com/watch?v=dLPAqXi9In0
https://redd.it/1upmnop
@programmingreddit
https://www.youtube.com/watch?v=dLPAqXi9In0
https://redd.it/1upmnop
@programmingreddit
YouTube
Odin 1.0 Announcement
Odin 1.0 has finally been announced! A decade in the making and will be coming in January 2027.
0:00 Intro
1:15 The Odin Roadmap
1:34 Inline Assembly
1:48 HTTP Package
2:16 iOS Support
2:36 Image and Zip Packages
2:53 Naming Convention
3:24 Release Schedule…
0:00 Intro
1:15 The Odin Roadmap
1:34 Inline Assembly
1:48 HTTP Package
2:16 iOS Support
2:36 Image and Zip Packages
2:53 Naming Convention
3:24 Release Schedule…
What is a token and why does it cost so much? - Computerphile
https://www.youtube.com/watch?v=-0HRzXk8vlk
https://redd.it/1upu953
@programmingreddit
https://www.youtube.com/watch?v=-0HRzXk8vlk
https://redd.it/1upu953
@programmingreddit
YouTube
Why AI Tokens are so Expensive - Computerphile
After changes to pricing structures for LLM powered code assistants, Mike looks at how a seemingly simple task can burn through tokens when an agent 'looks after it' for you.
Published with three potential titles on a YouTube test:
Extreme Token Use of…
Published with three potential titles on a YouTube test:
Extreme Token Use of…