434 related articles

Carta is a Rust reimplementation of Pandoc that produces a 9MB binary (1/20th of Pandoc) and achieves up to 45x faster conversion speeds for Markdown, DOCX, LaTeX, and more.

Rusty HLP Viewer is the first open-source tool to natively open Windows HLP help files. Built in Rust, it runs on Windows, Linux, and macOS without format conversion.

Deep dive into self-contained portable Python distributions: how python-build-standalone uses static linking and path relocation for zero-dependency deployment, and how modern tools like uv leverage this technology.

Chinese open-source models DeepSeek and Kimi K3 challenge OpenAI's closed-source dominance. Analysis of open vs. closed AI strategies, CUDA moat erosion, and the US-China strategic battle for AI supremacy.

Exploring the next evolution in coding agent architecture: decoupling the reasoning core from code execution environments to separate control and execution planes.

Is Bun being rewritten in Rust? This article explores the community debate and analyzes why Bun chose Zig over Rust, examining the engineering tradeoffs between Zig and Rust in systems programming.

An in-depth analysis of Jenkins' technical architecture, plugin ecosystem, distributed builds, and use cases — explaining why it remains the CI/CD leader.

API Mock is fast but misses bugs; Sandbox is realistic but costly. This article analyzes their core differences and provides a layered testing strategy for building reliable Agent test systems.

GitHub Dependabot now defaults to a three-day cooldown for version update PRs to guard against supply chain attacks and improve dependency stability.

Deep dive into Sebastian Lague's experiment building a graphics library from scratch, covering rasterization, depth buffering, texture mapping, and the educational value of software renderers.

Deep dive into the AmneziaVPN open-source client: AmneziaWG anti-DPI obfuscation, self-hosted VPS deployment, multi-protocol support, and cross-platform privacy.

GitHub Trending July 27: AI Agent Skills explode as claude-video, impeccable, and last30days-skill extend model capabilities without modifying models themselves.

OpenAI Codex Voice Mode gets a major upgrade with always-on background operation and uninterrupted voice programming. Explore the new workflow, ambient coding agents, and what voice programming means for developers.

A ten-year open source maintainer shares how to build a universal tag-to-release GitHub Action, covering its opinionated design philosophy, dogfooding validation, and AI-assisted development.

Deep dive into Wattage, an AI Agent token consumption profiling and cost regression protection tool, exploring its core features, industry context, and value for developers.

How should a data scientist upgrade their tech stack when transitioning from IC to team lead? A phased roadmap covering Git, dbt, Snowflake, modern data stack, and generative AI.

Cursor's swarm experiment had AI teams implement a SQLite engine in Rust from scratch using only 835 pages of docs. All-frontier models cost $10K+, hybrid role division just $1.3K—a 7.9x gap.

An open-source automated news briefing system. No coding needed—just let an AI read the project docs to complete the entire deployment. Six-stage pipeline, four-channel search covering 16+ platforms, smart classification and dedup, daily auto-push to Feishu, completely free.

An open-source newsletter auto-generation system requiring no coding—just have AI read the project docs to complete deployment. Six-stage pipeline, four-channel search covering 16+ platforms, smart classification & deduplication. Completely free.

Learn how to use Vibe Coding to collaborate with AI in refactoring a Unity game, introducing ScriptableObject (SO) data architecture, with hands-on tips.