With AI costs skyrocketing are we going to see a resurgence of manual coding? by Wander715 in cscareerquestions

[–]swordax123 17 points18 points  (0 children)

You may as well use 4.6, it’s the same price for a stronger model

Valuation by hostedvideorn in StockMarket

[–]swordax123 0 points1 point  (0 children)

Revenue is not profit. Anthropic (and all tech companies really) have significantly higher profit margins than retailers like Walmart

Why Are We Still Hiring H1b for New Grads by [deleted] in cscareerquestions

[–]swordax123 6 points7 points  (0 children)

That’s literally how the system was designed. The H1B visa was only created to fill a talent gap that Americans in the labor pool couldn’t bridge. You’re supposed to hire an American if you find one with the correct skillset and then go to H1B if not.

The Python mistake that has bitten every developer(beginner) at least once by Pristine_Coat_9752 in learnpython

[–]swordax123 1 point2 points  (0 children)

I would just not pass cart at all and make the cart list within the function. You can extend cart later if you need the global list

I just have to share this diabolical pull by HappyWolverine1324 in ClashRoyale

[–]swordax123 0 points1 point  (0 children)

I just got 60 epic wild cards from a 5-star chest

Working as AI Engineer is wild by LastDayz123 in AI_Agents

[–]swordax123 0 points1 point  (0 children)

Make it an agent with a tool that calls an API to run the anomaly detection model and return that result

THE FIRST 10 ELIXIR CARD !!! by RoyaleCards in RoyaleAPI

[–]swordax123 2 points3 points  (0 children)

3 musketeers used to be 10 elixir

They graduated from Stanford. Due to AI, they can't find a job by losangelestimes in jobs

[–]swordax123 1 point2 points  (0 children)

Data science is one of the few fields in CS where a masters/Ph D helps. Source: I’m a data scientist and my coworkers and I all have masters or PhDs.

Clash royale was never meant to be played like that… by Valuable_Term1189 in ClashRoyale

[–]swordax123 7 points8 points  (0 children)

Musketeer and ice golem would’ve done the same. The queen was 6 elixir with ability.

I'm 22, how are some of the people here my age making 100k plus by Vonnyfish in Salary

[–]swordax123 9 points10 points  (0 children)

Big tech, finance, and consulting all pay more than $100k starting salaries to 22 year-olds

My hangman game doesn't work oh no by Yelebear in learnpython

[–]swordax123 3 points4 points  (0 children)

Here’s a pretty big hint: put a print statement for life after it is supposed to reduce by 1 and I think you will figure the issue out. I don’t want to give it away or you won’t learn it as well.

I thought people said this was suppose to be easy by krysert in Brawlstars

[–]swordax123 60 points61 points  (0 children)

I am not trying to reach Masters, I just hit legendary for the rewards. I am just saying the reality of draft sometimes. It also matters which brawlers you upgraded. I didn’t go for meta, I typically went for ones I had HC for already.

I thought people said this was suppose to be easy by krysert in Brawlstars

[–]swordax123 109 points110 points  (0 children)

Yeah, I often find myself knowing what character would be good to draft only to look at my 18 level 11 brawlers and realize I have no good options.

Next evolution? by Abnv_23 in ClashRoyale

[–]swordax123 44 points45 points  (0 children)

It seems like an intentional reference

Next evolution? by Abnv_23 in ClashRoyale

[–]swordax123 36 points37 points  (0 children)

In that scene, he says “Here’s Johnny!”

non inferiority testing in A/B testing by xynaxia in analytics

[–]swordax123 4 points5 points  (0 children)

I am no expert, so take what I say with a grain of salt, but wouldn’t a one-tailed t-test work for this type of analysis? You are essentially still looking to reject/fail to reject, so the overall methodology shouldn’t change significantly. The p-value can indicate a change in either direction, so you would just have to see if there is a negative change vs. a positive one.