this post was submitted on 11 Dec 2024
17 points (94.7% liked)
technology
23313 readers
258 users here now
On the road to fully automated luxury gay space communism.
Spreading Linux propaganda since 2020
Rules:
- 1. Obviously abide by the sitewide code of conduct.
Bigotry will be met with an immediate ban
- 2. This community is about technology. Offtopic is permitted as long as it is kept in the comment sections
- 3. Although this is not /c/libre, FOSS related posting is tolerated, and even welcome in the case of effort posts
- 4. We believe technology should be liberating. As such, avoid promoting proprietary and/or bourgeois technology
- 5. Explanatory posts to correct the potential mistakes a comrade made in a post of their own are allowed, as long as they remain respectful
- 6. No crypto (Bitcoin, NFT, etc.) speculation, unless it is purely informative and not too cringe
- 7. Absolutely no tech bro shit. If you have a good opinion of Silicon Valley billionaires please manifest yourself so we can ban you.
founded 4 years ago
MODERATORS
AFAIK it uses spheres instead of positive and negative binary magnets. So the direction the electron hits the sphere changes what the data is. Instead of having only 1s and 0s (representing positive and negative charges), you have 1 through 360.
The hard part has been the math. Humans like to do things one at a time when it comes to numbers. In "1+2+5" you add 1 and 2 together, then 3 and 5. This is easy to represent in binary. But when you can do hundreds of things simultaneously? Our brains don't work that way and it's difficult coming up with programming languages for that type of computing. On quantum computers, you're basically stuck programming everything in the equivalent to hexadecimal, rather than something like Python or C.
I could also be talking out my ass because this was explained to me like 20 years ago in high school programming when I was jacked up on Mountain Dew.