All Posts

Thoughts, mental models, and tutorials related to ML DS and AI

Perlin Noise, From Zero to Minecraft — an Interactive Guide

Perlin Noise, From Zero to Minecraft — an Interactive Guide

Why Math.random() can’t build worlds, and how Perlin noise can. Every step has a live, editable demo — build up from a wobbly line to a full procedural world with caves, ores, biomes and trees, right in this page.

Read More →
How to Run a Minecraft SMP That Actually Survives 100+ Players

How to Run a Minecraft SMP That Actually Survives 100+ Players

Vanilla Minecraft falls over way before 100 players — not because of your internet, but because of one stubborn thread. Here's how to build an SMP that holds a crowd: the right server software, the hardware that actually matters, the config knobs worth turning, and the tools to find lag before your players do.

Read More →
Web Scraping with AWS Lambda

Web Scraping with AWS Lambda

Web scraping is the process of automatically extracting data from websites. It involves using software to collect large amounts of data from websites, often for analysis or research purposes.

Read More →
What is AWS CDK(Cloud Development Kit)? Learn with a example.

What is AWS CDK(Cloud Development Kit)? Learn with a example.

With AWS CDK, developers can write code in their preferred programming language to define infrastructure as code, making it easier to deploy and maintain AWS applications.

Read More →