sus

joined 1 year ago
[–] [email protected] -2 points 3 hours ago (4 children)

fairly sure hezbollah has more than 2800 members

[–] [email protected] 1 points 4 days ago

if you can't connect to a vpn using only open source software, that's a crappy vpn

[–] [email protected] 14 points 4 days ago* (last edited 4 days ago)

importantly it's (hopefully) an ISP that operates from a less copyright-happy country and isn't tied down to tons of expensive infrastructure and long-term contracts

[–] [email protected] 1 points 2 weeks ago (1 children)

libertarians: "the increase in global quality of life is all because of capitalism!"

communists: "the increase in global quality of life is all because of communism!"

[–] [email protected] 7 points 3 weeks ago

90% of them were so bored

the remaining 10% however

[–] [email protected] 6 points 1 month ago* (last edited 1 month ago)

Most microplastics come from car tires and washing of clothing with plastic in them. (both abrade the plastic causing uncountable tiny pieces of microplastics to enter the water or the air)

Then there are a lot of places that dump plastic into rivers or the ocean instead of into landfills.

[–] [email protected] 40 points 1 month ago* (last edited 1 month ago) (1 children)

Rules of thumb can be very useful for a relatively inexperienced programmer, and once you understand why they exist you can choose to ignore them when they would get in the way. Clean Code is totally unhinged though

 
[–] [email protected] 2 points 1 month ago

the direct chain I can see is

"can you string words to form a valid RSA key"

"I would hope so, [xkcd about password strength]"

"words are the least secure way to generate random bytes"

"Good luck remembering random bytes. That infographic is about memorable passwords."

"You memorize your RSA keys?"

so between comments 2 and 3 and 4 I'd say it soundly went past the handcrafted RSA key stuff.

[–] [email protected] 2 points 1 month ago (2 children)

I think this specific chain of replies is talking about that actually.. though it is a pretty big tangent from the original post

[–] [email protected] 1 points 2 months ago* (last edited 1 month ago)

if you know there are exactly two additional characters

this is pretty much irrelevant, as the amount of passwords with n+1 random characters is going to be exponentially higher than ones with n random characters. Any decent password cracker is going to try the 30x smaller set before doing the bigger set

and you know they are at the end of the string

that knowledge is worth like 2 bits at most, unless the characters are in the middle of a word which is probably even harder to remember

if you know there are exactly two additional characters and you know they are at the end of the string, the first number is really slightly bigger (like 11 times)

even if you assume the random characters are chosen from a large set, say 256 characters, you'd still get the 4-word one as over 50 times more. Far more likely is that it's a regular human following one of those "you must have x numbers and y special characters" rules which would reduce it to something like 1234567890!?<^>@$%&+-() which is going to be less than 30 characters

and even if they end up roughly equal in quessing difficulty, it is still far easier to remember the 4 random words

[–] [email protected] 3 points 2 months ago (4 children)

you memorize the password required to decrypt whatever container your RSA key is in. Hopefully.

[–] [email protected] 1 points 2 months ago

and some people will try to just hold a key down until it reaches the length limit.. which is an even worse way to generate a password of that length

710
Reality check (programming.dev)
 
view more: next ›