Highest Rated Comments


boottrax7 karma

Did prison teach you a “lesson”?

By that I mean did the punishment reform you and you won’t be commuting crime again?

Did the phone bushmeat fit the crime?

If you could change one thing about prison what would it be?

boottrax2 karma

So to program a quantum machine, what are the steps? Do you have an example that isn’t something like solving some polynomial equation? I mean, this code compiles and runs on a conventional von-Neumann architecture:

Int x; Void main() { For (x=0;x<10:x++) ....

}

What are the mechanics to even create an algorithm and load it into the machine?