The optimised version of 7-Zip can't be built from source
https://pileofhacks.dev/post/the-optimised-version-of-7-zip-cant-be-built-from-source/
https://redd.it/1g3d9ib
@programmingreddit
https://pileofhacks.dev/post/the-optimised-version-of-7-zip-cant-be-built-from-source/
https://redd.it/1g3d9ib
@programmingreddit
Reddit
From the programming community on Reddit: The optimised version of 7-Zip can't be built from source
Posted by Xaneris47 - 134 votes and 35 comments
LocalStorage vs. IndexedDB vs. Cookies vs. OPFS vs. WASM-SQLite
https://rxdb.info/articles/localstorage-indexeddb-cookies-opfs-sqlite-wasm.html
https://redd.it/1g451ka
@programmingreddit
https://rxdb.info/articles/localstorage-indexeddb-cookies-opfs-sqlite-wasm.html
https://redd.it/1g451ka
@programmingreddit
rxdb.info
LocalStorage vs. IndexedDB vs. Cookies vs. OPFS vs. WASM-SQLite | RxDB - JavaScript Database
Compare LocalStorage, IndexedDB, Cookies, OPFS, and WASM-SQLite for web storage, performance, limits, and best practices for modern web apps.
Python: range is not an iterator
https://treyhunner.com/2018/02/python-range-is-not-an-iterator/
https://redd.it/1g44n9h
@programmingreddit
https://treyhunner.com/2018/02/python-range-is-not-an-iterator/
https://redd.it/1g44n9h
@programmingreddit
Treyhunner
Python: range is not an iterator
After my Loop Better talk at PyGotham 2017 someone asked me a great question: iterators are lazy iterables and range is a lazy iterable in Python 3, …
Good programmers worry about data structures and their relationships
https://read.engineerscodex.com/p/good-programmers-worry-about-data
https://redd.it/1g452ci
@programmingreddit
https://read.engineerscodex.com/p/good-programmers-worry-about-data
https://redd.it/1g452ci
@programmingreddit
Engineerscodex
Good programmers worry about data structures and their relationships
Wisdom from Linus Torvalds, the creator of Git and Linux
GCC Preparing To Set C23 "GNU23" As Default C Language Version
https://www.phoronix.com/news/GCC-Prepares-std-gnu23-Default
https://redd.it/1g50shm
@programmingreddit
https://www.phoronix.com/news/GCC-Prepares-std-gnu23-Default
https://redd.it/1g50shm
@programmingreddit
Phoronix
GCC Preparing To Set C23 "GNU23" As Default C Language Version
The GNU Compiler Collection (GCC) support for the C23 programming language standard is now considered 'essentially feature-complete' with GCC 15
How we Outsmarted CSGO Cheaters with IdentityLogger
https://mobeigi.com/blog/gaming/how-we-outsmarted-csgo-cheaters-with-identitylogger/
https://redd.it/1g5684n
@programmingreddit
https://mobeigi.com/blog/gaming/how-we-outsmarted-csgo-cheaters-with-identitylogger/
https://redd.it/1g5684n
@programmingreddit
Mobeigi
How we Outsmarted CSGO Cheaters with IdentityLogger - Mo Beigi
Learn how IdentityLogger used fingerprinting to combat ban evasion, protecting our CSGO community from relentless cheaters.
Microsoft has open sourced its new cross-platform virtual machine layer written in Rust
https://github.com/microsoft/openvmm
https://redd.it/1g5kxl2
@programmingreddit
https://github.com/microsoft/openvmm
https://redd.it/1g5kxl2
@programmingreddit
GitHub
GitHub - microsoft/openvmm: Home of OpenVMM and OpenHCL
Home of OpenVMM and OpenHCL. Contribute to microsoft/openvmm development by creating an account on GitHub.
Things you really should know about Windows Input, but would rather not
https://ph3at.github.io/posts/Windows-Input
https://redd.it/1g6dq2i
@programmingreddit
https://ph3at.github.io/posts/Windows-Input
https://redd.it/1g6dq2i
@programmingreddit
PH3 Blog
Things you really should know about Windows Input, but would rather not - Raw Mouse edition
Motivation
How is this Website so fast!? — Breaking down the McMaster Carr website and the techniques they use to make it so dang fast
https://www.youtube.com/watch?v=-Ln-8QM8KhQ
https://redd.it/1g75r84
@programmingreddit
https://www.youtube.com/watch?v=-Ln-8QM8KhQ
https://redd.it/1g75r84
@programmingreddit
YouTube
How is this Website so fast!?
Breaking down the McMaster Carr website and the techniques they use to make it so dang fast.
00:00 - Intro
00:38 - Server Rendered HTML
00:54 - Prefetching HTML
02:02 - CDN Caching
02:36 - Client Caching with Service Worker
03:29 - Preloading Assets
05:33…
00:00 - Intro
00:38 - Server Rendered HTML
00:54 - Prefetching HTML
02:02 - CDN Caching
02:36 - Client Caching with Service Worker
03:29 - Preloading Assets
05:33…
Designing Secure and Informative API Keys
https://glama.ai/blog/2024-10-18-what-makes-a-good-api-key
https://redd.it/1g6qkai
@programmingreddit
https://glama.ai/blog/2024-10-18-what-makes-a-good-api-key
https://redd.it/1g6qkai
@programmingreddit
ChatGPT alternative for power users
Explore the evolution of API key design, drawing insights from industry leaders. Learn how structured formats can enhance security, usability, and troubleshooting, and discover a new approach tailored for Glama.
The future of Postgres?
https://www.craigkerstiens.com/2024/10/18/the-future-of-postgres/
https://redd.it/1g7homb
@programmingreddit
https://www.craigkerstiens.com/2024/10/18/the-future-of-postgres/
https://redd.it/1g7homb
@programmingreddit
Craigkerstiens
The future of Postgres? - CRAIG KERSTIENS
I’m often asked what do I think the future for Postgres holds, and my answer has been mostly the same for probably 8 years now, maybe even longer. You see for Postgres itself stability and reliability is core. So where does the new stuff come from if it’s…
The Part of PostgreSQL We Hate the Most
https://www.cs.cmu.edu/~pavlo/blog/2023/04/the-part-of-postgresql-we-hate-the-most.html
https://redd.it/1g7kdwy
@programmingreddit
https://www.cs.cmu.edu/~pavlo/blog/2023/04/the-part-of-postgresql-we-hate-the-most.html
https://redd.it/1g7kdwy
@programmingreddit
Andy Pavlo - Carnegie Mellon University
The Part of PostgreSQL We Hate the Most
As much as Andy loves PostgreSQL, there is one part that is terrible and causes many headaches for people. Learn what it is and why it sucks.
QUIC is not Quick Enough over Fast Internet
https://arxiv.org/abs/2310.09423
https://redd.it/1g7vv66
@programmingreddit
https://arxiv.org/abs/2310.09423
https://redd.it/1g7vv66
@programmingreddit
arXiv.org
QUIC is not Quick Enough over Fast Internet
QUIC is expected to be a game-changer in improving web application performance. In this paper, we conduct a systematic examination of QUIC's performance over high-speed networks. We find that over...
Software Engineer Titles Have (Almost) Lost All Their Meaning
https://www.trevorlasn.com/blog/software-engineer-titles-have-almost-lost-all-their-meaning
https://redd.it/1g823xn
@programmingreddit
https://www.trevorlasn.com/blog/software-engineer-titles-have-almost-lost-all-their-meaning
https://redd.it/1g823xn
@programmingreddit
trevorlasn.com
Software Engineer Titles Have (Almost) Lost All Their Mea...
Examining the Devaluation of Software Engineer Titles and Its Impact on Tech Industry Integrity
The empire of C++ strikes back with Safe C++ blueprint: « After two years of being beaten with the memory-safety stick, the C++ community has published a proposal to help developers write less vulnerable code. »
https://www.theregister.com/2024/09/16/safe_c_plusplus/
https://redd.it/1g85xbs
@programmingreddit
https://www.theregister.com/2024/09/16/safe_c_plusplus/
https://redd.it/1g85xbs
@programmingreddit
The Register
The empire of C++ strikes back with Safe C++ blueprint
You pipsqueaks want memory safety? We'll show you memory safety! We'll borrow that borrow checker
REST APIs Turn 25: How They Came To Be and What Could Be Next
https://journal.hexmos.com/rest-turns-25/
https://redd.it/1g7yi6i
@programmingreddit
https://journal.hexmos.com/rest-turns-25/
https://redd.it/1g7yi6i
@programmingreddit
Hexmos Journal
REST APIs Turn 25: How They Came To Be and What Could Be Next
As REST approaches its 25th anniversary, it's a perfect time to reflect on its impact in the web era. With AI and automation on the rise, let's explore the evolution of APIs and what the future might hold for RESTful APIs in this new landscape.
Spectre flaws continue to haunt Intel and AMD as researchers find fresh attack method -- "The indirect branch predictor barrier is less of a barrier than hoped"
https://www.theregister.com/2024/10/18/spectre_problems_continue_amd_intel
https://redd.it/1g8jgge
@programmingreddit
https://www.theregister.com/2024/10/18/spectre_problems_continue_amd_intel
https://redd.it/1g8jgge
@programmingreddit
The Register
Spectre flaws continue to haunt Intel and AMD as researchers find fresh attack method
The indirect branch predictor barrier is less of a barrier than hoped
Using AI Generated Code Will Make You a Bad Programmer
https://slopwatch.com/posts/bad-programmer/
https://redd.it/1g8vcus
@programmingreddit
https://slopwatch.com/posts/bad-programmer/
https://redd.it/1g8vcus
@programmingreddit