

Thank you for so bravely speaking on behalf of all artists.


Thank you for so bravely speaking on behalf of all artists.


The first time I got that popup I immediately gave up using that garbage software ever again, but casual PC users don’t quite have the same self respect.


The default Windows player does not support h265 without an additional charge. Cheap devices such as my parents’ Hisense from 4 years ago also stutter badly on playback of h265, even though they aren’t high bitrate (1.5GB for 1.5hr movie, hardly a large video). These are additional barriers that can be avoided by using h264.


HEVC is a bad idea, as hardware support is still missing on some devices and certain common software such as Windows Media Player cannot play it without a microtransaction. These are easy fixes for anyone with the desire to solve them, but it sounds like that is not who OP is gifting to. I literally had someone ask me last week what to do with a video file WMP could not play and it mildly blew my brain.


Just skip to the point and make it 1 day


Ah yes, people slow down near cops for the love of the game, not because they’re afraid of a ticket or jail time.
This is going to get so much worse with passkeys becoming more common…
I believe that’s the joke, but I’m glad someone explained this for those that don’t know.


Sadly most of those older YouTube videos have been run through multiple re-compressions and look so much worse than they did at upload. It’s a major bummer.


Treasure it! Not looking forwards to when I have to give up my manual hatch for whatever is on the market when it dies. Although I haven’t test driven an EV yet, I can’t imagine it’s that engaging. Perhaps I’ll just have to get my kicks out of motorbikes at that point.


This must be a Honda Fit interior, right? I still wish I had managed to snag one of those, but they are probably double the price of other used hatches where I am. Ah well.


I have never seen a change.org petition make a… change.
I have two identical HDDs as a mirror, another one that has no failsafe (but it’s fine, because the data it contains is non-critical)
On separate pools, I hope? My understanding of ZFS is that the loss of any vdev will mean the loss of the pool, so your striped vdev should be in its own pool that you don’t mind losing.


I have been using TrueNAS Scale for a while but have not used base Linux for my NAS. My opinion is if you’re looking for a quick initial setup or are like me and didn’t want to install ZFS yourself, TrueNAS is rather appealing, but otherwise it doesn’t offer much. It has ZFS pre-installed, gives you a webUI to monitor basic things about your machine, and has fairly easy ways to setup data protection with snapshots and backups with rsync or zfs replication. In the more recent versions it even has Docker apps built-in so you can host some basic things. The downside of TrueNAS is that despite being Linux under the hood, it’s a lot more locked down so doing advanced measures is more of a pain and much of their “simpler” UI-based stuff is exceedingly basic, half-featured, and lacks documentation.
The way I use TrueNAS right now is to treat the main OS as mainly untouchable. I don’t try to break out of the limits placed upon it. I instead use a “Jailmaker” machine (defunct wrapper script for systemd-nspawn) for all my Docker needs. This way the main system remains more stable. If I have to re-install, then it’s a simple config import and my NAS is back to how it was.
I would use the built-in VM tools or the built-in Docker tools for this, but A. they weren’t implemented or weren’t working when I set this up, and B. I found their setup rather… annoying. For instance, I tried to set up some apps with their previous app system and it required configuration before working and yet nowhere did anyone explain how to configure it so I was wokring blind. No one makes guides for setting up an app in the TrueNAS UI, so the extra layer of obfuscation was just a hinderance to me. Compare that to setting it up directly in Docker, there are a million guides and great documentation for everything I get stuck on. Thus, despite being the “harder” way to set it up, it was easier due to the existence of information about it.
So, looking at it objectively, what parts of TrueNAS do I even use compared to base Linux? Not much. I use the WebUI to accomplish basic tasks such as creating or modifying datasets and permissions, snapshots, SMB shares, etcetera. All the basic things are there and I use the UI for them. But ever since that initial setup I spend most of my time in the CLI adjusting my scripts and Docker config files, creating directories inside the datasets, fine-tuning permissions… I could definitely have gone for a base Linux install as long as I knew what to install for ZFS support, some manner of WebUI, and so on. TrueNAS just did all that initial setup for me, and having a more locked-down OS forced me to use safer methods of installing programs via containers and keeping my install a lot more portable which I plan to continue no matter what OS I use.
This was probably not helpful, but that’s been my experience of TrueNAS for what it’s worth. Whatever you do, just remember: RAID is not a backup. It is protection against drive faults, but an error in the RAID system itself or the RAID pool’s data requires a separate copy of the data stored elsewhere to restore.
on most of my systems I get tired of constantly lsing after a cd so I combine them:
cd(){
cd $1 && ls
}
(excuse if this doesn’t work, I am writing this from memory)
I also wrote a function to access docker commands quicker on my Truenas system. If passed nothing, it enters the docker jailmaker system, else it passes the command to docker running inside the system.
docker () {
if [[ "$1" == "" ]]; then
jlmkr shell docker
return
else
sudo systemd-run --pipe --machine docker docker "$@"
return
fi
}
I have a few similar shortcuts for programs inside jailmaker and long directories that I got sick of typing out.
Media watch status no longer persists on media rename. When you move or rename your media files, previously Jellyfin remembered the watch status based on external IDs alone; now it uses an actual reference to the database entry. This is a transitional change and we are working on a better way to handle that in a future version.
I hope they do figure out a solution for that soon… Until that’s fixed I’m going to stay on 10.10.7 for a while.


Just filled it out in case you still need answers. Small note, your education answers don’t include “none”. While uncommon, some people never finished school and there is no option for that.


I use Bitwarden (as far as I know these are basically the same) and have had issues with the app too, from long delays before it autofills, to the popup jumping around the screen or vanishing after 1ms, to just never showing up on some screens. I would recommend trying some of the other autofill options they provide in settings to see if they work better for you. I have had much more luck with “inline autofill” than the accessibility-based autofill, but currently keep them all enabled and the experience is much smoother than it was a year ago.
I would assume they have two monitors connected and when the tearing occurs on the problem monitor, their second monitor flickers.