Hacker News new | ask | show | jobs
by willejs 1701 days ago
I guarantee, as usual someone posts something along the lines of "This is why you should self-host <insert github alternative here>." Followed by comments like "Yeah, if you have time to maintain it"
3 comments

It's deeply ironic that git, a free distributed VCS, should be so completely pwned by a proprietary centralized service. (And beyond ironic that so many FOSS projects rely on it, especially after it was acquired by Microsoft. Blows my mind every time I think about it.)
I see nothing mind-blowing about the fact that 99% of the developers on the ground are not willing to take on the challenge of inventing and bootstrapping a completely decentralized network. And that they need to work today and not after 10 years, when such an effort maybe finally takes off.

Do you find these mind-blowing?

As for self-hosting GitHub, yes, that's much more viable and I believe more of us should be doing it (although I personally plan to still have GitHub as a central source of truth and just backup all my repos to several servers under my control). But GitHub is also very socially entrenched and provides a real value-add in terms of good PR interface, Wiki, issues, discussions and whatnot.

I love github. But I host my own grogs. Both is good. Sometimes I use fossil.
The mind-blowing thing is, first, that FOSS projects use a proprietary system (for DVCS and for "good PR interface, Wiki, issues, discussions and whatnot") at all and second that they didn't bail en mass when it was acquired by MS, the traditional bogeyman of FOSS philosophy.
People are busy. They need to get work done today. I'll migrate all my repos tomorrow -- and deprive myself of sleep if I have to -- if a solid GitHub competitor shows up.

(And I'm not counting GitLab, it's worse in almost every way. And is very slow.)

We're way past idealistic slogans. Be the change you want to see. Give example to the rest of us. Many will follow.

In the meantime, I want my free time mostly free of computers.

I feel ya friend. Part of the irony is that an unarguably superior FOSS competitor to GitHub hasn't shown up. (Can you imagine if Linux were worse than Windows? Egad!)

FWIW, I like (and pay for) sr.ht even though it doesn't have feature parity with GH.

> And I'm not counting GitLab, it's worse in almost every way. And is very slow.

Hate to be that person, but GitLab is better than GitHub at everything. UX is different in some places, and it's an entirely subjective question which one is better ( i prefer GitLab but to each their own), but in terms of features it isn't even close - GitLab absolutely blows GitHub out of the water, even with Microsoft's incredible investment and recent deluge of announcements. In terms of speed i think GitLab is slower while doing some things, but it's not ( at least for me) painful like Jira Cloud is.

I use both and I like them both but GitHub strikes me as less cluttered in the UI and easier to navigate. Might be a force of habit, I am not sure.

I manage GitLab just fine but it's way too slow for me.

You'd have a point if it was just git. Issue tracker, PR interface, wiki / documentation tools, actions/webhooks, etc. - that's where Github demonstrates its utility.
Lots a free tools have all I need. Webhooks included. Obs away.
That deepens the irony.
It's the UI. People love the UI
Meh, it's a good way to learn about github alternatives or hear anecdotes from people who have tried doing it.
I recommend "git init --bare" and a $5 server on digital ocean
Classic “I can make Dropbox with rsync” comment
But if you can, maybe it's the right answer for you. Maybe the right answer for others is to learn to do it. For yet others, it's, "Use Dropbox." Why is, "This works for me, and might for you," not an acceptable answer?
Everyone likes to think they're the smart person laughing at the "Faster Horses" guy in that Henry Ford quote. And I don't think the moral of that quote means what most people think it means either. But anyway...

I'm with you. I was looking for a HN comment I saw once so I could link to it. A guy was explaining how his response to "why do you use linux?" is "it gives me more control" but his response to "what would Linux let me do that windows doesn't?" and his response would be "nothing". If that person didn't already know, then there's no valid answer that actually applies to that person.

But it's flashier to have a subscription product instead of a strong commons and self-sufficiency.

Because I believe it's bad advice. Web services are never "git and a $5 box", you must preserve them and keep them up to date.

I can trust GitHub with my deploy secrets; Can you trust your $5 last-updated-in-2019 box?

If you self-host, either you're a sysadmin or you must become one.

Plus GitHub is not just git, so I hope you'll also like to you set up "GitHub Actions" on that $5 box.

All you are saying is that there are people for whom self-hosting is right, and others for whom it is not right. We don't disagree on that.
And Dropbox for 8 years of its life was basically this:

aws s3 sync source destination

Sounds like you never used Dropbox. DB lets you share files or folders with anyone, with read-only or write access, without wasting any time whatsoever with AWS config; With Dropdox you just need a right click.

If you need backup, then use rsync, but Dropbox isn't just backup.

Wasting time on AWS configuration? As easy as:

aws s3 presign s3://<bucketname>/<object>

The original rsync comment, here in this community, does not get the respect that it deserves. If you are a user, maybe you should read this:

"Criticism of Dropbox" https://en.wikipedia.org/wiki/Criticism_of_Dropbox

How do I run that on my phone?
Seriously?
Yes. Seriously.

"...Half-a-billion people stored files on Dropbox. Well, sort of. Really, the files were in Amazon’s cloud..."

https://www.wired.com/2016/03/epic-story-dropboxs-exodus-ama...

That is a good point...
I unironically think GitLab is a better piece of software, but this type of situation arises way more regularly on self-hosted, so I fully agree with your point that this isn't really something to hold against GH