data1701d (He/Him)

“Life forms. You precious little lifeforms. You tiny little lifeforms. Where are you?”

- Lt. Cmdr Data, Star Trek: Generations

  • 1 Post
  • 47 Comments
Joined 1 year ago
cake
Cake day: March 7th, 2024

help-circle


  • I think including the word “OpenAI” in the post name is somewhat a misnomer that implies an encrapification not really happening to the FFMPEG project.

    Yes, it is true OpenAI originally developed the Whisper model, and I hate OpenAI; however:

    • Whisper is actually open source, unlike most OpenAI crap.
    • FFmpeg isn’t even directly using the OpenAI version, written in Python - they’re using a port to C++ called Whisper.cpp
    • We’ve been able to use speech recognition for decades, so unlike other AI models, I don’t think a speech recognition model that does it better is problem.
    • You don’t even necessarily have to compile FFmpeg with Whisper support.

    I get the dislike of AI, but the idea of association with OpenAI is overblown and not really reflective of reality. Now I can get not wanting to use open source projects whose developers don’t reflect your principles; however, I think this ethical issue is more indirect than may initially appear and is not a strong reason to quit using what is still the most effective media conversion tool.





  • True! I guess I don’t mean that many implementations are inherently bad.

    I guess the web browser analogy brings up the point that even though there’s many major behavioral differences between Wayland implementations right now that can make life a bit miserable, there’s hope that standardization could improve and make it easier to make sure applications work anywhere. I’m just a little sad a lot of important thinks weren’t standardized from the beginning/






  • I mean, at least it’s not an AI slop Tux on a clickbait article that says, “Forget Windows 11 - [INSERT OBSCURE, BORDLINE USELESS DISTRO THAT WON’T LAST TWO YEARS] cured my cancer”.

    Like, I love Linux, and obscure distros have their place (I’d be cool with a review), but then there’s those horrible articles that mirror the overall devolution into soullessness that the internet has become.

    On another note, those same sites with articles like, “Forget Windows 11 - Windows XP 2025 Classic Edition Ultimate is what we need”, with UI mockups where I’d rather cut off my right hand with a circle saw than use them if they were real.



  • I spent 4-6 hours the other day trying to figure out the equivalent of Hello World for a MediaWiki parser function extension.

    In theory, they have a quick start guide, but that documentation has so many errors, and I spent ages jumping between PHP and a JSON configuration file I barely understood.

    At least it’s working now. Now time to figure out how the heck to properly interact with the MediaWiki database!

    (Perhaps once I’m a bit more confident in MediaWiki development, I’ll see if I can tidy up some that documentation.)