» Tag
programming
160 postsTeach Yourself Programming in Ten Years: Norvig's 1998 Essay
Peter Norvig's 1998 essay explains why true programming mastery takes roughly ten years of deliberate practice, not a weekend crash course.
Four Levels of In-Place Initialization in Rust
Explore Rust's in-place initialization with a four-level hierarchy for efficient memory management.
The Cost of Irregularity: CUDA C++, Rust, and Triton
A comparison of CUDA C++, Rust, and Triton in GPU programming. Performance differences in irregular workloads are analyzed.
CommitBrief — AI code reviews, right in your terminal
A provider-agnostic, local-first CLI that reviews your staged changes, a historic range, or a whole GitHub pull request. Zero telemetry, no server. Free and open source.
commitbrief.comShow HN: posix-regex – POSIX Standard Regex Engine for JavaScript
Explore the posix-regex library, offering POSIX standard regex for JavaScript.
Rust Project Goals: Immobile Types and Guaranteed Destructors
Rust redefines type capabilities, allowing immobile types and guaranteed destructors for async tasks.
JIT Support in PHP 8.0: Performance Boost and Innovations
PHP 8.0 introduces JIT support, enhancing performance and enabling innovations. JIT makes PHP more effective in CPU-intensive applications.
Optimizing a[mask] = f(a[mask]) on NEON for Better Performance
New methods for optimizing condition-based operations on NEON. Key insights for developers.
Learn OpenGL: Comprehensive Tutorial Resource for Modern OpenGL
Explore a comprehensive online resource for learning Modern OpenGL, suitable for all skill levels.
Building a Basic AI Agent: Security II
Learn about using Docker sandbox and prompt-injection defenses to close security gaps in your AI agent.
In-Depth Look at MLIR: Object Model, Dialects, and Transform Dialect
An in-depth exploration of MLIR; insights on object models, dialects, and the transform dialect.