The Boring Architecture Behind a Useful Personal AI Agent
Why a useful personal AI assistant is a systems problem, not a model problem. The runtime, memory, skills, notes, tools and cron that make it actually work.
Welcome to another one of those tech bro blogs
Why a useful personal AI assistant is a systems problem, not a model problem. The runtime, memory, skills, notes, tools and cron that make it actually work.
An analysis of the famous WannaCry ransomware
How to setup a C2 Infrastructure in the cloud using CloudFront, EC2, ELB, a Cloudflare worker and Mythic
Learn how to build your own network packet analyzer from scratch using Rust
A Seminar Essay about the Role of Cyberwarfare in the modern World
My review of the HTB CPTS Certification
Writing a Chip-8 Emulator in Rust
A primer on the different processes that happen when you compile a program
An Introduction to how Windows Message Loops work, with Hooks!
How to go from reading a file in python all the way to assembly
How to add LaTeX Math rendering to Astro blog posts
A proposal for an Enhanced Data Encryption Standard
Primer on how PKCS#7 works with code examples
Adding WITH (NOLOCK) on all queries, on T-SQL
How to rotate your screen's layout with code, using Windows DEVMODE and some P/Invokes
Brief overview on Dependency Injection in .NET Core.
Adding additional custom Configuration Providers on .NET Core.