392
submitted 1 year ago* (last edited 1 year ago) by sizeoftheuniverse@programming.dev to c/programming@programming.dev

Initially, LinkedIn was just another site where you could find jobs. It was simple to use, simple to connect with others; it even had some friendly groups with meaningful discussions.

And then it gained monopoly as the "sole" professional network where you could actually land a job. If you are not on LinkedIn now, you are quite invisible in the job market. Recruiters are concentrated there, even if they have to pay extremely high prices for premium accounts. The site is horrible now: a social network in disguise, toxic and boring influencers, and a lot of noise and bloated interface to explore.

When Google decided to close their code.google.com, GitHub filled a void. It was a simple site powered by git (not by svn or CVS), and most of the major open-source projects migrated there. The interface was simple, and everything was perfect. And then something changed.

GitHub UI started to bloat, all kinds of "features" nobody asked for were implemented, and then the site became a SaaS. Now Microsoft hosts the bulk of open-source projects the world has to offer. GitHub has become a monopoly. If you don't keep your code there, chances are people won't notice your side projects. This bothers me.

Rant over. I hate internet monopolies.

you are viewing a single comment's thread
view the rest of the comments
[-] sirdorius@programming.dev 45 points 1 year ago

I see two points in your argument:

Everything becoming a social network

People working at tech companies have to justify their salary somehow and this is low hanging fruit for adding 'features' as all people feel some need for connection. Feeling that a place is alive with other people will motivate your more to engage with it, rather than say, your own Git hosted server. I don't mind the social features added to GitHub as long as they don't take the main stage, like it did in the LinkedIn transformation.

GitHub monopoly of open source

GitHub has for most of the time been the main place for open source. I don't see a monopoly as necessarily bad as long as it remains focused on some values other than profit. I would rather have one big Wikipedia than a shitload of small fractured Wikipedias. Can it become a problem going forward, like it did with Reddit? Definitely, but I am cautiously optimistic. And in the worst case, git is heavily decentralized by design so you're one git remote add && git push away from moving. Migrating issues would be a bit more of a hassle, but surely there are solutions. And CI is not easily portable, but not a huge amount of work to convert to other formats.

[-] jlh@lemmy.jlh.name 16 points 1 year ago* (last edited 1 year ago)

Codeberg can automatically migrate code and issues from Github using a personal access token iirc.

Github packages and especially CI/CD are the real vendor locking antifeatures. All of the actions and scripts that your app/company depends on to run are completely locked to github.

[-] gamma@programming.dev 8 points 1 year ago

Fwiw, gitea has compatible actions. Not sure how compatible, though.

[-] eluvatar@programming.dev 2 points 1 year ago

I can run GitHub workflows directly on my machine with ACT, I'm sure you could run that on your own private CI if you needed too. It's not perfect, but if a lot of people started wanting to migrate I'm sure it could get better.

Doesn't Codeberg say it's mostly for FOSS? They say private repos are only allowed for really small things like note keeping, so it wouldn't be right to just move everything there from GitHub.

this post was submitted on 20 Jul 2023
392 points (95.6% liked)

Programming

16687 readers
141 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 1 year ago
MODERATORS