Too bad GitHub was out of the question just because it's not open source. I don't think there is a single platform out there that has done more for the open source community than GitHub. Most of the great OSS projects are on it and it helped democratize open source participation by providing a very nice UI and a set of robust tools that simply didn't exist before.
Gnome has moved to GitLab
121–130 of 212 posts
Re: Gnome has moved to GitLab
#122Too bad GitHub was out of the question just because it's not open source. I don't think there is a single platform out there that has done more for the open source community than GitHub. Most of the great OSS projects are on it and it helped democratize open source participation by providing a very nice UI and a set of robust tools that simply didn't exist before.
On the other hand Github could also become the next sourceforge.
That being said, GitHub has almost no choice to keep being a good guy with the OSS community. If they lose it, they lose the respect of the developers, and they would lose their paid customers in the process.
Re: Gnome has moved to GitLab
#123Re: Gnome has moved to GitLab
#124Earlier quoted context omitted.
I mean a bazillion is way larger than 14k.
I would have used "umpteen", sounds large, but it's only in the teens.
Re: Gnome has moved to GitLab
#125Earlier quoted context omitted.
Probably because Github is a closed-source company that can remove you, your repo, or your group at any time, for any reason. Committing to a hosted service is a bad idea (see: Sourceforge). That sort of thing isn't acceptable to a project like Gnome.
I feel like this is unfortunate. Github has a giant user-based, and using github would be a great way to reduce the friction of having first-time contributors submit a pull-request. In my case, if KiCAD were hosted on github, I would have already contributed by now. I think its a shame that more of these projects don't adopt a strategy of "let's try github, and if they screw us over, then we'll migrate to a platform…
1.) Compared to Phabricator (which I used for almost last 4 years), github is really behind for code review (I didn't use gitlab, so can't compare). There is lot of missing features: I can't comment on selection of lines, see diff of subset of commits, do stacked pull request (one PR depends on another PR), view of open pull request is chaotic
Effect is that it's way harder to send small PR for review, unless you work on lot of unrelated things and multiplex.
2.) Github dominance is causing everybody using git, and stiffs competition in source control tools. For example, I find mercurial much better than git: it has similar set of features, but it's easier to use, my day-to-day chores I do with single command, and I am much less likely to screw up my repo.
Re: Gnome has moved to GitLab
#126Earlier quoted context omitted.
I really wish more people would implement cookie notices like theirs. I really like the one that https://www.bosch.us/ uses too.
Are there really people who appreciate these redundant notices? Do you need a notice that a website uses TCP/IP too?
Re: Gnome has moved to GitLab
#127Slightly related, Does anyone have a virtual machine image of Ghome-Development environment that I can use straight away. I am on a corporate RHEL 6 machine, so it has been very tough to be able to get the development environment up and running there. I am not even able to mame changes to gnome-terminator 1XX version because of this.
Re: Gnome has moved to GitLab
#128Another story where the inventor goes to big companies to sell the product and they dont take him seriously which is kind of funny when Xerox became a big corp, it did not take the GUI/Ethernet created by their people seriously.
Re: Gnome has moved to GitLab
#129Earlier quoted context omitted.
To be clear, despite this announcement being posted to gitlab.com (i.e. the "hosted GitLab", which can and will remove you/your/repo any group at any time), the GNOME project is self-hosting their own gitlab instance. So they are indeed insulated from such hypothetical damage.
And will? Are there examples where Gitlab removed users / projects for controversial reasons?
Re: Gnome has moved to GitLab
#130Earlier quoted context omitted.
Probably because Github is a closed-source company that can remove you, your repo, or your group at any time, for any reason. Committing to a hosted service is a bad idea (see: Sourceforge). That sort of thing isn't acceptable to a project like Gnome.
I feel like this is unfortunate. Github has a giant user-based, and using github would be a great way to reduce the friction of having first-time contributors submit a pull-request. In my case, if KiCAD were hosted on github, I would have already contributed by now. I think its a shame that more of these projects don't adopt a strategy of "let's try github, and if they screw us over, then we'll migrate to a platform…