» Tag
programming
160 postsAnatomy of a CUDA Binary
Explore the structure of CUDA binaries and EIATTR encoding. Learn about Nvidia's undocumented features.
Kuna: Decompiler Development in the Age of Coding Agents
Kuna is an innovative decompiler leveraging autonomous refinement through LLMs.
Static Verifier for OpenCode to Prevent Unsafe AI Tool Calls
A static verifier for OpenCode that prevents unsafe AI tool calls has been developed.
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.comWeb Automation: OpenAI Threatened to Ban My Account
OpenAI threatened to ban my account during a talk preparation, emphasizing challenges in web automation for engineers.
Value Polymorphism in Rust
The absence of value polymorphism in Rust limits developers' ability to write abstract code. Prela addresses this issue.
LinearAutoDestroy: A New Semantic Behavior Type
LinearAutoDestroy is a new semantic behavior type that ensures automatic destruction of values.
Production-Ready AI Agents in Node.js: Iteration Caps and Tracing
Explore the importance of iteration caps and tracing in building AI agents with Node.js. Best practices for debugging and reliability.
Testing My Static Analysis Tool on Real Open-Source Repos
ArchSetu was tested on four open-source projects, revealing issues and leading to improvements. The findings offer key insights for developers.
I Ported Omarchy (Linux) to a Phone
I adapted Omarchy for a phone, enabling rapid app development on Linux.
Rust Glancer: Rust LSP Using 100x Less RAM
Rust Glancer is a low-memory alternative Rust LSP implementation.