LodeHQSubscribe →

Firefox compiled to WebAssembly runs inside a browser tab

Dev · 2026-07-17

Tools & Platforms
Firefox compiled to WebAssembly runs inside a browser tab1 MIN

Puter’s open‑source firefox‑wasm project compiles the Gecko engine to WebAssembly, letting a full Firefox instance load inside a Chrome or Firefox tab. The demo proves browsers can host entire other browsers, opening possibilities for sandboxed web apps and platform‑agnostic UI layers.

Frame: 20K‑line Assembly X server trims CPU use to a third of Xorg2 MIN

Tomas built Frame, a fully‑assembly X11 server for Linux that fits in roughly 20 K lines of code. In everyday use it powers a full desktop including Firefox while consuming a third of the CPU and far less power than Xorg. The project proves ultra‑low‑level graphics stacks can be practical and energy‑efficient.

Inkling: Open-weights 975B mixture-of-experts model gives US AI a new rival3 MIN

Thinking Machines Lab released Inkling, a 975 billion‑parameter Mixture‑of‑Experts transformer with 41 billion active weights, under an Apache‑2.0 license. Its multimodal capabilities and open‑weight design give developers a strong, fine‑tunable base and challenge the dominance of Chinese open‑weight models, expanding the US open‑AI ecosystem.

AI-Assisted Development
Capital One open‑sources VulnHunter, an AI‑driven code scanner that thinks like an attacker5 MIN

Capital One has released VulnHunter, an open‑source, agentic AI tool that scans source code from an attacker’s perspective using large language models. Its developer‑first workflow, built‑in falsification engine, and targeted remediation suggestions aim to cut false positives and help teams patch vulnerabilities before AI‑powered exploits can weaponize them.

AI audit spots critical pairing bug in OpenVM’s zkVM library12 MIN

An AI‑driven auditor called zkao identified a soundness flaw (CVE‑2026‑46669) in OpenVM’s openvm‑pairing library that let a malicious prover forge any pairing equality. The bug was disclosed, patched in OpenVM 1.6.0, and demonstrates AI’s growing utility for cryptographic code review.

AI cheapens code writing; decision-making now the costly step5 MIN

GitHub Engineering shows that AI has slashed the effort to draft code, but the bottleneck has shifted to deciding whether to ship it. Their framework treats an AI‑generated patch as a cheap probe, letting teams replace long scope debates with a quick diff review. This speeds delivery while keeping ownership costs in check.

Why LLM‑Generated Code Makes You Forget Your Own Logic, and How to Fight Back9 MIN

As LLMs write more of a codebase, developers lose the mental map that lets them debug and evolve software quickly. The article proposes concrete habits, like deliberately introducing errors, reviewing generated snippets, and keeping a personal changelog, to preserve intuition and retain effective guidance over the model. Without them, the code drifts toward the model’s average instead of the team’s intent.

AI coding speeds up, but mentorship and community stay crucial1 MIN

At Microsoft Build, GitHub’s Cassidy Williams warned that AI‑driven ‘agentic’ coding is pushing developers into higher‑level strategy but also taxing their decision‑making. She argues human taste, community feedback, and mentorship are now more essential than ever, especially as new Copilot features roll out.

Moonshot’s 2.8 T‑parameter Kimi K3 lands; the pelican test still matters5 MIN

Moonshot AI launched Kimi K3, a 2.8‑trillion‑parameter “open 3T‑class” model, priced like Anthropic’s Claude and slated for open weights by July 27. Benchmarks put it ahead of Chinese rivals and atop Arena.ai’s Front‑end Code arena; a revived pelican‑riding‑a‑bicycle test shows cheap multi‑modal output and that odd prompts still expose real model strength.

Linus Torvalds declares Linux AI‑friendly, tells dissenters to fork it2 MIN

In a July 2026 kernel mailing‑list post, Linus Torvalds flat‑out said Linux isn’t an anti‑AI project and that anyone opposed to AI‑generated code can simply fork the kernel or walk away. He framed AI as just another tooling option, shifting the policy debate for the entire open‑source ecosystem.

Engineering Practice
Zig‑based JS/TS parser Yuku shaves 90% of allocation overhead, runs up to 10× faster17 MIN

Yuku, a JavaScript/TypeScript parser written in Zig, outpaces npm alternatives by 3-10×. It achieves this by storing the AST as flat u32 index arrays instead of pointer‑rich trees, slashing per‑node allocations and cache misses. The result is a practical showcase of data‑oriented design for high‑performance language tooling.

Slack’s Shipyard replaces mutable EC2 instances with immutable artifacts14 MIN

Slack built Shipyard to turn EC2 instances into immutable, versioned artifacts instead of endlessly patched machines. The platform lets teams roll out changes safely with progressive rollouts and automated rollbacks, cutting drift and deployment risk while supporting AMD64, ARM Graviton, and multiple OSes. It brings modern app‑delivery safety to traditional VMs.

Get Dev in your inbox, every issue.
Subscribe free
Privacy · Terms · About · Contact
© 2026 LodeHQ