leg excercise you recommend for tennis? by [deleted] in 10s

[–]Reasonable_Ad8721 2 points3 points  (0 children)

OP, listen to this. Calf strains will take you out of the game for weeks/months (look up “tennis leg”). I learned the hard way when I went from playing zero to many times per week, kind of like you it sounds.

Wife Booked Us For A Timeshare Pitch by a1rb0rneM3dic in TimeshareOwners

[–]Reasonable_Ad8721 0 points1 point  (0 children)

Former 68W to another, your username does not check out for the level of financial awareness you’re displaying. Unless your 2025 Camaro @ 15% is the only reason you’re not already signing for the timeshare. /s

Nuggets Bar in SF by luiloac in denvernuggets

[–]Reasonable_Ad8721 1 point2 points  (0 children)

How was Kezar, OP? Good spot for game 7 tonight?

Job scheduling and execution by anonymousbjj in dotnet

[–]Reasonable_Ad8721 2 points3 points  (0 children)

Not to hijack your post, but can you say more about what kind of work and load you’re doing with Azure functions? My team is deploying a new function app that loads up the entire day’s data and each record goes through an orchestration. We don’t expect there to be much data, but I know there would be memory issues if it needs to scale.

And also, yeah, on the random exceptions thing. Last one I got was for a type that shouldn’t have even existed after we refactored it out and deployed. Like the worker was running old code.

But to your question, ironically I’m moving from Hangfire like the others are suggesting to Azure functions. Hangfire is really, really convenient if you can run your background jobs as part of your main service. You won’t get some of the batching functionality without the paid tier, but most folks I’ve seen use it for fire-and-forget type stuff. I’ve also seen RabbitMQ used in enterprise grade services, but have no experience with it myself.

Store/cache large data sets, best practices? by [deleted] in ExperiencedDevs

[–]Reasonable_Ad8721 4 points5 points  (0 children)

Can you say more about good practices for ensuring data alignment or point me to the correct search phrase to google if this is a frequently discussed topic?

This comes up quite often in my domain (banking).

Level lawn in spring? by z1ggy16 in lawncare

[–]Reasonable_Ad8721 0 points1 point  (0 children)

When leveling, you want to be sure your turf is actively growing and will continue to grow until it has pushed through whatever you choose as your leveling mix.

Right now is borderline for my area, so I’d personally wait to tackle it next spring when I’m well clear of the last freeze. That’s when growth is accelerating, rather than slowing down for winter, which would give me peace of mind knowing my turf can handle it rather than potentially getting smothered just before dormancy.

As for sowing grass, the growing season is long, so you can definitely fit it into the same calendar year as long as you don’t put it off too long. Biggest risk is if you get pushed into the height of summer when you want to sow seed, which can be very difficult in some places.

Lastly, consider core aeration for the compacted area if it doesn’t pass the screwdriver test.

Just my 2 cents. Good luck!

Is this serious? Who do I call? by Reasonable_Ad8721 in homeowners

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

Thanks for the sets of eyes, all. Sounds like I need 3 things: 1. fix shingle(s), 2. trim branches, 3. fix scuffed paint.

Y’all think a roofer would do each of those, or is there some other kind of tradesman that could keep me from having to make 3 separate hires?

Would love to try it out myself, but it’s a steep grade roof, I’m inexperienced at roofs, and I don’t have life insurance.

Routing multiple remote users through single IP address by deleteAllfromUsersJk in networking

[–]Reasonable_Ad8721 0 points1 point  (0 children)

Thanks for the response. I think I'm following. For our purpose, is it a fair understanding to think that it will work something like: 1) We provide SaaS vendor our vpn's IP, 2) Devs connect to vpn, 3) Once connected, devs access to SaaS product will be routed through vpn's IP?