My flatmate used to watch TV in the living room quite loud when I was trying to sleep in my room.
I set a Raspberry Pi with an IR led running an Apache server close to the TV. From my phone I would visit the Raspberry IP and send signals to the IR led to lower the volume.
Modern science differs from Middle Earth knowledge in having the willingness to admit ignorance. No scientific law, concept, theory or idea is sacred.
I don't think Middle Earth Christianity, Islam or whatever other premodern traditions of knowledge would agree in those two views. Everything that was important to know about the world was already known and written in the Bible, Qur'an or the Vedas.
How on earth there was going to be any secret of the universe yet to be discovered by mere immortals?
It looks like your projects resonate with people, and more important, you are capable of putting them in front of many eyes. Which is even harder than writing code.
For that reason, don't seek the validation of VCs and figure out a business around it. Let your customers be your VCs.
First time doing this type of visualizations. I have this one tailwind.ink which will visualize a color palette on their luminance, chroma and hue values, but it's not really representing the algorithm behind.
Thanks :) I first implemented sha256 in js to understand its inner workings. Then I started displaying its variables with react and adding this stepped mechanism. Finally, I added some notes on the left to add some context of what is going on.
Thanks for the feedback and I am glad you'll use it for teaching (which was the main goal of this project)! The padding part it's briefly explained on the "dynamic" notes on the left column, but yes, can be improved. Typing on the input gives you some sense of what is doing on the background, specially if it jumps to two blocks.
The "for each chunk" is also implemented (which was one of the most difficult parts to synchronize with the UI), but I agree too, I should come up with some way to represent it better. Thanks again :)
I actually started this because my first idea was: can I implement SHA-256 with just TTL logic gates? which should be possible, but it would take months to do.
I set a Raspberry Pi with an IR led running an Apache server close to the TV. From my phone I would visit the Raspberry IP and send signals to the IR led to lower the volume.