• 0 Posts
  • 12 Comments
Joined 1Y ago
cake
Cake day: Jul 03, 2023

help-circle
rss

It’s a cracked version of the game that has been heavily compressed to reduce download size. This is why the installer will eat a lot of CPU resources during installation. While you probably won’t be banned, I would generally avoid playing these games through steam as a precaution. Usually multiplayer doesn’t work normally anyways.


I wonder when the employees knew. From the news it looks like the closure had been decided on the C-level.

I would not be surprised if a new studio springs into existence from this.


A declaration of independence of cyberspace by John Perry Barlowe

Not really related to political philosophy but Uncle Bob’s book on the philosophy of a good programmer also comes to mind: Clean Coder


Lemmynsfw uses a custom version that that removes the blur for nsfw images but that’s it I think.


It is still very young and I don’t yet see any advantages over Rust, except that they want to have out of the box interoperability with C++. Let’s see where they are in 3 years or so.


OSM is one of the sources for this and apparently the plan is for this dataset to feed back into OSM as well


Isn’t there a whole weird world of ipv6/V4 tunneling schemes that try to connect the two? https://en.m.wikipedia.org/wiki/IPv6_transition_mechanism Not sure if anyone supports these though


Oof, imagine having to put a single 9 into your SLA. You would be laughed out of the room in a commercial setting.


I would suggest not separating the storage from the server that far. It would probably be wiser to run the app with less latency to the storage and accept more latency on the web frontend. In short: use your VPS as a gateway only and put the actual host for the respective app into your home behind a VPN.


The daemon script is simpler, true. but usually you can just point your router at some dyndns URL and you could put an internal IP for that.


I think using the cloudflare API is the way to go. You could probably set up an internal service that translates your home router’s dyndns request to a cloudflare API call.


Out of curiosity: why are you putting vaultwarden behind a cloudflare tunnel?