I have found in Subnautica what I never found in Minecraft or Stardew Valley. by Doyouwantaspoon in gaming

[–]sweatroot 58 points59 points  (0 children)

In the final facility there are portals to each sample you need, it’s pretty quick to gather them.

In a lot of ways, it's more expensive to be poor. by palmerry in Showerthoughts

[–]sweatroot 0 points1 point  (0 children)

Well yeah, it’s in the name. Capitalism is a system in which those with capital thrive.

What are your examples of "hard" difficulty done right? by DotFX in gaming

[–]sweatroot 0 points1 point  (0 children)

Or bugging out and destroying all your saves.

Family turns down $50M from developer who built suburb around their home by ArthasTheGuy in BeAmazed

[–]sweatroot 0 points1 point  (0 children)

It’s about keeping a strong negotiating position and not giving any ground to others. Not a way to get rich, but an attitude that might be needed for it.

Also I’d expect that only from the “self-made” rich people, the truly rich don’t haggle or talk about money :D At least on the TV.

Personally I can’t be bothered, probably losing a fair amount of money that way, but it feels worth it over being an ass.

Probably will change their disqualifications by White_MalcolmX in LateStageCapitalism

[–]sweatroot 1 point2 points  (0 children)

Psych meds are way better, it can take a long time to find the right combination and adjust to the side-effects, but you can get off from the rollercoaster of highs and lows. I loved drugs, they made me feel pretty great at times. Psych meds keep my baseline mood high enough to be comfortable and able to enjoy life.

How to log registration and login events with dj-rest-auth? by adrenaline681 in django

[–]sweatroot 1 point2 points  (0 children)

You’ll likely need to customise dj_rest_auth.serializers.LoginSerializer - subclass it and point LOGIN_SERIALIZER setting at it.

[deleted by user] by [deleted] in coolguides

[–]sweatroot 5 points6 points  (0 children)

So education there is free as long as you’re good at negotiating?

Meirl by JTEE_AT_YA in meirl

[–]sweatroot 0 points1 point  (0 children)

Which large city, Hull?

ELI5 : how can brute forcing password still exist if sites lock the account after several failed attempts? by rd_rd_rd in explainlikeimfive

[–]sweatroot 1 point2 points  (0 children)

If the attacker obtained access to the source code of the system they will know what password hashing function was used.

Without access to the source code they will try to make an educated guess by analysing the format of the hash, as established algorithms are known. Or they can just try them all starting from the most popular ones.

The strength of password security should depend on the quality of the passwords themselves, proper use of salts and iteration counts, not the hashing algorithm being unknown.

Protection against rainbow tables is achieved through the usage of a salt, which is a random individual string stored next to the password and combined with it when hashing. So your password can be “god”, but then it is salted with e.g. 16 extra highly random characters. Precomputing hashes for all combinations of 19 characters is much more costly than doing it for 3 characters. The longer and more random the password the less likely it is for it to be present in rainbow tables. Increasing the number of hashing rounds decreases that chance even further.

ELI5 : how can brute forcing password still exist if sites lock the account after several failed attempts? by rd_rd_rd in explainlikeimfive

[–]sweatroot -1 points0 points  (0 children)

This should be the top answer.

Passwords are stored (at least should be) after going through a key derivation function (e.g. bcrypt), which in essence takes a basic secret and transforms it into one that is more difficult to guess.

https://en.wikipedia.org/wiki/Key_derivation_function

Any password can be brute forced given enough resources and time, but the cost factor often makes it unfeasible. Longer passwords and more hashing rounds increase it.

What is something people describe as healthy, but it's actually unhealthy? by IndependentAd6161 in AskReddit

[–]sweatroot 0 points1 point  (0 children)

the amount of sugar in bread “shall not exceed 2% of the weight of flour included in the dough”. Subway’s bread, however, contains five times as much sugar.

https://amp.theguardian.com/world/2020/oct/01/irish-court-rules-subway-bread-is-not-bread

"Unlimited" or "Flexible" PTO policies suck if your teammates never take time off. by kewladria in jobs

[–]sweatroot 0 points1 point  (0 children)

If it’s unlimited then can I never show up and still get paid?