• 0 Posts
  • 5 Comments
Joined 1 year ago
cake
Cake day: June 20th, 2023

help-circle
  • It goes even beyond that.

    With a dedicated app, you go into the store and install it and then you have it in your apps that you then can place everywhere.

    With a website, you need to have the browser, navigate to that website each time. And yes, you could put a link to that website on your home screen as well but not many user are probably aware of that being an option.

    I know that but I still would prefer a dedicated app because it is easier to manage and use more features of my phone. For example, I just tried it on my android phone and the link to a website always opened a new tab in my Firefox.

    Then I can manage the notifications of that app depending on what I want it to notify me about.

    I can’t do that specifically for a single app or website in a browser.

    On the other hand, I also wouldn’t want to miss a website because I am not always on my phone and, in some cases, it is way more annoying to do something over the phone because I am just not used to it (like writing this comment). Doing that over a website version that I can access on my PC is much easier and convenient.



  • Unraid “supports” docker compose. You can install and use it but you won’t be able to utilize how unraid handles docker containers.

    All that unraid does is make docker more accessible for the normal user. In the end the container template constructs a docker run command.

    So you could use portainer to manage stacks through a webui or install compose and have to SSH into the unraid server all the time.



  • I had the pleasure recently to create an ffmpeg command to transcode a video into HEVC 10bit with quicksync.

    I had tha previously running completely fine on my Nvidia GPU. You would think that it would just be replacing the parameter which device or hardware acceleration to use.

    Yeah, turns out that there are like 4 ways to set the quality value of the transcoded output, CRF didn’t work for some reason with quick sync so you need to use global quality or something. I spend days on this trying to figure this out, DAYS.

    It is a very powerful tool but every time I have to use it, it is too complicated and I have to spend hours or days to get it working.