Which opensource software does everyone use but you absolutely loathe it?
@nixCraft systemd and git. They are nearly everywhere I need to collaborate with other people/teams and it is always painful. Always find it weird these projects became more popular than the better alternatives.
If not git what would you use and why if you don't mind me asking ?

CC: @[email protected]
@justine @nixCraft cvs, svn, a mailing list and patches, filesystem snapshots and full copies of edited files. The bar is so low for being a better option than giit I would take almost anything above "writing every change by hand and printing copies of the source as a backup".
@distrowatch what do cvs and svn do differently, compared to git?
(not sure what you mean by "writing every change by hand and printing copies of the source as a backup")
@justine @nixCraft

@silmathoron @justine @nixCraft cvs and svn are entirely different models for source control.

By "writing changes by hand and printing copies" I mean exactly that, literally. Typing every code (instead of patches) and then printing hard copies of the code for archival.