Yup, if you hand them your unlocked phone they can look through it.
It just works and it's in every distros default repo, it's pretty easy to set up and can be a webserver for static files, PHP sites, etc.. It can be a reverse proxy for HTTP(s) traffic or just forward TCP/UDP.
There's also endless documentation out there for how to do something in nginx.
HAProxy is a nightmare to use in my experience. It just feels so clunky and old.
Caddy is nice, but downloading and updating it is a pain because you need modules that aren't included in the repo version.
IMO backups on the same provider aren't really backups. Good that they had some at a different one.
Self hosting personal photos doesn't generally require opening anything up to the internet, so most backdoors would not be accessible by anyone but you.
With federation between different Matrix servers, what’s the holdup? Why aren’t people leaving Discord?
Poor usability, confusing to get started on, your instance may just vanish at some point, annoying encryption system you have to verify new devices on, feels slow on both browser and in app, lack of features (ie; no low latency game streaming, rich presence, easily joinable voice rooms).
It also shares the same issue as Mastodon, where if your instance vanishes you can't just log in with your account on another one and have everything ready to go, because the account is tied specifically to that original instance.
Overall as a fairly techy type user I still find Matrix, Mastodon, Lemmy, etc all pretty frustrating to use.
A lot of live images will run entirely from RAM, flash drives are typically quit slow so it makes the experience much nicer.
Wait, isn't a lower frame time better? Why does their screenshot show windows having the lowest and say that it scored last?
Looking at the source article, windows did have generally better 1% lows except for Starfield, so I think this article has it backwards. They also cherry picked 2 results where windows was worse lol.
I'm all for pro-linux stuff but articles like this just reek of making shit up so it looks better.
It's sounds like it could be an IO wait issue, system load will climb a ton without showing much CPU usage.
Make sure you're not running out of RAM and going into swap space, it doesn't sound like it though.
iotop
might show something useful. And in htop
you can add the 'PERCENT_IO_DELAY" column which can be useful.
IMO GUIs are always faster when it's something you've never used before, or use very infrequently.
CLI is better if you're used to the task you're doing, or automating things. But for infrequent tasks looking up the commands (or looking at old notes to find it) is very slow and rather annoying.
I feel like that's gotta be pretty normal for hyped up product launches, a lot of people just join to see what it is at first.
Is it just you that needs access? VPN like Tailscale or Wireguard is the most secure option then, as it's not exposing any services to the internet.
Otherwise a reverse proxy in front of things like Traefik or Nginx, make sure things are automatically updated ASAP, and make sure auth is enabled on the services.