It has nothing to do with legal issues. There is no practical way to impose martial law on NYC. The US military and ICE together are not big enough.
frezik
Trump can't take NYC. Even a military/ICE takeover is off the table. Even with a 20x increase in the ICE budget. There are just too many people and not enough random masked ICE "agents".
Just like with tariff negotiations, Trump thinks he has all the cards when he doesn't. He wants you to think he does, though. Fascism is always weaker than it looks.
The issue is putting power back onto the grid. If power is out otherwise, the guys who come out to fix it want to assume there's no power on it. If someone's solar panels are still putting power into the local connection, it can be dangerous for those workers.
It is possible to have an automatic disconnection so that in a grid outage, your house will still be powered, but nothing is going out to the grid. They usually don't put those in unless you also have a battery backup. You may be able to ask your contractor to put one in, anyway.
This goes for generators, too. You're supposed to use a power transfer switch with those.
Technically, yes, but we're all supposed to be smart enough to understand context.
Yes, and fecal matter on food (meat or otherwise) has been the norm for all of human history. We just have ways of measuring it now and make rules about it.
It's more successful than "invoice-based".
It's unsustainable to keep prices lower than costs. The Amazon example didn't have low prices forever.
The flip side of that is entire classes of bugs being removed from modern software.
The differences are primarily languages. A GUI in the 90s was likely programmed with C/C++. Increasingly, it's now done in languages that have complex runtime environments like dotnet, or what is effectively a browser tab written with browser languages.
Those C/C++ programs almost always had buffer overflows. Which were taken off of the OWASP Top 10 back in 2007, meaning the industry no longer considers it a primary threat. This should be considered a huge success. Related issues, like dynamic memory mismanagement, are also almost gone.
There are ways to take care of buffer overflows without languages in complex managed runtimes, such as what Go and Rust do. You can have the compiler produce ASM that does array bounds checking every time while only being a smidge slower than C/C++. With SSDs all but removing the excuse that disk IO is the limiting factor, this is increasingly the way to go.
The industry had good reasons to use complex runtimes, though some of the reasons are now changing.
Oh, and look at what old games did to optimize things, too. The Minus World glitch in Super Mario Bros--rooted in uninitialized values of a data structure that needed to be a consistent shape--would be unlikely to happen if it were written in Python, and almost certainly wouldn't happen in Rust. Optimizations tend to make bugs all their own.
That might be why, then. Nobody wants to buy office buildings right now.
How many people is that going to employ?
Remember, this thread started by saying "smart people" got sidetracked into IT rather than building rockets. There are a lot of problems with that claim, but at the very least, it has to assume that these less important items would be able to employ lots and lots of programmers.
Metal is the best stuff to recycle. Glass takes a lot of energy to melt into new shapes, so if possible, it's better to reuse it as is. Paper products are OK. Anything plastic is somewhere between bad and no.
I could see your perception of it changing based on how you watched the movies. If your first time watching the movies was in numerical order, you might come away thinking the Jedi mind trick doesn't work very well. It's not really explained until episode 4. IIRC, it's shown two times in the prequels, once against Watto (which fails) and once against a rando drug dealer in a bar (which works). It later works against Bib Fortuna but not Jabba.
The explanation of "works against the weak minded" doesn't come until you're several hours in. If the movies were produced in that order, it would almost come off like a cop out explanation.