cmplx-xyttmt
Posts
Projects
Resumé
twitter
github
linkedin
Hello, I'm Isaac Owomugisha
I build software and explore CS & math. Some of my areas of interest are: algorithms, distributed systems, graphics, performance engineering and AI. This site is my playground to explore and write about these topics.
Exploring EUDR Coffee Traceability for Uganda
Jan 13, 2026
Using PostGIS and GeoJSON to visualize EUDR coffee traceability for Uganda.
#spatial-data-analysis
#django
#geojson
#fullstack
#graphql
#react
#leaflet
AcuGemma Version 0.1
Aug 8, 2025
An in-depth look at a project I built for the Google Gemma 3n hackathon. Discover how on-device AI and a unique dynamic prompting strategy are being used to create a personalized, offline-first tutoring app to address educational challenges in Uganda.
#ai
#gemma
#kaggle
#android
#on-device
#mediapipe
Security 2 (ABC 407 C)
Jun 15, 2025
My solution approach to a cool atcoder problem about a unique pass-code device with 2 distinct operations. The solution is complemented by an interactive visualization that brings the device and its mechanics to life.
#algorithms
#visualization
#atcoder
Domino Covering XOR (ABC 407 D)
Jun 10, 2025
AtCoder's Domino Covering XOR problem solved using bit manipulation. The solution represents domino coverings as bitmasks to do an exhaustive search in order to get the maximum XOR value.
#algorithms
#atcoder
#bit manipulation