Gianni R
Compressionist
- 53 Posts
- 125 Comments
Gianni R@lemmy.mlto Programming@programming.dev•Should I Create A Rust or C Wikibook?English42·5 months agoZig could use your help I think. Give it a look
Gianni R@lemmy.mlto Technology@lemmy.world•M4 Mac Mini Power Button Has New Bottom LocationEnglish2·6 months agoI should have clarified that I was referring to “Restart” rather than “Shut Down” because I’m not aware of how frequently people actually “Shut Down” their devices. My intention was to ask: How often would you need to physically press the power button when the functionality of turning the device on and off is accessible through software?
On another note, I think the amount of attention posts like this get is a pretty clear indication of how deep Apple hate truly runs. I’m fine with Apple, more of a Linux person myself, but stuff like this makes me shrug my shoulders. Only Apple could garner this much attention for putting the power button in a weird spot on a tiny desktop that nobody complaining about it would buy even if it was on top of the device.
Gianni R@lemmy.mlto Technology@lemmy.world•M4 Mac Mini Power Button Has New Bottom LocationEnglish72·6 months agoUnless your computer has issues, can’t you just power off from within macOS?
Gianni R@lemmy.mlto Asklemmy@lemmy.ml•Using a Firefox fork makes any difference?English3·7 months agoJPEG XL support in Waterfox is nice.
Gianni R@lemmy.mlto Technology@lemmy.world•iPhone 16 is here, but I’m hyped for just one reason: RCS on iOS 18English151·8 months agoThe fact that iPhones are getting this before Android phones without Google Play Services tells you all you need to know about the nature of RCS. Android has lost all of its intrigue and fun in favor of becoming GoogleOS
Gianni R@lemmy.mlto AV1@lemmy.world•[SVT-AV1-PSY-git] The 2.2.0 release: cutting through the blurEnglish1·8 months agoHey Blue - this isn’t release 2.2.0-A. This is just plain PSY 2.2.0 - 2.2.0-A will come later ;)
Gianni R@lemmy.mlOPto Cool GitHub Projects@programming.dev•vt-enc: FFmpeg VideoToolbox frontend in BashEnglish11·9 months agoYou need VideoToolbox for this particular tool because it calls the VideoToolbox library from within FFmpeg in order to encode the video.
“Why do I need x264 to encode H.264 in FFmpeg?” is essentially what you’re asking. FFmpeg needs VideoToolbox support to work with my tool.
If you’re asking why I chose to use VideoToolbox in the first place, it was because I want this to be a macOS-specific tool with very fast encoding speeds at decent fidelity per bit. Hardware accelerated video encoding is one way to make this happen.
Gianni R@lemmy.mlOPto Cool GitHub Projects@programming.dev•vt-enc: FFmpeg VideoToolbox frontend in BashEnglish2·9 months agovt-enc calls FFmpeg which calls the VideoToolbox encoding framework. Without VT, ffmpeg commands will fail
Gianni R@lemmy.mlOPto Cool GitHub Projects@programming.dev•vt-enc: FFmpeg VideoToolbox frontend in BashEnglish1·9 months agoVideoToolbox is the encoder that FFmpeg links to.
Gianni R@lemmy.mlto Linux@lemmy.ml•What file systems are you using on your devices and why?English2·9 months agoFilesystem compression is dope.
Gianni R@lemmy.mlOPto Programming@programming.dev•vt-enc: FFmpeg VideoToolbox frontend in BashEnglish2·9 months agoThanks for the helpful advice! Shellcheck is the best :)
Edit: How do I get the ANSI escape colors to appear with the cat << EOF syntax?
Gianni R@lemmy.mlto Technology@lemmy.world•JPEG is Dying - And that's a bad thing | 2kliksphilipEnglish12·9 months agoRoyalty-free blanket patent licensing is compatible with Free Software and should be considered the same as being unpatented. Even if it’s conditioned on a grant of reciprocality. It’s only when patent holders start demanding money (or worse, withholding licenses altogether) that it becomes a problem
Gianni R@lemmy.mlto Linux@lemmy.ml•What file systems are you using on your devices and why?English131·9 months agoI’m pretty much all BTRFS at this point
Gianni R@lemmy.mlto Technology@lemmy.world•JPEG is Dying - And that's a bad thing | 2kliksphilipEnglish1·9 months agoJPEG-XL is in no way patent encumbered. Neither is AVIF. I don’t know what you’re talking about
Gianni R@lemmy.mlto Technology@lemmy.world•JPEG is Dying - And that's a bad thing | 2kliksphilipEnglish4·9 months agoNo, there aren’t any licensing issues with JPEG-XL.
YouTube serves VP9 video (and more recently a lot of AV1) and I think the Pis only have hardware accelerated decoding of H.264/5 as it stands today
Gianni R@lemmy.mlto Linux@lemmy.ml•I got average monthly ratings for games on Wine AppDB, and seems like something happened in 2016.English13·9 months agoMinecraft is arguably & measurably more performant on Linux, full stop. Anything using OpenGL performs better on Linux, check any Minecraft benchmark online.
I don’t write as frequently as I used to, but in case you’re interested in multimedia & data compression:
https://giannirosato.com/blog/