» Tag
programming
160 postsClaude Code Hooks: Real Examples and Their Applications
Create automatic commands with Claude Code hooks. Boost efficiency with examples of PreToolUse, PostToolUse, and Stop.
The PRNG Draw-Tape: Eager vs. Lazy Approaches
Exploring the impact of eager and lazy approaches in PRNG draw-tape and their implications for user modifications.
Casio FX870P Emulator: A Browser-Based Programming Tool
The Casio FX870P emulator is a browser-based programming tool built with TypeScript and Vue 3.
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.compeg-express: A New Parser Generator for TypeScript
peg-express is a parser generator for TypeScript, utilizing PEG for grammar and TypeScript for semantic actions.
Two Case Studies of NaN
IEEE-754 NaN reveals design flaws in Python and Lua. Important lessons for engineers.
Compilation vs. Interpretation: A More Complex Question Than Expected
The debate over whether JavaScript is compiled or interpreted reveals the complexities of modern programming languages.
Epoch 4: Shipping and Exploring Begins
Epoch 4: Shipping and Exploring covers the transition to production deployment in Solana.
Async NFS Client Library for Rust Without OS Mount Point
nfs-crust is an experimental Rust library for atomically publishing files on NFSv4.1 without an OS mount point.
Designing an Async Image API Client and Its Completion Process
Key considerations in designing an async image API client and the importance of the completion process.
Choosing the Right Tool for LLM Calls: Pipeline, Flow, or Chain?
Tips for selecting the right tool between LLM calls. Discover the differences between pipeline, flow, and chain.