this post was submitted on 22 May 2026
297 points (97.4% liked)

Technology

84866 readers
3821 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Doctacosa@piefed.ca 6 points 1 day ago (2 children)

I'm still not sure what to do with my own code.

I placed my public projects on GitHub to have a visible online front and invite people to submit patches. I haven't had any issues with GitHub so far. I considered Microsoft to be a good steward... until recently, since articles like this keep popping up.

I also already have a self-hosted repository for my private projects. It would be simple enough for me to move everything there, but then I basically lose any chance of other people contributing and that online resume I built up over time.

[–] BennyTheExplorer@lemmy.world 21 points 1 day ago (1 children)

Codeberg seems to be the best alternative to Github right now. It's fully FOSS and supported by a nonprofit and it's getting more and more popular.

So if you want a good alternative to GitHub but still people to be able to see and contribute to your code, I would suggest Codeberg.

[–] egerlach@lemmy.ca 6 points 1 day ago

I also use CodeFloe. While smaller, they have fewer guidelines around what is allowed to be there. While Codeberg is generally okay with people putting small private repos there, I don't feel comfortable using what I view as a public resource for my private stuff.

[–] BrightCandle@lemmy.world 2 points 1 day ago

One possibility is to leave the Github available but just have it as a project page that points them to where the development is really happening and then host it where ever you want. In the near term this seems like a solution that at the very least makes the project visible and findable for those that go looking just on github.