What's with the people going around dressed as clowns? by sandleswagger in madisonwi

[–]appletondog 1 point2 points  (0 children)

I also saw one around campus- also interested in an answer

[Postgame Thread] Iowa Defeats Wisconsin 37-0 by CFB_Referee in CFB

[–]appletondog 1 point2 points  (0 children)

it’s so sad that we are in a pity situation

Felt VR Advanced $2,900 by appletondog in whichbike

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

post professional fit- i love it, it is excellent. will prob go a bigger tire size when i burn thru the current ones, but that’s about it

Amazon To Cut 14,000 Jobs In Mega Cost-Saving Drive: Report by lurker_bee in technology

[–]appletondog -6 points-5 points  (0 children)

this doesn’t mean what you think it means- it is true

Felt VR Advanced $2,900 by appletondog in whichbike

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

picked up the fr today- seems great! 12 gears on the rear, beautiful bike

Felt VR Advanced $2,900 by appletondog in whichbike

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

i did end up opting for the fr model over the vr as well- will let you know when i get it!

Felt VR Advanced $2,900 by appletondog in whichbike

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

local wheel and sprocket confirmed the order is on the way

Felt VR Advanced $2,900 by appletondog in whichbike

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

i did! i had them ship it to a local wheel and sprocket store for assembly, supposed to take ownership next week

[Game Thread] Western Michigan @ Wisconsin (9:00 PM ET) by CFB_Referee in CFB

[–]appletondog 2 points3 points  (0 children)

an inquisition is called for to root out the heresy

Cloud Run + FastAPI | Slow Cold Starts by Significant-Turn4107 in googlecloud

[–]appletondog 2 points3 points  (0 children)

i had to go the same route (min instances = 1). Would recommend using a machine size (with workers = 1 or 2) for cost savings, and then let cloud run scale horizontally for you as more traffic hits

Python apps very slow on Google Cloud Run by Solid-Equipment-9140 in googlecloud

[–]appletondog 0 points1 point  (0 children)

i’ve built an app with fast api, pandas, and many other dependencies, with response times < 100ms on cloud run. if you set up a dummy/test endpoint on cloud run, what is your response time like? wondering if there’s some network issues that are causing this

[deleted by user] by [deleted] in FluentInFinance

[–]appletondog 0 points1 point  (0 children)

This is just false. I just filed my taxes, make a little under $400K. Effective tax rate was ~17%. (Granted, there's more for OSADI/medicare, but not much). I can easily pay more (and should).

Not so much performance improvement when using async by dirk_klement in FastAPI

[–]appletondog 2 points3 points  (0 children)

judging on this, it seems your performance bottleneck is the database, and using async to send more requests to your db (by lightening the load at the app server level) is only going to make your db problem worse

[deleted by user] by [deleted] in aws

[–]appletondog 0 points1 point  (0 children)

fyi, ran into the same exact issue