this post was submitted on 22 Apr 2025
45 points (90.9% liked)

Programming

19739 readers
72 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 [email protected]



founded 2 years ago
MODERATORS
45
Git without a forge (www.chiark.greenend.org.uk)
submitted 2 days ago by maxint to c/programming
you are viewing a single comment's thread
view the rest of the comments
[–] Kissaki 2 points 1 day ago (1 children)

Gerrit is a hosted service, no?

[–] [email protected] 1 points 1 day ago (1 children)
[–] Kissaki 2 points 1 day ago (1 children)

Their comment was about not having any hosted service though.

[–] [email protected] 1 points 1 day ago (1 children)

What does that even mean? If it's a service, it's a program running on some computer somewhere. Is that not hosting?

[–] Kissaki 1 points 14 hours ago* (last edited 14 hours ago) (1 children)

They were talking about hosting the git repository via sftp - so bare file transfer - a bare repository. And how that was enough for them.

While that is also hosted, and hosted through a service, it's only a file transfer service and hosting.

That means specifically without a hosted service like a forge or gerrit.

Which is why I was interested in how they handle stuff that is usually done through such forges and services / hosted software.

[–] [email protected] 2 points 14 hours ago

Oh I see. The Linux kernel has been doing fine with mailing lists (LKML) for decades, if that helps.