[-] yggdar@lemmy.world 7 points 5 days ago

Sure, but in the article they are talking specifically about civilian deaths. So combatants aren't counted here.

[-] yggdar@lemmy.world 69 points 1 month ago

Do you cook your pasta in a large pot, with plenty of boiling water, and a good amount of salt? Usually I just stir once just after putting the pasta in, and I never have noodles sticking together.

[-] yggdar@lemmy.world 67 points 3 months ago

It is a hardware failure. Screens are complex and sensitive parts that are exposed to a lot of (ab)use. What is cryptic about that?

[-] yggdar@lemmy.world 66 points 3 months ago

we think you'd be best with a bigger team with a better support network

Sounds like they think you're not independent enough for the position. If it is a small team, they might need someone who can immediately start being productive, while they think you will need more coaching to get up to speed.

No need to drag any disabilities into this.

[-] yggdar@lemmy.world 114 points 3 months ago

Just get uBlock Origin instead. Years ago I made the switch and never looked back!

[-] yggdar@lemmy.world 56 points 3 months ago* (last edited 3 months ago)

They say there are 16 screens inside, each with a 16k resolution. Such a screen would have 16x as many pixels as a 4k screen. The GPUs power those as well.

For the number of GPUs it appears to make sense. 150 GPUs for the equivalent of about 256 4k screens means each GPU handles +-2 4k screens. That doesn't sound like a lot, but it could make sense.

The power draw of 28 MW still seems ridiculous to me though. They claim about 45 kW for the GPUs, which leaves 27955 kW for everything else. Even if we assume the screens are stupid and use 1 kw per 4k segment, that only accounts for 256 kW, leaving 27699 kW. Where the fuck does all that energy go?! Am I missing something?

[-] yggdar@lemmy.world 51 points 4 months ago

He also called them mûmakil in elvish. In my mind, when the Hobbits call them oliphaunts it is because a long time ago someone talked about elephants, and over the years the correct pronunciation was lost.

[-] yggdar@lemmy.world 85 points 8 months ago* (last edited 8 months ago)

That exact version will end up making "true" false any time it appears on a line number that is divisible by 10.

During the compilation, "true" would be replaced by that statement and within the statement, "__LINE__" would be replaced by the line number of the current line. So at runtime, you end up witb the line number modulo 10 (%10). In C, something is true if its value is not 0. So for e.g., lines 4, 17, 116, 39, it ends up being true. For line numbers that can be divided by 10, the result is zero, and thus false.

In reality the compiler would optimise that modulo operation away and pre-calculate the result during compilation.

The original version constantly behaves differently at runtime, this version would always give the same result... Unless you change any line and recompile.

The original version is also super likely to be actually true. This version would be false very often. You could reduce the likelihood by increasing the 10, but you can't make it too high or it will never be triggered.

One downside compared to the original version is that the value of "true" can be 10 different things (anything between 0 and 9), so you would get a lot more weird behaviour since "1 == true" would not always be true.

A slightly more consistent version would be

((__LINE__ % 10) > 0)
[-] yggdar@lemmy.world 71 points 8 months ago

Bing is managing hilarious malicious compliance!

[-] yggdar@lemmy.world 61 points 10 months ago

Sadly, yes. On the off chance you speak Dutch, here is a fact-checking article on that exact ad. I know it's a weird thing to link articles in uncommon languages, but I came across that article recently and thought it really provided a lot of context, so I'm afraid it's the best source I have. You can always run it through a translator too :-)

[-] yggdar@lemmy.world 114 points 11 months ago

Phrased differently: Microsoft announces the end of support for a product. If you want to pay for it, they will make an exception and continue to support it just for you.

I understand people dislike Windows 11, but complaining about life cycle management isn't going to help that.

[-] yggdar@lemmy.world 61 points 1 year ago

It's not racism of you believe those people were born into a lower caste because of their actions in a previous life. It is their punishment and thus you should treat them like shit!

Eddie Murphy thinking meme

view more: next ›

yggdar

joined 1 year ago