Hacker Newsnew | past | comments | ask | show | jobs | submit | more tilolebo's commentslogin

Atlantis automatically locks the terraform workspaces changed by the PR. It will hold the lock until the PR is merged or closed.


Education in Western countries.

Budget cuts every year, ministers more preoccupied by putting their name on a law or reform than to actually improve things.


> considering that a single server can easily handle a million simultaneous connections

Can you elaborate on that part?


Not the GP but they might be referring to [0] or one of several other articles you will find if you Google "handle a million connections in *".

Realistically you also usually need to perform some non-trivial work from time to time for some non-trivial portion of those connections, which will further load your server, but still.

[0] https://phoenixframework.org/blog/the-road-to-2-million-webs...


Genuinely curious on this—with port numbers only being 16 bits, how is it possible for one machine to ever handle more than 65k concurrent connections?


Connections must have unique IP:Port pairs between client and server. You're limited to 65K concurrent connections for the same client. In practice, no one is opening that many connections from a single client.


You might run into this limitation more quickly if you are receiving connections via a load balancer.


As such, the load balancer itself can probably hold a group of source IPs to use as second-hop solution to this problem as well if we're sincerely talking about load balancers holding a ton of largely idle connections simultaneously.

The more likely load balancer outcome would be DNS split on inbound client IPs, and scaling out until each load balancer handles the appropriate amount of traffic (by some measure and scale out if exceeded).


Only for L4 load balancers. L3 (switches doing ECMP) won’t modify source IP and L7 (e.g. nginx) will reuse TCP connections to the backend servers.


A connection is the tuple {source_ip, source_port, dest_ip, dest_port}


For outbound connections, it can be done using multiple IP addresses.


"Operational simplicity" would like to have a word with you.


Net: what the employee gets on their bank account

Gross: net + employee contributions

Total payroll cost: gross + employer contributions


> And "it's caught bugs before" is not good enough.

Why isn't it good enough?


Wavefront is also using hit at scale.

From the list of talks at the 2019 FDB Summit, it also seems to be used at Segment, eBay and Uber


We already had a good sneak peek in Germany, when schools closed last year for some weeks due to the pandemic.

Popular video conferencing solutions weren't allowed due to privacy issues. The official "Lernraum" platform that have been used for this did not work most of the time.

I understand where these laws come from, but it's sad that there often is no European alternative


Thank God we have very capable cloud providers in Europe that will rise to the challenge and offer a viable opportunity to the US major cloud providers!


We definitely do have all of those. For some reason, IT managers prefer to teach themselves the AWS/Azure/GCloud configuration clusterfuck rather than the portable OpenStack configuration clusterfuck, but that's suffering we're all bringing on ourselves.


Hetzner, OVH, Leaseweb, Scaleway. How many cloud providers do you need?


Please remember me for how long OVH was down when they lost an entire "DC"? And how much customer data did they lose?


I don't need many, just one on par with the worst of the 3 major US clouds.

I'd even be happy with one that makes it in the top 10.


None of them compares to Amazon. The only kinda similar competitor in Europe is... Yandex Cloud.

The reality is that we don't have the same ability of popping companies up and funding them.


The people in charge of the investigation should be totally independent from these scientists.

That would otherwise be an obvious conflict of interest.

Hopefully they will be as independent as the credit rating agencies are from the financial institutions they evaluate...


Consider applying for YC's Summer 2026 batch! Applications are open till May 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: