• 1 Post
  • 68 Comments
Joined 2 years ago
cake
Cake day: July 15th, 2023

help-circle







  • I probably shouldn’t even be using youtube in the first place, but 5 min ago I found out youtube is now forcing videos with an AI translated voice. While at the same time not having an option to change the audio track or disable the feature.

    This feels like a good example of pushing features most people don’t want while not providing a normal way to disable it.

    Thank God I use revanced and can spoof the client as IOS TV, this gives you the option do disable that crap.

    Firefox (even mobile) has this addon “YT Anti Translate”

    It’s pretty bad you have to go this far just to watch a video with the actual voice it was released with…











  • I can see that working well especially in a project where you can push to production fairly often, our project only has 2 moments every year where new features can be pushed to production. The exception is major bugs and security patches.

    Anyways our main branch is always ahead of production. New features are branched of main, and can only be merged when the entire test suite passes, this is unit tests, integration tests and automated functional tests take about 5 hours (this project has been live since 2010).

    We make release branches so we can always use them for bugfixes etc.

    I think it kind of depends on a project what works best. For us a main branch that is only updated twice a year wouldn’t be the best way, I think.