I’m transcoding everything to 320kbps MP3s. It’s much much smaller than flac, and I can’t hear the difference even if I try.
Also @shrugal@lemmy.world.
I’m transcoding everything to 320kbps MP3s. It’s much much smaller than flac, and I can’t hear the difference even if I try.
united, indivisible republic
So no federalism anymore, just one centralized state power.
All baronial and other feudal estates, all mines, pits etc. shall be converted into state property
The mortgages on peasant farms shall be declared state property
All private banks will be replaced by a state bank
All means of transport: railways, canals, steamships, roads, posts etc. shall be taken in hand by the state
So the state owns and manages all land, all finances, all infrastructure, and all means of mass transportation, on top of all the things the state controls already.
Idk what you think centralization of power looks like, but imo this is it.
Because that’s what creating an all-powerful government leads to. Imo the key is splitting up and balancing the power, not concentrating it in one easily corruptable entity.
I just set up a Vouch-Proxy for this yesterday. It uses the nginx auth_request directive to authenticate users with an SSO server, and then stores the token in a domain-wide cookie, so you’re logged in across all subdomains. Works pretty well so far, you don’t even notice it when you’re logged in to your SSO provider.
But you do have to tell the proxy where you want to redirect a request somehow, either by subdomain (illegal.yourdomain.com) or port (yourdomain.com:8787) or path (yourdomain.com/illegal). I’m not sure if it works with raw IPs as hosts, but you can add additional restrictions like only allowing local client IPs.
In my special case I’m using the local Synology SSO server, and I have to spin up an additional nginx server because the built-in one doesn’t support auth_request.
Why stop half way? All you need is a benevolent dictator, shouldn’t be too hard to find, right?
Some of these points are good, some are just absurd. Letting “the state” handle everything and hold all the cards, and then actually believing that it won’t be coerced and corrupted or that there won’t be strong disagreements about how to handle things is just delusional and wishful thinking on a grand scale imo.
I agree that most modern countries need to strenghen the public sector, but you still need checks and balances between powers, individual responsibilities and freedoms, real-world economic feedback and incentives, and so on.
Just a heads up, trying to buy Uranium for the reactor on Ebay will get you in trouble real fast, so be careful!
Cause it’s one big part of why the Fediverse and Lemmy exist in the first place.
We wouldn’t need all this decentralization overhead if centralized sites were trustworthy and focussed on serving their users. The fact that they are not is what leads to privacy violations and enshittification, hence why people created the Fediverse and why we are here (at least most of us I presume).
I unironically think that quality political satire is a good way to engage with politics.
It often cuts right through the BS and talks about issues that regular news or talk shows are afraid to touch. Also, it’s always clear that what’s being said is the opinion/interpretation of the artist, so you’re encouraged to think about it for yourself and see what you agree or disagree with.
You have to be careful not to rely on it too much, and also use other forms of media to inform yourself, but it definitely helps when trying to get into political subjects.
I’ve been running Gluetun for a few months now, and just the other day discovered that you can use it to seamlessly proxy Twitch streams (using it as http proxy for ttv lol pro), so they load via countries that Twitch doesn’t show ads for. Setting it up was ridiculously easy, and now I have neither ads nor endless loading anymore. The whole thing was a really nice surprise!
There are a few variations in German:
Ofc all of them are combinations of existing words: (hin)zu/dazu≈added to that, bei≈with, (hin)ein=into, gießen/schütten=pour, schutt=rubble, geben=give, rühren=stir, mischen=mix, zusammen=together. You could probably build many more, but those are the ones I think are fairly common, and also found entries in German online dictionaries for.
German is really just an elaborate word construction project.
Yes. It makes it much harder to build a profile about you though, because you’re not logged in and they don’t know if those views come from you or someone else using your server. Even if you’re the only one, the website doesn’t know that.
One cup of coffee on the balcony every morning. Just sitting there, enjoying the atmosphere, watching people walk by (I live near a park), maybe meditating a bit.
I started using their Signal and WhatsApp bridges today, probably one of the easiest setups I ever did. You just run a Docker container for every bridge, and login to your Signal/WhatsApp account by chatting in the app with the Matrix bot it creates.
Literally takes like 5 minutes if you’ve used Docker before, and you don’t need a domain or forwarded ports or anything.
Yea sorry for that, I had the same thought as you right after I posted my comment.
I don’t think I would even call a being like that “god”, more like “evil spirit” or something.
Isn’t the god supposed to define what good and evil even is, and wouldn’t therefore any monotheistic god be “good” by definition?!
Looks like you can create a simple binary executable and make it run as root with setuid.
I use Synology C2 backup for my NAS, but they also have very affordable options for PC backups and object storage.
I’d say there are two cases:
The argument is that Y and Z are similar enough to extend Y => X to Z => X. This might be valid if Y and Z are indeed the same in all aspects that matter, if not then I’d say it’s a False equivalence.
It is not known whether Z is actually Y or not, but it’s assumed to be true to extend Y => X to Z => X. In that case it should be Appeal to probably.
I agree with everyone here that self-hosting email is never easy, but if you still decide to go down this route then here are two tips that I personally found very helpful, especially when you decide to host it at home:
The first is to get an SMTP relay server. That’s just another mail server that yours can log into to actually send its mail, just like an email client would. That way you don’t have to worry about your IP’s sending reputation, because everyone will only see the relay’s reputable IP.
Second is to configure a Backup MX. That’s an additional MX DNS entry with lower priority than the primary, and it points to a special mail server that accepts any mail for you and tries to deliver it to the primary server forever (or something like an entire week). So when your primary server is unreachable other sending servers will deliver mail to the backup, and it delivers the mail to the primary as soon as that’s back online.
You can get these as separate services, but some DNS providers (like Strato for example) offer both with the base domain package. It makes self-hosting an email server much simpler and more reliable in my experience.