[-] [email protected] 0 points 17 hours ago

Priority mergers came out at 1.1, splitters were around Update 5 or early access

[-] [email protected] 2 points 1 day ago

Honestly I look back and put them. How many of them had similar experiences to me? That was taught to them, they didn't make it up themselves.

[-] [email protected] 8 points 1 day ago

They'll automatically defederate after a few days. As for search, it only searches your local instance and what is already there, so it's just historical searches. It won't be anything new.

[-] [email protected] 8 points 1 day ago

And then they keep wondering why people are choosing to leave the state. I'm a cis white male, and I would never move back to that backwards-ass state

[-] [email protected] 3 points 1 day ago

Right? First thing I'd do would be to message my spouse that I'm okay but to come to the hospital

[-] [email protected] 16 points 1 day ago

Researchers always make some of the worst coders unfortunately.

Scientists, pair up with an engineer to implement your code. You'll thank yourself later.

[-] [email protected] 16 points 1 day ago* (last edited 1 day ago)

I don't blame them, they come from Reddit and expect the exact same. To them it looks like a feature is missing - when in reality it was deliberately chosen

OP don't take the downvotes personally, it's just that the question has been asked many times before

[-] [email protected] 2 points 1 day ago

absolutely true lol

[-] [email protected] 10 points 2 days ago

They ran off even their most loyal players one by one with their asinine moves. Lame games, vendor lockin, nickle and dining.

I was die hard for Xbox. Had every one, dozens of games, more probably. Have fond memories of lan parties and friends coming over to play split screen. I remember playing through halo 3 the night it dropped into the early morning, and getting the beta from Reach.

Then they killed off split screen. And lan gaming. You had to use Xbox live to play with your friend in the room. Oh no they don't have Xbox live. Oh no there's an update. Now they don't have their password. They can't join my party. The audio doesn't work. It became a hassle to play with people

Steam just works. And it's a fair price

[-] [email protected] 10 points 2 days ago

Right? It's the perfect surprise, that's why the book keeps it under wraps. They basically spoiled the whole movie right there.

[-] [email protected] 32 points 2 days ago

The one positive about all the rollback stuff is that a lot of people are seeing that the corpos never cared about them, and more are coming around to the idea that we're already in the dystopia. I swear that started as a positive when I started typing.

1430
submitted 2 months ago* (last edited 2 months ago) by [email protected] to c/[email protected]

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.

335
submitted 2 months ago* (last edited 2 months ago) by [email protected] to c/[email protected]

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.

85
Sharing Jellyfin (poptalk.scrubbles.tech)
submitted 2 months ago by [email protected] to c/[email protected]

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

10
submitted 2 months ago by [email protected] to c/[email protected]
92
submitted 2 months ago by [email protected] to c/[email protected]
15
submitted 2 months ago by [email protected] to c/[email protected]
23
Evening building in the Swamp (poptalk.scrubbles.tech)
submitted 2 months ago by [email protected] to c/[email protected]
43
submitted 2 months ago by [email protected] to c/[email protected]

Heads up for those who run a dedicated server who haven't tried experimental first, posting this so it's on your radar.

Long story short, we had to open two additional ports on our server, 8888 and 27777. Following is a direct copy from the changelog:

Dedicated Server - Port Forwarding Updates

If you have Host a dedicated server, you should definitely give the next block a read as many new improvements have been added to allow for extra flexibility since the last update on Experimental

We have updated the Port Allocation Strategy in Reliable Messaging New features:

Explicit Port Configuration

  • A new -ReliablePort= command-line parameter allows explicit port selection.
  • The value must be an integer between 0 and 65535.
  • If specified, the server will attempt to bind to this port and fail to initialize if the port is unavailable.

Default and Configurable Port Ranges The following settings in Engine.ini control port allocation:

[/Script/ReliableMessaging.ReliableMessagingTCPFactory]
PortRangeBegin=8888
PortRangeLength=512
ExternalPortRangeBegin=-1
  • The server will attempt to bind within [PortRangeBegin, PortRangeBegin + PortRangeLength).
  • By default, the server starts at port 8888 and tries up to 512 ports until it finds an available one.

Client Awareness & NAT Handling

  • Clients must connect to the correct port, but port remapping (e.g., via NAT/firewall rules) can break this.
  • To address this, the server now communicates the listening port to clients during the initial handshake.
  • If external port remapping is used, the server must be aware of the external port via:
  • The ExternalPortRangeBegin config setting (for remapped ranges).
  • The -ExternalReliablePort= command-line parameter (for explicitly mapped ports).

Server Host Requirements (TL;DR)

  • If hosting a single server, port 8888 TCP must be open by default.
  • If hosting multiple servers, a range of ports starting from 8888 TCP (by default) must be open.
  • The server will attempt up to 512 ports before failing (configurable).
  • If port remapping (NAT/firewall) is used, the server must be configured accordingly; otherwise, clients won’t be able to connect.
  • Logging is in place to help server maintainers verify the allocated ports.
31
RGB on linux? (poptalk.scrubbles.tech)
submitted 2 months ago by [email protected] to c/[email protected]

Hi folks, title essentially. I'm using Open Razer and Polychromatic on PopOS right now for my keyboard, but I have a few other peripherals that are also RGB. A corsair cooler, my EVGA card, and my Gigabyte mobo lighting. I was wondering if there's a single pane I can organize them all with. I don't have super high expectations, but maybe there's something out there. Thanks!

30
submitted 2 months ago by [email protected] to c/[email protected]

I am someone who always enjoys having something on in the background, helping me focus.

I love me some Andor, GoT, a lot of newer stuff that is made with really high production quality - but I sit down to watch those.

What shows do you watch that just sit running in the background, ones that aren't going to win any Emmys but you just enjoy?

For me my last two are Home Improvement and Everybody Loves Raymond. Both were fine in their heyday, but now they are noise filler. Not terrible, not great. So what are yours?

91
submitted 3 months ago* (last edited 3 months ago) by [email protected] to c/[email protected]

Maybe an ivory backscratcher?

16
Reminder to BACKUP YOUR SAVES (poptalk.scrubbles.tech)
submitted 3 months ago by [email protected] to c/[email protected]

A simple reminder today, if you're trying Experimental (and maybe even if not because why not), to go in and BACKUP YOUR SAVES. Especially if you're new to experimental, this is real beta testing, saves do get corrupted and you cannot go back once your save is upgraded

view more: ‹ prev next ›

scrubbles

0 post score
0 comment score
joined 2 years ago
MODERATOR OF