Don't be too hard on yourself. I've seen this post come up on Reddit many times over the years, and every time the comments are full of people who think various letters are missing.
Never in the history of time has a minute contained only 59 seconds. Even in Africa. And it has been decided that from 2035 onwards, we need to alter time itself in order to eradicate this irregular minute.
We can only hope that before that time, we get to experience one of these magical short minutes. It may happen yet.
Batch brew just means making a big batch of coffee with a machine. Kind of like a drip filter coffee machine, but generally modern cafés have evolved machines that are more precise and consistent. V60 is a thing that holds a coffee filter that you can put over a cup to make a single cup of coffee (this is usually called pour over coffee).
There are open tournaments and women's tournaments. The open tournaments are for anyone. Women have competed in them but at the top level it is somewhat rare.
The women's tournaments are intended to provide an environment that encourages more women to play chess. There's considerable sexism among men (not only in the chess world, hah) which is not always very welcoming.
The basic problem is that identifiers can be either types or variables, and without a keyword letting you know what kind of statement you're dealing with, there's no way of knowing without a complete identifier table. For example, what does this mean:
foo * bar;
If foo is a type, that is a pointer declaration. But if it's a variable, that's a multiplication expression. Here's another simple one:
foo(bar);
Depending on how foo is defined, that could be a function call or a declaration of a variable bar of type foo, with some meaningless parentheses thrown in.
When you mix things together it gets even more crazy. Check this example from this article:
foo(*bar)();
Is bar a pointer to a function returning foo, or is foo a function that takes a bar and returns a function pointer?
let and fn keywords solve a lot of these ambiguity problems because they let the parser know what kind of statement it's looking at, so it can know whether identifiers in certain positions refer to types or variables. That makes parsing easier to write and helps give nicer error messages.
It will not, actually. This bill is far from budget neutral. The tax breaks for rich people are so massive that they far outweigh the big cuts to vital social programs. This bill will grow the deficit by trillions of dollars over the next decade.
AC is not common in Europe. There's a variety of heating systems: gas boilers, direct electric heating, district heating, etc. Heat pumps are a growing market though.
Unfortunately, when you do find a text article explaining the thing it's often unnecessarily long and padded out with meaningless fluff, just so more advertising can be stuffed within the contents.
Technically any Catholic male is eligible to become pope, it doesn't even have to be a cardinal. But yeah cardinals are the only ones voting so they always elect one of their own (with a few historical exceptions)
Drones work now because they are $1000 (random number in the right range), while a patriot missile is $4 billion dollars each. Sure you could shoot a drone down with one, but if you do the enemy will just send more and bankrupt you.
I agree with the point but these numbers are some orders of magnitude off. A patriot missile is typically 4 million dollars (so not billion). Drones vary widely depending on the type. Man-portable scouting drones can go as low as a few hundred dollars. I don't think a patriot missile would ever target something that small flying that low though. The Iranian Shahed is estimated to cost around $30-50k. Russia produces its own upgraded version (better navigation systems, bigger warheads, etc.) that costs around $80k.
Even then, you can make 50 drones for the cost of a single patriot. The economics are not favourable.
Given what happened to freelancer, I think the only way you should give Chris Roberts your money is if he agrees to lead the project for two years, then quit and hand it over to someone who can actually finish it.
I've always heard it referred to as infringement, in a legal context. I'm sure game publishers (and music, film, etc.) would like to equate it in the public mind with common theft of physical goods, but it's all just propaganda.
We're just playing games with words at this point. The law is pretty clear, that distributing a copyrighted work such as a copy of a video game is illegal. I don't know why people like to repeat this line, that "if buying a game isn't owning then piracy isn't theft." Maybe it is a moral/ethical argument? It's not going to help you in court.
Even if they moved the factory into the US, wouldn't they still need to import all the parts, and get hit by tariffs on those parts anyway? Like, the whole supply chain would have to move into the US. That could be a decade worth of effort.
Another big factor is that every plant is effectively a completely custom design. Because of how few nuclear plants are constructed, every new one tends to incorporate technological advancements to enhance safety or efficiency. The design also has to be adapted to the local climate and land layout. This makes every single plant effectively one of a kind.
It also tends to be built by different contractors, involving different vendors and electric utilities every time. Other countries have done better here (e.g. China and France) mostly due to comprehensive government planning: plopping down lots of reactors of the same design, done by the same engineers. Although these countries are not fully escaping cost increases either.
You are completely correct that regulation is also a big factor. Quality assurance and documentation requirements are enormously onerous. This article does a pretty decent job explaining the difficulties.
What you're talking about is essentially an EMP. They don't generally emit continuously. Instead you just set off a single strong pulse which induces such high currents in receiving antennas that they melt or otherwise damage connected circuitry.
At these levels of power, any amount of conductive material tends to start acting as an antenna. If you set up a continuous transmitter you're going to have trouble not damaging your own delivery and power mechanisms.
The most common way to generate one is to set off a nuclear bomb that has been finetuned to release most of its energy as electromagnetic radiation.
Don't be too hard on yourself. I've seen this post come up on Reddit many times over the years, and every time the comments are full of people who think various letters are missing.