I got tired of setenforce 0. So I built a tool in Rust to actually understand SELinux denials.
Every Fedora user has been there. You're setting up nginx, or configuring a custom app, or mounting a Docker volume — and suddenly everything stops w
Curated development tutorials from top sources. Filter by language.
Every Fedora user has been there. You're setting up nginx, or configuring a custom app, or mounting a Docker volume — and suddenly everything stops w
Every team building AI agents hits the same wall. You ship a LangChain agent. It works great in demos. Then it goes to production and quietly starts
I've been working with DynamoDB for the best part of a decade. It's my default database for most things I build at Si Novi, and I genuinely like it. T
No sudo required Install via Rust: cargo install macpow Install via Homebrew: brew tap k06a/tap && brew install macpow Install via source code: htt
I built a complete quantum-resistant blockchain from scratch in Rust. No frameworks. No shortcuts. 50,000+ lines of code. 106 adversarial tests passed
When writing immediate mode (egui) applications it comes to me quickly that nigh all logic computations should be done off the UI thread. There are ma
You're three steps into a refactor. Your AI coding assistant just read the file, identified the problem, and started writing the fix. Then... nothing.
Exploring Backend Development with Rust and Go: A Deep Dive by Web Developer Travis McCracken As a passionate Web Developer specializing in backend d
I recently launched Claspt, a desktop app that combines markdown note-taking with AES-256 encrypted secret storage. This post covers the technical dec
If you encrypt files before pushing them to backup storage, you've probably assumed the encryption step is what makes it slow. That's what I assumed t
I wanted to build one app that does AI chat, image generation, and video generation — all running locally, no cloud, no Docker, no terminal. Just a .e
Built a ZK identity system that lets you prove who you are without revealing any data. Tech: Rust (Plonky2 v0.2.2) via JNI → Kotlin Two tiers: Tie
## Why I Built This You get back from a trip and try to back up your photos from Android to Mac. When did I last back up? How far did I get? You d
How I Built Cryptographic Signing for Every AI Agent Tool Call Your AI agent just mass-deleted a production database. Can you prove exactly
The Problem I've been using Node-RED and n8n for years. They're great tools, but every time I hit a complex workflow — hundreds of nodes, r
I cloned the Codex repo and started reading. Not the README. Not the blog post. The actual Rust source under codex-rs/core/. After dissecting the arch
In Brief: Anthropic accidentally published the full Claude Code source, all 512,000 lines of TypeScript, inside an npm package. A developer rebuilt it
Two years ago, I wrote a blog post called "I Was Bored So I Brought Rust Enums to TypeScript: A Tale of Questionable Life Choices". In it, I documente
Distributed systems are notoriously hard. They force us to deal with constant uncertainty: machines fail, networks drop messages, requests time out, a
AI can get you to a working result quickly. What it doesn’t replace is the value of understanding why something looks right, breaks, or feels good to