• 0 Posts
  • 183 Comments
Joined 1 year ago
cake
Cake day: June 6th, 2024

help-circle




  • No.

    The “all browsers are iOS reskin” thing is browsers must use WebKit for JavaScript and rendering, which are the two biggest parts of a browser. WebKit is a library of code distributed as part of the iOS SDK. However, Safari adds more on top of WebKit, including its plugin API. Installing plugins into iOS Safari wont affect anything just using WebKit because they aren’t using the Safari plugins code.

    In theory Firefox could implement its own plugins system for iOS, but it would more limited than the normal Firefox plugin system for other devices, and also they might run into policy issues with Apple (this policy about 3rd party browsers is part of a broader policy against side loading, which has in the past prevented things like emulators and programming apps into the App Store. They have recently started loosening up on their anti-side loading policies, however).













  • I got nitro for higher audio quality so I could stream background music while running a DnD campaign over discord.

    It also increases your streaming resolution and file upload size limit which is quite useful.

    It also lets you use emojis from any server in any other server, which isn’t “useful” but is fun and I do it all the time.

    For these 3 things I think it’s worth it. It’s worth noting I have a grandfathered Nitro plan that is more features than “Nitro Basic” but less features than the next tier at a cost that’s in between.

    The real enshitification I’m worried about is the gradually increasing prevalence of ads in increasingly prominent places.




  • Are you confusing CRF with CBR?

    CRF is the video equivalent of VBR music. The music equivalent of two-pass video encoding is ABR music.

    When tuned for a specific file, CRF and two-pass video will give similar results. They both result in a variable bitrate encoding.

    When using the same config on different files, you might find that two-pass encoding produces unnecessarily large files for something with little movement like anime, or has quality issues for something with a lot of movement like a lot of shaky camera or film grain. Meanwhile the same CRF setting will work well in just about any scenario, using more bitrate for files that need it, and less bitrate for files that don’t.