233 related articles
TutorialsIn-depth analysis of NVIDIA's new CUDA Tile programming model: how tile-based GPU kernel development integrates with C++, optimizes data locality, and accelerates Tensor Core computation for HPC, deep learning, and AI inference.
TutorialsPyO3 maturin-action v1.36.0 released with latest improvements to the Rust-Python extension build toolchain, covering cross-platform compilation, GitHub Actions examples, and tech stack analysis of Polars, Ruff, and more.
Tech FrontiersGo 1.26 officially released with a new garbage collector, significantly reduced cgo overhead, experimental SIMD support, and runtime/secret key management package.
ResearchDeep dive into stack allocation memory optimization: escape analysis principles, compiler implementation, and real-world performance impact through reducing heap allocations and GC pressure.
ResearchDeep dive into Go 1.26's two key type system improvements: simplified generic type construction and enhanced recursive type cycle detection for safer, more efficient complex type definitions.
TutorialsDeep dive into Go 1.26's //go:fix inline directive and source-level inliner: how it works, use cases, limitations, and how it enables self-service API migration for library maintainers and users.
TutorialsHands-on testing of CodeGraph: build GraphRAG code knowledge graphs via AST parsing without AI, cutting Claude Code query time from 6 min to 2 min and slashing token usage by 90%.
Product ReviewsAntigravityQuotaWatcher is an open-source quota monitoring plugin with 2200+ GitHub Stars, designed for Google AI models (Gemini, etc.), offering real-time tracking of API usage, remaining quota, and reset times.
Industry InsightsA Cloudflare engineer rewrote Next.js in one week using AI agents, revealing how AI programming is dismantling open source business moats and technical barriers.
TutorialsComplete guide on packaging AI-generated iOS app code via Xcode, uploading to App Store Connect, and distributing beta versions through TestFlight.
ResearchA researcher completes full disassembly of Intel 80386 microcode, revealing how this x86 CISC processor decomposes complex instructions into micro-operations, with implications for security research and emulation.
Expert OpinionsReplit CEO Amjad Masad on AI Agent long-horizon reasoning breakthroughs from 2 to 200 minutes, natural language programming, and why current AI utility may be AGI's biggest obstacle.
Product ReviewsHands-on test using Trae AI for STM32 MCU development: from CubeMX project setup to LED blink, code compiles first try with zero errors. Full workflow and capability analysis.
TutorialsComplete guide to ONNX neural network exchange format: PyTorch and TensorFlow model export, ONNX Runtime inference, MNIST classifier deployment, and HuggingFace model downloads with runnable code examples.
Tech Frontiers2025 Shanghai .NET Conference coverage: Microsoft unveils .NET 10, roundtable debates AI replacing programmers, Clean DDD + AI Agent architecture in focus.
TutorialsA detailed guide to Next.js project structure, covering package.json scripts, ESLint, next.config.js, PostCSS, Tailwind CSS configs, and the App Router file-system routing mechanism in the src directory.
Expert OpinionsExploring the ultimate form of AI programming: when AI fully takes over coding, will high-level languages lose their purpose? Analyzing the possibility of AI writing assembly directly.
TutorialsA detailed guide to Andrej Karpathy's LLM-Wiki personal knowledge base approach, transforming LLMs from interpreters to compilers with a three-layer architecture for self-evolving knowledge.
Product ReviewsIn-depth coding tests of Gemini 2.5 Pro covering pixel games, Ultimate Tic-Tac-Toe, Rust refactoring, and landing pages. Crushes Claude at Rust but struggles with frontend development.
Deep DivesComprehensive guide to Hugging Face Transformers, the 160K-star GitHub framework—covering architecture, multimodal support, quantization, and inference optimization for loading, fine-tuning, and deploying pre-trained models.