Live data from Hacker News

GitHub isn't fun anymore

jaredpalmer.com

291–300 of 623 posts

Re: GitHub isn't fun anymore

#291
The trending pages were increasingly listing repositories from Asia, written in its native languages.

On some days, half or more of the top 25 listed repos were Asian language.

Today, anectdotally, there are zero repos in Asian languages in the Trending Today page.

This might be a factor. Politics? Ethnocentricism?

Re: GitHub isn't fun anymore

#293

I had no idea that GitHub was supposed to (or trying to be) fun. If you're going to non-curated "trending" feeds looking for things that are already popular to pay attention to, you're not only wasting your finite free time but you're training yourself to be a follower. Stop this nonsense immediately. Use your talents and build something great. If you never check the "trending" page on GitHub again, you will have a b…

The point of the “trending” page wasn’t that it always showed you React. It showed you tiny repositories that had exploded in popularity that day.

So what? Why would you drop what you're doing to check out something you don't need to know exists?

I'm not trying to be an asshole: focus is both incredibly hard and the only way to build great things.

There are a countless number of things you're better off doing than checking out new random shit. Those people have already had their success. What are you bringing?

Re: GitHub isn't fun anymore

#294

Earlier quoted context omitted.

This so much. Another pet peeve of mine: GitHub is terrible for the workflow that Git was originally designed for. Specifically, the issue that there's no good way to review patch series. The key here is presenting a series of patches as a whole, but allowing reviews on individual commits of the series.

Assuming that we're talking about the same thing, this is possible in GH from the `Files` tab on the PR screen.

Not really. You cannot comment on the commit message itself. And, if I'm not mistaken, changes made in one commit that are undone in a subsequent commit won't show up even if the files view if filtered by commit.

Also, it's difficult to tell which comment is associated with which commit.

Re: GitHub isn't fun anymore

#295
post #259

I've sworn off Github for my own toy projects. The code I write off the clock is a form of escapism, I don't want to run the risk of having my repos nuked from orbit for any inadvertent profanity, nor do I want to triage issues from people taking issue with how I've named things, or forcing me to adopt an ultimately meaningless boilerplate CoC. I don't want to have to write a novel on why I'm not a racist or a fascis…

The master and slave debate was dumb, and reflects a creeping of political correctness into coding and software over the years that I do not look forward to. React’s keywords have been similarly attacked for promoting a “bro” culture with use of words like props or mount. And man-in-the-middle attacks are increasingly being described as person-in-the-middle, at the expense of alliteration. So many other examples out there.

Re: GitHub isn't fun anymore

#296
post #259

I've sworn off Github for my own toy projects. The code I write off the clock is a form of escapism, I don't want to run the risk of having my repos nuked from orbit for any inadvertent profanity, nor do I want to triage issues from people taking issue with how I've named things, or forcing me to adopt an ultimately meaningless boilerplate CoC. I don't want to have to write a novel on why I'm not a racist or a fascis…

Are these problems you've actually had? I have various stuff on GitHub and none of this has remotely happened to me. What you're describing does not jibe with my lived experience of what GitHub is actually like.

Re: GitHub isn't fun anymore

#297
post #259

I've sworn off Github for my own toy projects. The code I write off the clock is a form of escapism, I don't want to run the risk of having my repos nuked from orbit for any inadvertent profanity, nor do I want to triage issues from people taking issue with how I've named things, or forcing me to adopt an ultimately meaningless boilerplate CoC. I don't want to have to write a novel on why I'm not a racist or a fascis…

Or, you know, you could just not name your things master/slave and outright mention you do not take contributions if you do not care about doing that right either?

Re: GitHub isn't fun anymore

#298
A major regression in Github is in Notifications, which have a new interface.

I follow several hundred repos. Only the 25 most active are listed in the sidebar. There is no way to browse the hundereds not listed there for notification tallies.

THERFORE Github now hides notifications from small and nascent repos from me, and that's definitely not fun.

Re: GitHub isn't fun anymore

#299
post #288

I’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…

Tangential: what is up with this inflationary expectation that everything should be "fun" and "exciting" and "thrilling"? I feel like western society as a whole is thinking more and more in terms of a six year old. For adults, there lies incredible satisfaction in mastering any but the most exploitative professions or jobs and fulfilling them dutifully, even if they are be no means "fun".

TBF, I don't think the author is saying that Github needs to be fun, but rather that it used to be and now isn't. It's lost a nice quality that it had.

Re: GitHub isn't fun anymore

#300

Earlier quoted context omitted.

It's actually open source itself. I was pretty shocked to find out that GitHub isn't (it's the face of open source!).

Also owned by Microsoft. I mean, I get the "new" Microsoft. And I get that this is mostly a street-cred move by them, and they'll try to not mess it up by interfering with it. But still. That's now. What happens when the next shake-up comes and there's a push by the accountants to make money off everything, that's the important bit. It's like Atlassian taking over Trello. They'll mess it up, it's just a matter of whe…

Just to clarify here. It's only been owned by Microsoft for about a year now.

Before that they were their own company. And as far as I know, the source was never OSS to begin with. Microsoft didn't swoop in and lock it down. It was already like that.

In case anybody wondered if Github was closed-source because of Microsoft.

Post reply on HN