RSSAmplifier

Blog

Collins Muriuki

Understanding the universe and explaining it to a three year old.

collinsmuriuki.xyzRSS feed ↗7 posts

Latest posts

How the odnelazm-ingest pipeline works

A technical walkthrough of the data pipeline that powers Bunge Hub. Covers scraping, extraction, speaker linking, and AI enrichment.

From Bunge Bits to Bunge Hub: building Kenya’s parliamentary data layer

A year-long journey from an AI transcription pipeline that shut down due to cost, to a sustainable open-source platform for Kenya's parliamentary record built on the Hansard itself.

Building the Library of Babel in Go

A deep dive into building a Go implementation of the Library of Babel, exploring deterministic randomness, base29 encoding, and what it taught me about Go's concurrency model.

Building Bunge Bits, an AI-Powered Summary Pipeline for the Parliament of Kenya

A deep dive into how I used Rust, Whisper, and GPT-4 to build a reliable AI pipeline that summarizes livestreams of Kenya’s Parliament, making civic proceedings more accessible to everyday citizens.

The Quest for Compile-Time String Formatting in Rust

Exploring the challenges and solutions for compile-time string formatting in Rust CLI applications

Building a Web Assembly powered password generator

Building a Web Assembly powered password generator with rust-wasm and React.js.

Optimizing Node.js Memory Allocation for High-Performance Applications

Optimizing Node.js Memory Allocation for High-Performance Applications.