Live data from Hacker News

GitHub isn't fun anymore

jaredpalmer.com

401–410 of 623 posts

Re: GitHub isn't fun anymore

#401

Imo, Github has only been moving further in the right direction lately — and more social features ain't it, chief. The better value proposition lift from giving folks and teams more free private repos was huge, and the increasingly-prominent integration of Github into enterprise tools is facilitating (if not helping to force) the modernization of enterprise dev outside the software industry. I've never been a bigger…

As a Minecraft player, I agree. They let the teams run with more resources, and it has shown in both quality and features in both companies. GitHub recently has been killing in with features IMO

Re: GitHub isn't fun anymore

#402

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…

Did you read the article? It was all about the camaraderie created by the Trending page, which has become useless.

Git is a tool, yes. But GitHub is “social coding”, which should at least be a little fun.

Re: GitHub isn't fun anymore

#403
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…

> I don't want to run the risk of having my repos nuked from orbit for any inadvertent profanity If they did, it doesn't sound like it would affect you if you already keep your repos locally anyway. Your point is totally valid, but I don't think that means that GitHub is a bad storage medium. It does mean that it's smart to always keep local copies of your code, as is true for anything one might keep in the "cloud".

Keeping a copy in the cloud could be zipping the dir and sending to s3. Interacting with GitHub and all its community features is something else and having that get nuked for some reason is a different thing.

Re: GitHub isn't fun anymore

#404
Github is a tool like a hammer. It is essential to get certain jobs done, but hardly going to win a price for the most exciting tool. I never looked out for trending repos, however, that might be a professional basis as a data engineer.

Re: GitHub isn't fun anymore

#405
post #322

Earlier quoted context omitted.

Saw it on the forums for MeteorJS some time back.

I think it is not logical to take a single argument and ascribe it to a greater movement. I once knew someone who claimed to be a feminist who told me there is no such thing as consenting to penetrative sex (that all penetrative sex is rape). But it would be unreasonable to assume this ascribes to all feminism, or more obviously that all women felt this way because I saw it in one woman.

I do feel a lot of the fear around PC is based on taking extreme examples and thinking everyone is trying to destroy things. For instance the Rubocop - someone suggested it, some people agreed, some people disagreed, and ultimately they did not rename it.

The React props and mount thing is just ludicrous...unfortunately the people with the most extreme viewpoints often shout the loudest.

Re: GitHub isn't fun anymore

#407

Earlier quoted context omitted.

> If our vocabulary can change our mindset, then maybe removing the master/slave dynamic can be a net positive, like removing the vocabulary of war from our daily interactions. I'm not sure what you mean by "removing the vocabulary of war". > But personally I don’t see a lot of downside in the attempt to better our world. I see tons of downsides; people are losing their livelihoods over the mere appearance of impropr…

Which jobs have been lost by the master/slave debate? I see people losing job after harassing Black bird watchers in park due to public outrage, but I don't see a lot based on those vocabulary discussion.

You know as well as anyone that people are losing jobs over the appearance of impropriety along very unforgiving, if not baseless grounds. Probably the most egregious so far is David Shor. These aren't racists, they're pretty normal liberals being singled out for any divergence from the BLM (organization not the ideal - read: Marxist ideologues) narrative.

https://nymag.com/intelligencer/amp/2020/06/case-for-liberal...

Along similar lines, this guy that got booted from a climate change event for a past tweet that mildly linked COVID-19 and China:

>"COVID has taught us that the world is far more interconnected that we originally thought...we can’t always put ourselves first at the expense of others.

>

> It’s also made us realize that we are far too dependent on—and gracious to—China."

https://twitter.com/BenjiBacker/status/1273042888864206848

Re: GitHub isn't fun anymore

#408
I have been on GitHub for years, and had no idea there was a trending page at all ... but then again I don't tend to "discover" new repos as a hobby.

(There is a separate rant about using github stars as a metric of, well, anything, but thats a thing for a different day)

Re: GitHub isn't fun anymore

#409
post #294

Earlier quoted context omitted.

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.

I don't think I ever factor in commit messages into my code reviews. I may look at the commit history if I want to see how they experimented implementing the feature, but I only care about the end goal and the code I will be merging in at the end.

The issue is that Github actually discourages reviewing by commit because it makes it difficult to do so. Though there are those who are only interested in the overall diff, there are others who want to be able to maintain a clean and informative history via version control. When the review system makes it difficult to ensure that's the case, then then version control history cannot be maintained.

Re: GitHub isn't fun anymore

#410
I never even realize GitHub had a project listing page. I miss the old FreshMeat (later FreeCode) back when it was the entire FreshMeat+SlashDot+SourceForge network.

FreshMeat was an amazing resource for new and exciting open source tools. Today ... it's pretty much just Hackernews, and we only get a small subset.

Post reply on HN