Search Articles — Sudonull

Search Results

In this project

IT Education: For and Against University

https://sudonull.com/it-education-for-and-against-university

We analyze opinions of students, developers, and CTOs on higher IT education. When a diploma gives an advantage, and when it's useless. For middle/senior specialists.

Zig vs C: CLI utility in 1000 lines without errors

https://sudonull.com/zig-vs-c-cli-utility-in-1000-lines-without-errors

Switch from C to Zig: log analyzer logz from 3147→1089 lines, +33% speed, no segfaults. Code, benchmarks, pitfalls. For middle/senior dev.

AI code in devtools: lessons from a Google engineer on Claude

https://sudonull.com/ai-code-in-devtools-lessons-from-a-google-engineer-on-claude

Google engineer on 250 hours with Claude Code: from spaghetti in C to Rust SQLite parser. Pitfalls of AI agents, tests, refactoring. For middle/senior dev — read the breakdown.

SIMD optimization of Mandelbrot AVX2 OpenMP CUDA

https://sudonull.com/simd-optimization-of-mandelbrot-avx2-openmp-cuda

Boosting the Mandelbrot set: from 7 FPS scalar C++ to 500+ FPS on CUDA. AVX2 intrinsics, OpenMP multithreading, GPU code. Benchmarks Ryzen 5 + RTX 3050. For middle/senior developers.

Trending Now