

At first I was going to say, the 3 2 1 Backup rule won’t stop the planet from being destroyed by a meteor. But then I remembered the data on Voyager1.


At first I was going to say, the 3 2 1 Backup rule won’t stop the planet from being destroyed by a meteor. But then I remembered the data on Voyager1.
Pros:
Cons:
All in all, there is nothing from windows I would say I “miss”. And it feels refreshing to know I’m out of the line of fire of msft.


Curious what went wrong with your Reolink run. That’s what I’ve got. Doesn’t require an app or account, and works with home assistant.


It’s not a matter of privacy vs UX. I actually think Plex has ruined their UX. But if you have friends and family, some are tech-illiterate, some have their own media servers, and you all want to share with each other quickly and easily, Plex is the only viable option. Same if it’s just you, but you travel a lot, and want to watch something from your home server without lugging around a device that has access to your VPN and a screen/hdmi-out.
Jellyfin is really only viable if it’s just you on your own network.


To add on to the top post: with Plex you only need 1 account and can exchange access to multiple servers. I can browse all the media my account has access to with ease.
Jellyfin needs an account per server. If the client multiplexed between them seamlessly, that would probably be fine enough. But it would be nice if they supported some method of federation.
And Jellyfin has a list of CVEs that they haven’t addressed in years, which makes not want to make it visible outside my network.
I want to ditch Plex, but this is the primary sticking point for me. No criticism to the Jellyfin devs btw, they’re doing the lord’s work, I have nothing but respect for them.
Another minor one is that the Plex app works with a controller on my bazzite HTPC, but the Jellyfin one was hit or miss. I could get it to work once, and then the next day the controller would do nothing and the UI would be acting weird. I will go back and try it periodically to see if it’s ready, but last time I checked it wasn’t.


Do you mean Librewolf? Librefox looks dead.


This is unfortunately easier said than done. This defcon talk from 14y ago comes to mind.
If 100% of the game state is server authoritative, then there are always exploits in the netcode. Because either you have netcode that is so rigid that the first time a packet is late, or some floating point math doesn’t add up right, you don’t know what to do and break; or you have netcode that makes up for little discrepancies, and hackers eventually find them and abuse them.
It would be nice if the client isn’t told about player locations they don’t see yet, but now the server has to calculate occlusion for every player vs every opponent on every server tick. And let’s say you find a magically optimized way to do this, now how do you attenuate sounds like footstep or gunshot dynamics?
Anticheat is always an arms race. There is no “just do X, and you’ve defeated the cheaters”. Contrary to popular belief, hundreds of very smart people have been working at solving these problems for literally decades, and the arms race always ends up on the client.
yawn
Call me when it’s implemented in redstone.


As a lifetime owner, the number of features they’ve deprecated is probably the worst part.
It’s close between that and the last app overhaul that removed a bunch of functionality.


Why Hong Kong over Iceland or Switzerland?


Eh, I remember kids using proxy sites to get around school internet filters when I was 14. And now that virtually every Youtuber has a VPN sponsorship, I think that 14-18 range of kids definitely has a sizable chunk who knows what a VPN is and what they could use it for…
This was an unknown unknown for OP. Again, it’s completely fair for a new user to see the alias feature, think “ah, that’s built for aliasing one thing to another, let me try it for this directory name”, and be confused when it doesn’t work. OP can’t know what they don’t know.
And the open source community is just that, a community. Asking questions in forums is the accepted practice. And “basic” is hard to define. What is basic for you isn’t basic for someone else, in the same way that what is basic for someone else isn’t basic to you.


Yes, the tech industry has a new hammer and everything looks like a nail, but the reality is, LLMs are finding far more purchase than blockchains did. I wholeheartedly agree that you should not be forced to use an LLM when you don’t want to, much less have any app run one locally without consent, but to suggest LLMs have similar usefulness to blockchains is just ignoring reality. This isn’t the crypto bubble, this is the dotcom bubble. It would be more like replacing all the instances of “AI” with “the internet” or “computers”.
Highly recommend remapping common characters to easy-to-access hand movements. The keyboard is a tool to make things easier. I never use caps-lock, but I use esc all the time, so I regularly swap them (or just have a second esc bind).
It is worth acknowledging that this probably seems unintuitive to a new user. Makes it look like the shell has two different aliasing systems.
It makes sense the more familiar you are with bash, though. If you ever tried to cd /some/other/path-with-docs/in/the/string you’d end up accidentally running cd /some/other/path-with-/media/docs/in/the/string.
Which would be confusing at best, or a security issue at worst. Better to see that in the cmd and know you’re injecting a var’s value.


I knew the article was going to mention NTSYNC, but is that really it?
I get that we don’t want the argument for compatibility to effectively allow windows to define what the linux kernel has to looks like, but afaik this is one instance. The headline makes it sound like a systemic issue.


Most likely telegram, gab, and some FB groups. I wouldn’t count twitter because those are all bots.


I don’t think they’ll have any difficulty convincing Disney to put out another installment.


I was trying to do this recently and learned that, I guess certain bluray drives have been identified as compromised by the powers that be. As a result newer bluray disks ship with a list of those drives, and when your drive’s firmware sees that it is on the list, it will refuse to open the disk. I have an old bd drive from ~2008 that was ~60% effective at ripping my library.
I also tried my best to use fully open source tools in combination with an up-to-date KEYDB.CFG, but never had as much success as just using makemkv.
The most extreme route I found is to refer to makemkv’s list of drives that can have their firmware flashed to prevent it from refusing to read a disk. I haven’t gone that route, but would definitely consider it if I was looking for a drive.
The AUR is unsafe by design. It’s not intended to be something you just install from willy-nilly. It’s intended to be a helpful way for arch users who know what they’re doing to exchange a convenient way to install arbitrary packages. But you should always be just as wary of it as copy/pasting shell code from a random person on the internet.