Hi! I saw your question about the light reading code. I have a bad habit of just putting all my scripts at the bottom of my page, so I have moved the light reading script into a proper file, which you can see by going here: https://houseinthewoods.neocities.org/resources/js/quote-slideshow.js
It fetches a json data file which you can see here: https://kadorath.github.io/resources/data/quotes.json
This contains the quotes that I want to be randomly selected from, and I can just add data there and update my github repo and it will update on my website in turn. The code "randomly" selects from the list of quotes by randomly generating a number from 0-3 and moving forward in the list that amount.
There's some legacy, like... resample code there or something? The way I randomly sampled changed over time, so honestly that probably isn't necessary anymore, but I just haven't touched it. Really you can randomly sample however you wish. Hope that helps! And feel free to ask me if you have any more questions.
Such a cool site! Even messing around with the TV to get in was so cool and such a creative idea. Really looking forward to future updates :) (also well done finishing Don Quixote, I am still working up the courage to tackle it haha)
I found your Conway's Game of Life button on corvidae.digital, and??? it's the coolest thing I've ever seen!? I hadn't ever considered that buttons could be iframes before. It is marvelous.
It fetches a json data file which you can see here: https://kadorath.github.io/resources/data/quotes.json This contains the quotes that I want to be randomly selected from, and I can just add data there and update my github repo and it will update on my website in turn. The code "randomly" selects from the list of quotes by randomly generating a number from 0-3 and moving forward in the list that amount.
There's some legacy, like... resample code there or something? The way I randomly sampled changed over time, so honestly that probably isn't necessary anymore, but I just haven't touched it. Really you can randomly sample however you wish. Hope that helps! And feel free to ask me if you have any more questions.