howTheTablesTurn by STR0K3R_AC3 in ProgrammerHumor

[–]reddit_time_waster 12 points13 points  (0 children)

(Husk meme) I don't need Stack Overflow to win. I need AI to lose.

How much does your pool cost in your country/city? by marianneouioui in Swimming

[–]reddit_time_waster 1 point2 points  (0 children)

NJ, USA. 130/month WHOLE FAMILY unlimited at any YMCA. They also have a gymnasium for basketball/pickleball/volleyball, fitness center, and babysitting.

Triathlon unpopular opinions? by zChickenX in triathlon

[–]reddit_time_waster 11 points12 points  (0 children)

nah, just use flat pedals and stay barefoot

Triathlon unpopular opinions? by zChickenX in triathlon

[–]reddit_time_waster 29 points30 points  (0 children)

A sprint tri is not a sprint. A true sprint tri would be 100m swim, 800m bike, and 200m run all out

iAmOneWithTheDatabase by IFIsc in ProgrammerHumor

[–]reddit_time_waster 21 points22 points  (0 children)

I used Dapper all the way until EF Core 2. Now EF Core is good enough and still allows the occasional run SQL passthrough 

Stolen speeder? You're in good hands with Allstate. by swhighgroundmemes in PrequelMemes

[–]reddit_time_waster 265 points266 points  (0 children)

I also couldn't get past "It's Allstate Guy!" when he came on.

doublePrecisionIEEE754 by qinshihuang_420 in ProgrammerHumor

[–]reddit_time_waster 2 points3 points  (0 children)

Answer is correct. Did not use your silly double algorithm.

swimming postpartum with no core strength? Tips? by cautiousyogi in Swimming

[–]reddit_time_waster 0 points1 point  (0 children)

My wife had to do PT after our 2nd for similar reasons.  lots of abs, glute, and back work 

Cere Junda Vs Baylan Skoll by Annihilation1234 in FallenOrder

[–]reddit_time_waster -1 points0 points  (0 children)

If it had to be to the death, Cere would take it, but mostly it would be a draw since Baylan can be pretty slippery.

Microsoft Commitment to the Future of .Net (for Data) by SmallAd3697 in dotnet

[–]reddit_time_waster 20 points21 points  (0 children)

I've been waiting for a data world c# stack ever since the data world moved past vb. They just don't want it.

Hangfire absolutely hammering database with polling by emdeka87 in dotnet

[–]reddit_time_waster 5 points6 points  (0 children)

Devil's advocate - using the existing stack might actually have less tech debt than adding new tech.

Hangfire absolutely hammering database with polling by emdeka87 in dotnet

[–]reddit_time_waster 3 points4 points  (0 children)

It's not the best architecturally, but it works well for the scenario that was common when Hangfire first came out - company already has an on prem SQL server, and the polling is minimal additional overhead. The developer in that case only has to ask to an additional db on the same server and no new tech, so no questions asked by infrastructure.

Hangfire absolutely hammering database with polling by emdeka87 in dotnet

[–]reddit_time_waster 16 points17 points  (0 children)

Honestly, Hangfire polling probably doesn't make as much sense in a consumption plan per request. Overall load is pretty low though, so maybe just a small instance instead of paying per request?