

Storj Tardigrade with client-side encryption. I use rclone so you could even encrypt it before hitting the Storj library if you’re extra paranoid (among other things like caching, chunking, etc).
Storj Tardigrade with client-side encryption. I use rclone so you could even encrypt it before hitting the Storj library if you’re extra paranoid (among other things like caching, chunking, etc).
Oh good, I’m not missing out then. I moved around quite a bit between Deezer, Tidal, random piracy in FLAC until finally landing on Apple Music.
I remember when YouTube Music first came out it was pretty much just the audio from the videos in the most atrocious quality. Has it changed since then?
I guess it’s their “pay for ads” tier which sounds fucking stupid to me.
And a small part of that I think is realizing that a ton of stuff we use plastic for is totally unnecessary. How many times have you opened something and thought “fuck that’s a lot of plastic?”
To me it’s unbearably frustrating how much companies use plastic.
deleted by creator
I’m on the same level as the person you responded to, but I do use a phone a lot at home. Maybe they were talking about “not at home” usage.
As a vegan it just feels like people will do literally anything other than quitting eating animals. It’s literally not hard—it’s beyond me why anyone would switch to insects to own the vegans.
It can be specific to the web application but generally speaking you’d want to pass the protocol, client IP address, etc.
My wife is a dentist and she says the exact same thing.
This is one of many reasons I just don’t get in fights to begin with.
I’ve been doing this for 4+ years for the same person and bank. I even showed up in person to the local branch and spoke to a manager. I’m having the same problem as OP; it never ends.
What’s more: no one (landlord, neighbors) knows who this person is. They’ve even got a business registered at my apartment.
It’s mostly about performance. Caddy’s Go-based garbage collector starts to negatively impact performance at high load. It looks something like:
server {
listen 443 ssl http2;
server_name example.com;
ssl_certificate /etc/nginx/ssl/fullchain.pem;
ssl_certificate_key /etc/nginx/ssl/privkey.pem;
location / {
proxy_pass http://localhost:3000/;
proxy_set_header Host $host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
}
}
I prefer nginx to Caddy myself for reverse proxies. As far as VPN technologies go, Tailscale and WireGuard are where it’s at.
Not sure why we’re comparing Caddy to Tailscale though.
Well the good news is that after I dumped a ton of money into it, it’s running smooth and still looks pretty new. It’s a Typ 8P A3 hatchback which are kind of rare here in the US.
The impression I got from the car history was that owner #2 drove it pretty hard and never maintained it. I’m dreaded owner #3.
I bought a 10 year Audi for $5,000 (USD) but then spent something like $10-15,000 in repairs because I’m an idiot.
This confuses the fuck out of me because my VPN in Switzerland using TLS DNS shows Germany as the country in DNS leak tests.
The Swiss DNS provider doesn’t have servers in Switzerland?