
Coding ASMR Lo-Fi | Folding paper more than 7 times, but in JAVA. keyboard noises
This is a lo-fi ASMR coding video. I barely folded a real standard letter sized paper six times. So in Java, I decide to go beyond the practical limit and see what would happen if the paper would be folded 10, 20, or even 100 times. (Hint: it wouldn't look like a piece of paper after this many folds).
I code a class that kind of explains the reason why it becomes impossible to fold a paper more than seven or eight times. The java program involved using a Paper class I implemented which allows me to create Paper objects having certain attributes like length, width, thickness, and most importantly, the number of folds. Note that the results following each successive fold does not take into account the paper's bending of the edges as that also affects the number of folds you can make.
I also make keyboard sounds and speak in a quiet room voice to induce tingles. I used my built-in microphone from my mobile device at this moment as I don't have access to such other equipment.
Pastebin source code:
https://pastebin.com/Qy8Tkkfh
Note that I modified some lines of code to slightly improve the dimensions.
[0:00] Intro
[1:07] Coding the Paper class
[15:34] Creating and folding Paper objects
[28:30] Wrapping up...
[30:12] End