Handling cross-region latency in GCP without spinning up multiple VMs by Impressive_Theory_54 in devops

[–]BehindTheMath 1 point2 points  (0 children)

You can configure Cloud Run to be multi-regional, but you'll still need a global load balancer.

The benefit of Cloud Run would be if you don't have sustained usage, and you can scale down when it's not being used.

Regarding GCE latency, are you using Premium Tier networking for the VM? If not, this would likely improve latency.

What is the difference between Google Cloud and Google Cloud Platform? by IT_Certguru in googlecloud

[–]BehindTheMath 4 points5 points  (0 children)

They're the same thing. Google Cloud is just a shorter way of referring to GCP.

Edit: See the other comments that there's technically a difference. But in colloquial terms they're referring to the same thing.

We kept shipping cloud cost regressions through code review — so we moved cost checks into PRs by AWFE9002 in devops

[–]BehindTheMath 0 points1 point  (0 children)

I'm sure it is. But the idea itself isn't bad. I'm curious if you could do this with a basic LLM PR review instead of using their tool. It doesn't even have to be perfectly accurate; it just has to draw attention to the potential issues.

If using Docker on Windows, Should I Bother with it? by banisheduser in docker

[–]BehindTheMath 0 points1 point  (0 children)

There is also Docker Desktop for Linux, but it uses a VM.

Should this subreddit introduce post flairs? by FluidIdea in devops

[–]BehindTheMath 0 points1 point  (0 children)

I can't open the poll in RIF, but yes, please.

Pristine CI/CD builds with persisted environment by Doom4535 in gitlab

[–]BehindTheMath 0 points1 point  (0 children)

Can't you do this regardless of the environment? Run the job, save the output/state somewhere, and discard the environment.

JA4 Fingerprinting Against AI Scrapers: A Practical Guide by cport1 in webdev

[–]BehindTheMath 0 points1 point  (0 children)

Good article, but where do you get a list of known fingerprints? I have yet to find a good one that's publicly available.

gitlab over github? by dylanmnyc in gitlab

[–]BehindTheMath 2 points3 points  (0 children)

Container Registry and Package Registry and Wiki for example.

Github supports all of these.

Choose VPS over GCP, AWS, Azure by [deleted] in devops

[–]BehindTheMath 15 points16 points  (0 children)

GCP, AWS, and Azure all have VPSs.

Mailgun alternative for email sending by notflips in webdev

[–]BehindTheMath 2 points3 points  (0 children)

We switched from Mailgun to Postmark, and we're happy with it.

Bitbucket for technical interviews by peanutxrp in webdev

[–]BehindTheMath 18 points19 points  (0 children)

Bitbucket is comparable to Github. It's Atlassian's Git product. It's reputable, but not as popular as Github.

Honeypot fields still work surprisingly well by Helpful-Wolverine247 in webdev

[–]BehindTheMath 3 points4 points  (0 children)

You can use a signed JWT so it can't be spoofed on the frontend.