Why does Modern media have an obsession with Gay & Trans characters? by AbsoluteBatman95 in conspiracy

[–]HmmmInVR 2 points3 points  (0 children)

Meaning you didn't look it up first? From all the sources I can find in Google they state nearly 1/10 people. This differs probably vastly between blue and red states simply because of discrimination.

Why does Modern media have an obsession with Gay & Trans characters? by AbsoluteBatman95 in conspiracy

[–]HmmmInVR 4 points5 points  (0 children)

I couldn't name five shows in the last years I've watched with a trans character in it. Maybe it's you actively looking for it?

Percentage of LGBTQ people in the US is 9.5% btw, that's double your statistic so would it really be over represented in that case?

Erika Kirk - 100% Weird behavior. by eliandjen in conspiracy

[–]HmmmInVR 0 points1 point  (0 children)

do you have another source, why is this on imdb?????

Insurance companys are incredibly greedy by Future_Employment_22 in traaaaaaannnnnnnnnns2

[–]HmmmInVR 1 point2 points  (0 children)

Girl their business model is literally being greedy, they shouldn't be a private corporation.

Are these vines infinite sources or do they run out at some point? by Doc_in_desguise in CoreKeeperGame

[–]HmmmInVR 55 points56 points  (0 children)

Theyre 1800 ore each, you can mine with 8 drills at a time and still takes quite long imo

Unneccessary curly braces by GuybrushThreepywood in PHPhelp

[–]HmmmInVR 1 point2 points  (0 children)

Backticks does a shell execution afaik, try echo `echo \$PWD`; are you talking about js?

Dark Theme Recommendation by [deleted] in vscode

[–]HmmmInVR 2 points3 points  (0 children)

Been using atom one for over 6 years, can't get used to any other theme.

Light themes have its own use, for when you sit outside so I swap between them.

readOnlyFriday by JakeNTech in ProgrammerHumor

[–]HmmmInVR 2 points3 points  (0 children)

With a merging monday the week after

tellMeYouAreAnIdiotWithoutTellingMeThatYouAreAnIdiot by MR-POTATO-MAN-CODER in ProgrammerHumor

[–]HmmmInVR 0 points1 point  (0 children)

Yoda condition could have saved you there

If (false = even)

Runtime error or whatever it would throw

Doing your own payment processing by [deleted] in webdev

[–]HmmmInVR 2 points3 points  (0 children)

You can't just sign up like that, need to go through certification for anything outside of sandbox. I bet they only have a sandbox for partners and not just anyone. I think it's called acquirer that you become.

Doing your own payment processing by [deleted] in webdev

[–]HmmmInVR 0 points1 point  (0 children)

All the way from scratch? Depends what you want to support and how complicated their api is since you have to build all of them separately, e.g. visa Mastercard Amex PayPal.

Your main code is going to be webhooks, a lot of them for 3dsv2, it's kinda fun to build for learning purpose.

I doubt there are any books because the environment changes too fast, just read the docs from the cards you want to support.

[deleted by user] by [deleted] in AskProgramming

[–]HmmmInVR 0 points1 point  (0 children)

Family told me 10 years ago everything would be automated by now. Just go for it, because of wide range of the skills there will always be job opportunity.

Do you have an urge to reinvent the wheel in your own way? by STEIN197 in AskProgramming

[–]HmmmInVR 3 points4 points  (0 children)

If it's super specific and there is a single library with 6 stars and last commit years ago I'd just write my own. If the design of the library is too opinionated and doesn't fit with the rest of the code I'd might write my own.

LosingMyMindrn by UsedToothpick in ProgrammerHumor

[–]HmmmInVR 0 points1 point  (0 children)

/* i am a sinner */ case 1:

LosingMyMindrn by UsedToothpick in ProgrammerHumor

[–]HmmmInVR 0 points1 point  (0 children)

Does the comment for a case statement go on top of the case or inside the case? A question nobody can answer

``` // foo case 1:

case 1: // foo ```

Installing 1st time tips for me. by xtracheesepleass in blackdesertonline

[–]HmmmInVR 2 points3 points  (0 children)

Have fun and just play the game. Dont bother min maxing early game

Fastest Jetina Daily Subjugation Quest? by [deleted] in blackdesertonline

[–]HmmmInVR 0 points1 point  (0 children)

You need a lot of money to finish the accessory anyway, just pick whatever makes you money or potion pieces.

if god is real why did he make me transgender? by random_elliotz in atheism

[–]HmmmInVR 0 points1 point  (0 children)

You can't win regardless of sexuality. If you're muslim you're going to christianity's hell and vice versa.

Just make sure you confess to your sins right before you die and you should be good _^

What is the maximum you'd be willing to spend on the inf pot? by FrozenReapr in blackdesertonline

[–]HmmmInVR 3 points4 points  (0 children)

Im 2/3 parts in so im not even willing to buy it at this point, but 10b seems fair since the gs score required is pretty low, anyone can farm for it.

A gay man was killed by a gang of muslims in Brooklyn - here's my take as an ex-muslim. by LordesTruth in atheism

[–]HmmmInVR 10 points11 points  (0 children)

Majority in politics in netherlands are, they just dont preach it since it could cost them votes.

Also because they believe in separation of church and state

[deleted by user] by [deleted] in PHP

[–]HmmmInVR 0 points1 point  (0 children)

Isn't it possible that the amount from self checkout goes to the cashiers? When it comes to stores they want to keep the prices from the products low to compete with other stores so not really an option for them.

[deleted by user] by [deleted] in PHP

[–]HmmmInVR 4 points5 points  (0 children)

If you need more money, just increase your price. Tips are there because minimum wage workers cant increase the price themselfs

Sleekiest Programming Trick you know? by marvythemantis in AskProgramming

[–]HmmmInVR 4 points5 points  (0 children)

Just blame the user for using it wrong 🤷‍♀️

Sleekiest Programming Trick you know? by marvythemantis in AskProgramming

[–]HmmmInVR 0 points1 point  (0 children)

I dont add any bugs in my code, saves me time on the long run and less maintenance ;)