

The major content websites deprioritise Australian and UK content outside of their respective countries.
DaGeek247 of https://dageek247.com/


The major content websites deprioritise Australian and UK content outside of their respective countries.
That’s rough. Signal is the only app that can actually be trusted to resist state monitoring because it has a successful history of it.
I guess another option to throw into the pool is https://docs.cwtch.im/ then. It’s new though, and not as easy to use.
And just FYI, use case is simply texting with friends and family, while avoiding state monitoring.
Signal. There’s nothing better for security, ease of use, and features. It’s a drop in replacement for texts and imessage and facetime.


They’ve got xep-0503 on the roadmap, so it’s not there yet, but is for sure something worth keeping an eye on.
Xmpp already survived Google divesting from it, so I’m more inclined to believe it has real staying power compared to all these new apps partially written by ai or with problematic security policies.
I imagine sitting on coach, searching for show. Then you want to watch some, and then you have to wait half an hour for full episode (or even season?) to download.
This is a fair take on how a locally hosted video server would go. It’s the same as someone who has a collection of disk media instead as well. Finding new media to watch is not instant, even with the best setups.
I actually consider this to be a feature, instead of a bug. The algorithms that Netflix (and YouTube and everybody else that serves content) have a lot of issues. The ability to find content, the act of discovery, is something I think is actually very valuable, and has been lost since we switched to online streaming.
I run a jellyfin server for my immediate family, and one of the benefits of not running an auto-download tool is that we all have a groupchat specifically for requesting new series/movies. I didn’t expect it at first, but it has been a great way to connect with my family over varied media we watch, as well as a way of sharing what’s new and interesting to them.
Of course, I switched from Spotify to a physical mp3 player with my own personal library, so maybe my perspective is a bit skewed. For sure there is a place for a lack of barriers (including skipping out on analytical thought) for consuming content. I just don’t think it should be the default.


Yeah. I ended up getting a couple ms of latency back when i pulled the isp router too.


Mine has been running flawlessly for nearly two years now. ISPs are lazy and only change things when they’re forced to.


what protocol does the ISP use over fibre?
Any way to figure this out?
This is a good place to start. https://pon.wiki/


It very strongly depends on which ISP they have. There’s a few that make it easy. There’s a much larger number that can be hacked by a competent pc person (which I’ve done). There’s also a small amount who have worked to make it impossible / hard to do, and don’t have any public info on the process.
My ISP is att fiber, and all I had to do was change the vlan id on the outgoing side and match the ip settings to make it work. I used the guides from https://pon.wiki/ to do it, and the discord is also incredibly helpful.
Of note, this used to be impossible / very difficult so you’ll still find forum posts saying it can’t be done. However, a couple nerds have changed that over the past two years so make sure your info is up to date before deciding it can’t be done for your specific setup.
I have used this card for a couple years.
Pros:
Cons:
If all you’re looking for is cheap, quiet, storage, and you don’t mind losing out on total read/write speeds, thisll actually do great just about anywhere.
deleted by creator


Another one; https://iocaine.madhouse-project.org/
But yeah, OP. You can’t reliably stop web scrapers from stealing your data. You can only make more difficult and costly to do so, at the expense of your own server, and in the case of anubis, at the expense of your real users.
I plan on switching to a RPI hosted website at some point, so I can add either iocaine or nepanthes to my website. Might as well make most of the data from my website poison to all the scrapers when I get the chance.
Yeah. The corporations with money are always going to beat the casual users without in regards to processing capability.
There are smarter ways to discourage the big companies from taking pictures of your house than by adding speed bumps to your driveway.
POW built in to the web spec would be hell. Making every single device in the world do that extra bit of work would noticeably affect energy use across the planet.
My dns config options always have at least two spots. Obviously, this means I need two piholes to fill them both up.
More seriously, it has actually saved my network from going down a couple times already.


When you do get around to changing the graphics, maybe you can ditch the ovaries and uterus look of the logo.
Lmao I hadn’t even noticed, but yes, definitely that.


Honestly? Don’t do the whole switch, or even a big switch from a few services to another.
Start small. Very small. Try doing just one service you rely on, like your images or music. Immich just announced their first stable release. I use navidrome for my music. Make sure to test these on a copy of your data, not your actual data.
Once you’ve got one service working as you want it to do, then you can try your hand at another service. This way, you don’t get stuck trying to do everything all at once.
It may be worth considering how much (if any) you want to spend at the start, too. That’ll inform your next immediate task; setting up basic backups for your data. A spare drive is a good start, but it may be worth keeping another one at your parents house, or similar.


You can switch to windows 10 ltsc and keep getting updates for seven more years.


If you aren’t transcoding, and the player is taking too long to cache the video before starting, you might be having some sort of storage issue. You would need to try a couple of different things to figure out what, specifically, is taking so long to send the video out.
The first thing that comes to mind is that your storage is on an SSD, and it is nearly full. An SSD that is nearly full will usually perform much much worse than it would if it had more space to work with. https://pureinfotech.com/why-solid-state-drive-ssd-performance-slows-down/
The next thing that comes to mind is that your files are stored on the same drive that jellyfin transcodes onto, and it is not using an SSD. If you have jellyfin reading from a single drive, jellyfin encoding to that same drive, and also everything else also running, you might be causing your hard drive to seek a lot in order to get everything up and running. You could test this by changing the jellyfin transcode location to a different storage device.
I’ve also found that page and video loading times tend to be directly affected by the storage medium’s seek times. If you had jellyfin installed on the same hard drive as your videos, it will be slower than if you had installed jellyfin on a ssd separate from the drive you store your videos on. This one wouldn’t likely result in minute loading times though.
I am the middle of struggling to backup my calendars from nextcloud after my GPU failed. Nextcloud in docker containers is terrible for any sort of recovery. They’re not even broke, you just can’t run them with a GPU setup, remove the GPU, and then expect them to still be able to run.