108 related articles
CUDA Kernel Fusion: A Practical Guide …
Learn how CUDA Kernel Fusion merges multiple GPU kernels to reduce global memory traffic and launch overhead, with real-world examples from AI inference and deep learning.

Migrating from ZimaOS? This guide compares Debian+Docker, TrueNAS SCALE, and Proxmox VE, analyzing pros and cons for home server users seeking their next step.

Migrating from ZimaOS? This guide compares Debian+Docker, TrueNAS SCALE, and Proxmox VE, analyzing pros and cons for home server users seeking their next step.

Analysis of why Git worktree fails as a security boundary for AI coding agents like Claude Code and Cursor, and why containers and VMs are the real solution.

FindDiskKiller is a free open-source macOS disk activity monitor that tracks per-process I/O, monitors AI coding assistants' disk usage, and includes SMART/NVMe health checks to protect your Mac SSD.

DockAMP is a Docker-based web stack visual management tool that lets you manage Apache, Nginx, PHP, MySQL containers through a browser interface, offering an XAMPP-like experience for Docker-based web development.

Explore running Android apps in Docker containers, comparing containerized emulators (redroid/docker-android), API packet capture, and notification forwarding tools with GMS push limitations analysis.

Deep dive into a real-time 3D human mesh reconstruction project using a single RGB camera, built with Rust, Candle, and CUDA, achieving 55ms/frame on RTX 5080. Exploring its architecture, Metal porting plans, and applications in VTuber, AR/VR, and sports analysis.

A deep dive into a real-time 3D human mesh reconstruction project using a single RGB camera, built with Rust, Candle, and CUDA, achieving 55ms/frame on an RTX 5080.

A deep dive into Rootless Containers: technical principles, security advantages, and production practices. Learn how user namespaces and daemonless architecture reduce container escape risks.

A deep dive into rootless containers: technical principles, security advantages, and production practices. Learn how user namespaces and daemonless architecture reduce container escape risks.

How to achieve millisecond-level code search in massive repositories with hundreds of thousands of files? A hands-on look at building a code search plugin with Cursor + Codex, powered by Lucene inverted indexing and BM25 ranking.

A systematic guide to must-know AI application engineer interview topics: PTQ/QAT quantization, operator fusion, inference pipelines, latency/throughput analysis, and edge deployment of detection/segmentation/BEV models.

A systematic review of must-know topics for AI Application Engineer interviews: PTQ/QAT quantization, operator fusion, inference pipelines, latency/throughput analysis, and edge deployment of detection/segmentation/BEV models.

A comprehensive guide to OpenAI's new AI coding agent Codex: from concept and comparison of its four forms, to installing Git/Node.js/VS Code, configuring the API Key, and creating a workspace.

A focused guide to core LLM application engineer interview topics, covering agent architecture, Multi-Agent, Langfuse evaluation, security, and RAG optimization.

Alibaba open-sources a 2.4 trillion parameter Qwen model and launches the Qwen Token Plan. Chinese models surge, Kimi K3 tops global rankings, and China's AI is reshaping the global competitive landscape.
Handwritten C/CUDA Inference Engine: P…
A deep dive into a handwritten C/CUDA inference engine for Qwen 35B on RTX 5090 (Blackwell), covering quantization, FlashAttention kernels, and memory optimization.
Why We Must Actively Fund Open Source …
Open source AI faces soaring compute costs and fierce talent competition that markets alone can't solve. This deep dive explores why actively funding open source AI is essential for tech democratization.
Java Local LLM Inference: Low-Latency …
Learn how Java and OpenJDK Panama FFM API enable local LLM inference. Explore the technical foundations, JVM ecosystem benefits, and low-latency AI deployment in enterprise Java systems.