Learning Category Theory with Rust

Posted on Sat 06 September 2025 in posts • Tagged with Rust • 4 min read

Putting fun into functors! (But only working with morhphisms)


Continue reading

CHIP-8 Emulator

Posted on Thu 04 September 2025 in posts • Tagged with Rust • 4 min read

In which I attempt to explore CPU emulation


Continue reading

Flow Matching Update

Posted on Fri 15 August 2025 in posts • Tagged with Python, Machine Learning, Flow Matching • 2 min read

I almost gave up but decided to come back to images and flows


Continue reading

Learning Byte Pair Encoding

Posted on Wed 30 April 2025 in posts • Tagged with C/C++ • 3 min read

I am trying to build a BPE tokenizer


Continue reading

Learning NCurses with C

Posted on Tue 25 March 2025 in posts • Tagged with C/C++ • 2 min read

I tried to make a TUI game in C


Continue reading

Journey into rust with books CLI tools

Posted on Mon 24 March 2025 in posts • Tagged with Rust • 3 min read

Learning Rust by building a CLI tool


Continue reading

Byte-Pair Encoding In C

Posted on Sun 23 March 2025 in posts • Tagged with C/C++, NLP, Data Structures • 1 min read

Learning BPE by Implementing it in C


Continue reading

Advanced Data Structures. File Indexing with RB Trees

Posted on Sat 22 March 2025 in posts • Tagged with C/C++, Data Structures • 2 min read

Continuing to learn about data structures in applied manner


Continue reading

Learning About Attention

Posted on Tue 04 March 2025 in posts • Tagged with Python, NLP, Transformers • 3 min read

Learning about transformers by implementing from scratch


Continue reading

A Journey into Advanced Data Structures

Posted on Thu 13 February 2025 in posts • Tagged with C/C++, Data Structures • 5 min read

Let's implement some data structures using C programming language.


Continue reading