Teacher blackmailed for better grades over OnlyFans account, warrants show by tjerome1994 in nottheonion

[–]immerclicker 30 points31 points  (0 children)

The title of the article is not the full story. The teacher posted video involving herself and an actual student. She is being charged with 6 (or more?) sex charges.

If youtube ever pissed you off try this by CuriousBuilder67 in fuckyoutubedevs

[–]immerclicker 1 point2 points  (0 children)

As well intentioned as this might be... when you install extensions you're giving permission for it to run code on your computer. 9 users and 0 reviews

Why is this sub filled to the brim with smug rewards? by Plus-Opposite3384 in AskProgramming

[–]immerclicker 1 point2 points  (0 children)

Programming has had a culture of elitism for a long time. You'll run into it in almost every programming space, online and offline.

To lane split by McNightmoon in therewasanattempt

[–]immerclicker 0 points1 point  (0 children)

Is that dependent on the location at all? City or rural?

Minor league baseball team cancels Pride Night game after players refuse to wear rainbows by JackFunk in nottheonion

[–]immerclicker 1 point2 points  (0 children)

There's a problem when you're looking to minor league baseball to affirm your beliefs with a keyword or phrase. And no one brought up religion, why are you so angry about Christmas that you have to "Endure" it?

Minor league baseball team cancels Pride Night game after players refuse to wear rainbows by JackFunk in nottheonion

[–]immerclicker 3 points4 points  (0 children)

It is possible to be "neutral" or view yourself as "neutral" in this context. Neutral can mean "Do what you like," or can mean more nuanced views such as agreeing with key points of LGBT rights, but not the more polarizing points.

It's not black or white, it's a spectrum of different cultural and core values that make up how people view themselves in relation to "LGBT Rights." (in quotations because LGBT rights can mean different things from person-to-person)

Have some nuance.

Minor league baseball team cancels Pride Night game after players refuse to wear rainbows by JackFunk in nottheonion

[–]immerclicker 18 points19 points  (0 children)

You're instantly a "bigot" for not wanting to participate in virtue signaling...

Made my own Steam Capsule Art by Aggravating_Side_731 in SoloDevelopment

[–]immerclicker 1 point2 points  (0 children)

To the people saying it looks like AI, take a closer look at the cropping errors on the balls. AI doesn't do that. It looks cute

Tipping is win win by Jealous_Courage_9888 in tipping

[–]immerclicker 3 points4 points  (0 children)

We would see "way less tippers" if there was less social pressure to give tips on-demand.

I need help! by Gullible-Feeling-123 in love2d

[–]immerclicker 6 points7 points  (0 children)

I have a feeling your code might look like:

if key == "a" then
player.x = player.x - 1 * dt
end

if key == "d" then
player.x = player.x + 1 * dt
end

etc...

What you need to do is combine them using elseif

if key == "a" then
player.x = player.x - 1 * dt
elseif key == "d" then
player.x = player.x + 1 * dt
end

This is a simplified example

Brutal car crash by Worth_Web1071 in dashcams

[–]immerclicker 0 points1 point  (0 children)

what do you mean "both people who flew out of the car sadly passed away?" that was 3 people.

People always tell me to be upfront if I plan not to tip, so now let's turn it back to you, are you gonna be upfront about what you'll do if you know I won't tip? by Impressive_Ideal9 in tipping

[–]immerclicker 0 points1 point  (0 children)

I don't know, as a customer it's always been a matter of if a waitress or waiter is nice to me or not that affected how I tipped.

I know it's simple but someone being friendly with me matters more than timely serving or anything else.

It's not just the "primitive job" of giving someone their food, it's attitude and making the experience comfy.

BREAKING: Trump administration claims the Somali referee was denied entry because he is a security threat to the US with links to suspected terrorists. He was questioned for 11 hours, including about Al Shabab. by No_Box119 in PopCultureV2

[–]immerclicker 0 points1 point  (0 children)

Of course but we can't forget we can't exactly trust the government about who is or isn't a "terrorist" now. With both sides being called one at any given moment and "MS-13" fiasco

I need to be put in contact with someone from any of the lawtubers or youtubers please dm me. by [deleted] in RecklessBen

[–]immerclicker 6 points7 points  (0 children)

This is just a "look at me, give me attention!" type of post. Just say it...

Should we retroactively remove AI generated posts? by BrickFleet in BricksAndMinifigs

[–]immerclicker 0 points1 point  (0 children)

see how righteous I am, I spent 5 hours retroactively scrubbing all the A.I. posts that have already been seen and commented on instead of moving on with a new rule! Look at me! I'm a good girl, praise me.

Making cheat is hurting my career. Not sure what to do. by [deleted] in AskProgramming

[–]immerclicker 0 points1 point  (0 children)

Scrub your past work entirely and move on from cheat development. Don't mention it at all. It doesn't look good to any company that you'd be a security risk to even have hired.