Hacker News new | ask | show | jobs
by creato 2159 days ago
Should we care about a monoculture around a local used/hosted, open source tool?

I might worry about a monoculture around a hosted service like github, but not git itself.

2 comments

Yes, we should. Remember when GCC had no open source competition? Things have been much better since clang came out.

Or consider openssl since libressl came out. Yes it's possible that codebase improvements would have happened anyways, but having open source competition is great.

I'm sorry because both the ui and the underlying model of Mercurial is factually Better than git
> is factually Better than git

It obviously isn't 'factually' better - that's a matter of opinion not fact.

And in my experience, both Mercurial's model and UI is very over-complicated with far too many concepts. Git has a smaller number of simpler primitives and primitive operations. I think that makes the underlying model of Git better and that's why I prefer it.