[BOOKMARKS] ChatGPT Grandma Exploit
https://news.ycombinator.com/item?id=35630801
[BOOKMARKS] MongoDB serializer’s source code
[LINK:https://github.com/mongodb/js-bson/blob/d88c87a7924f8d6a8b37366d7b3b39531cad521c/lib/bson/parser/serializer.js#L572]
[BOOKMARKS] A day is not 60*60*24 seconds long
[LINK:https://swizec.com/blog/a-day-is-not-606024-seconds-long/]
[NOTES] Linux USB not mounting (Message recipient disconnected from message bus without replying)
Check here https://github.com/util-linux/util-linux/issues/2267 Update/Downgrade util-linux OR sudo apt-get install dosfstools mtoolssudo apt-get install udisks2 udev those lines did the trick for me, 99% the last one, seems like udisks2 (mostly) / udev are facing an issue at the same time
[NOTES] Jupiter is not found after installation
add to bashrc or zsh : export PATH=”$PATH:~/.local/bin”export PATH=”$HOME/.local/bin:$PATH” and reload bash
[NOTES] How to use sdkman to switch to java 17
How to use sdkman to switch to java 17 : Install sdk man Open a new terminal See troubleshooting section, below, if you faced any problem here. Open a new terminal Java version should be 17 now. Troubleshoot If you faced any problem running sdk, make sure your shell script is properly changed by sdkman... » read more
[BOOKMARKS] Pure vs Impure Functions in JavaScript
[LINK:https://enlear.academy/pure-vs-impure-function-395df7ce6acc]
[BOOKMARKS] So I got my hands on the original Windows XP source code, found some hilarious stuff
[LINK:https://www.reddit.com/r/windows/comments/j06a3z/so_i_got_my_hands_on_the_original_windows_xp/]