this post was submitted on 24 Jan 2024
255 points (90.7% liked)

Open Source

31031 readers
465 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
 

First, they restricted code search without logging in so I'm using sourcegraph But now, I cant even view discussions or wiki without logging in.

It was a nice run

you are viewing a single comment's thread
view the rest of the comments
[–] 96VXb9ktTjFnRi@feddit.nl 12 points 9 months ago* (last edited 9 months ago) (3 children)

I'm not a developer so I'm not very familiar with this world. But it kind of amazes me that the code for so many open source projects are hosted by Microsoft. Isn't there a FOSS alternative? edit: seems Gitlab is an alternative. Then the question is, why are people using microsoft products?

[–] OddFed@feddit.de 21 points 9 months ago

Codeberg.org is the ethical choice

[–] antrosapien@lemmy.ml 18 points 9 months ago

Github started independently and was amazing service(and still is except now its going downhill) but Microsoft acquired it it 2018

[–] DacoTaco@lemmy.world 7 points 9 months ago* (last edited 9 months ago) (1 children)

The power of git ( the backbone of github ) comes in that you can easily take a repository and move it to a different server. Its like, 3 commands? ( git vlone, git add remote, git push ). So if people would leave github, nothing is lost :)

[–] federico3@lemmy.ml 4 points 9 months ago (1 children)

Github is designed to centralize git (as the word "hub" suggests). You can still migrate away code, issues and wikis, but followers, issue subscribers and github stars are locked in.

[–] Belzebubulubu@mujico.org 1 points 9 months ago

So you lose nothing, gotcha