slowmotionrunner
1
28
slowmotionrunner

@lemmy.sdf.org

slowmotionrunner 29 points 2 years ago

“Total Chaos” feels a bit overblown…

path: 0 14399639, hotness: undefined, score: 29, children: 4
slowmotionrunner 21 points 2 years ago

You’re trying to make some kind of societal statement based on your upload speed?

path: 0 14834054, hotness: undefined, score: 21, children: 0
slowmotionrunner 17 points 2 years ago
  1. I think this is the wrong sub for this content.
  2. This video was terribly hard to get through but the thesis could be summarized as “tech folks want a country that enables them to do tech things and make more money”… ya, duh.
  3. Clickbait
path: 0 14834018, hotness: undefined, score: 17, children: 3
slowmotionrunner 11 points 2 years ago

I don't expect companies to be doing that much anymore.

path: 0 13100187 13101960, hotness: undefined, score: 11, children: 0
slowmotionrunner 10 points 2 years ago

Was literally updating my filtered words just now. I use Voyager app on iOS and it can be done in the settings.

Voyager Settings

path: 0 14602685, hotness: undefined, score: 10, children: 2
slowmotionrunner 10 points 2 years ago

Anyone else like me—who is not a Facebook/Instagram user—learning for the first time that these things could not be said before?

Don’t get me wrong, I was taught better than that and anyone who says this stuff is a loser. Just never knew before this story that those posts/comments were blocked.

path: 0 14409120, hotness: undefined, score: 10, children: 1
slowmotionrunner 7 points 2 years ago

5). Hey OP, don't worry, this can seem kind of scary at first, but it is not that difficult. I've skimmed some of the other comments and there are plenty of good tips here.

2). Yes, you will want your own domain and there is no fear of other people "knowing it" if you have everything set up correctly.

1b). Any cheap VPS will do and you don't need to worry about it being virtualized rather than dedicated. What you really care about is bandwidth speed and limits because a reverse proxy is typically very light on resources. You would be surprised how little CPU/memory it needs.

1a). I use a cheap VPS from RackNerd. Once you have access to your VPS, just install your proxy directly into the OS or in Docker. Whichever is easier. The most important thing for choosing a reverse proxy is automatic TLS/Let's Encrypt. I saw a comment from you about certbot... don't bother with all that nonsense. Either Traefik, Caddy, or Nginx Proxy Manager (not vanilla Nginx) will do all this for you--I personally use Traefik unless for some reason I can't. Way less headaches. The second most important thing to decide is how your VPS in the cloud will connect back to your home securely... I personally use Tailscale for that and it works perfectly fine.

3). Honestly, I think Fail2Ban and geo restrictions are overdoing it. Fail2ban has never gotten me any lift because any sort of modern brute force attack will come from a botnet that has 1000s of unique IPs... never triggering Fail2ban because no repeat offenders. Just ensure your VPS has a firewall enabled and you know what ports you are exposing from Docker and you should be good. If your services don't natively support authentication, look into something like Authelia or Authentik. Rather than Fail2Ban and/or geo restrictions, I would be more inclined to suggest a WAF like Caddy WAF before I reached for geo restrictions. Again, assuming your concern is security, a WAF would do way more for you than IP restrictions which are easily circumvented.

4). Have fun!

EDIT: formatting

path: 0 14406041, hotness: undefined, score: 7, children: 1
slowmotionrunner 7 points 2 years ago

I think what you're looking for is what is sometimes called a "dns load balancer". Offerings like Azure Traffic Manager or AWS Route 53 do this. You can set up health checks that the service will use to determine if one of your locations is down and then automatically update the DNS record to point to the other one. You can also get clever and do things that allow the DNS to resolve the IP of whichever of your servers is physically closer so you get the best performance. I'm not sure what options there are for selfhosting a DNS service like this, however, these services are extremely affordable -- pennies -- and run on very reliable infrastructure, which is what you want.

path: 0 13402452, hotness: undefined, score: 7, children: 1
slowmotionrunner 6 points 5 months ago

If you were using derp servers with Tailscale/Headscale, that would explain why it was slow.

path: 0 22890081 22890464 22890897, hotness: undefined, score: 6, children: 2
slowmotionrunner 6 points 2 years ago

Dogs and cats, living together. Mass hysteria!

path: 0 14399639 14403711 14406340, hotness: undefined, score: 6, children: 0
slowmotionrunner 4 points 2 years ago

Your point is fair and I didn’t mean to imply that bad actors are purely foreign. There are plenty of domestic bad actors. Please excuse the “propaganda framing”.

This was my subjective opinion based on the kinds of discussions and posts I see.

path: 0 14211215 14222640, hotness: undefined, score: 4, children: 3
slowmotionrunner 3 points 2 years ago

State-sponsored

path: 0 14213633 14222749 14224532 14224894, hotness: undefined, score: 3, children: 4
slowmotionrunner 3 points a year ago

You win the Most Confusing Title award.

path: 0 16519269, hotness: undefined, score: 3, children: 0
slowmotionrunner 3 points 2 years ago

Thanks for your … er… um… reply? I guess? For what seems like a response to a different question than the one asked?

path: 0 14235882 14236192, hotness: undefined, score: 3, children: 1
slowmotionrunner 2 points a year ago

I like iOS shortcuts. This week, I created an iOS shortcut to scan my Plex library. Now this may seem weird since there is an option to scan a library from the official Plex iOS app and there are also options to scan the library automatically or periodically. For various reasons (excuses), I didn't like that the official app only lets you scan one library at a time and I have automatic/periodic scans turned off to avoid network drive access, so I created the shortcut to scan from my phone any time I felt like I wanted to trigger it.

  1. Create a new iOS shortcut
  2. Add the "Get contents of URL" action
  3. Get your X-Plex-Token (see instructions on official website)
  4. Set the URL in your action to: https://{ip_address}:{port}/library/sections/all/refresh?X-Plex-Token={plex_token}
path: 0 15417643, hotness: undefined, score: 2, children: 1
slowmotionrunner 2 points 2 years ago

Several other comments called me out for the same thing and you are right, I didn't mean to imply that there are not domestic bad actors also.

path: 0 14214090 14226657, hotness: undefined, score: 2, children: 1
slowmotionrunner 2 points 2 years ago

Nice try... North Korea. j/k. IDK man, because I watched "The Undeclared War". Give it a look.

path: 0 14213633 14222749 14224532 14224894 14225046 14226713, hotness: undefined, score: 2, children: 2
slowmotionrunner 2 points 2 years ago

I've never agreed with journalistic organizations endorsing candidates. Report on them? Yes. Scathe them if necessary? Yes. Endorse them? No thank you.

path: 0 13101691, hotness: undefined, score: 2, children: 0
slowmotionrunner 1 point 2 years ago

Wait, what?!? I'm genuinely perplexed if you think that NASA funding comes only from Dems...

path: 0 13096824 13097015 13101842, hotness: undefined, score: 1, children: 1
slowmotionrunner -1 points 2 years ago

In another comment I was accused of being a brainwashed American, so take this for what it is, but some posts — mostly of a political nature — just seem to defy any mainstream thinking across the spectrum. Looking at some user profiles when I come across these, it seems their post history is entire based around fueling arguments, with no agenda, other than breed discontent.

path: 0 14213633 14222749, hotness: undefined, score: -1, children: 8

thanks for using Leebra!

go to feed...