In Progress
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()
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…
Above: Herb
TODO:
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 |