• 0 Posts
  • 59 Comments
Joined 1 year ago
cake
Cake day: February 12th, 2025

help-circle





  • Disclaimer: it’s been a decade since I did my undergrad in physics.

    Its called entanglement. Meaning two things are quantum linked to be the same state. In this case the dots. This is done without any physical link between them. That’s what makes this teleportation.

    So what happens is both sides are in a quantum state where each dot is both 0 and 1. But importantly when measured they will produce the same result. The other effect is what you do to one dot, you do to both.

    This is where I get fuzzy.

    The idea here is to have one dot in the computer and one dot to observe outside. You do the physics in the computer to compute the result, then observe the dot outside to see the result.




  • Because libertarians are the first to remove legal protections in the name of small government. This isnt a blanket rule, more anecdotal than anything. But the ones I’ve managed to find and interact with all want to remove all sorts of legal protections.

    The party doesn’t seem to represent those that I’ve interacted with. I get what your saying, but that just doesn’t match with who I’ve interacted with.

    Okay so here’s where I interject more opnion than above.

    libritarians miss the forest for the trees. From your opinion above you say fiscal responsibility. But you deney the help that social programs provide, and actually benift the economy. Poor people spend stimuls checks locally more than higher income brackets for example. Government serves people, not commerce.


  • You say the open source line, and then apply it to a project that doesn’t value those values.

    Free as in freedom comes without restrictions like commercial use.

    If that low bar of source avaialble (last I checked you have to request the source). That’s fine.

    But for a lot of FOSS people its not because it means you can never learn from the code, and apply it in your paying job. Or in your own project that suddenly gets big. Then suddenly someone is knocking demanding money.

    Its about the community as much about the code.



  • Once you go copy left, you need everyone’s consent to change the license.

    The MIT license is the creator owns the copyright, and any changes you contribute are licesned under the sam MIT as the project.

    So to go from MIt -> anything only requires the consent of the project onwer.

    Any copy left (like AGPL) license -> anything requires every contributors consent.

    It is possible, but practically infeasible at scale.

    I’d have to read more about AGPL, but IIRC GPLv2 says you must license any derived code as the same license.

    IANAL, just someone whose looked into this before.