Reverse engineering the Creative Katana V2X soundbar to be able to control it from Linux
https://blog.nns.ee/2026/02/20/katana-v2x-re
https://redd.it/1tz9cp7
@programmingreddit
https://blog.nns.ee/2026/02/20/katana-v2x-re
https://redd.it/1tz9cp7
@programmingreddit
blog.nns.ee
Reverse engineering the Creative Katana V2X soundbar to be able to control it from Linux | nns.ee
Ethical Hacking and Cybersecurity Blog
VS Code Adds 2-Hour Extension Auto-Update Delay to Limit Supply Chain Attacks
https://thehackernews.com/2026/06/vs-code-adds-2-hour-extension-auto.html
https://redd.it/1u089ai
@programmingreddit
https://thehackernews.com/2026/06/vs-code-adds-2-hour-extension-auto.html
https://redd.it/1u089ai
@programmingreddit
Reddit
From the programming community on Reddit: VS Code Adds 2-Hour Extension Auto-Update Delay to Limit Supply Chain Attacks
Explore this post and more from the programming community
Why Compiler Engineers Rarely Use Strassen's Algorithm for Fast Matrix Multiplications
https://leetarxiv.substack.com/p/why-compilers-rarely-use-strassens-algorithm
https://redd.it/1u09rah
@programmingreddit
https://leetarxiv.substack.com/p/why-compilers-rarely-use-strassens-algorithm
https://redd.it/1u09rah
@programmingreddit
Substack
Why Compiler Engineers Rarely Use Strassen's Algorithm for Fast Matrix Multiplications
Coding the 1969 Paper 'Gaussian Elimination is not Optimal' to Capture Strassen's Original Insight
Lies We Tell Ourselves About Email Addresses
https://gitpush--force.com/commits/2026/06/lies-we-tell-ourselves-about-email/
https://redd.it/1u098uy
@programmingreddit
https://gitpush--force.com/commits/2026/06/lies-we-tell-ourselves-about-email/
https://redd.it/1u098uy
@programmingreddit
Reddit
From the programming community on Reddit: Lies We Tell Ourselves About Email Addresses
Posted by theghostofm - 275 votes and 92 comments
Hot path optimization. When float division beats integer division
https://blog.andr2i.com/posts/2026-06-08-optimization-catalog-when-float-division-beats-integer-division
https://redd.it/1u06itn
@programmingreddit
https://blog.andr2i.com/posts/2026-06-08-optimization-catalog-when-float-division-beats-integer-division
https://redd.it/1u06itn
@programmingreddit
Andrii's Blog
Optimization catalog. When float division beats integer division
A counterintuitive hot-path optimization from my Go work: swapping integer division (IDIVQ) for floating-point division (DIVSD) to divide integers faster.
someone actually leaked the Miasma supply chain attack toolkit source code on github
https://safedep.io/inside-the-miasma-supply-chain-attack-toolkit/
https://redd.it/1u1512l
@programmingreddit
https://safedep.io/inside-the-miasma-supply-chain-attack-toolkit/
https://redd.it/1u1512l
@programmingreddit
SafeDep - Real-time Open Source Software Supply Chain Security
Inside the Miasma Software Supply Chain Attack Toolkit
The Miasma worm source code appeared on GitHub through compromised developer accounts. The codebase is a full supply chain attack toolkit with credential exfiltration across AWS, Azure, GCP, and Kubernetes, registry infection for npm, PyPI, and RubyGems via…
The unwritten laws of software engineering
https://newsletter.manager.dev/p/the-unwritten-laws-of-software-engineering
https://redd.it/1u28egw
@programmingreddit
https://newsletter.manager.dev/p/the-unwritten-laws-of-software-engineering
https://redd.it/1u28egw
@programmingreddit
www.manager.dev
The unwritten laws of software engineering
Last April, I wrote a well-received article about the 13 software engineering laws - Hyrum’s, Conway’s, Zawinski’s, and 10 famous others.
7 More Common Mistakes in Architecture Diagrams
https://www.ilograph.com/blog/posts/more-common-diagram-mistakes/
https://redd.it/1u30h1w
@programmingreddit
https://www.ilograph.com/blog/posts/more-common-diagram-mistakes/
https://redd.it/1u30h1w
@programmingreddit
Ilograph
7 More Common Mistakes in Architecture Diagrams
A rundown of seven more common mistakes is system architecture diagrams and how to fix them
a fake bug fix PR hid a credential stealer in astro.config.mjs that used blockchain to receive commands
https://safedep.io/astro-config-blockchain-c2-supply-chain/
https://redd.it/1u3u9h5
@programmingreddit
https://safedep.io/astro-config-blockchain-c2-supply-chain/
https://redd.it/1u3u9h5
@programmingreddit
SafeDep - Real-time Open Source Software Supply Chain Security
astro.config.mjs Supply Chain Attack via Blockchain C2
An obfuscated IIFE hidden in astro.config.mjs fires at every build, beacons an HTTP C2, and pulls staged commands from a Tron-to-BSC blockchain dead drop.
Ported my C game to WASM, here's everybug that I hit
https://ernesernesto.github.io/writes/portingmatchmorphosistowasm/
https://redd.it/1u3lgnf
@programmingreddit
https://ernesernesto.github.io/writes/portingmatchmorphosistowasm/
https://redd.it/1u3lgnf
@programmingreddit
ernesernesto.github.io
Porting Match Morphosis To WASM | ernesernesto io
ernesernesto dev blog
Signals, the push-pull based algorithm
https://willybrauner.com/journal/signal-the-push-pull-based-algorithm
https://redd.it/1u4ra8f
@programmingreddit
https://willybrauner.com/journal/signal-the-push-pull-based-algorithm
https://redd.it/1u4ra8f
@programmingreddit
Willybrauner
Signals, the push-pull based algorithm — Willy Brauner
We have been using Signals in production for years via several modern front-end frameworks like Solid, Vue, and others, but few of us are able to explain how they work internally. I wanted to dig into it, especially diving deep into the push-pull based algorithm…
How a TCP Load Balancer works under the hood.
https://sushantdhiman.dev/built-a-network-load-balancer-in-c-to-understand-how-it-actually-works-2/
https://redd.it/1u5db0u
@programmingreddit
https://sushantdhiman.dev/built-a-network-load-balancer-in-c-to-understand-how-it-actually-works-2/
https://redd.it/1u5db0u
@programmingreddit
Formal methods and the future of programming
https://blog.janestreet.com/formal-methods-at-jane-street-index/
https://redd.it/1u5v9pd
@programmingreddit
https://blog.janestreet.com/formal-methods-at-jane-street-index/
https://redd.it/1u5v9pd
@programmingreddit
Jane Street Blog
Formal methods and the future of programming
I’ve been telling people for the last 25 years that Jane Street as an organization was just not interested in formal methods.
SVGs and PDFs can both be interactive
https://vexlio.com/blog/svgs-and-pdfs-can-both-be-interactive/
https://redd.it/1u6dz52
@programmingreddit
https://vexlio.com/blog/svgs-and-pdfs-can-both-be-interactive/
https://redd.it/1u6dz52
@programmingreddit
Vexlio
SVGs and PDFs can both be interactive
PDF and SVG both support embedded scripting, and can respond to clicks, keystrokes, etc. Almost nobody uses it (at least for PDF), and many viewers skip it entirely.
American Express: Cell-Based Architecture for Resilient Payment Systems
https://americanexpress.io/cell-based-architecture-for-resilient-payment-systems/
https://redd.it/1u6omlt
@programmingreddit
https://americanexpress.io/cell-based-architecture-for-resilient-payment-systems/
https://redd.it/1u6omlt
@programmingreddit
American Express Technology
Cell-Based Architecture for Resilient Payment Systems
How American Express uses cell-based architecture to deliver resilient, low-latency payments at global scale.
Don't run SQL migrations in tests: How I sped up the test suite by 2x
https://gaultier.github.io/blog/I_sped_up_the_test_suite_by_x2.html
https://redd.it/1u77h7h
@programmingreddit
https://gaultier.github.io/blog/I_sped_up_the_test_suite_by_x2.html
https://redd.it/1u77h7h
@programmingreddit
Reddit
From the programming community on Reddit: Don't run SQL migrations in tests: How I sped up the test suite by 2x
Posted by broken_broken_ - 121 votes and 46 comments
Why is Meta destroying its engineering organization? Great breakdown
https://newsletter.pragmaticengineer.com/p/why-is-meta-destroying-its-engineering
https://redd.it/1u7o7s0
@programmingreddit
https://newsletter.pragmaticengineer.com/p/why-is-meta-destroying-its-engineering
https://redd.it/1u7o7s0
@programmingreddit
Pragmaticengineer
Why is Meta destroying its engineering organization?
Leadership at the social media giant has been on an AI-fueled rampage through its engineering org. We report what’s happened