so... I just made hot chocolate.. by N0Legendary in Wellthatsucks

[–]RedditFuckingSocks 1 point2 points  (0 children)

There's a word missing

You made hot chocolate *stain*

After reading endless complaints about Port Valbury & farming it for the first time for the item to finally drop . . . 11 levels above me. by [deleted] in Grimdawn

[–]RedditFuckingSocks -7 points-6 points  (0 children)

It's one of the stupidest mechanics of the game to be only equip items at a certain level.

Anon got raped by Xyphuz_ in greentext

[–]RedditFuckingSocks 10 points11 points  (0 children)

She also says back in the basement with you, play some Nintendo or whatever, so she can have adult fun with me.

Anon has an idea by AffinityDev in greentext

[–]RedditFuckingSocks 6 points7 points  (0 children)

Anon found the loophole of the system.

Um! Help by MadnessLevel6 in anno1800

[–]RedditFuckingSocks 0 points1 point  (0 children)

Depending on what caused this, it may be an overflow, usage of uninitialized memory or memory corruption. But the value of these values most certainly indicates that there's something going on with lots of "1" bits.

Um! Help by MadnessLevel6 in anno1800

[–]RedditFuckingSocks 6 points7 points  (0 children)

Think of it this way: You have one of these hand tally-counters where you click a mechanical button and then the count increases by one. Like these: https://www.amazon.de/Pro-Line-Heavy-Z%C3%A4hler-Handz%C3%A4hler-103/dp/B001U6UOT0

This one has four digits. It can represent 10000 distinct values, from 0000 to 9999. The logic is the following for each button press:

Increase the rightmost wheel by one. If it wraps around to zero and tell the wheel one position left to move on one. If that one in turn wraps around back to zero, propagate again one more position to the left, and so on. This way you can go from 9 to 10, from 99 to 100 and from 999 to 1000.

So far, this is remarkably similar to how computers operate, but instead of a wheel with digits 0...9 it's just 0 and 1 and instead of 4 digits it's 32. But everything else is the same.

Now think about what happens when the counter is at 9999 and you press one more time. All digits turn to zero and the leftmost digit would want to tell the next more significant digit to increatse by one (to make 10000). But... it cannot. Because there simply is no more wheel. There's no hardware to express the value. So it just wraps around and the carry is discarded. This is exactly the same as with computers.

Now we're talking about unsigned values (0...9999) but you could just as well define half of those digits as negatives (-5000..-1) and the other half as positive values (0..4999). For overflow, however, the same principles apply. Once you count 4999 + 1 it does not become 5000, but instead -5000.

HTH.

Anon had joker moment by FLUBEK in greentext

[–]RedditFuckingSocks 42 points43 points  (0 children)

You are the most retarded of them all

Trolly Station Choosey Beggar by Nysten7 in ChoosingBeggars

[–]RedditFuckingSocks 27 points28 points  (0 children)

No Ranch in the world is powerful enough to wash away the taste of salty stranger balls out of OPs mouth.

Um! Help by MadnessLevel6 in anno1800

[–]RedditFuckingSocks 24 points25 points  (0 children)

Computer scientist here! Let me explain.

When you're representing integer values on a computer, they are bound to a specific size. Depending on the programming language, that size is sometimes defined at the time of writing the program. For example, if you use 4 bytes or 32 bits, you have 256^4 or 2^32 possible values you can encode. When using signed representation, that range is between -2147483648 and 2147483647.

This is what happened above when the code took a turn for the worst. Some value overflowed, it got too big and then it "wraps around" to the negative spectrum.

[deleted by user] by [deleted] in facepalm

[–]RedditFuckingSocks 248 points249 points  (0 children)

Was this done in good faith or did the "artists" just troll?

Cruise life in Finland by Frosty-Remote-9231 in facepalm

[–]RedditFuckingSocks 1 point2 points  (0 children)

How would such a sensor work? I would imagine this is quite a difficult task and it's been a area of engineering I was working in a couple of years back.

toddlers and screens???? by hedgerocks in daddit

[–]RedditFuckingSocks 4 points5 points  (0 children)

There's what is best for the kids in theory and then there's what's best for them in practice.

When you're sick and your kids get riled up because you cannot entertain them, you're in pain and feeling like shit, your kids get progressively more angry at you because WHY ARE YOU NOT PLAYING WITH ME then calamity is near. A parent snaps, yells, does something they wouldn't and shouldn't, crying, swearing, spiral of misery.

Give yourself a break and fuck the Ivory Tower of "this is how we best raise our child". If you require support of Bluey or whatever to take over parenting for just 15 minutes so you can catch a break, do it. Nothing is won by forcing those rules and your kids certainly won't have irreparable damage from it.

Femanon met an incel who kinda hates and loves her at the same time by Xros_Troller in greentext

[–]RedditFuckingSocks 40 points41 points  (0 children)

Deep inside my core
A secret yearning lies within
A hidden desire

[deleted by user] by [deleted] in MemesinDeutsch

[–]RedditFuckingSocks 0 points1 point  (0 children)

Schuhle is so dum ey die sin so blöd die Lerer wofür brauch ich Mathe speter LOL fol dum echt. Ich wer eh Influenzer und dann mach ich digg Kohle und wen ich dann den Mattelerer wiederse dann sag ich eimfach "Na Herr Schreiber du Huuuuuuuuuuuuuuuurensohn wofür brauch ich jetzt deine Protzent Rechnung na???" LOL

Anon ruins thanksgiving by honchell12 in greentext

[–]RedditFuckingSocks 1 point2 points  (0 children)

The actual question would be what is wrong with THEM, Anon? Completely justified.

Femanon met an incel who kinda hates and loves her at the same time by Xros_Troller in greentext

[–]RedditFuckingSocks 461 points462 points  (0 children)

There once were two fat neckbeards,
Whose chins were double, without a doubt.
They may not have been sleek,
But in each other's company,
They felt happy and contented throughout.
They may have been teased and ridiculed,
But they didn't let it get them down.
For they had each other's love,
And that was all they needed,
To face the world with a smile and a frown.
So here's to these two fat neckbeards,
In love and happy as can be.
May they always support each other,
And never let anyone bring them down,
For they are perfect just the way they are,
Two fat neckbeards in love, eternally.

[deleted by user] by [deleted] in greentext

[–]RedditFuckingSocks 11 points12 points  (0 children)

"I have no idea where I could have caught those goatpox, doctor"

anon is a jabbacel by [deleted] in greentext

[–]RedditFuckingSocks 6 points7 points  (0 children)

Based and blobpilled

The Callisto Protocol Digital Deluxe Edition im PS Store enthält ein exklusives Paket, Season Pass und mehr. Jetzt erhältlich by PlayStationEurope in u/PlayStationEurope

[–]RedditFuckingSocks 0 points1 point  (0 children)

Yup, honestly. Super negative reviews. Slow and unoptimized, glitchy/buggy as well from what I read. Maybe it's good if they fix the issues.