Projects

Selected work and experiments

Everything is available on my GitHub.

Below are some of my preferred projects.

Table of Contents

Traditional Software

AI-Assisted Software

    This section is empty.

Vault
Vault was my attempt at creating a search engine for files. I haven't touched it in a while, but it was an interesting exploration of indexing and search.

TrackPilot
TrackPilot is an iOS Kivy app for tracking GPS locations. I used the Kivy framework because I didn't want to learn Swift and just wanted to experiment in Python.

The built-in map tiler does not work. I'm currently working on creating my own using raster tiles. The resolution will not be very good until I eventually decide to build a vector tile map.

In hindsight, I should've used some flavor of SQL for the database. The current database consists of CSV files for each day the app records data.

TrackPilot Tools
Analysis tools for TrackPilot. This is primarily a byte server used for transferring the database from my iPhone over a socket.

Auto Sort Downloands Service
This was my first Linux service. It automatically sorts files in the Downloads folder into folders by file type, creating new folders for any extensions that don't exist.