• 0 Posts
  • 28 Comments
Joined 1 year ago
cake
Cake day: July 1st, 2023

help-circle







  • This may be more involved than most people are willing to go but just wanna add:

    • This can be painfully slow without a dedicated GPU. Even low-mid range dedicated is gonna be a huge upgrade over CPU or integrated GPU so get one of those (if you can) or prepare to leave it overnight.
    • I recommend playing with Handbrake settings a little. Use options with HEVC (x265) or AV1 for significantly smaller file sizes at the same level of quality. If you’re leaning towards x265, an Nvidia card using the NVENC option is gonna be significantly faster.
    • Handbrake has a preview feature which outputs a 30 second segment at the given settings. Very useful if you wanna tune the quality/file size.

    Bonus: Look into Jellyfin for a streaming service like interface




  • I’m no cryptography expert but I don’t see how they could implement this with true anonymity or without it being spoofed in other browsers. There is currently no way to know with absolute certainty what browser/client web traffic is actually coming from and game anti-cheat devs will probably tell you it’s a nightmare of a problem.

    The way I see this working is making it a Mozilla account thing and not a Firefox thing through some sort of stateless cross-origin cookie the sites agree to support. But then, you’re giving up at least some privacy because even if the sites you visit don’t know who you are, you’ll still have to trust that Mozilla is logging anonymized visit counts and that some CEO 5 years from now isn’t going to change that for a quick buck.

    Maybe I’m just out of my depth here and someone’s gonna correct me (please do if I’m wrong).









  • I’ve had to debug a PDF viewer on a site once. Getting that to work across multiple versions of multiple browsers was a nightmare and I never managed to figure it out. Latest versions are mostly fine (except for mobile safari), but even 1yo versions of browsers are just broken.

    Maybe I’m missing something, but it got bad enough that one of the “potential solutions” I was considering involved figuring out how to compile a C based pdf renderer thingy into WASM and embedding it in the app.

    This was about 7 months ago.

    I agree though, add to cart should NOT behave differently across browsers in 2024.