uhm... So a company that is an enabler of developers working from anywhere and collaborating on code doesn't have at its core value working remotely? I find that a bit hard to believe, but I guess I've heard stranger things. I guess I just expect as a matter of dogfooding that a company that strives to do great distributed source code control and all the activities surroundings that would live the remove lifestyle.
GitHub is undergoing a full-blown overhaul as execs and employees depart
31–40 of 1001 posts
Re: GitHub is undergoing a full-blown overhaul as execs and employees depart
#32Earlier quoted context omitted.
I love both BitBucket and GitLab, have no issues with either.
I'm administrating a small-ish Gitlab server and we have to reboot it every week or else it will fail in random and weird ways due to OOM - the machine has 8GB of RAM and 20 active users, so WTF? Isn't the entire point of git to have one pretty dumb server acting as a file server and letting the client do the work?!
Re: GitHub is undergoing a full-blown overhaul as execs and employees depart
#33Earlier quoted context omitted.
I love both BitBucket and GitLab, have no issues with either.
I'm administrating a small-ish Gitlab server and we have to reboot it every week or else it will fail in random and weird ways due to OOM - the machine has 8GB of RAM and 20 active users, so WTF? Isn't the entire point of git to have one pretty dumb server acting as a file server and letting the client do the work?!
It doesn't have Gitlab's extra features, but it makes a great, lightweight dumb server.
Re: GitHub is undergoing a full-blown overhaul as execs and employees depart
#34Earlier quoted context omitted.
I love both BitBucket and GitLab, have no issues with either.
I'm administrating a small-ish Gitlab server and we have to reboot it every week or else it will fail in random and weird ways due to OOM - the machine has 8GB of RAM and 20 active users, so WTF? Isn't the entire point of git to have one pretty dumb server acting as a file server and letting the client do the work?!
Re: GitHub is undergoing a full-blown overhaul as execs and employees depart
#35Can someone explain this ?
Re: GitHub is undergoing a full-blown overhaul as execs and employees depart
#36Earlier quoted context omitted.
I'm administrating a small-ish Gitlab server and we have to reboot it every week or else it will fail in random and weird ways due to OOM - the machine has 8GB of RAM and 20 active users, so WTF? Isn't the entire point of git to have one pretty dumb server acting as a file server and letting the client do the work?!
GitLab, GitHub, BitBucket etc are not simply a GitServer, if that is all you want then there are better projects out there for that. hell basic ssh or http server can be used a gitserver with no front end at all or gitweb http://git-scm.com/docs/gitweb.html GitLab, GitHub, BitBucket etc are project Management platforms that enable Bug Tracking, Documentation, Social networking all on top of and around basic git funct…
Especially these days where everything is done on the client and the server only has to run a simple API!
Re: GitHub is undergoing a full-blown overhaul as execs and employees depart
#37"Some of the biggest barriers to progress are white women." edit : also : "it is very hard to even interview people who are 'white'"
Re: GitHub is undergoing a full-blown overhaul as execs and employees depart
#38> "We’re trying to build a new kind of enterprise company where the playbooks of old won’t always work" By replacing flat meritocracy and remote work with traditional top-down management? > "don't think we'll succeed teaching white, male middle managers empathy and compassion anytime soon, so let's limit their scope of damage" So the technical director and member of the social-impact team is a blatant racist.
I thought you were being over the top about the racism but then I saw the slides in the article: http://static2.businessinsider.com/image/56b3d2462e526543008...
My first reaction is that the language of "us" vs "them", victims vs oppressors, reeks of hatred. Hatred undermines productive conversation, which undermines any attempt at building a good culture.
I would have to listen to the whole presentation before I render final judgement.
Re: GitHub is undergoing a full-blown overhaul as execs and employees depart
#39> With plenty of competitors, including Atlassian, GitLab, and even Google, one thing is certain: If GitHub does stumble, there are plenty of companies that want to pick up its slack. Atlassian? Oh god. Their software might be ideal for corporate beancounters and expensive consultants, but for everyone else it's a nightmare. GitLab? A pile of memory leaks and other weirdness. Google? Not so much, I highly doubt they'…
Re: GitHub is undergoing a full-blown overhaul as execs and employees depart
#40Earlier quoted context omitted.
I'm administrating a small-ish Gitlab server and we have to reboot it every week or else it will fail in random and weird ways due to OOM - the machine has 8GB of RAM and 20 active users, so WTF? Isn't the entire point of git to have one pretty dumb server acting as a file server and letting the client do the work?!
I believe that that is more of a Ruby runtime issue than a Gitlab issue.