BrassinAI

GPU Data Locality & Tiling

Understanding the essence of data locality in GPU and the complexity of Tiling.

hpc

Exploring Vision-Language Models

A deep dive into Vision-Language Models — systems that connect visual perception with natural language understanding.

vlm

Getting Started with High-Performance Computing

An introduction to High-Performance Computing — from parallelism basics to GPU programming and distributed workloads.

hpc

Inside the Compiler

How source code is transformed into optimized machine instructions — from lexical analysis to SSA form.

compiler

Notes on Simplicity and Documentation

Clarity beats complexity — why minimal documentation keeps ideas portable across tools, teams, and time.

general

Weekend Hack: Building a Static Blog

How a simple static site generator can power a complete blog system — simple, fast, and easy to host anywhere.

other