Eric Wong on why Unicorn will not be hosted on GitHub
1–10 of 48 posts
Re: Eric Wong on why Unicorn will not be hosted on GitHub
#2Re: Eric Wong on why Unicorn will not be hosted on GitHub
#3What is the proprietary communication tool which seems a must for git to work?Are they referring to SSH?or Something else am not aware?
Re: Eric Wong on why Unicorn will not be hosted on GitHub
#4Re: Eric Wong on why Unicorn will not be hosted on GitHub
#5>>It absolutely sickens me to encounter users who seem to be incapable of using git without a proprietary communications tool. What is the proprietary communication tool which seems a must for git to work?Are they referring to SSH?or Something else am not aware?
Re: Eric Wong on why Unicorn will not be hosted on GitHub
#6Hosting on Github wouldn't diminish the ability for people to contribute to Unicorn via the same channels they do now. It would just make it more convenient for the many people who already use it.
Re: Eric Wong on why Unicorn will not be hosted on GitHub
#7Someone saying "please use Github" doesn't (usually) mean they only want, specifically, Github. It means they want a tool with visual forking and merge trees, a code browser that can easily reference different branches and tags, basic issue tracking in a way that can be linked to specific commits and merges, and so on.
Honestly, at the point that Mr. Wong mentioned "no need to ever touch a bloated web browser" it felt more like ranting against ~these goddamn stupid casuals who can't even bother to use the command line!!~, not about actually bothering to even try and understand what the person was requesting.
Re: Eric Wong on why Unicorn will not be hosted on GitHub
#8>>It absolutely sickens me to encounter users who seem to be incapable of using git without a proprietary communications tool. What is the proprietary communication tool which seems a must for git to work?Are they referring to SSH?or Something else am not aware?
I'm also not a fan of github's monoculture (or for that matter, of git's -- i rather like mercurial). I've only got one or two open-source projects out there, but I've encountered the "you are aware of github, right? why are you using " mindset before.
Ideally, git or mercurial or some dvcs gains the ability to track messages and issue tracking within the repository allowing multiple frontends (such as github) to make use of a common backend model. But until then, while github is nice, I think it shouldn't be a necessary requirement for running a project, merely a sufficient one. Homogeny breeds fragility, and all.
Re: Eric Wong on why Unicorn will not be hosted on GitHub
#9Re: Eric Wong on why Unicorn will not be hosted on GitHub
#10It seems like a hollow argument to malign Github just because it wrapped something useful in its own right (Git) with a set of tools that raise its usefulness enormously (Github). And if you end up having an issue with Git, if you've got a local checkout it's 100% Git compatible and you can migrate it anywhere you'd like.