Lies, Damn Lies and Database Benchmarks
https://questdb.com/blog/lies-damn-lies-and-database-benchmarks/
https://redd.it/1udcab2
@programmingreddit
https://questdb.com/blog/lies-damn-lies-and-database-benchmarks/
https://redd.it/1udcab2
@programmingreddit
QuestDB
Lies, Damn Lies and Database Benchmarks | QuestDB
We tweak one fair-but-different thing in each ClickBench scenario and watch the hot-run rankings reshuffle, a reminder to read benchmarks closely.
New HTTP QUERY Method
https://datatracker.ietf.org/doc/rfc10008/
https://redd.it/1udwfsp
@programmingreddit
https://datatracker.ietf.org/doc/rfc10008/
https://redd.it/1udwfsp
@programmingreddit
IETF Datatracker
RFC 10008: The HTTP QUERY Method
This specification defines the QUERY method for HTTP. A QUERY requests that the request target process the enclosed content in a safe and idempotent manner and then respond with the result of that processing. This is similar to POST requests, but QUERY requests…
How to Write an Effective Software Design Document
https://refactoringenglish.com/excerpts/write-an-effective-design-doc/
https://redd.it/1uevttg
@programmingreddit
https://refactoringenglish.com/excerpts/write-an-effective-design-doc/
https://redd.it/1uevttg
@programmingreddit
Refactoringenglish
How to Write an Effective Software Design Document
Best practices for writing a design doc based on my experience working as a developer at Google and Microsoft.
The dogma of entity-based Services and Repositories
https://martinfowler.com/eaaCatalog/serviceLayer.html
https://redd.it/1ufc0ki
@programmingreddit
https://martinfowler.com/eaaCatalog/serviceLayer.html
https://redd.it/1ufc0ki
@programmingreddit
martinfowler.com
Service Layer
Defines an application's boundary with a layer of services that
establishes a set of available operations and coordinates the
application's response in each operation.
establishes a set of available operations and coordinates the
application's response in each operation.
USB for Software Developers: An introduction to writing userspace USB drivers
https://werwolv.net/posts/usb_for_sw_devs/
https://redd.it/1ufopd6
@programmingreddit
https://werwolv.net/posts/usb_for_sw_devs/
https://redd.it/1ufopd6
@programmingreddit
WerWolv
USB for Software Developers: An introduction to writing userspace USB drivers | WerWolv
A basic introduction to USB for people that don't need to know what happens on the wire
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