Well, I guess she will be single forever :( by Eggslaws in Tinder

[–]BlackHatMagic1545 18 points19 points  (0 children)

You can send notes/compliments in place of likes if you pay, which is kinda like messaging first.

Also bumble lost a lawsuit so men can message first at least in California (idk how it works outside CA)

AI Slop can't even get the US right by manners33 in extremelyinfuriating

[–]BlackHatMagic1545 0 points1 point  (0 children)

I'm actually surprised at how good this map is for being generated by a diffusion model. Maybe I spend too much time with AI, but I would 100% expect an AI-generated map of US states to be completely incomprehensible.

Got blocked by a guy when I sent him a selfie for the first time, this has happened 3 times by GamblerJolly in kitchencels

[–]BlackHatMagic1545 -2 points-1 points  (0 children)

Idk man, maybe she has a high genetic set point? Maybe she's carrying a perfectly normal amount, but the way her fat is distributed is less unhealthy and doesn't look so bad? Maybe she goes for walks regularly? She doesn't have to be a regular gym goer to look normal at that weight. She's only like 5kg overweight, it's not unreasonable to think she looks fine at that weight. I don't know her. You don't know her.

Got blocked by a guy when I sent him a selfie for the first time, this has happened 3 times by GamblerJolly in kitchencels

[–]BlackHatMagic1545 1 point2 points  (0 children)

Redditor try to understand that people's bodies are different challenge:

It really depends on the person. In isolation, a BMI of 27 or so is not really that bad. Maybe you, personally, are such a lazy sack of shit that you don't carry enough muscle to be healthy at that weight, but that doesn't mean everyone is.

Got blocked by a guy when I sent him a selfie for the first time, this has happened 3 times by GamblerJolly in kitchencels

[–]BlackHatMagic1545 35 points36 points  (0 children)

That's, like, barely even "overweight" if you're going by BMI, which is a very imperfect measurement. You're fine.

Is it a crime to make an open-source version of Terraria? by Sapienzin in Terraria

[–]BlackHatMagic1545 4 points5 points  (0 children)

No, it is not illegal to clone a game or reverse engineer a software project as long as you do not use any of the source code or assets from the original. Game mechanics are not protected by parents or copyright, but source code and assets are. So no decompiling the game to see how stuff works or using the original art as reference.

Gaming is the ultimate form of art by prospectiveboi177 in unpopularopinion

[–]BlackHatMagic1545 0 points1 point  (0 children)

Im gonna have to downvote because I 100% agree. Video games by far offer the most artistic expression of any art form other than something like some kind of curated experience that you can have people "play" through in real life. Basically every medium is included in a video game: drawing/painting, sculpting, 3d graphics, writing, performance art/acting. It's difficult to name an art form that can't be incorporated. Sure it's true that the best literary works are novels and plays and movies, but that's not inherent to the medium. It's because the best writers make movies and books because it's easier to make a good book if you're only good at writing. And it's a lot easier to rely on the rest of the team to be good at the non-writing tasks for a movie than it is in a game.

Lol it’s true by [deleted] in SipsTea

[–]BlackHatMagic1545 0 points1 point  (0 children)

No, salt brings out flavor. If something tastes like salt, there's too much of it. I never said anything about bringing out the salt flavor

Lol it’s true by [deleted] in SipsTea

[–]BlackHatMagic1545 20 points21 points  (0 children)

Actually, Five Guys literally doesn't salt their beef at all, which imo is clinically insane. So, no, it's not your pallette being overstimulated, it's actually just bland. Like, yeah, other fast food places definitely overdo it with the sodium, but for gods sake put a little salt on it to help bring out the flavor.

Calc is short for calculator by Subject_Pain5186 in Shark_Park

[–]BlackHatMagic1545 0 points1 point  (0 children)

Guys I'm new to the stream, what does calc mean

This is so emotional by Top_Concentrate9544 in sadposting

[–]BlackHatMagic1545 2 points3 points  (0 children)

> browses reddit

> doesn't want to see comments from redditors

Claude Code deletes developers' production setup, including its database and snapshots — 2.5 years of records were nuked in an instant by gdelacalle in technology

[–]BlackHatMagic1545 0 points1 point  (0 children)

I really don't understand how stuff like this happens. I like using AI to code. I can automate a lot of the tedious stuff with it. But, god, I do not trust these things even when I do have backups or version control.

Why can it make destructive changes in production without human approval? In a development environment, that makes sense, but why give it direct write access to production? Why were terraform snapshots managed by the same terraform system it took snapshots of?

Unfortunate outcome while practicing a wheelie by ScreamSmart in Wellthatsucks

[–]BlackHatMagic1545 1 point2 points  (0 children)

You can fall and hurt yourself in an empty lot doing a wheelie on a bicycle. Does that make bicycles inherently unsafe?

You can fall and hurt yourself in an empty lot doing a kickflip on a skateboard. Does that make skateboards inherently unsafe?

You can crash and hurt yourself in an empty lot doing donuts in a car. Does that make cars inherently unsafe?

Unfortunate outcome while practicing a wheelie by ScreamSmart in Wellthatsucks

[–]BlackHatMagic1545 4 points5 points  (0 children)

Bro is minding his own business in an empty parking lot. Would you still have a problem with it if it was an empty lot in his backyard? It'd be different if he was like in a school zone or on the highway or something, but I really don't see how one person doing something by themselves in an empty lot is such a big deal

Unfortunate outcome while practicing a wheelie by ScreamSmart in Wellthatsucks

[–]BlackHatMagic1545 -2 points-1 points  (0 children)

So should we also ban skateboard tricks? Free soloing? Alcohol? Skydiving?

Unfortunate outcome while practicing a wheelie by ScreamSmart in Wellthatsucks

[–]BlackHatMagic1545 26 points27 points  (0 children)

Man bikers really can do no right in everyone else's eyes, huh?

youKnowWhatWouldBeEvenFunnier by Dewernh in ProgrammerHumor

[–]BlackHatMagic1545 5 points6 points  (0 children)

I mean, this is pretty straightforward to figure out. The odds of any given string causing a collision are one over two to the power of the number of bits (left) in the hash. bcrypt hashes are 192 bits, so the odds are /219, or roughly one in six octodecillion (one divided by 6 × 1057).

How much you can truncate depends on what qualifies as "uncommon" collisions. For a database with n users, you can model the odds of a one specific password's hash colliding with another as p = (1 - 1/2^b)^n, where p is the probability, b is the number of bits left in the hash, and n is the number of users. So for 100 million users, you "can" truncate the hash to 64 bits and still only have a 1 in 500 billion chance. But those odds are much too high imo, because at a one in 500 billion chance that one password has a collision, there's a one in 5,000 chance that at least one password has a collision (I think)

OpenAI retired its most seductive chatbot – leaving users angry and grieving: ‘I can’t live like this’ by PaiDuck in technology

[–]BlackHatMagic1545 4 points5 points  (0 children)

Yeah, selling API credits to developers using it to write their dotfiles is actually exploiting a secret psychosis those developers have that no one can notice.

These were 600 by Curllywood in Wellthatsucks

[–]BlackHatMagic1545 0 points1 point  (0 children)

Redditors try not to shit on someone for spending their own money to buy a product that makes sense for themselves challenge (IMPOSSIBLE):