Comment by csb6
18 days ago
I've never seen another repo with public commit access like that. I guess the project is niche enough that you don't get spammed with bad or malicious commits.
18 days ago
I've never seen another repo with public commit access like that. I guess the project is niche enough that you don't get spammed with bad or malicious commits.
Yeah it's basically anarchy (to some extent)
https://repo.or.cz/h/mob.html
>The idea is to provide unmoderated side channel for random contributors to work on a project, with similar rationale as e.g. Wikipedia - that given enough interested people, the quality will grow rapidly and occassional "vandalism" will get fixed quickly. Of course this may not work nearly as well for software, but here we are, to give it a try.
When pugs (a perl6 implementation in Haskell) was a thing, you gained commit access by asking and it was immediately granted to everyone. It was insane and awesome.
This has been my experience in the early 2000 with sourceforge. You went to the related irc channel, introduced yourself, asked for access and they would add you to the project. You could work on a game that you liked, a jabber client, and even code::blocks at some point. Boost (c++ libraries ) was more serious, you'd have to create the implementation and documentation according to their format and post it to the forum, then they would ask you to defend certain parts or reject due to bloat/DRY/unnecessary.
Everything felt more like a community effort back then.