tl;dr: trending page algo changed
GitHub isn't fun anymore
211–220 of 623 posts
Re: GitHub isn't fun anymore
#212Earlier quoted context omitted.
The modern version is tags, but they lack good sorting/viewing for tags
Not wanting to start a discussion about graphs vs trees for organizing, but in my opinion simple folders are great to fulfill basic needs. I cannot imagine a book having no table of contents and just a list of tags with numbers indicating relevant page numbers. That is just dumbing yourself down in favor of machine classification or search algorithms while a simple solution exists for this problem for higher order cl…
Re: GitHub isn't fun anymore
#213Earlier quoted context omitted.
When I started using it it was free private repos and CI minutes. Whilst GH has duplicated these features very recently, they are still things that are at the core of gitlabs offering, so are generally higher quality and better supported. Gitlab is also open source, which lets me mirror their repo locally in case they die or remove a feature I use. Oh, and gitlab isn't systematically racist, which is always a persona…
Racist?
https://todogroup.org/members/
Discussion of the code-of-conduct:
* https://github.com/dear-github/dear-github/issues/107#issuec...
Re: GitHub isn't fun anymore
#214If the trending page has been an essential way for projects to gain traction, then we all have been benefiting from it. If this change disrupts that flow, then we should all oppose it, no matter if we used it directly or not.
Re: GitHub isn't fun anymore
#215Earlier quoted context omitted.
Not wanting to start a discussion about graphs vs trees for organizing, but in my opinion simple folders are great to fulfill basic needs. I cannot imagine a book having no table of contents and just a list of tags with numbers indicating relevant page numbers. That is just dumbing yourself down in favor of machine classification or search algorithms while a simple solution exists for this problem for higher order cl…
Depends on a book type I suppose. Most have "index" section, which is just a list of tags. In recipe books I find it more useful than ToC actually.
A tag with a single entry is useful. Chapters should never have a single entry.
Re: GitHub isn't fun anymore
#216Please don't ruin something that works fine by adding unnecessary crap. The only thing Microsoft has to do, is to take a good look at GitLab so they know what they absolutely NOT should do.
Can you please dive into specifics a little bit and explain what parts of GitLab could be improved and what are some high-level things that you don't particularly like?
Re: GitHub isn't fun anymore
#217Earlier quoted context omitted.
I'm not sure what you're referring to, it's very easy to run an Action after each push? on: push: branches: - "**"
"Proper" CI/CD support was only added after users complained that Github Actions are too complicated to use for CI/CD, see: https://github.blog/2019-08-08-github-actions-now-supports-c...
The alpha was rougher (and completely different) but that's why it was called an alpha!
Re: GitHub isn't fun anymore
#218Earlier quoted context omitted.
Their abrupt cease of support for mercurial damaged it beyond repair for me and many others. They didn't even offer to migrate stuff with the click of a button, people started writing scripts to migrate, and while you are migrating, why not to GitHub which in the meantime also gained free private repositories?
> Their abrupt cease of support for mercurial damaged it beyond repair for me and many others. I'm not the biggest Atlassian fan, but they posted in August last year, gave 10 months notice and cited that less than 1% of new repos being created are using mercurial as their primary reason for doing so. If you cared about a project, almost a year is plenty of time to move it. I don't think it's entirely unreasonable to…
That's not OK and I'm clearly very, very angry as a former user.
Re: GitHub isn't fun anymore
#219Github's a work tool, not somewhere you go to have fun. This is a weird article because its main point is about the 'Trending page', which is something I've never heard of in the last 10 years of using github heavily. I'm vaguely aware there are some social features of github (you can apparently star repos, for instance) but I'd assume hardly anyone uses that stuff...
Re: GitHub isn't fun anymore
#220I’ve never considered GitHub to be “fun.” It’s a great tool , though. Most of my GH interaction is through my desktop system, not a browser (pushing and pulling checkouts). I’ve been using some form of source control for nearly 30 years (since Projector, in the 1990s). It’s a tool. A very, very important tool. I appreciate many of the “glossy” features of GH, like hero images and GH Pages, but this shows how “out of…
I kind of do have "fun" with GH. I follow people and see what repos they have starred, or code/issues they're working on. I also follow repos and check the source code that's being committed from time to time. Just for fun, to learn new stuff. The "Explore repositories" option did help me to find a couple of interesting repos. I feel that at some point GH decided to distance themselves from the social aspect of the p…
There are two sides to github consumption - active and passive.
On passive side - we are happy to stick to basics of git on CLI / IDE and get the job done of a version control. And the site is usually to configure CI/CD and so on.
However on active consumption of open source - it is all about discovery of repos relevant to tech you are into and people behind them. It is so amazing to go and find a good committer profile and see what repos he follows.
And the new github trending is simply axing their own feet here.