- [YouTube Gold: Tactics of Physical Pen Testers.](https://www.youtube.com/watch?v=VJ4FDOw9NcI) - [Mastering DOM manipulation with vanilla JavaScript](https://phuoc.ng/collection/html-dom/) - [Embrace Independence: The Case for Moving Away from the Cloud](https://blog.golivecosmos.com/embrace-independence-the-case-for-moving-away-from-the-cloud-2/)[^1] - [E-Mail collection of received emails to curl creator](https://github.com/bagder/emails/tree/main) - [A simple and to the point classless CSS framework](https://github.com/louismerlin/concrete.css) - [Style your webpage like Edward Tufte's handouts.](https://github.com/edwardtufte/tufte-css) - [The 'doorway effect' or 'location updating effect'](https://en.wikipedia.org/wiki/Doorway_effect) - [Keypad symbols: the sextile and the square](https://en.wikipedia.org/wiki/Viewdata#Keypad_symbols:_the_sextile_and_the_square) - [Ever wanted to hear Old Hard drive sounds](https://deervo.itch.io/diskclick) - [Tamper-proof ID tag can authenticate almost anything](https://news.mit.edu/2024/tiny-tamper-proof-id-tag-can-authenticate-almost-anything-0218)[^2] - [LLMs generate responses by randomly sampling words based in part on probabilities. Their "language" consists of numbers that map to tokens.](https://status.openai.com/incidents/ssg8fh7sfyz3)[^3] Create a file of certain size in Linux fallocate -l 10485760 file.txt # bytes truncate -s 10485760 file.txt # bytes dd if=/dev/zero of=file.txt bs=1024 count=10240 $ head --bytes 300K /dev/zero > file3.txt $ ls -h file3.txt 300K file3.txt $ tail --bytes 1G /dev/zero > file4.txt $ ls -h file4.txt 1.0G file4.txt Feb 24 2024 © https://www.bananas-playground.net 2000 - 2025 [^1]: [Link Backup](/resources/2024/02/embrace-independence-the-case-for-moving-away-from-the-cloud.jpeg) [^2]: [Link Backup](/resources/2024/02/tiny-tamper-proof-id-tag-can-authenticate-almost-anything.jpeg) [^3]: [Link Backup](/resources/2024/02/incidents-ssg8fh7sfyz3.jpeg)