The problem is, as always, the very loud minority that cause most of the problems. And they are why we can never have nice things.
I don't think legality means anything in the US anymore. At least not for the rich.
Would be less of a problem if football fans behaved like other sports fans.
Yes it is a problem. But a temporary one that IMO is worth the tradeoff. You might not get multiple devices up front but that means other people can have a device at all. Why should you get 3-5 devices and stop 3-5 other people from having one at all? You can share a single device for several months while the initial wave die down and stock is able to be replenished. Then they will remove the restrictions and you can get multiple devices. In the meantime it means more people can get a device and helps to stop scalpers from getting them all. It is a tradeoff, ideally it would be better if there was enough devices for everyone that wants one to get one. But you can only scale production up so fast.
I would rather let a few people scalp some devices then give up ownership over the devices I buy. I would not want valve to have a remote way to brick something I have bought.
The fact you need an account in good standing and it's limited to one per address helps a lot in cutting down on the number of devices that can be scalped. It is basically just a few individuals that can do that and not a few people systematically buying up all the stock at once to resell.
I would rather them focus on upping the supply then preventing every single scalper.
Sugar is not a critical ingredient in bread. It's main function is that it creates a softer crust. The only real things you need are flour, water, yeast and salt to create a tasty bread.
That's not true. It is possible. It is just a lot harder and more error prone and takes way longer to do then just reinstalling.
There is a big gap between doing nothing and running 5miles or going hard in a gym. You don't need to go all out to see the benifits of exercise. For a start simply walking more will help a lot. That is something relatively easy to do. Something that could almost be a passive thing with better designed cities. If they were made more walkable rather than requiring a car to do anything then people would naturally walk far more then they currently do.
"Clean" Code, Horrible Performance offers a good argument against it purely from a performance stand point. Well worth a watch. But it also does not even make code easier to maintain. It just smears logic all over the place and makes it harder to understand what is going on. Trying to follow clean code principals just makes your code worse. And if you try to point that out to anyone they just say you are doing it wrong with no proper advice on how to actually improve things.
Why would it not?
Rusts big advantage is that its memory safe
Most languages are memory safe. It's only really C, C++ and zig that are not (at least for more mainstream languages). Rust is special as it is memory safe without a garbage collector. Which is big for domains where the overhead of a GC is unacceptable.
Nothing to do with the electrical grid. It is just that the positive lead of the output of the power supply is whatever voltage you select above the negative lead on the output side of the power supply. Those are the two relative points in this situation. You can call the negative lead ground if you want. Wiring diagrams for the device you connect it to will likely call it ground. It is not the same thing as the grounding wire in a plug socket.
Note that the grounding wires in a home have nothing to do with any live circuit in your house. They are to make faults in the system safer by giving a path for electrons to flow if a conductive casing ever gets into contact with a live wire. In normal operation nothing should be flowing through it at all. With doubly insulated devices (like that power supply) the grounding wire in the plug socket is probably not connected to anything at all in the device. The plug likely does not even have a grounding wire in it.