Comments

This profile is from a federated server and may be incomplete. Browse more on the original instance.

Darkassassin07, to piracy in Radarr/Plex Files Randomly Gone
@Darkassassin07@lemmy.ca avatar

Do any of your plex users have the permissions required to delete files?

Radarr doesn’t delete video files unless replacing them with a new one, or commanded to delete them. It will delete related metadata files like images, subtitles, and nfo when it thinks a video file has been deleted though.

Your logs repeat with root folder ‘E:/Movies’ was not found while trying to import new media, but doesn’t mention anything else. Does that folder still exist, or was it also deleted? All your movies, or just some? Were other libraries modified? (tv shows)

Darkassassin07, to linuxmemes in Never again
@Darkassassin07@lemmy.ca avatar

Yeah… That’s what I said…

Darkassassin07, (edited ) to privacy in How to get a private car
@Darkassassin07@lemmy.ca avatar

Android Auto and CarPlay or Privacy. You won’t get both.

Your use of ‘need’ is quite a stretch.

Darkassassin07, to linuxmemes in Never again
@Darkassassin07@lemmy.ca avatar

Well, we left reddit for beginning to plant a walled garden, so…

Darkassassin07, to linuxmemes in The pain is felt on other planets as well...
@Darkassassin07@lemmy.ca avatar

80% of social media is just reposted memes. TF are you talking about…

Just be happy people are enjoying what you’ve created. It’s not like you were being paid for it anyway.

Darkassassin07, (edited ) to selfhosted in Hosting private UHD video
@Darkassassin07@lemmy.ca avatar

Emby, Jellyfin, and Plex will all detect connection speed, adjust quality settings, and transcode the media to playback without buffering.

I wouldn’t recommend Plex. They’ve been steadily moving away from self-hosted private media servers and towards just serving comercial content to you.

I myself run Emby as I’m rather fond of their development team and their attitude towards privacy. It does require payment for ‘emby premier’, ie the installable client apps and transcoding features, but it has single payment lifetime licenses as well as monthly.

Jellyfin is a popular open source option that is built on a fork of Embys older open source code before they went closed source.

Either would work for you.

Darkassassin07, to selfhosted in SquareSpace dropping the ball.
@Darkassassin07@lemmy.ca avatar

Tbh, laziness and lack of need.

I’ll probably reconsider once renewal comes around, but that’s ~4 years away. Until then, as long as things continue functioning: meh. Doesn’t really make a difference.

Darkassassin07, to selfhosted in SquareSpace dropping the ball.
@Darkassassin07@lemmy.ca avatar

Idk, but it seems really stupid.

Having not actually looked into it at all:

I’m wondering if they have an api for updating records instead of traditional DDNS. Not the same thing AFAIK.

Either way, I’m already using cloudflare as a nameserver so this shouldn’t matter as much as I thought.

Darkassassin07, (edited ) to selfhosted in SquareSpace dropping the ball.
@Darkassassin07@lemmy.ca avatar

I’m an idiot.

I already do this. The swap to Squarespace wont actually effect me.

🤦

Darkassassin07, to selfhosted in SquareSpace dropping the ball.
@Darkassassin07@lemmy.ca avatar

Oh fuck.

I just remembered I use cloudflare as my name servers, google (well, Squarespace now) only handles the registration.

I probably don’t have to do anything then.

Kinda feel like a moron now…

Darkassassin07, to lemmy_support in If I apply a tag to myself, can other users see it?
@Darkassassin07@lemmy.ca avatar

Nothing on this post, and your profile looks like this from Jerboa:

https://lemmy.ca/pictrs/image/00d1b3ac-597e-4704-9014-21c6f8367447.jpeg

No tags I can see

Darkassassin07, to privacy in the encryption keys, why can't the government just sneak on them?
@Darkassassin07@lemmy.ca avatar

As far as I understand a key pair can be used bi-directionally like I’d described. Was I mistaken?

In practice, the private key is usually used to create signatures instead, but I avoided that for simplicity.

Darkassassin07, to privacy in the encryption keys, why can't the government just sneak on them?
@Darkassassin07@lemmy.ca avatar

Exactly. Once encrypted with your public key, you’re the only one who can decrypt and read it as you are the only one with access to your private key.

Darkassassin07, (edited ) to selfhosted in Sounds like Haier is opening the door!
@Darkassassin07@lemmy.ca avatar

Are they supporting FOSS, or looking to buy out the project to make it a closed in-house solution and avoid the bad publicity they created this last week?

Darkassassin07, (edited ) to privacy in the encryption keys, why can't the government just sneak on them?
@Darkassassin07@lemmy.ca avatar

Youtube never knows the private half of your key pair. That never leaves your system.

Anything encrypted with the private half can only be decrypted with the public half, and anything encrypted with the public half can only be decrypted with the private half. These halves are known as the public key and the private key. Each side of the connection generates their own key pairs.

We both generate a set of keys, and exchange the public halves with each other. I then want to send you a message: I first encrypt it using my private key, I then encrypt it again using your public key and send that to you.

In order to read that message, you first decrypt it using your private key. This ensures the message was intended for you and wasn’t modified in transit, as you are the only one with access to that private key and only its matching public key could have been used to encrypt that layer.

You then decrypt it a second time using my public key. As I’m the only one with access to my own private key, you can be sure the message was sent by me.

As long as that resulted in a readable message; You’ve now verified who sent the message, that it was intended for you, and that the contents have not been modified or read in transit.

All this, including the key exchange is handled for you by the https (tls) protocol every time you connect to a website. Each of the messages sent between you and the site are encrypted in this manner.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #