Live data from Hacker News

GitHub isn't fun anymore

jaredpalmer.com

191–200 of 623 posts

Re: GitHub isn't fun anymore

#191
post #182
post #178

Earlier quoted context omitted.

Example?

e.g. https://lobste.rs/s/j1gl4t/sourcehut_prohibits_repos_with_la... Both the original story as well as the comments regarding Andrew's usage for Zig.

That doesn't sound abrasive at all to me. It's just a normal technical disagreement. What am I missing?

Re: GitHub isn't fun anymore

#192
Github'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

#193
post #55
post #44

Earlier quoted context omitted.

Social network features are such a 2015 me-too fad feature anyway. What they should add is AI, or maybe blockchain.

Before adding the newest fad features, maybe the should go back and add old fads that they missed. One big fad from 50+ years ago that I'd welcome is folders. I don't want to just have all my repositories appear in a flat list ordered by time since last update. I want to make folders so I can organize repositories by topic--just like I have my repositories organized in my computer.

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.

Re: GitHub isn't fun anymore

#194
post #20

LinkedIn features on Github? Sounds awful. Imagine having to dodge Microsoft's typical dodgy dark patterns to access repositories. LinkedIn is one of the worst social networks, and employs dark patterns that not even Facebook has adopted.

I think it's a matter of time as both are owned by MS. Long term the middle management and profits simply prevail in large corporate decision chains.

It just make sense for them to integrate GitHub with LinkedIn somehow.

Re: GitHub isn't fun anymore

#195
I also feel like the project recommendations on Github have become really... stale.

At some point, the sidebar would display a new set of projects almost every time you hit refresh. Now, there hardly seems to be any rotation at all; I've been seeing the same projects for weeks. Somebody should check if the cron job for updating the list has crashed :)

Re: GitHub isn't fun anymore

#196
Quote: "After a lot of reflection, I believe the turning point was when they changed how the ranking system on the Trending page worked."

The turning point was the second it was sold to Microsoft. People fail to realize GitHub is Microsoft now and Microsoft is a corporation. And what corporations do best? Earn money for their shareholders. Everything else is just dust in eyes.

Re: GitHub isn't fun anymore

#197

Earlier quoted context omitted.

Chinese projects are presumably meaningful to people who can read Chinese, although it is meaningless to you. You are free to learn Chinese. It is a great skill to have. If more people who can read Chinese are using GitHub, why is it a wrong choice for GitHub to surface Chinese projects in the trending page? I detect the racist attitude here. Yes, it is a bad recommendation, but the trending page is not personalized.…

It would be a nice feature for non Chinese-speaking users to be able to filter by language And actually it seems that Github just implemented this https://github.com/trending

Huh, thanks for noticing ("Spoken Language" filter) and letting us know. That's great.

Re: GitHub isn't fun anymore

#198
post #59
post #58

I see a lot of disagreement with this post but I think it makes good points. It's hard for small developers who make useful things to get noticed on GitHub. The only hope is to get retweeted by some established user. This seems silly, we need better ways of making sure people can find/discover good software.

The problem is that open source software is inherently trust-driven. I wouldn't blindly execute any random code on my machine, but I execute code from people or companies I trust all the time. Of course I could review the whole repo, but that always takes time (and even then you're not guaranteed to not be hit by an intentional/unintentional vulnerability), and it comes down to "well, would me spending time vetting t…

Seems like the openness of software is orthogonal to trust. Would you no longer trust an app only because its license became Open?

Closed source seems to require more trust to me.

I think trust is very difficult to manage and do some checking of owners of PPAs before using them -- containerisation can help, but doesn't prevent information gathering and other trust-breaking activities (backdoors, etc.).

Re: GitHub isn't fun anymore

#199

Github'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...

To be honest, a few years ago I used the trending page to discover useful web tools. Du to my lack of experience the trending page offered a glimpse of what people were working on/with (I used to read the code to learn new techniques) but now I old go there to check on my open source project and answer issues. So I can get the author saying it's not fun anymore, however I find hacker news the new fun place to go to learn and enjoy my time.
Post reply on HN