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

help-circle
  • I tried it but it doesn’t seem to work for me correctly or maybe I am doing something wrong. I patch the YouTube app and install it but as soon as I close and open it, all the changes made by the patch are apparently gone. Shorts that are hidden on the first start after the patch are visible again, ads seem to be reduced but still happen occasionally.

    I disabled the default YouTube app, gave the patched version a different name, disabled auto update, repatched it but nothing seems to stick after opening it again.

    And then the whole “I have to download the apk so that I can use it” because I don’t have rooted my phone is just inconvenient.

    I stick with my yt-dlp server and Plex instead.


  • The problem with brushing on resin is actually not that great because resin for printers will need to be cured. Unless that material is letting the UV light through, only the outer parts will get cured and hold onto the models but when you open it up again the whole middle part would be liquid resin again which stinks and is toxic.

    I had this misunderstanding for quite a while myself and though that I can just weld resin party with resin together until I did that with a larger piece and it broke quite easily and seeing that the whole inside wasn’t even touched at all by the UV light.

    Hence also why you should shine some UV light into a hollowed model to fully cure it.

    CA/superglue should do fine if applied correctly.







  • 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.