A discussion between John Ousterhout and Robert Martin about differences between John's book "A Philosophy of Software Design" and Bob's book "Clean Code"
https://github.com/johnousterhout/aposd-vs-clean-code
https://redd.it/1iwlgzq
@programmingreddit
https://github.com/johnousterhout/aposd-vs-clean-code
https://redd.it/1iwlgzq
@programmingreddit
GitHub
GitHub - johnousterhout/aposd-vs-clean-code: A discussion between John Ousterhout and Robert Martin about differences between John's…
A discussion between John Ousterhout and Robert Martin about differences between John's book "A Philosophy of Software Design" and Bob's book "Clean Code&...
Null Trouble: When Your Last Name Is a Computer Error
https://www.reddit.com/r/pwnhub/comments/1iwkpxb/null_trouble_when_your_last_name_is_a_computer/
https://redd.it/1iwkslv
@programmingreddit
https://www.reddit.com/r/pwnhub/comments/1iwkpxb/null_trouble_when_your_last_name_is_a_computer/
https://redd.it/1iwkslv
@programmingreddit
Reddit
From the pwnhub community on Reddit: Null Trouble: When Your Last Name Is a Computer Error
Explore this post and more from the pwnhub community
OpenAI Researchers Find That Even the Best AI Is "Unable To Solve the Majority" of Coding Problems
https://futurism.com/openai-researchers-coding-fail
https://redd.it/1iww52x
@programmingreddit
https://futurism.com/openai-researchers-coding-fail
https://redd.it/1iww52x
@programmingreddit
Futurism
OpenAI Researchers Find That Even the Best AI Is "Unable To Solve the Majority" of Coding Problems
OpenAI researchers have admitted that even the most advanced AI models can't really solve the coding problems put in front of them.
Why does target=”_blank” have an underscore in front?
https://kyrylo.org/html/2024/10/25/why-does-target-blank-have-an-underscore-in-front.html
https://redd.it/1ix0wp3
@programmingreddit
https://kyrylo.org/html/2024/10/25/why-does-target-blank-have-an-underscore-in-front.html
https://redd.it/1ix0wp3
@programmingreddit
Kyrylo Silin
Why does target=”_blank” have an underscore in front?
Ever wondered why you need the underscore in target="_blank" to open a link in a new tab?
How Core Git Developers Configure Git
https://blog.gitbutler.com/how-git-core-devs-configure-git/
https://redd.it/1ixqydh
@programmingreddit
https://blog.gitbutler.com/how-git-core-devs-configure-git/
https://redd.it/1ixqydh
@programmingreddit
Butler's Log
How Core Git Developers Configure Git
What `git config` settings should be defaults by now? Here are some settings that even the core developers change.
Cafe Maria. A functional cooking sim game played entirely in MariaDB.
https://github.com/todo-make-username/cafe_maria
https://redd.it/1ixwr3d
@programmingreddit
https://github.com/todo-make-username/cafe_maria
https://redd.it/1ixwr3d
@programmingreddit
GitHub
GitHub - todo-make-username/cafe_maria: A text-based restaurant sim game played entirely within a MariaDB instance.
A text-based restaurant sim game played entirely within a MariaDB instance. - todo-make-username/cafe_maria
Building and operating a pretty big storage system called S3
https://www.allthingsdistributed.com/2023/07/building-and-operating-a-pretty-big-storage-system.html
https://redd.it/1iy2ktp
@programmingreddit
https://www.allthingsdistributed.com/2023/07/building-and-operating-a-pretty-big-storage-system.html
https://redd.it/1iy2ktp
@programmingreddit
All Things Distributed
Building and operating a pretty big storage system called S3
Three distinct perspectives on scale that come along with building and operating a storage system the size of S3.
TypeScript types can run DOOM
https://www.youtube.com/watch?v=0mCsluv5FXA
https://redd.it/1iyqeu7
@programmingreddit
https://www.youtube.com/watch?v=0mCsluv5FXA
https://redd.it/1iyqeu7
@programmingreddit
YouTube
TypeScript types can run DOOM
Yep. We got the Doom engine running purely in TypeScript types. Like. For real. We’ve prepared two more videos, one answering “why we did this” (storytime format) and another answering “how we did this” (technical deep-dive). What would you like to hear…
EA just open sourced Command & Conquer, Red Alert, Renegade and Generals
https://www.gamingonlinux.com/2025/02/ea-just-open-sourced-command-conquer-red-alert-renegade-and-generals/
https://redd.it/1iznom3
@programmingreddit
https://www.gamingonlinux.com/2025/02/ea-just-open-sourced-command-conquer-red-alert-renegade-and-generals/
https://redd.it/1iznom3
@programmingreddit
GamingOnLinux
EA just open sourced Command & Conquer, Red Alert, Renegade and Generals
I can't quite believe it either. Command & Conquer, Red Alert, Command & Conquer Renegade and Command & Conquer Generals (inc. Zero Hour) have their code officially open sourced.
Code, Sweat, and Tears: Why Imposter Syndrome Never Really Leaves Developers
https://medium.com/mr-plan-publication/code-sweat-and-tears-why-imposter-syndrome-never-really-leaves-developers-c709120e365f?sk=eadeb930a0e8f605f0c9a322abf5bcce
https://redd.it/1izeij7
@programmingreddit
https://medium.com/mr-plan-publication/code-sweat-and-tears-why-imposter-syndrome-never-really-leaves-developers-c709120e365f?sk=eadeb930a0e8f605f0c9a322abf5bcce
https://redd.it/1izeij7
@programmingreddit
Medium
Code, Sweat, and Tears: Why Imposter Syndrome Never Really Leaves Developers
How to Stop Feeling Like a Fraud When the Tech World Keeps Moving the Goalposts
3,200% CPU Utilization
https://josephmate.github.io/2025-02-26-3200p-cpu-util/
https://redd.it/1j07xbm
@programmingreddit
https://josephmate.github.io/2025-02-26-3200p-cpu-util/
https://redd.it/1j07xbm
@programmingreddit
Joseph Mate
3,200% CPU Utilization
A while back my machine was so messed up that I could barely ssh onto it. 3,200% CPU utilization - all 32 cores on the host were fully utilized! Compare that to my last bug where it only used 1 core, 100% Fortunately, it was using Java 17 runtime which...
Turning my ESP32 into a DNS sinkhole to fight doomscrolling
https://amanvir.com/blog/turning-my-esp32-into-a-dns-sinkhole
https://redd.it/1j04xfh
@programmingreddit
https://amanvir.com/blog/turning-my-esp32-into-a-dns-sinkhole
https://redd.it/1j04xfh
@programmingreddit
Amanvir
Turning My ESP32 into a DNS Sinkhole to Fight Doomscrolling
A fun project that taught me a lot about DNS and low-level programming.
Microsoft Copilot continues to expose private GitHub repositories
https://www.developer-tech.com/news/microsoft-copilot-continues-to-expose-private-github-repositories/
https://redd.it/1j0ufcw
@programmingreddit
https://www.developer-tech.com/news/microsoft-copilot-continues-to-expose-private-github-repositories/
https://redd.it/1j0ufcw
@programmingreddit
Developer Tech
Microsoft Copilot continues to expose private GitHub repositories
A recent post alleged that ChatGPT (and, by association, Microsoft Copilot) was capable of accessing data from private GitHub repositories.
.NET 10 arrives in first preview
https://www.infoworld.com/article/3834128/microsofts-net-10-arrives-in-first-preview.html
https://redd.it/1j15uue
@programmingreddit
https://www.infoworld.com/article/3834128/microsofts-net-10-arrives-in-first-preview.html
https://redd.it/1j15uue
@programmingreddit
InfoWorld
Microsoft’s .NET 10 arrives in first preview
Next major rev of the .NET platform packs enhancements to the .NET runtime, SDK, libraries, C#, F#, ASP.NET Core, Blazor, MAUI, and more.
How to gain code execution on millions of people and hundreds of popular apps - eva's site
https://kibty.town/blog/todesktop/
https://redd.it/1j19eli
@programmingreddit
https://kibty.town/blog/todesktop/
https://redd.it/1j19eli
@programmingreddit
Reddit
From the programming community on Reddit: How to gain code execution on millions of people and hundreds of popular apps - eva's…
Posted by mitousa - 118 votes and 8 comments