TTraliranintraliran.hashnode.dev·20h ago · 3 min readWhy C is the Best Thing That Ever Happened to ProgrammingMost modern programming languages try to hide how the machine actually works. They wrap developers in syntax sugar, automatic garbage collection, and gigabytes of abstractions. But if you want total c00
TTraliranintraliran.hashnode.dev·Aug 28 · 4 min read💎 From Web App to Terminal: How I Ported Traliran AI Hub to C11I'm the author of Traliran AI Hub. Here's the story of how its terminal version came to be. Background I develop Traliran AI Hub — a privacy-first serverless AI client that runs entirely in the brows00
TTraliranintraliran.hashnode.dev·Aug 26 · 3 min readVibecoding: How to Manage an AI Coder and Not Drown in Spaghetti CodeForget fairy tales about AI doing everything for you at the touch of a button. Without strict control, vibecoding quickly turns into a mess of broken, unmaintainable code. Modern vibecoding isn't blin00
TTraliranintraliran.hashnode.dev·Aug 24 · 3 min readdu-rank: A Tiny and Ultra-Fast C Disk Usage AnalyzerWhen a server or laptop suddenly runs out of disk space, standard CLI tools like du require complex syntax, while heavy GUI apps aren't suitable for remote terminals. du-rank is a lightweight command-00