• 0 Posts
  • 9 Comments
Joined 10 months ago
cake
Cake day: April 17th, 2024

help-circle
  • There does exist a crate that allows you to turn it off. Unfortunately the compiler will still compiler your code assuming the same exclusive access rules imposed by the borrow checker, so any time you break the borrow checker rules you’re basically guaranteed to segfault.

    The rust compiler always assumes mutable pointers are exclusive. This is the crux of your issue with the borrow checker. If you don’t make this assumption, then you can’t automatically drop variables when they fall out of scope, thus the programmer would have to manually allocate memory.

    You may prefer even then to allocate memory yourself, but if I was you I would just trust the rust compiler in its assumption that it can optimize programs much better when all pointers are exclusive, and learn to program in a compliant manner





  • A quantum computer can perform many operations in parallel. That is a feature of QM.

    You’re trivializing the capabilities. This is not something you can just simulate on classic hardware while maintaining the O(n) performance of an actual quantum computer.

    The fact that it is probably possible to do this stuff in the first place with a quantum computer is the point.

    It’s not a theory because it has made no testable predictions. It’s just as valid as claiming, “Angels did it.”

    I don’t disagree with this statement as stated but try and have some appreciation for the fact that this sort of reality-bending invention is possible.

    It’s ok to start speculating.


  • If you have an analog computer that simulates a ball falling, you have an analog of a ball.

    In this case your analog computer would literally have some kind of ball as part of the apparatus. Thus you would be able to argue that the result is proof of a ball having been dropped and having taken exactly x.seconds to fall.

    If you have an analog integrator you literally produce cyclic motions of the constitute frequencies of some signal in order to form the output graph.

    What you are doing is trying to use the above statements to argue some statement about quantum computing. Clearly any attempt to do so is complete nonsense.

    If anything reconsidering the argument above just lends MORE credence to the idea of a multiverse. Wherever you have an analog computer producing a result the intermediary compontents of the result physically exist. If the same applies for a quantum computer the space in which different permutations of intermediate results must physically exist.

    I’m not trying to insult you but you’re clearly forcing some nonsense argument just to match the conclusion you’ve already had in mind before understanding the argument put forward.

    Edit: I realized now I confused the “ball and disk” integrator for a similar physical apparatus that was used to compute fourier transforms but the point still stands



  • That a natural phenomenon occurs with precision that would require enormous computation to simulate

    This isn’t the argument put forward by the article. Nothing about the precision of the measurement is made to be something of significance.

    Also even if that was the case your analogy of it being like a rolling ball is totally inadmissible because a computation is not the same thing as a measurement.

    Your attempt to liken the two shows some serious level of stubbornness in rejecting what possibly could be a very meaningful advancement in technology and metaphysics.

    It’s totally ok to brush this article off as poorly written sensationalist crap but the problem is you don’t seem to understand the argument for why quantum computing capabilities are indicative of the possibility of a multiverse in the first place.