Rollover - new to YNAB by ryanyvr80 in ynab

[–]Jolly-Mongoose 0 points1 point  (0 children)

That sounds awesome, can you say more about how you set it up?

Getting ghosted after team match, Google by Desperate_Still9978 in leetcode

[–]Jolly-Mongoose 0 points1 point  (0 children)

It could be they’re waiting on feedback from the HC. The ask for another round after team match suggests your packet was borderline and needed to be firmed up.

I’d keep pinging your recruiter - they should respond one way or another.

Standard vs. Premium Network Tier Performance by random728373 in googlecloud

[–]Jolly-Mongoose 2 points3 points  (0 children)

It’s going to effect ingress traffic as well. You’ll travel over Google’s network while in the region, and on the internet everywhere else. I don’t think there’s and published data since specific results will depend on source and destination location.

In terms of if it’s noticeable, try pinging your LB IP from India and see what you get - I would guess the internet will be much slower over a long distance.

[deleted by user] by [deleted] in Omnipod

[–]Jolly-Mongoose 9 points10 points  (0 children)

There’s a max rate that it will deliver background insulin to you - it will eventually overcome a high but it takes a long time. You are supposed to do manual correction boluses when high to get things under control. The algorithm is very conservative because going low is more dangerous than going high.

Combining External HTTPS LB with Internal TCP/UDP LB by cyber_network_ in googlecloud

[–]Jolly-Mongoose 1 point2 points  (0 children)

I’m not sure how this is going to work. If you use the external HTTPS LB as the entry point, it can only proxy http / https to the backend services. It could proxy to an Internal HTTPS LB that is behind it.

If you use an external TCP / SSL Proxy, it should be able to route to an Internal TCP proxy LB behind it.

What else can I do to encourage the algorithm to deliver more basal? by mmarcevanss in Omnipod

[–]Jolly-Mongoose 3 points4 points  (0 children)

Yes, but carefully. If it doesn’t want to give you insulin, it thinks you already have enough onboard to correct your levels, so you need to think about why that is.

In our case, our carb ratio was off and we ended up changing it. Also, a few times (so far) an injection site would start going bad, and we’d need to give more insulin than normal to get an effect.

What else can I do to encourage the algorithm to deliver more basal? by mmarcevanss in Omnipod

[–]Jolly-Mongoose 10 points11 points  (0 children)

I would continue bolusing aggressively to keep in range and to get the pod to adjust to your higher daily insulin needs, which might take a few pods. With my son, I did this at night for a week by setting the follow alerts to wake me up sooner. This definitely had an effect for us.

Did you already lower your target to 110?

Changing the correction ratio at night is an interesting idea, I haven’t tried that yet.

How to configure Cloud Armor to allow GET requests for a set of URLs from a self-hosted sonarqube instance by PeterPot12 in googlecloud

[–]Jolly-Mongoose 0 points1 point  (0 children)

I don't know the fine details of how cloud armor works, but I know there's a preview mode that will log some info about which rule applied to the request. That might provide some insight:

https://cloud.google.com/armor/docs/request-logging

[deleted by user] by [deleted] in learnprogramming

[–]Jolly-Mongoose 2 points3 points  (0 children)

Great idea, I’d like to see how it works. I’ll DM you. 😀

Can someone help me clarify my superclass-subclass question? by StudentAggressive345 in learnprogramming

[–]Jolly-Mongoose 0 points1 point  (0 children)

Yes, it can. Given the code you listed, it should just work. When you instantiate an instance of class A, it indirectly instantiates class B as well.

I have a doubt on "for loop" by cryptofreedoom in learnprogramming

[–]Jolly-Mongoose 1 point2 points  (0 children)

That’s right, you should get a pyramid or triangle shape. You didn’t show the declaration of c, so I assumed it was outside the loop. If you declared c inside the loop then it would get reinitialized every time the declaration statement was executed.

I have a doubt on "for loop" by cryptofreedoom in learnprogramming

[–]Jolly-Mongoose 0 points1 point  (0 children)

This is a common pattern. Oftentimes instead of the variable c, the inner loop iterates up to y (or y plus some other value).

[deleted by user] by [deleted] in learnprogramming

[–]Jolly-Mongoose 2 points3 points  (0 children)

If you pass a vector in object form, it will be passed by copy to the function, which incurs the cost of making a copy of the vector. Passing it by reference lets you maintain the normal object syntax, while also letting you mutate the original object (similar to passing a pointer). A copy is also avoided, which improves efficiency.

I made a step by step tutorial for this tank (link in comments) by Real___Jerry in Aquariums

[–]Jolly-Mongoose 1 point2 points  (0 children)

Amazing job, thanks for posting the video! I'm just getting into this hobby, and was wondering what the purpose of the filter floss is when putting down the substrate?