New trend: extreme hours at AI startups
https://blog.pragmaticengineer.com/new-trend-extreme-hours-at-ai-startups/
https://redd.it/1mr2sz6
@programmingreddit
https://blog.pragmaticengineer.com/new-trend-extreme-hours-at-ai-startups/
https://redd.it/1mr2sz6
@programmingreddit
The Pragmatic Engineer
New trend: extreme hours at AI startups
Pulling 80+ hour work weeks – including weekends – is becoming the norm across AI startups, and is unlikely to stop while AI is so hot.
What CTOs Really Think About Vibe Coding
https://www.finalroundai.com/blog/what-ctos-think-about-vibe-coding
https://redd.it/1mr4l49
@programmingreddit
https://www.finalroundai.com/blog/what-ctos-think-about-vibe-coding
https://redd.it/1mr4l49
@programmingreddit
Finalroundai
What CTOs Really Think About Vibe Coding
We asked 18 CTOs about vibe coding. 16 reported production disasters. Here's why AI-generated code is creating more problems than it solves for real engineering teams.
Why `git diff` sometimes hangs for 10 seconds on Windows (it's Defender's behavioral analysis, and file exclusions won't help)
https://www.reddit.com/r/git/comments/1mq6r0y/why_git_diff_in_git_bash_sometimes_takes_10/
https://redd.it/1mqzkxv
@programmingreddit
https://www.reddit.com/r/git/comments/1mq6r0y/why_git_diff_in_git_bash_sometimes_takes_10/
https://redd.it/1mqzkxv
@programmingreddit
Reddit
From the git community on Reddit: Why `git diff` in Git Bash sometimes takes 10 seconds on Windows (it's Windows Defender's behavior…
Explore this post and more from the git community
Branch prediction: Why CPUs can't wait? - namvdo's blog
https://namvdo.ai/cpu-branch-prediction/
https://redd.it/1mrjr1m
@programmingreddit
https://namvdo.ai/cpu-branch-prediction/
https://redd.it/1mrjr1m
@programmingreddit
namvdo's blog
Branch prediction: Why CPUs can't wait? - namvdo's blog
Recently, I have had some free time and started learning some low-level computer fundamentals, trying to practice and better understand the concepts in greater detail. Along the way, I learned […]
Apple’s new Processor Trace instrument is incredible
https://victorwynne.com/processor-trace-instrument/?utm_source=reddit
https://redd.it/1ms6pjn
@programmingreddit
https://victorwynne.com/processor-trace-instrument/?utm_source=reddit
https://redd.it/1ms6pjn
@programmingreddit
Victorwynne
Apple’s new Processor Trace instrument is incredible · Victor Wynne
The new Processor Trace instrument has flown under the radar with this years WWDC announcements but many developers will find it truly indispensable.
Sebastian Lague: Ray-Traced Glass and Caustics
https://youtu.be/wA1KVZ1eOuA?si=x1aL5rnCXGu6zASh
https://redd.it/1mrtg4o
@programmingreddit
https://youtu.be/wA1KVZ1eOuA?si=x1aL5rnCXGu6zASh
https://redd.it/1mrtg4o
@programmingreddit
YouTube
Coding Adventure: Ray-Traced Glass and Caustics
Let's do some more ray-tracer coding and see if we can get it to render glass, and rainbows, and more!
Support my work (and get early access to new videos and source code) on Patreon or Nebula
* Patreon: https://www.patreon.com/SebastianLague
* Nebula: …
Support my work (and get early access to new videos and source code) on Patreon or Nebula
* Patreon: https://www.patreon.com/SebastianLague
* Nebula: …
Learn Linux before Kubernetes
https://medium.com/@anishnarayan/learn-linux-before-kubernetes-60d27f0bcc09?sk=93a405453499c17131642d9b87cb535a
https://redd.it/1msjtp6
@programmingreddit
https://medium.com/@anishnarayan/learn-linux-before-kubernetes-60d27f0bcc09?sk=93a405453499c17131642d9b87cb535a
https://redd.it/1msjtp6
@programmingreddit
Medium
Learn Linux before Kubernetes and Docker
Namespaces, cgroups (control Groups), iptables / nftables, seccomp / AppArmor, OverlayFS, eBPF are not just Linux kernel features.
Secure Boot, TPM and Anti-Cheat Engines
https://andrewmoore.ca/blog/post/anticheat-secure-boot-tpm/
https://redd.it/1mt05nb
@programmingreddit
https://andrewmoore.ca/blog/post/anticheat-secure-boot-tpm/
https://redd.it/1mt05nb
@programmingreddit
Andrew Moore
Secure Boot, TPM and Anti-Cheat Engines
Anti-cheat engines are now requiring users to have Secure Boot and a fTPM enabled in order to play online multiplayer games. Will this decrease the amount of cheating, or is it a futile attempt at curbing an ever-growing problem?
moonfish: a ~2000 Elo python chess engine
https://github.com/luccabb/moonfish
https://redd.it/1msic8l
@programmingreddit
https://github.com/luccabb/moonfish
https://redd.it/1msic8l
@programmingreddit
GitHub
GitHub - luccabb/moonfish: Didactic Python Chess Engine that implements: Negamax, PeSTO’s Evaluation, Null Move, Quiescence Search…
Didactic Python Chess Engine that implements: Negamax, PeSTO’s Evaluation, Null Move, Quiescence Search, Lazy SMP. - luccabb/moonfish
Immutable by default: How to avoid hidden state bugs in OOP
https://backendtea.com/post/immutable-by-default/
https://redd.it/1mtm2fn
@programmingreddit
https://backendtea.com/post/immutable-by-default/
https://redd.it/1mtm2fn
@programmingreddit
BackEndTea
Immutable by default: How to avoid hidden state bugs in OOP | BackEndTea
Learn why immutable objects reduce bugs, when to avoid them, and how to write cleaner OOP code with immutability by default.
Documenting Code is boring ….but it doesn’t have to be
https://medium.com/steeple-product/how-to-make-documentation-less-boring-ea50fcfa56fb
https://redd.it/1mt6zy1
@programmingreddit
https://medium.com/steeple-product/how-to-make-documentation-less-boring-ea50fcfa56fb
https://redd.it/1mt6zy1
@programmingreddit
Medium
How to make documentation less boring ?
Let’s be honest, writing documentation is usually not the funniest part of our developer job. In this article I will try to go through…
Study of 281 MCP plugins: 72% expose high-privilege actions; 1 in 10 fully exploitable
https://www.pynt.io/blog/llm-security-blogs/state-of-mcp-security
https://redd.it/1mubl8b
@programmingreddit
https://www.pynt.io/blog/llm-security-blogs/state-of-mcp-security
https://redd.it/1mubl8b
@programmingreddit
www.pynt.io
The State of MCP Security: How AI Plugins Create Silent Exploits
Learn how common MCP setups in AI agents create silent, high-risk exploits. Pynt’s research shares real-world cases and ways to reduce MCP security risks.
Copilot Broke Your Audit Log, but Microsoft Won’t Tell You
https://pistachioapp.com/blog/copilot-broke-your-audit-log
https://redd.it/1mv7cxz
@programmingreddit
https://pistachioapp.com/blog/copilot-broke-your-audit-log
https://redd.it/1mv7cxz
@programmingreddit
Pistachio
Copilot Broke Your Audit Log, but Microsoft Won’t Tell You
How We Exploited CodeRabbit: From a Simple PR to RCE and Write Access on 1M Repositories
https://research.kudelskisecurity.com/2025/08/19/how-we-exploited-coderabbit-from-a-simple-pr-to-rce-and-write-access-on-1m-repositories/
https://redd.it/1muvk0j
@programmingreddit
https://research.kudelskisecurity.com/2025/08/19/how-we-exploited-coderabbit-from-a-simple-pr-to-rce-and-write-access-on-1m-repositories/
https://redd.it/1muvk0j
@programmingreddit
Kudelski Security Research
How We Exploited CodeRabbit: From a Simple PR to RCE and Write Access on 1M Repositories
In this blog post, we explain how we got remote code execution (RCE) on CodeRabbit’s production servers, leaked their API tokens and secrets, how we could have accessed their PostgreSQL datab…
DeepSeek V3.1 Base Suddenly Launched: Outperforms Claude 4 in Programming, Internet Awaits R2 and V4
https://eu.36kr.com/en/p/3430524032372096
https://redd.it/1mv9w9g
@programmingreddit
https://eu.36kr.com/en/p/3430524032372096
https://redd.it/1mv9w9g
@programmingreddit
36氪
DeepSeek V3.1 Base was suddenly launched. It outperformed Claude 4 in programming, and the whole internet is waiting for R2 and…
DeepSeek V3.1's new version is officially launched. With a 128k context length, its programming capabilities surpass Claude 4 Opus, and it costs as low as $1.