

Game gonna be buggier than skyrim at release and only 10% as fun because it’s vibe coded


Game gonna be buggier than skyrim at release and only 10% as fun because it’s vibe coded


The anticheat problem already is fixed. It’s called “don’t play games that don’t support your choices”. These days, no game is worth being put through all that AI bullshit.


Still kinda hurts they own Bethesda now, but considering that company has only produced garbage since FO4 which only was kinda mid, I don’t even mind skipping them.


Don’t use
a Microsoft account withWindows
Ftfy


I think because there are ways to protect your entire systems with cryptographic keys - there’s no need for individual applications to do that themselves. You can either only make your network accessible via an SSH tunnel (which would then use SSH-Keys), use a VPN or use mTLS which would require you to install a cert into your browsers key storage.
There’s many good solutions to this problem - no need for individual applications to do it themselves.


Congrats to all the execs, you’ve completely ruined the tech industry.
No - I think they made it (involuntary) better by forcing people into looking into self hosting everything and taking control over their own infrastructure.


Terraform and Puppet. Not very simple to get into, but extremely powerful and reliable.


How do you notify yourself about the status of a container?
I usually notice if a container or application is down because that usually results in something in my house not working. Sounds stupid, but I’m not hosting a hyper available cluster at home.
Is there a “quick” way to know if a container has healthcheck as a feature.
Check the documentation
Does healthcheck feature simply depend on the developer of each app, or the person building the container?
If the developer adds a healthcheck feature, you should use that. If there is none, you can always build one yourself. If it’s a web app, a simple HTTP request does the trick, just validate the returned HTML - if the status code is 200 and the output contains a certain string, it seems to be up. If it’s not a web app, like a database, a simple SELECT 1 on the database could tell you if it’s reachable or not.
Is it better to simply monitor the http(s) request to each service? (I believe this in my case would make Caddy a single point of failure for this kind of monitor).
If you only run a bunch of web services that you use on demand, monitoring the HTTP requests to each service is more than enough. Caddy being a single point of failure is not a problem because your caddy being dead still results in the service being unusable. And you will immediately know if caddy died or the service behind it because the error message looks different. If the upstream is dead, caddy returns a 502, if caddy is dead, you’ll get a “Connection timed out”


I can assure you, you will never need them.
I got a USB stick with ventoy installed, got a gparted and an arch linux iso on that thing, I do use those regularly.
Kinda sad to read, but well. Makes you fit in with the majority of the population.