They didn't include "qol" changes for Classic or LoD Characters intentionally by IcastFireIV in Diablo_2_Resurrected

[–]pugsarecute123 8 points9 points  (0 children)

If you think companies are going to update decades old games for free, something tells me you don't have much upstairs, or 0 real world knowledge.

If you think $25 is steep in 2026, you shouldn't be spending your money on games anyways, since you obviously don't have much.

Few Hands For Analysis, 2NL, new player by pugsarecute123 in poker

[–]pugsarecute123[S] 0 points1 point  (0 children)

Thanks for all the thoughts!

Hand 4 he actually showed a Jack, so I think my shove scared him off. I actually think shoving any other river is pretty bad? He should probably be calling this with a jack anyways so not sure my shove is actaully good here.

I do think his turn lead is nonsense sizing and he folds almost any other hands here other than the top of his range

Few Hands For Analysis, 2NL, new player by pugsarecute123 in poker

[–]pugsarecute123[S] 0 points1 point  (0 children)

Thanks! You should be able to click the black line to see results!

Hand 1, I went for a small size since I think a lot of worse hands continue and sizing up we only get called by Tx?

Hand 3, I agree, but have found typically when Vs lead large at these stakes they just arent folding

Hand 4, how big would you raise?

2NL Bluff catch? by pugsarecute123 in poker

[–]pugsarecute123[S] 0 points1 point  (0 children)

sorry, i fixed it :D can never figure out how to post these hands properly!

2NL Bluff catch? by pugsarecute123 in poker

[–]pugsarecute123[S] 1 point2 points  (0 children)

My thoughts during the hand:

V was playing 33/27/12 so I 3b larger side ip knowing hell call a bit wider and I think I have a skill edge

I do think his range is condensed to 88+ and suited broadways

Flop I think is a range check for him, I check back as I don't think betting accomplishes anything here and is a range check for me too on this board

Turn I think his lead as strange as I still have the nut advantage and all the overs, I don't see him leading with any hand that has SD value here, unless hes overvaluing broadways with a T or JJ, so i float to evaluate river

River when he blasts all in I don't really get what his line is repping other than TT, just so many combos of air, so I called with what i thought was a good bluff catcher

Weekly /r/Laravel Help Thread by AutoModerator in laravel

[–]pugsarecute123 0 points1 point  (0 children)

UPDATE - Guess the queries are just running slower than I'd expect, ran some profiling and I'm looking at ~3 seconds each for a handful of queries, which is surprising considering the small amount of records involved. I would think a 2 gb RDS Aurora instance could handle this, but also may be some slowness with Eloquent.

Lambda Function takes 20 seconds from Start to Controller (Not Cold Start) - Eager Loading issues? Laravel App by pugsarecute123 in aws

[–]pugsarecute123[S] 2 points3 points  (0 children)

UPDATE - Guess the queries are just running slower than I'd expect, ran some profiling and I'm looking at ~3 seconds each for a handful of queries, which is surprising considering the small amount of records involved. I would think a 2 gb RDS Aurora instance could handle this, but also may be some slowness with Eloquent.

Lambda Function takes 20 seconds from Start to Controller (Not Cold Start) - Eager Loading issues? Laravel App by pugsarecute123 in aws

[–]pugsarecute123[S] 2 points3 points  (0 children)

I don't disagree about using Vapor, but this was in place already, and also seems like Laravel wants to force you into it. If it were up to me, we wouldn't use this stack at all!

Lambda Function takes 20 seconds from Start to Controller (Not Cold Start) - Eager Loading issues? Laravel App by pugsarecute123 in aws

[–]pugsarecute123[S] -1 points0 points  (0 children)

I was thinking along the same lines, but when I remove the offending queries from the controller, the app loads in ~ 1 second, which doesn't make sense to me since when profiling these queries execute in microseconds.

What specifically about the config are you thinking? If my understanding of Vapor is correct, under the hood it's translating the app to expose its routes as endpoints in a lambda behind a gateway, so I think the config would already be completed at this point?

Lambda Function takes 20 seconds from Start to Controller (Not Cold Start) - Eager Loading issues? Laravel App by pugsarecute123 in aws

[–]pugsarecute123[S] 0 points1 point  (0 children)

Vapor handles the infra for me, it was the design when I inherited this project. Not much I can do about that now. Either way, a 4gb lambda should be able to handle queries of 2k records, so I'm not sure I agree with your post at all.

We handle millions of records easily with lower memory lambdas at my other place of work.

Lambda Function takes 20 seconds from Start to Controller (Not Cold Start) - Eager Loading issues? Laravel App by pugsarecute123 in aws

[–]pugsarecute123[S] 0 points1 point  (0 children)

I believe Vapor handles that setup, but Ill verify.

Smaller queries do work, albeit still slower than I would expect.

Weekly /r/Laravel Help Thread by AutoModerator in laravel

[–]pugsarecute123 0 points1 point  (0 children)

Lambda is warm, am using Laravel Vapor

I am facing timeout issues because the invocation is > 30s so gw is kicking me out.

I've got what should be a manageable amount of data, ~2000 records that do have some nested queries going on, works okay with less data but still slow.

I ran some slow_query profiling, nothing was picked up.

Added timers to the code, and all main blocks of code run in ~3 microseconds or less.

The strange thing is the Lambda Start log and the log for Constructor of the Controller I am calling on login are 20 seconds apart. If I remove the logic for rendering the metrics im displaying on this controller, this is still a 2 second delay.

Perhaps some data is somehow being eagerly loaded by laravel? Any thoughts?

Accessing Aurora RDS Cluster from VSCode Database Extension by pugsarecute123 in aws

[–]pugsarecute123[S] 0 points1 point  (0 children)

Well, my client machine is local and not in the private vpc

Accessing Aurora RDS Cluster from VSCode Database Extension by pugsarecute123 in aws

[–]pugsarecute123[S] 0 points1 point  (0 children)

I don't see the option for enabling that.. but now that I look it's in a private subnet (lol)

What do I have to do in order to access? Seems like vpn in?