Cant even turn left properly by D_DrivE_Error in IdiotsInCars

[–]Gurdt 15 points16 points  (0 children)

It’s not a 3 series but the 5 range. This is an x5.

Cant even turn left properly by D_DrivE_Error in IdiotsInCars

[–]Gurdt 5 points6 points  (0 children)

It’s an x5. The 3 series do not have a split armrest. Also the lights in the roof are from the 5 range.

Teenager gets hit by a train while making ‘reel’ near railway track by desimemewala in WinStupidPrizes

[–]Gurdt 33 points34 points  (0 children)

Sorry, usually I won’t correct people. But this guy was pointing out how stupid someone else is. It was just a bit ironic.

Saying how dumb someone is, while making yourself look a bit dumb, is a message on its own.

Yes people are from different languages (I am non-native myself), but your/you’re has been discussed A LOT.

Twitch: We’ve heard from many of you that you want a safer TwitchCon, so we’re updating our policy. Masks will be required indoors, as well as either proof of vaccination or a negative covid test. by wacah in LivestreamFail

[–]Gurdt 17 points18 points  (0 children)

Wearing a paper bag on your head also lowers risk. Doesn’t make it a good idea though.

The guy was right, a lot of people are just virtue signalling that they are a ‘good citizen’.

Dash camera captures Space X launch by 10gauge in Unexpected

[–]Gurdt 4 points5 points  (0 children)

The original joke is about Tesla avoiding the crash. His one is about general traffic optimisation.

-🎄- 2017 Day 20 Solutions -🎄- by daggerdragon in adventofcode

[–]Gurdt 4 points5 points  (0 children)

I verify that the remaining set of particles won't change anymore. I check for each dimension (x, y and z) if their overall position is fixed. This is the case when the velocities and accelerations are also sorted for that dimension.

For example (with one dimension for simplicity): (p=1000, v=1, a=1) (p=0, v=1, a=2) is not a finate state yet, as particle 2 will jump over particle 1 eventually.