Skip to content

Comment on Contributing to Open Source on GitHub

Comments

I think it's interesting how GitHub is trying to push open source contribution. However, we shouldn't rely too much on GitHub for (open source) collaboration. Git is decentral after all. Open source should remain too.

Properly used, GitHub doesn't stop git from being decentralized.

A surprising number of developers don't really understand that...which is partially a problem of how complex things generally are in development, and partially a result of how good Github has become.

Case in point: During the whole Julie Horvath controversy, a few anti-Github developers started a campaign to create awareness of the harmful effects of Github's culture (or something)...but they created their standalone site using Github Pages:

https://github.com/CultureOffset/cultureoffset.github.com

I pointed out, independent of how I felt about Horvath or Github, that not only does it send a terrible message to run a boycotting campaign on the service you want to boycott...it is completely unnecessary, thanks to how git actually works and the many other great build tools/stacks to do static web development in under 24 hours. However, I got reamed for being an asshole and "man-splaining" things.

But really, as useful as Github is, every dev should spend some time on thinking through what underlies Github, and how to get by without it...especially if you intend on protesting Github.

I don't think that was a boycotting campaign - it basically says "we recognise you might want/need to keep using GitHub, so if you want to make a positive contribution to better culture/whatever then here are ways to do so without changing your workflow". It was like airplane companies advertising carbon offsets.

Yeah, but the concept of "offset" implies that there is something essentially poisonous to counteract. You may have to continue doing some of these poisonous activities...but you're acknowledging that the consequences of them are negative, period.

"Offsets" may not be literally a boycott, but the message is the same. And if at all possible, the organizers of such should avoid creating more "poison" to "offset"...in this case, if you wanted to put your name as a pledge, you had to have a Github account, and you had to use Github's services...which, in the end, helps to perpetuate Github.

But the kicker is that using Github as a necessary evil is not necessary at all, thanks to the great work of open-source developers...

(and yes, the question of, what the hell does "offseting" Github's culture even mean is a whole separate mind-dislocation, but not worth debating in this thread)

The whole "Wiki" feature comes to mind. Can I leave and take my project's wiki with me?

Sure, just add .wiki in before .git in the git URL:

git clone git@github.com:wicketstuff/core.wiki.git

More of a problem would be your issues.

Cool. It would be awesome if the git-issues, all repo settings and everything else you might take with you were stored in git as well.

not stored in git (the value of revision history in issues is probably pretty low), but they are accessible via API, and fairly easily exportable [1]

[1] https://gist.github.com/unbracketed/3380407

I actually do this in many of my projects using BugsEverywhere [1]. Distributed bug-tracking is great when you're travelling ... or choose to be off-line.

[1] http://www.bugseverywhere.org/

While not the person who asked, this is news to me. Thanks for sharing.

It's very nice. You can use your fav editor and update pages, then push the changes back up and they appear in the wiki.

With a few plugins and some hacking, you can get vim to just browse the wiki too. (I'm currently working on getting my scripts for this into a state that is useful).

Unrelated - there are some plugins to use the github api to browse tickets in vim too.

(note not all of these workflows make sense as a primary way of using them, but they are still useful at times).

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.