» Tag
programming
177 postspeg-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.
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.comEpoch 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.