Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror

Comment Re: I really do not get it (Score 1) 69

Sandboxing and decoupling app dependencies from system packages, so an app compiled against e.g. the freedesktop.org SDK can work on any distro and any version of that distro. This way, app developers donâ(TM)t need to build/package for 20 different variants of (distro, version) pairs.

Comment Re: Stupid Disclaimers (Score 1) 59

A guide is here to set it up (especially Windows is tricky with Zadig): https://www.minidisc.wiki/guid... -- the web app itself is fully open source, so you can potentially self-host it. On Sony NetMD portables, you can even transfer raw ATRAC data back to the computer using a NetMD exploit ("lossless" in the sense that there's no additional generational loss). Good luck!

Comment Re: Quantity Over Quality? (Score 1) 30

Youâd also need to transmit the trained AI model data every time, except if itâ(TM)s static and can be considered part of the codec (think static vs dynamic dictionary). Thatâs why the Hutter Prize takes the decompressor size into account, itâ(TM)s not compression if you âzhideâoe the data somewhere else. Like âzthis AI can compress this 1 GB video down to just 200 KB.. using this 4 GB trained model data.âoe

Comment Re: Do not want (Score 1) 73

> And how is it like IE again? Safari lags behind in web standards support (just like IE6 back in the day, remember the CSS hacks needed to get transparent PNGs working? transparent PNGs!), and itâ(TM)s the default on iOS, which has a non-trivial market share. Opus? WebM? Ogg Vorbis? Not on iOS browsers. Chrome and Firefox for Android? Check. Granted, on Windows you could always install Firefox or Opera (and later Chrome), so in that sense, Safari (and in turn forced WebKit) is worse. Which is also why Safari-on-macOS is less of an issue. The Safari/WebKit monopoly on iOS is due to app store rules (no alternative browser engines, forced to use WebKit, which Apple controls, at least as far as enabled features go). > Webkit is open source under a LGPL 2.1 license and was a fork of KHTML. Blink itself is a fork of WebKit. Open source doesnâ(TM)t mean anyone gets to submit patches that are guaranteed to get merged and shipped in products or decide the roadmap (and thankfully so). Thereâ(TM)s a reason Blink was forked from WebKit. > And to what modern web standards do you refer? Comparing Safari on iOS to Firefox on Android and Chrome on Android (because on macOS, you can install alternative browsers without them having to use system WebKit): https://caniuse.com/?compare=a... The problem again is that on iOS, you cannot (as a user) choose to use Firefox or Chrome when itâ(TM)s suitable, the âzappsâoe that exist of them are just a custom GUI with WebKit as rendering engine. > And why does it have to stay competitive? It is Apple software written for Apple devices. And? Competition is good for everyone vs a monopoly (monopoly of browser engines on iOS). WebKit-only might have made technical sense in 2007 (donât want to have multiple browser enginesâ libs loaded in 128 MB RAM). Today itâ(TM)s just anticompetitive to force devs on the App Store because The Browser doesnâ(TM)t have the features you need (e.g. WebUSB). Slightly related / mildly infuriating: Appleâs behavior on WebGPUâs shader language and how we ended up with WGSL.

Slashdot Top Deals

Understanding is always the understanding of a smaller problem in relation to a bigger problem. -- P.D. Ouspensky

Working...