Curated list of free, online DevOps courses we put together. Enjoy!
https://www.hiphops.io/resources/free-devops-courses
https://redd.it/131411p
@programmingreddit
https://www.hiphops.io/resources/free-devops-courses
https://redd.it/131411p
@programmingreddit
Reddit
r/programming on Reddit: Curated list of free, online DevOps courses we put together. Enjoy!
Posted by u/Hiphops-io - 98 votes and 7 comments
Beautiful Branchless Binary Search
https://probablydance.com/2023/04/27/beautiful-branchless-binary-search/
https://redd.it/131q0j4
@programmingreddit
https://probablydance.com/2023/04/27/beautiful-branchless-binary-search/
https://redd.it/131q0j4
@programmingreddit
Probably Dance
Beautiful Branchless Binary Search
I read a blog post by Alex Muscar, “Beautiful Binary Search in D”. It describes a binary search called “Shar’s algorithm”. I’d never heard of it and it’s i…
Many Public Salesforce Sites are Leaking Private Data
https://krebsonsecurity.com/2023/04/many-public-salesforce-sites-are-leaking-private-data/
https://redd.it/131eten
@programmingreddit
https://krebsonsecurity.com/2023/04/many-public-salesforce-sites-are-leaking-private-data/
https://redd.it/131eten
@programmingreddit
Krebs on Security
Many Public Salesforce Sites are Leaking Private Data
A shocking number of organizations -- including banks and healthcare providers -- are leaking private and sensitive information from their public Salesforce Community websites, KrebsOnSecurity has learned. The data exposures all stem from a misconfiguration…
Misaligned Incentives in Dev Tool Businesses
https://earthly.dev/blog/misaligned-incentives/
https://redd.it/12zjpgk
@programmingreddit
https://earthly.dev/blog/misaligned-incentives/
https://redd.it/12zjpgk
@programmingreddit
Earthly Blog
Misaligned Incentives in Dev Tool Businesses
Back around when Barack Obama was president of the United States, I worked as a software developer on an enterprise ‘learning management software.’...
Compiler Optimizations Are Hard Because They Forget
https://faultlore.com/blah/oops-that-was-important/
https://redd.it/132dhrm
@programmingreddit
https://faultlore.com/blah/oops-that-was-important/
https://redd.it/132dhrm
@programmingreddit
Faultlore
Compiler Optimizations Are Hard Because They Forget - Faultlore
Microsoft is rewriting core Windows libraries in Rust
https://www.theregister.com/2023/04/27/microsoft_windows_rust/
https://redd.it/132qedv
@programmingreddit
https://www.theregister.com/2023/04/27/microsoft_windows_rust/
https://redd.it/132qedv
@programmingreddit
The Register
Microsoft is busy rewriting core Windows code in memory-safe Rust
Now that's a C change we can back
GoDaddy: Hackers stole source code, installed malware in multi-year breach
https://www.bleepingcomputer.com/news/security/godaddy-hackers-stole-source-code-installed-malware-in-multi-year-breach
https://redd.it/132p07l
@programmingreddit
https://www.bleepingcomputer.com/news/security/godaddy-hackers-stole-source-code-installed-malware-in-multi-year-breach
https://redd.it/132p07l
@programmingreddit
BleepingComputer
GoDaddy: Hackers stole source code, installed malware in multi-year breach
Web hosting giant GoDaddy says it suffered a breach where unknown attackers have stolen source code and installed malware on its servers after breaching its cPanel shared hosting environment in a multi-year attack.
Italy restores ChatGPT after OpenAI responds to regulator
https://www.reuters.com/technology/chatgpt-is-available-again-users-italy-spokesperson-says-2023-04-28/
https://redd.it/132kpl6
@programmingreddit
https://www.reuters.com/technology/chatgpt-is-available-again-users-italy-spokesperson-says-2023-04-28/
https://redd.it/132kpl6
@programmingreddit
Reuters
Italy restores ChatGPT after OpenAI responds to regulator
The ChatGPT chatbot was reactivated in Italy after its maker OpenAI addressed issues raised by Italy's data protection authority, the agency and the company confirmed on Friday.
Why is std::hardware_destructive_interference_size a compile-time constant instead of a run-time value?
https://devblogs.microsoft.com/oldnewthing/20230424-00/?p=108085
https://redd.it/133lbne
@programmingreddit
https://devblogs.microsoft.com/oldnewthing/20230424-00/?p=108085
https://redd.it/133lbne
@programmingreddit
Microsoft News
Why is std::hardware_destructive_interference_size a compile-time constant instead of a run-time value?
The compiler is already making compile-time assumptions about the processor; you just don't realize it.
A C++ web/application framework I have been building for the last 12yrs
https://github.com/sumeetchhetri/ffead-cpp
https://redd.it/133qgdy
@programmingreddit
https://github.com/sumeetchhetri/ffead-cpp
https://redd.it/133qgdy
@programmingreddit
GitHub
GitHub - sumeetchhetri/ffead-cpp: Framework for Enterprise Application Development in c++, HTTP1/HTTP2/HTTP3 compliant, Supports…
Framework for Enterprise Application Development in c++, HTTP1/HTTP2/HTTP3 compliant, Supports multiple server backends - GitHub - sumeetchhetri/ffead-cpp: Framework for Enterprise Application De...
Quake's visibility culling explained
https://www.youtube.com/watch?v=IfCRHSIg6zo
https://redd.it/133vwr9
@programmingreddit
https://www.youtube.com/watch?v=IfCRHSIg6zo
https://redd.it/133vwr9
@programmingreddit
YouTube
Quake's PVS: A hidden gem of rendering optimization
A look at how Quake uses portal graphs to pre-calculate visibility information.
Support: https://www.buymeacoffee.com/mattsramblings
Mastodon: https://mastodon.cloud/@mattsramblings/
00:00 Intro
00:43 Portal graphs
01:57 Visibility in a linear graph
05:15…
Support: https://www.buymeacoffee.com/mattsramblings
Mastodon: https://mastodon.cloud/@mattsramblings/
00:00 Intro
00:43 Portal graphs
01:57 Visibility in a linear graph
05:15…
Maybe you should store passwords in plaintext.
https://www.qword.net/2023/04/30/maybe-you-should-store-passwords-in-plaintext
https://redd.it/1346yal
@programmingreddit
https://www.qword.net/2023/04/30/maybe-you-should-store-passwords-in-plaintext
https://redd.it/1346yal
@programmingreddit
QWORD
Maybe you should store passwords in plaintext.
“Never, ever, think about something else when you should be thinking about the power of incentives.” – Charlie Munger, American billionaire investor.
Writing Javascript without a build system
https://jvns.ca/blog/2023/02/16/writing-javascript-without-a-build-system/
https://redd.it/133l9q5
@programmingreddit
https://jvns.ca/blog/2023/02/16/writing-javascript-without-a-build-system/
https://redd.it/133l9q5
@programmingreddit
Julia Evans
Writing Javascript without a build system
Hello! I’ve been writing some Javascript this week, and as always when I start a new frontend project, I was faced with the question: should I use a build system?
Companies Say They Need Noncompete Clauses. Here’s How We Know That’s Not True.
https://slate.com/business/2023/03/noncompete-clauses-washington-research-ban-ftc.html
https://redd.it/134f6q8
@programmingreddit
https://slate.com/business/2023/03/noncompete-clauses-washington-research-ban-ftc.html
https://redd.it/134f6q8
@programmingreddit
Slate Magazine
Companies Say They Need Noncompete Clauses. Here’s How We Know That’s Not True.
We put their claims to the test.
Hacking the original xbox controller for fun and no profit
https://wheybags.com/blog/xbox.html
https://redd.it/1345d82
@programmingreddit
https://wheybags.com/blog/xbox.html
https://redd.it/1345d82
@programmingreddit
Reddit
r/programming on Reddit: Hacking the original xbox controller for fun and no profit
Posted by u/wheybags - 116 votes and 17 comments