• 97 Posts
  • 476 Comments
Joined 1 year ago
cake
Cake day: July 2nd, 2023

help-circle








  • I mean, smaller company is also a smaller impact and much faster decisions. If it happened to one of my small clients, it would be resolved within 20 minutes. If it would happen to my largest client, it would take hours if everyone in the decision chain suddenly turned competent and people with access to various stuff would all be available, which they probably wouldn’t, so realistically we’re talking days (assuming the DNS provider doesn’t restore it beforehand).


  • The DNS provider (who is not necessarily also a registrar, but it’s common that the registrar is also a provider) doesn’t have any option to disable individual pages. They can only disable a whole subdomain or domain.

    The server provider technically could, but it’s much harder because the site is served on https, so they would most likely have to disable the whole server as well.

    Not that the server provider was asked, it’s just to illustrate that no one but the service owner (itch.io) can meaningfully block a single page. Asking the infrastructure providers is a dick move.

    Edit: So the server provider was asked as well, but they’re not as incompetent it seems. Also, instead of a copyright abuse, BrandShield falsely sent this as a fraud and phishing, which is another dick move.

    So yeah, the DNS provider is incompetent, but BrandShield is the malicious actor here.


  • Fairly common in Czechia, though it’s not that great. You formally own a share of the house which might come with the benefit of a flat. The cooperative can decide to move you out. Sure, you’ll still own the share, but if enough shareholders decide you’re out, you’re out. You want your kids to inherit the flat? Same thing applies, better hope there’s not someone who can sway others to not do it.

    Shit like this isn’t something that happens often, but I personally know of three similar cases. Which is not a huge amount, but on the other hand I’m just one person. Definitely wouldn’t like those odds.





  • And if anyone’s interested in what prompted the writing of this guide, I wanted to play Palworld but didn’t know the IP address of the local PC my server is on. I was also really lazy to get the IP address from the PC itself, so I decided to use nmap to scan my local network and find the PC that way. Found out nmap is not installed by default so I had to install it somehow and then I remembered that SteamOS added the /nix directory to its exceptions that survive across upgrades.

    In short, instead of taking two minutes to get the IP address I spent over half an hour getting nix to work. And decided to share in case it helps others.