

Just buy the lifetime Plex pass before the price goes up then.
Just buy the lifetime Plex pass before the price goes up then.
If you have Plex pass you dont have to worry about it. Others can still remote play from your server free. Actually more so because the mobile app is free for them too now.
Deceptive title. If the person hosting the server has Plex pass then it’s still free for other users to use remote playback.
Indeed. I’m not sure when they added mobile support back, but it wasn’t there when I last looked for it. Guess its time for me to move my PWAs out of brave now. Thanks.
Yes, they did that when the EU made the ruling about allowing other app stores. Apple doesn’t like PWAs cause they lose their 30% cut. Hopefully we some ruling or law that they have to treat them equal to native apps.
I dont use many PWA’s since I had to run them on chromium before. But as a web Dev and even more so as a user, I feel like PWA’s are the way to go. They completely avoid all the app stores drama plus the 30% fees. Also the devs get to deploy instant updates without the delay going through the app stores. Just like any other web app. If done right I could see them replacing most native apps. Assuming we can get apple to allow PWAs full CPU usage. Currently they are throttling them from what I understand.
Edit: To clarify I’m speaking about mobile. I’ve never even tried PWAs on desktop and can’t imagine why I would use that over browser+bookmarks.
The main reason I switch was the way packages work. When you install something that has a dependency say like python. Instead of using whatever python you have already installed it gets another python package that is the exact version the original packages needs. So everything you have installed that uses python has its own python. That way if your python gets updated for one thing it won’t break anything else that still needs the older version.
Its probably just a skill issue but I used both manjaro and arch for years on main desktop and both ended up broke where I couldn’t update anymore because of that issue. I know it can be fixed somehow but I always made it worse when I tried. I also had the same issue happen on my other computers(arch) when I would not update them for extended period of time.
Nixos not only fixes that by the way it does dependencies, but also because every time you “rebuild” it makes a new image you can boot from. So if a update breaks anything you just reboot back to the last working image. So the system is pretty much indestructible.
Other things i love about nixos.
Okay that was a lot of rambling. Probably repeated a lot of same points. I normally would go back and clean it up but I dont have time atm. I hope it somewhat answers your question. I feel like I’m forgetting something too.
If your interested you can try messing with nixos in a VM. Its pretty cool that if you make a config you like you can copy it from VM and use it. When I first switched I was pretty confused and it took probably two weeks to get my config anywhere close to what I had on arch. Most of that was trying to figure out how to config neovim plugins like LSP servers in home manager. Was so worth it though. Going from arch to nixos was every bit as great as when I moved from Window 10 to arch IMO.
I switched from arch to nixos a few months ago. I would recommended going straight to using flakes and never touching channels. Channels really confused me when I started.
Also don’t ever use env to install packages. Just add them to your configuration file and run rebuild.
This video help me a lot when starting. Its a bit old but I don’t remember anything being wrong. He goes over how to use channels and how to setup to update using flakes. Also covers homemanager setup. Nixos setup guide
Also Vimjoyer has some great nixos videos.
Why do you hate cloudflare so much? I dont like how much control a for profit company has over the web. But they have a lot of really useful stuff. I have switched my self-hosted stuff to cloudflare tunnels(and tailscale) because it was so much easier then dealing with nginx and certs.