JVT038

joined 1 year ago
[–] [email protected] 3 points 7 months ago* (last edited 7 months ago)

Nothing. My other account was only for lurking and I didn't post anything; no comments, no posts, nothing.

I only post / comment on my main, but that's now no longer possible lol.

[–] [email protected] 2 points 7 months ago (1 children)

It's a sound theory, however I am not banned from any subreddit as far as I'm aware of, so ban evasion can't have been the reason.

Although, as I mentioned in another comment, I have another account, but that's mainly used for my nsfw stuff.

[–] [email protected] 0 points 7 months ago

Yup, just did that!

[–] [email protected] 4 points 7 months ago (2 children)

I don't use a VPN for Reddit and while I have another account, it's not for ban evasion, but rather to have my nsfw activity separate from my personal account.

No fucking idea what's happened here, but I wouldn't be surprised if Reddit decided to use AI or some shit to regulate the rules, resulting in random bans.

[–] [email protected] 97 points 7 months ago (3 children)

I'd recommend everyone to archive their pages through the Internet Archive instead, as that non-profit seems to be more concerned with ethics than corporations such as Google.

[–] [email protected] 1 points 8 months ago (1 children)

Depends.

If there are no external volumes and the container is in its own network without any other containers, then any malware in the container shouldn't be able to reach / affect the host server, because it's isolated.

[–] [email protected] 32 points 8 months ago (7 children)

RETURN THE FOX

[–] [email protected] 23 points 8 months ago (6 children)

Docker is a container manager, but that doesn't say anything if you don't know what containers are.

Containers are basically isolated apps. For example, take something like Nextcloud. Nextcloud can run in a Docker container, which means that it runs in an isolated environment completely separated from the user's system. If Nextcloud breaks, the user's server won't be affected at all, because it's running isolated.

Why is this useful? Well, it's useful because dependencies and such automatically update. Nextcloud for example, is dependent on PHP and if you install Nextcloud directly on your server, you'll need to ensure that PHP 8 has been installed and set up properly. If PHP (or the required PHP extensions) aren't properly installed, Nextcloud won't work. Or, maybe if there's a Nextcloud update that requires a new version of PHP (PHP 9 or 10 in the future), you'll have to manually update PHP to the newer version.

All that dependency management is completely gone with containers. The container itself automatically installs and sets up a proper environment for the app that's running. So in the case of Nextcloud, the PHP binaries, extensions, and all the other stuff is all automatically included without the developer having to do anything at all. Just run one command and your entire Nextcloud instance is automatically updated.

[–] [email protected] 0 points 8 months ago

It's a Mastodon account, so it's quite possible that Lemmy can't handle it. You can also go to https://mastodon.social/@hetisniels

[–] [email protected] 0 points 8 months ago (3 children)

On Mastodon, once of the maintainers (@[email protected]) is posting some of the features for 10.9.

[–] [email protected] 0 points 8 months ago (1 children)

You could add the Synocommunity as a package source, instructions here and then install Jellyfin from their repository in the Package Center. Jellyfin is available on their repository.

A disadvantage of this is that you're dependent on the maintainer of the package on the Synocommunity and it could take a while for new versions to be uploaded to their repository. If you use Docker, then you can basically get new versions immediately.

[–] [email protected] 28 points 8 months ago (1 children)

I usually keep my phone until it has degraded / become so incredibly slow, that I can't use it properly anymore.

view more: ‹ prev next ›