Some FOSS programs, due to being mantained by hobbyists vs a massive megacorporation with millions in funding, don’t have as many features and aren’t as polished as their proprietary counterparts. However, there are some FOSS programs that simply have more functionality and QoL features compared to proprietary offerings.

What are some FOSS programs that are objectively better than their non-FOSS alternatives? Maybe we can discover useful new programs together :D

I’ll start, I think Joplin is a great note-taking app that works offline + can sync between desktop and mobile really well. Also, working with Markdown is really nice compared with rich text editors that only work with the specific program that supports it. Joplin even has a bunch of plugins to extend functionality!

Notion, Evernote, Google Keep, etc. either don’t have desktop apps, doesn’t work offline, does not support Markdown, or a combination of those three.

What are some other really nice FOSS programs?

  • @[email protected]
    link
    fedilink
    English
    69 days ago

    rar has recovery records. i know it’s a somewhat niche feature, one far more popular in the ‘olden days’ especially in certain uh… ‘venues’… but it’s something i’ve always used when making backups with it.

    • @[email protected]
      link
      fedilink
      2
      edit-2
      9 days ago

      Tell me more.

      Edit: I’m sorry I should have specified. I’m curious about the recovery records feature.

          • @[email protected]
            link
            fedilink
            English
            29 days ago

            It essentially splits the archive into multiple rar sub-files (*.r00, *.r01, etc.) and then creates several more chunks that contain parity information (par2 files) that go with it. By doing so, if you then lose *.r45 but get *.r00-r99 you can recover the *.r45 file from the parity (par2) data. It’s pretty slick.