this post was submitted on 21 Dec 2023
24 points (80.0% liked)
Programming
17443 readers
203 users here now
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Rules
- Follow the programming.dev instance rules
- Keep content related to programming in some way
- If you're posting long videos try to add in some form of tldr for those who don't want to watch videos
Wormhole
Follow the wormhole through a path of communities !webdev@programming.dev
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Again fireship make a video and show content he doesn't understand.
Wave function collapse is more close to a sudoku solver than quantum mechanics. Yes there is a "superposition of state" when computing a sudoku.
A good video about wave function collapse: https://www.youtube.com/watch?v=2SuvO4Gi7uY
Sleep sort doesn't delegate to the CPU scheduler, but OS scheduler.
It may not order items with very little wait time and often use it's own sorting algorithm.
Fireship seems to also ignore the existence of post-quantic cryptography https://en.m.wikipedia.org/wiki/Post-quantum_cryptography
Edit: I'd like to thanks OP because his list was 10x more useful than the video itself.
Regarding your note on quantum secure cryptography: Yes it exists and is a thing, but a lot of the internet still relies on cryptography that is not quantum secure, e.g. TLS for starters.