Search Articles — Sudonull

Search Results

In this project

C Compiler in constexpr C++

https://sudonull.com/c-compiler-in-constexpr-c

Implementation of a compile-time compiler for a C subset in C++. Bypassing constexpr limitations, function bindings, bytecode generation. For middle/senior C++ developers.

PocketCoder-A1: autonomous coding agent on Claude

https://sudonull.com/pocketcoder-a1-autonomous-coding-agent-on-claude

Autonomous agent PocketCoder-A1 runs development tasks via Claude CLI/API with pytest and py_compile verification. Installation, architecture, real case. Learn how to set up for overnight work.

GPU acceleration of the Game of Life: CUDA Triton benchmarks

https://sudonull.com/gpu-acceleration-of-the-game-of-life-cuda-triton-benchmarks

Comparison of PyTorch, CUDA, Triton for the cellular automaton "Game of Life" on A40. Results 22.5 ms, kernel code. Study optimizations for memory-bound tasks. Read the analysis.

Toolc: proxy for MCP in VS Code — 60% savings

https://sudonull.com/toolc-proxy-for-mcp-in-vs-code-60-savings

Optimize MCP servers for VS Code agents with toolc on Go. Token reduction up to 60%, model benchmarks. Install and test the savings.

Trending Now