This project has been years in the making for me. I wondered what it'd be like to make my own digital picture frame. Instead of showing a slideshow of images provided on some kinda USB stick, I wanted to show random images from the internet. And I wanted it to show images according to some kind of a stream-of-consciousness. My golden example was for it to show a picture of a dog, and then show a picture of a hot dog right after it, and then maybe another sandwich, and so on.

A picture of a "light".

So I needed a program that could, as if a stream of consciousness, create a list of terms where each is related to the one before. I used the Princeton lexical database Wordnet to help do this.

Another "light" pic!

Wordnet is a database for real (or human) languages, in my case English. It has a list of meanings of each word just like a dictionary, but the kicker is it also situates each word into an all-encompassing heirarchy of things and concepts. Searching aardvark on wordnet will tell you that it's an anteater which is a placental mammal which is a mammal which is a vertebrate which is a chordate which is a animal which is a organism which is a living which is a whole which is a object which is a physical entity.

A Synonyms/Hypernym hierarchy WordNet search for the term "microwave."

My picture frame program traverses the Wordnet's "tree of meaning" to accomplish the stream of consciousness feel. For instance, the code will kick off the SOC with a random term from a list, like dog. Wordnet will give us each meaning of dog, as well as the hierarchy of its meaning. Dog is an animal which is a mammal which is an organism. The next word will either pertain to dog's other meanings, or will go one level up the tree, to mammal, and search for other mammals. If it wants it can also search for other organisms. This process goes on forever!

More "light" action!

More websites:

booksandtables.com

we testin

candusen.com

we testin

candusen.net

we testin

Cosmic Metropolis

we testin

Creative Coding Course

we testin

Draw Hub

we testin

endorphinport.com v1

we testin

endorphinport.com v2

we testin

Emoji Grid

we testin

flopflopflop.com

we testin

helloimnickmorris . com

we testin

Prism blog

we testin

rgbsystems.net

we testin

Daily Notepad

we testin