

Wat? Why are people health checking their containers by curl’ing example.com and not the service actually running in the container? Did they not understand that they’re supposed to change the curl URL to point at their actual service?


Wat? Why are people health checking their containers by curl’ing example.com and not the service actually running in the container? Did they not understand that they’re supposed to change the curl URL to point at their actual service?


Why are AI agents on the org chart? That’s odd and sketchy. Seems like it could be some sort of fraud to pad numbers.


Yea, after reading the article, this is an overall of the electronic application process that needs to happen before entry. And it’ll include not just social media handles, but also email addresses. Seems reasonably easy for a “bad guy” to skirt.


Honestly, I suspect this is a sneaky way to get CBP access to what ever data sharing shit the social media companies have with the rest of the spooks. Simply by attempting to enter the US someone “agrees” to an automatic search of their social data.


It’s probably because entry for Canadians is specified by a different program. Even the State Department website seems to exclude Canada from the VWP.


If you were to actually read the substack the original author wrote, it’s well justified reasoning. The original poverty calculation was based on the cost of food as a percentage of income of a family that is fully participating in society. The author explains though that food is a much smaller portion of our daily expenses and that the cost of fully participating in society includes significantly more expenses. So, if we still use food as a baseline, but re-evaluate it’s percentage of expenses. The new poverty line comes out to about 130k. The author also validates this by looking at the national average expenses and indeed for a family, fully participating in society with no government support, it’s around that range. But you know, continue being snarky.
If the container you’re hosting has a http web service on say port 8080, then you’d want to curl something at http://localhost:8080/. The particular URL/path you hit will depend on the app. If the app is particularly cloud-y, it might even have a specific endpoint for health checking by a container platform. If you share the name of the app I might be able to point you in the right direction.