scrubbles

joined 2 years ago
[–] scrubbles@poptalk.scrubbles.tech 308 points 2 days ago (27 children)

You see, the reason you didn't know was because we had eradicated it before you morons decided you were smarter than the entire science and medical community because you watched some youtube videos

Wow. Alright. Was trying to be fair with you, but alright.

[–] scrubbles@poptalk.scrubbles.tech 4 points 6 days ago* (last edited 6 days ago) (2 children)

Db0 has their own instance and they are I would say they are moderate with AI usage. They don't hide it. If you don't like it, then you should probably join a different instance. That's the good thing about the fediverse, you don't have to agree with everything, just switch to a different instance.

Good practice. Good luck then! Let us know if you need anything, on matrix I'm @scrubbles:halflings.chat, feel free to DM with questions

[–] scrubbles@poptalk.scrubbles.tech 3 points 3 weeks ago (2 children)

That's how I started too, so very good plan, and good way of thinking ahead. Ssd will be fast so the app will load fast for your users, and images can take a few seconds and no one will mind.

Make sure you have a solid backup plan for both

[–] scrubbles@poptalk.scrubbles.tech 4 points 3 weeks ago (4 children)

Basically for a cloud provider s3 storage is just any storage. It's not a disk that needs to be high availability with programs reading and writing to it with an OS on top, its just blobs of data. Images, video, isos, whatever. Its meant for access that is lower than what a VM would need for an active program.

For matrix this is ideal for its content. An image uploaded will be read a fee dozen times, and then less and less until eventually it isn't really needed ever unless someone scrolls and scrolls up.

So for hosting, if you store that on a disk you're saying "this is critical to the operation of the software and must be highly available and optimized for vms reading and writing to it.". Think like m.2 ssds. Blob storage then analogous to us home labbers to throwing it on a giant nas. Its there, may take a bit to load, but its there.

Then s3 has classes too, where if you need your data even less you can pay even less trading off access times, you can get even better rates if you know you need it extremely infrequently, like audit logs. Tape drives are actually used quite a bit for those opt-in low access tiers because if you think about it the data storage is incredibly dense, but opening up a tape can be minutes or longer to access. No problem if you're pulling up some archive from 20 years ago.

[–] scrubbles@poptalk.scrubbles.tech 3 points 3 weeks ago (6 children)

If you're running locally on your own system then yes you can use your own. You can use something like MinIO or Garage to self-host an S3 bucket, and then point Matrix to that

Docs would be helpful, I can't find much of anything, I think you honestly did the best writeup.

Star Trek quotes is hilarious and perfect!

[–] scrubbles@poptalk.scrubbles.tech 11 points 3 weeks ago (8 children)

I'm not sure your level of understanding of cloud infrastructure, so let me know if you need me to go into more detail. Disk storage, like what is attached to a VPS/VM is very expensive, and it's the 100GB drive you have attached. What is much cheaper is object/blob storage, known in AWS and most cloud providers as S3. This is far far cheaper for many reasons.

Matrix (and really I should say Synapse, what I use) can be configured to save images, photos, uploads, etc to save to a blob storage "bucket" instead of disk. So you can lower your disk from 100 down to something lower because your data is stored in blob storage (fully encrypted). For synapse, the module you need is here: https://github.com/matrix-org/synapse-s3-storage-provider

[–] scrubbles@poptalk.scrubbles.tech 10 points 3 weeks ago (3 children)

Thank you! I'm going to start playing with this and see what I can figure out! I'll be referencing this frequently!

[–] scrubbles@poptalk.scrubbles.tech 23 points 3 weeks ago (5 children)

How do you do that, I'm very interested! Also good to see you Admiral!

[–] scrubbles@poptalk.scrubbles.tech 7 points 3 weeks ago (10 children)

You can set it to use object storage instead, much cheaper

 

We have another event that invites people over to our side!

 

Currently I have random docs/how-tos for my network stored in a forgejo repo, just a bunch of READMEs. I'd like to somehow make that a bit more official, I like writing it in markdown/git and having source control, but was wondering if anyone has a good wiki tool they like that can consume that and make it more hostable? Thanks!

 

Totally not related to another post in this community...

What fearmongering do you find laughably wrong? What do you witness everyday that makes others clutch their pearls while watching the news?

 

Hey all, I'm hoping this is simple one of you have seen. I have Jellyfin media player installed on bazzite, I use it through gaming mode. Most of the time, but some audio tracks are silent and won't play unless I force transcoding.

