Yeah with lossy compression the future is today!
- 0 Posts
- 11 Comments
Easy, just replace each byte of data with multiple bytes of metadata. I see no problem here
But you dont what the code of the assembly-style centered div in your codebase. Because nobody will be able to read it and understand what it even does. There are abstraction specific ways to solve problems and the right way to do something in assembly is not the right way to do it in CSS.
groet@feddit.orgto Selfhosted@lemmy.world•Jellyfin on rootles docker access to encrypted driveEnglish19·2 months agoDecryption is not related to root permission.
If the ENCRYPTED drive is mounted to the container, then the container can decrypt it.
If the DECRYPTED drive is mounted to the container, then the container never knows it was encrypted in the first place.
Second case is easier BTW. Just mount the drive on your host, type in the encryption password and you get a new, unencrypted drive. Specify this new drive in your docker compose/docker file.
groet@feddit.orgto Selfhosted@lemmy.world•What OS should I use for self-hosting that doesn't require extensive terminal knowledge?English492·2 months agoGenerally, Linux Servers are best administered from a command line. At least in the beginning to set everything up. In turn they are faster on lower hardware as they dont even have a graphical desktop at all so need less resources. You could of course install a windows server OS. They can be fully administered through Remote Desktop and a GUI.
There are multiple projects to make self hosting more accessible (like casaOS). They automate many steps of the setup and then offer you a webUI for further steps. Maybe have a look here https://github.com/awesome-selfhosted/awesome-selfhosted?tab=readme-ov-file#self-hosting-solutions
groet@feddit.orgto [Closed] Moved to !fedigrow@lemmy.zip@lemm.ee•Is it a PTB move to ban a user if their only activity in a community is downvoting posts?English13·3 months ago“Power tripping bastard” = a mod abusing their power, usually by banning people they dont like personally instead of bans because of actuall rules violations
groet@feddit.orgto Fediverse@lemmy.world•How do I discover the Pixelfed content that is out there when so many big instances block exploration?English3·3 months agoOff topic, but how do you do that on Lemmy? In jerboa there is no option (that I know off) to browse another instance. Do you open your home instance in one browser tab and the one you want to explore in another and once you find a community you like you switch to the other tab and subscribe to it there?
groet@feddit.orgto Programmer Humor@programming.dev•The state should be purely passed through function inputs and outputsEnglish27·4 months agoThe system where someone monopolizes a essential good and leverages that to gain power is called anarcho-capitalism and is a whole different thing. In anarchy, ownership on that level does not exist. Neither a company nor a person can own a factory, or a farm, or the power grid. Employment doesn’t exist. People can band together and distribute tasks for a common goal (such as producing a certain good) but they all hold equal stake in all decisions.
Of course a group of people could use violence to oppress other people. But then you no longer have anarchy. The same way a democracy stops beeing a democracy once a group seizes power and doesn’t allow fair elections anymore.
groet@feddit.orgto Selfhosted@lemmy.world•How often do you run backups on your system?English2·4 months agoIt becomes a whole different thing when you yourself are a creator of any kind. Sure you can retorrent TBs of movies. But you can’t retake that video from 3 years ago. I have about 2 TB of photos I took. I classify that as media.
groet@feddit.orgto Linux@programming.dev•I Don't See a Reason to Switch to Windows from Linux Anymore in 2025English1·6 months agoThat is true for any fandom. Why is being a fan if flavour x software bad but being a fan of flavour x car or flavour x sports team is OK?
wg-quick creates a systemd service for each wireguard config you have. So if you set up a tunel called wg0, you should be able to run ‘sudo systemctl enable wg-quick@wg0’ This will make your tunnel connect on every boot. I have the same setup on my proxmox, so i can reach certain services of my homelab proxied through a root server (the other end of the wireguard tunnel)