// Archive

Posts

Pieces filed under Open Source.

Browse

Filter by topic

All posts
AI2026.07.165 min

Self-Hosted LLMs Become Platform Workloads

A CNCF walkthrough of vLLM on Kubernetes shows what private inference really needs: persistent model weights, service discovery, secrets, restart behavior, and an API boundary apps already understand.

Tundrabit
Security2026.07.075 min

OpenSSH 10.4 Hardens The Quiet Path

OpenSSH 10.4 is not a flashy remote-access release. It is the kind operators should notice anyway: stricter sandbox failure behavior, tighter rekey handling, SFTP and SCP security fixes, and a cautious post-quantum signature experiment.

Tundrabit
Linux2026.07.065 min

Ubuntu ARM64 Stops Feeling Like A Port

Canonical's latest Ubuntu-on-ARM update is less about one flashy device and more about architecture parity: main archive delivery, Livepatch, Secure Boot laptop work, FEX-backed gaming, and a shrinking desktop software gap.

Tundrabit
Open Source2026.07.025 min

Box3D Makes Game Physics Feel Portable Again

Box3D is a new open-source 3D physics engine from Box2D creator Erin Catto. The interesting part is not only another physics library. It is the attempt to make hard-won game simulation knowledge portable, inspectable, and reusable across projects.

Tundrabit
Developer Tools2026.06.305 min

Git 2.55 Makes Change Less Expensive

Git 2.55 is not one big flashy feature. It is a release about lowering the cost of everyday source-control work: smaller repository maintenance writes, simpler history cleanup, faster status on Linux, and safer terminal output.

Tundrabit
Linux2026.06.285 min

RAID5 Still Has a Contention Budget

A new Linux MD RAID5 patch series is a useful reminder that storage performance is not only about disks. Once an array has enough drives and enough cores, the shared bookkeeping around stripes can become the workload.

Tundrabit
AI2026.06.075 min

Computer Vision Gets an Engine

OpenCV 5 is not just a library refresh. It pulls classic vision, deep neural networks, local LLM and VLM workflows, 3D tools, and hardware acceleration into one perception stack.

Tundrabit
Developer Tools2026.06.046 min

Vite Moves to the Edge

VoidZero joining Cloudflare is more than an acquisition note. It turns Vite, Rolldown, Oxc, and workerd into a test of how the web's build loop becomes deployment infrastructure.

Tundrabit
AI2026.05.304 min

AI Code Needs A Paper Trail

Flathub's strict new generative AI policy is a warning to every software distribution platform: AI-written code is manageable only when humans can prove ownership, review, and build history.

Tundrabit
AI2026.05.293 min

Open Source Gets A Clearinghouse

IBM and Red Hat's Project Lightwell points to a new phase of open source security: AI can find more bugs, but enterprises now need a coordinated system for verified fixes.

Tundrabit
Security2026.05.254 min

The npm Trust Signal Broke

Mini Shai-Hulud turned trusted publishing, CI cache reuse, and developer credentials into one continuous attack path. The fix is not less automation. It is stricter boundaries around the automation we already rely on.

Tundrabit
Linux2026.05.195 min

Linux Has Another Page-Cache Root Bug

DirtyDecrypt is the latest Linux local privilege escalation tied to page-cache corruption, and public proof-of-concept code makes it a priority for rolling-release systems and exposed developer workstations.

Tundrabit
End of list