If AI is too dangerous for open source AI development, then it's 100 times too dangerous for proprietary AI development by Google, Microsoft, Amazon, Meta, Apple, etc.
https://www.youtube.com/watch?v=5NUD7rdbCm8
https://redd.it/1dqvmdh
@programmingreddit
https://www.youtube.com/watch?v=5NUD7rdbCm8
https://redd.it/1dqvmdh
@programmingreddit
YouTube
Why you shouldn't believe the AI extinction lie
They warn us that future artificial intelligence will wipe out humanity. This may be a lie with ulterior motives.
Support independent research and analysis by joining my Patreon page: https://www.patreon.com/thehatedone
There is a powerful motivation to…
Support independent research and analysis by joining my Patreon page: https://www.patreon.com/thehatedone
There is a powerful motivation to…
Coding a Neural Network from Scratch for Absolute Beginners (an intuitive approach, no math or technical terms, no prior knowledge needed except basic python programming)
https://medium.com/@minhaskamal/coding-a-neural-network-from-scratch-for-absolute-beginners-1e68bb0461db
https://redd.it/1dqqq0w
@programmingreddit
https://medium.com/@minhaskamal/coding-a-neural-network-from-scratch-for-absolute-beginners-1e68bb0461db
https://redd.it/1dqqq0w
@programmingreddit
Medium
Coding a Neural Network from Scratch for Absolute Beginners
A neuron simply puts weights on each input depending on the input’s effect on the output. Then, it accumulates all the weighted inputs.
Farewell MongoDB: 5 reasons why you only need PostgreSQL
https://blog.logto.io/postgresql-vs-mongodb/
https://redd.it/1dr113y
@programmingreddit
https://blog.logto.io/postgresql-vs-mongodb/
https://redd.it/1dr113y
@programmingreddit
Logto blog
Farewell MongoDB: 5 reasons why you only need PostgreSQL · Logto blog
Discuss the reasons why you should consider PostgreSQL over MongoDB for your next project.
Three Laws of Software Complexity (or: why software engineers are always grumpy)
https://maheshba.bitbucket.io/blog/2024/05/08/2024-ThreeLaws.html
https://redd.it/1drqb1f
@programmingreddit
https://maheshba.bitbucket.io/blog/2024/05/08/2024-ThreeLaws.html
https://redd.it/1drqb1f
@programmingreddit
mahesh’s blog
Three Laws of Software Complexity (or: why software engineers are always grumpy)
I posit that most software engineers (particularly those working on infrastructural systems) are destined to wallow in unnecessary complexity due to three fundamental laws.
What we learned from a year of building with LLMs, part I
https://www.oreilly.com/radar/what-we-learned-from-a-year-of-building-with-llms-part-i/
https://redd.it/1drky7z
@programmingreddit
https://www.oreilly.com/radar/what-we-learned-from-a-year-of-building-with-llms-part-i/
https://redd.it/1drky7z
@programmingreddit
O’Reilly Media
What We Learned from a Year of Building with LLMs (Part I)
Dev rejects CVE severity, makes his GitHub repo read-only
https://www.bleepingcomputer.com/news/security/dev-rejects-cve-severity-makes-his-github-repo-read-only/
https://redd.it/1ds5csl
@programmingreddit
https://www.bleepingcomputer.com/news/security/dev-rejects-cve-severity-makes-his-github-repo-read-only/
https://redd.it/1ds5csl
@programmingreddit
BleepingComputer
Dev rejects CVE severity, makes his GitHub repo read-only
The popular open source project, 'ip' had its GitHub repository archived, or made "read-only" by its developer as a result of a dubious CVE report filed for his project. Unfortunately, open-source developers have recently been met with an uptick in debatable…
Around 2013 Google’s source control system was servicing over 25,000 developers a day, all off of a single server tucked under a stairwell
https://graphite.dev/blog/google-perforce-to-piper-migration
https://redd.it/1dsf4z3
@programmingreddit
https://graphite.dev/blog/google-perforce-to-piper-migration
https://redd.it/1dsf4z3
@programmingreddit
Graphite.dev
How Google migrated billions of lines of code from Perforce to Piper
In 2011, Dan Bloch, the tech lead on the Perforce admin team at Google, published “Still All On One Server: Perforce at Scalehttps://static.googleusercontent.com/media/research.google.com/en//pubs/archive/39983.pdf .” The paper described how Google’s source…
Problematic Second: How the leap second, occurring only 27 times in history, has caused significant issues for technology and science.
https://sarvendev.com/2024/07/problematic-second/
https://redd.it/1dst1ii
@programmingreddit
https://sarvendev.com/2024/07/problematic-second/
https://redd.it/1dst1ii
@programmingreddit
Kamil Ruczyński
Problematic second
Today, each of us has many possibilities to check the current time. We have smartphones, watches, computers, TVs, refrigerators, ovens, etc. Everyone knows what a year is and what it signifies. We understand time zones and UTC time. Everything seems trivial.…
Beating NumPy's matrix multiplication in 150 lines of C code
https://salykova.github.io/matmul-cpu
https://redd.it/1dt5cf2
@programmingreddit
https://salykova.github.io/matmul-cpu
https://redd.it/1dt5cf2
@programmingreddit
salykova
Advanced Matrix Multiplication Optimization on Modern Multi-Core Processors
A detailed blog post on optimizing multi-threaded matrix multiplication for x86 processors to achieve OpenBLAS/MKL-like performance. Tags: High-performance GEMM on CPU, Fast GEMM on CPU, High-performance matrix multiplication on CPU, Fast Matrix Multiplication…
Total Annihilation Graphics Engine
https://mavorsrants.blogspot.com/2012/04/total-annihilation-graphics-engine.html
https://redd.it/1dtig2p
@programmingreddit
https://mavorsrants.blogspot.com/2012/04/total-annihilation-graphics-engine.html
https://redd.it/1dtig2p
@programmingreddit
Blogspot
Total Annihilation Graphics Engine
For a long time I've wanted to spend some time writing down my recollections of what I did on the TA graphics engine. It was a weird time, ...
14 Million OpenSSH Servers Potentially Vulnerable to "regreSSHion" Bug
https://cyberinsider.com/14-million-openssh-servers-potentially-vulnerable-to-regresshion-bug/
https://redd.it/1dtp47z
@programmingreddit
https://cyberinsider.com/14-million-openssh-servers-potentially-vulnerable-to-regresshion-bug/
https://redd.it/1dtp47z
@programmingreddit
CyberInsider
14 Million OpenSSH Servers Potentially Vulnerable to "regreSSHion" Bug
Qualys identified an RCE vulnerability in OpenSSH's server (sshd) on glibc-based Linux systems, potentially impacting up to 14 million servers
The sad state of property-based testing libraries
https://stevana.github.io/the_sad_state_of_property-based_testing_libraries.html
https://redd.it/1duamq2
@programmingreddit
https://stevana.github.io/the_sad_state_of_property-based_testing_libraries.html
https://redd.it/1duamq2
@programmingreddit
stevana.github.io
The sad state of property-based testing libraries
Don't Make Your Developers Sweat, Make Your Features Sweat
https://mdalmijn.com/p/your-companys-problem-is-hiding-in
https://redd.it/1du71fz
@programmingreddit
https://mdalmijn.com/p/your-companys-problem-is-hiding-in
https://redd.it/1du71fz
@programmingreddit
Mdalmijn
Your Company's Problem is Hiding in Plain Sight - High Work-In-Progress (WIP)
You Need Lazy People to Have Restless Features
VSDebugPro for VS2022 (Memory dumps, ARM64, YAML Scripting)
https://www.vsdebug.pro
https://redd.it/1duj91a
@programmingreddit
https://www.vsdebug.pro
https://redd.it/1duj91a
@programmingreddit
Reddit
From the programming community on Reddit: VSDebugPro for VS2022 (Memory dumps, ARM64, YAML Scripting)
Posted by ovidiuvio - 116 votes and no comments
Lua: The Easiest, Fully-Featured Language That Only a Few Programmers Know
https://medium.com/gitconnected/lua-the-easiest-fully-featured-language-that-only-a-few-programmers-know-97476864bffc?sk=548b63ea02d1a6da026785ae3613ed42
https://redd.it/1dub1u9
@programmingreddit
https://medium.com/gitconnected/lua-the-easiest-fully-featured-language-that-only-a-few-programmers-know-97476864bffc?sk=548b63ea02d1a6da026785ae3613ed42
https://redd.it/1dub1u9
@programmingreddit
Medium
Lua: The Easiest, Fully-Featured Language That Only a Few Programmers Know
Learning Lua is indeed easier than Python, Ruby, and JavaScript!
Jeffrey Snover and the Making of PowerShell
https://corecursive.com/building-powershell-with-jeffrey-snover/
https://redd.it/1dv4fzs
@programmingreddit
https://corecursive.com/building-powershell-with-jeffrey-snover/
https://redd.it/1dv4fzs
@programmingreddit
CoRecursive Podcast
Navigating Corporate Giants - CoRecursive Podcast
What if you had to fight against your company's culture to bring a revolutionary tool to life? Meet Jeffrey Snover, the Microsoft architect behind PowerShell, a command tool that transformed Windows system administration. Initially met with skepticism, Snover's…