I really like simple software that is built for a specific task which it then does extraordinary with a simple to understand codebase. Similar to the philosophy of suckless.org.

What are your favourite programs that “suck less”?

  • liliumstar@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    11
    ·
    4 days ago

    The one thing I wouldn’t agree with is ffmpeg.

    It does not do one thing. It does a thousand things. The way different functionality works is inconsistent. In some cases you need to read the source code to understand how or why something is happening, as it’s not generated in the already expansive documentation. To me, it’s the antithesis of the UNIX philosophy.

    That said, it’s a brilliant piece of software.