1. Multiverse Sorting Algorithm

from random import shuffle
# Prototype sorting logic
def multiverse_sort(items):

  # "sort" the items
  random.shuffle(items)

  # I theorize that every probabilistic outcome exists as a universe parallel to our own

  # Check if our universe is the correct one
  for i in range(len(items)-2):
    if items[i] > items[i+1]:
      destroy_universe() 

2. Roomba Swarm

A vast network of Roombas to do my bidding and finally inspire in others the fear and respect that I deserve.

Currently on one-roomba prototype (Herb) due to lack of funding. Herb still struggles to grasp that I’m in charge.

I do plan to scale up someday… someday that the world will never forget…

Herb

Above: Herb

TODO:

Other Experiments

Project Idea Goal Result
Time Management App Help students avoid procrastination Haven’t started
AI Office Hours Trained on my emails, always available It made its own AI assistant

Works in Progress

  1. AI Rubber Duck Debugger
  2. Code-Smell Air Freshener