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
I struggled with Git, so I'm making a game to spare others the pain
https://initialcommit.com/blog/im-making-a-git-game
https://redd.it/1j1rtv3
@programmingreddit
https://initialcommit.com/blog/im-making-a-git-game
https://redd.it/1j1rtv3
@programmingreddit
Initial Commit
I struggled with Git, so I'm making a game to spare others the pain
How Clay's UI Layout Algorithm Works
https://youtu.be/by9lQvpvMIc
https://redd.it/1j1l36m
@programmingreddit
https://youtu.be/by9lQvpvMIc
https://redd.it/1j1l36m
@programmingreddit
YouTube
How Clay's UI Layout Algorithm Works
Clay is a UI layout library written in C, and this video gives a high level explanation of how the flexbox-like layout algorithm in Clay works.
The library can be found at https://github.com/nicbarker/clay
If you're not familiar with Clay, a detailed introductory…
The library can be found at https://github.com/nicbarker/clay
If you're not familiar with Clay, a detailed introductory…
Containers are bloated. BLAFS can cut up to 90% of the container size while removing tons of CVEs
https://github.com/negativa-ai/BLAFS
https://redd.it/1j1w6ar
@programmingreddit
https://github.com/negativa-ai/BLAFS
https://redd.it/1j1w6ar
@programmingreddit
GitHub
GitHub - negativa-ai/BLAFS: A tool for Container Debloating that removes bloat and improves performance.
A tool for Container Debloating that removes bloat and improves performance. - negativa-ai/BLAFS
Stroustrup calls for defense against attacks on C++
https://www.theregister.com/2025/03/02/c_creator_calls_for_action/
https://redd.it/1j27wf6
@programmingreddit
https://www.theregister.com/2025/03/02/c_creator_calls_for_action/
https://redd.it/1j27wf6
@programmingreddit
The Register
C++ creator calls for help to defend programming language from 'serious attacks'
Bjarne Stroustrup wants standards body to respond to memory-safety push as Rust monsters lurk at the door
Apple's Software Quality Crisis: When Premium Hardware Meets Subpar Software
https://www.eliseomartelli.it/blog/2025-03-02-apple-quality
https://redd.it/1j30zzv
@programmingreddit
https://www.eliseomartelli.it/blog/2025-03-02-apple-quality
https://redd.it/1j30zzv
@programmingreddit
www.eliseomartelli.it
Apple's Software Quality Crisis: When Premium Hardware Meets Subpar Software
Tim, I think we are not cooking
SSL Certificates - For The Rest Of Us
https://tusharf5.com/posts/ssl-certificates-for-the-rest-of-us/
https://redd.it/1j2pv4v
@programmingreddit
https://tusharf5.com/posts/ssl-certificates-for-the-rest-of-us/
https://redd.it/1j2pv4v
@programmingreddit
Tusharf5
TLS/SSL Certificates - For The Rest Of Us
How does your browser know a website is legit? This post simplifies TLS/SSL, certificate validation, and the trust chain behind secure connections
Does anyone else despise the technical interview? No other job makes you solve brain teasers and complex theoretical problems on the spot just to prove you are smart enough. It seems like such an arbitrary and silly way to hire people. I find it humiliating and insulting.
http://Www.foo.com
https://redd.it/1j391ye
@programmingreddit
http://Www.foo.com
https://redd.it/1j391ye
@programmingreddit
Reddit
From the programming community on Reddit: Does anyone else despise the technical interview? No other job makes you solve brain…
Posted by hob-nobbler - 729 votes and 301 comments