Latest Posts (5 found)
Karboosx 1 weeks ago

Become Unbannable from Your Email/Gmail

You don't own your email; you rent it. This vulnerability leaves your entire digital life at risk. Read how to seize back control of your most critical online asset by switching providers and setting up your own unbannable email server.

0 views
Karboosx 1 months ago

Compilers and VM's are easy too!

You built the parser, now let's make it fast. This guide shows you how to replace a slow interpreter with a simple compiler and Virtual Machine (VM), turning your code into efficient bytecode that executes at high speed.

0 views
Karboosx 1 months ago

Continuous Delivery - The easy way

Skip the complex setups. Here's how to build a simple CD pipeline for your website using nothing but a GitHub webhook and a bash script.

0 views
Karboosx 1 months ago

A Few Tricks to Make LLMs Hallucinate Less

How do you stop your LLM from going off the rails? You can't, but you can build a better system around it. Here are my go-to techniques for making AI apps more reliable.

0 views
Karboosx 1 months ago

In-house parsers are easy!

Ever wanted to build your own programming language? It sounds like a huge project, but I'll show you it's not as hard as you think. In this post, we'll build one from scratch, step-by-step, covering everything from the Tokenizer and Parser to a working Interpreter, with all the code in clear PHP examples.

0 views