They are usually DTS or DTS:MA. Do I need to install drivers somehow? Or flip a setting? I'm fine with transcoding audio, but I want to avoid transcoding video.

I am plugged into an Onkyo receiver via HDMI, so it should be able to play most of those.

Thanks!

 

cross-posted from: https://poptalk.scrubbles.tech/post/2333639

I was just forwarded this someone in my household who watches our server. That's it folks. I've been a hold out for a long time, but this is honestly it.

They want me to pay to stream content that I bought from my hardware transcoded also on my hardware.

I'll say it. As of today, I say Plex is dead. Luckily I've been setting up Jellyfin, I guess it's time to make it production ready.

Edit: I have a Plex Pass. More comments saying “Just buy a plex pass” are seriously not getting it. I have a Plex Pass and my users are still getting this.

And for the thousandth person who wants to say the same things to me:

  • YES I know I'm unaffected as a Plex Pass owner.
  • My users were immediately angry at it, which made me angry. Our users don't understand what plex pass is, and they shouldn't have to, that's why I had it. The fact that they were pinged even though it should have kept working is horribly sloppy
  • Plex is still removing functionality. I don't care that "People should pay their fair share". If Plex wants to put every new feature behind a paywall, that's completely okay. They are removing functionality.
    • "But they have cloud costs". Remote streaming is negligible to them. It's a dynamic DNS service. Plex client logs in, asks where server is, plex cloud responds with the IP and port of where server is located. That's it.
    • "Good luck finding another remote streaming" - Again, Plex just opens up an IP and port. Jellyfin also just opens up an IP and port (Hold on jellyfin folks I know, security, that's a separate conversation). All "remote streaming" is is their dynamic dns. Literal pennies to them. Know what actually is costing them money? Hosting all of that ad-supported "free" content that they're probably losing money on.

In short, I don't care how you justify it. Plex is doing something shitty. They're removing functionality that has been free for years. I'm not responding to any more of your comments repeating the same arguments over and over.

26
submitted 10 months ago* (last edited 10 months ago) by scrubbles@poptalk.scrubbles.tech to c/plex@lemmy.ca
 

I was just forwarded this someone in my household who watches our server. That's it folks. I've been a hold out for a long time, but this is honestly it.

They want me to pay to stream content that I bought from my hardware transcoded also on my hardware.

I'll say it. As of today, I say Plex is dead. Luckily I've been setting up Jellyfin, I guess it's time to make it production ready.

Edit I have a Plex Pass. More comments saying "Just buy a plex pass" are seriously not getting it. I have a Plex Pass and my users are still getting this.

 

Hi folks. So, I know due to a myriad of reasons I should not allow Jellyfin access to the open internet. However, in trying to switch family over from Plex, I'll need something that "just works".

How are people solving this problem? I've thought about a few solutions, like whitelisting ips (which can change of course), or setting up VPN or tail scale (but then that is more work than they will be willing to do on their side). I can even add some level of auth into my reverse proxy, but that would break Jellyfin clients.

Wondering what others have thought about for this problem

 

Title essentially. Youtube's algorithm is hot garbage, so I can't search for anything anymore without a ton of AI slop and rage bait. So, who do you go to for actual good long form videos? Exposes, scandals, behind the scenes, documentaries, film, travel, transit, who do you recommend I follow?

 
 

I'm an ex incel myself, but I've been seeing a few users here exhibiting the tell tale signs. "I'm not attractive enough", "I don't socialize correctly", "I'll never find a woman" - all extremely unhealthy attitudes.

Personally I burned through many friendships and ruined a lot of chances with women because I was in the incel community. The community warped my view of women so much that I made it even harder to meet women, I became my own worst enemy. I lost friends because all I could think of was how horrible it was that they had girlfriends.

I have a friend who helped me out of it. She was the one who started calling out my bad behavior for what it was, and I started on the long uphill path out of it. I'm now married and stable for well over a decade, but I still think back to those days, and it depresses me seeing other people causing this themselves and not being aware of it.

So, Lemmy, for those who have clawed out of it, what's your story?

 

Not that I use them anymore anyway, cancelling my old account, but name and shame any companies who conveniently can't support their free base. Also - it's VNC. It's a protocol. There's a dozen free clients out there.

 

Hey everyone, for anyone with SNL collections do you have a place you know of where I could get SNL "Bumper" images?

Some images are the nice host images from TVDB, but a lot are missing. I can go through each episode and take a screencap, but that feels dirty and it'd be a ton of effort.

I'm hoping someone out there has or knows where to find a zip or something of all of them.

Thanks!

view more: next ›