sushibowl

joined 2 years ago
[–] sushibowl@feddit.nl 2 points 9 months ago

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.

[–] sushibowl@feddit.nl 10 points 9 months ago

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.

[–] sushibowl@feddit.nl 30 points 10 months ago

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.

[–] sushibowl@feddit.nl 21 points 11 months ago (1 children)

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.

[–] sushibowl@feddit.nl 6 points 11 months ago

Not so sure. Stuff like ITAR exists to prevent exactly that. The us could also declare SpaceX to be some kind of national security interest.

[–] sushibowl@feddit.nl 7 points 11 months ago

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.

[–] sushibowl@feddit.nl 0 points 1 year ago

Butter corn miso ramen is a thing in Sapporo. Probably invented to promote regional products (Hokkaido is famous for corn and dairy) to tourists.

[–] sushibowl@feddit.nl 0 points 1 year ago

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.

[–] sushibowl@feddit.nl 0 points 1 year ago (1 children)

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.

[–] sushibowl@feddit.nl 0 points 1 year ago

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.

[–] sushibowl@feddit.nl 0 points 1 year ago (3 children)

I think it's more so that the kind of people contributing to these projects are on balance not that interested in doing the marketing work.

[–] sushibowl@feddit.nl 1 points 1 year ago

This is "the gadget," an implosion type nuclear bomb detonated in the trinity test, the first nuclear bomb test on earth (that we know of, heh).

It's shown partially assembled inside the 100-foot test tower where it would eventually be detonated.

view more: next ›