Conversation

Which of these OSS components will last longest in active use for software development and deployment shops (across all app types)?
  • Git
    31.2%
  • Kubernetes
    1.7%
  • Linux
    53.2%
  • Show results
    13.9%
958 votesFinal results
14
17
Replying to and
Traditional Linux userspace provides barely any API/ABI compatibility at all so the fairly stable kernel ABI doesn't really provide much in most cases. Android has the API level system with quite strong backwards compatibility but that's non-existent for the desktop Linux stack.
1
Replying to and
Unless you actually care about running unmaintained software and legacy builds you can't redo, absolute ABI/API compatibility isn't really needed. Just needs to be almost there with enough adoption that developers actually support it.