Adam

@u11g.com

I build software. Frontend. Backend. Irrelevant. • weeklyfoo.com • boringdevtools.com • flethy.com • linker1.com • ethme.at • diypunks.xyz

Hiding malware inside SVG images embedded in a fake coding-interview challenge is a specific, reproducible attack that any JavaScript developer could realistically encounter. https://www.elastic.co/security-labs/contagious-interview-malware-svg-steganography

Contagious Interview malware in SVG images: DPRK campaign — Elastic Security Labs

Contagious Interview malware uses SVG steganography to hide payloads in a developer coding challenge. No antivirus vendor detected it.

elastic.co

Data-oriented design producing a JavaScript parser faster than Oxc, SWC, and Babel — with the engineering behind it explained step by step. https://www.arshad.fyi/writings/engineering-high-performance-parsers

Engineering High-Performance Parsers with Data-Oriented Design

Notes from building Yuku: the AST is flat arrays of u32 indices instead of a pointer tree, and memory layout, allocation, strings, unicode, and serialization all follow from that one decision.

arshad.fyi

AI tools now write Lean proofs for results they found themselves — the formalization research feedback loop has inverted and human mathematicians are racing to keep up. https://xenaproject.wordpress.com/2026/07/20/human-mathematicians-are-being-outcounterexampled/

Human mathematicians are being outcounterexampled

It’s been an interesting few weeks for counterexamples. This post is basically my perspective of what has been going on in the world of formalization, AI tools and, in particular, counterexam…

xenaproject.wordpress.com

Intercepting dangerous git and shell commands before an agent runs them sits exactly between trusting the agent and reviewing every diff — the missing piece for unattended agent workflows. https://github.com/Dicklesworthstone/destructive_command_guard

GitHub - Dicklesworthstone/destructive_command_guard: The Destructive Command Guard (dcg) is for blocking dangerous git and shell commands from being executed by agents.

The Destructive Command Guard (dcg) is for blocking dangerous git and shell commands from being executed by agents. - Dicklesworthstone/destructive_command_guard

github.com