Link Diary January 2023
Videos, articles and other links I stumbled upon this month, which I want to remember and share.
Copy text to the clipboard with JavaScript
https://www.w3schools.com/howto/howto_js_copy_clipboard.asp
navigator.clipboard.writeText(text);
Magnetised water
https://www.well4life.de/gesundheit/wie-wirkt-eigentlich-magnetisiertes-wasser/
Apparently the PH value changes. Test pending. :)
Melatonin and dreams
Symlink all files in a directory to another
ln -s /this/dir/* /that/dir/
Discussion