I cannot wait for Gitea, Forgejo, and GitLab to start federating with each other via ActivityPub. Then we can all take one more step away from a corporate-controlled internet.
We are investigating reports of degraded performance
51–60 of 152 posts
Re: We are investigating reports of degraded performance
#52My repos were coming up as 404s. I was wondering if I had been canned...
Re: We are investigating reports of degraded performance
#53Earlier quoted context omitted.
Host a backup of your own code? It’s easy and can be done on a rpi. I wrote a go program in 1000 lines that automatically does this for me. And then I actually started using that as the main source and pushing the backup to github. It also pulls down anything i star into a different folder which get a sync one a day. The rest get a sync every hour.
There's also a tool called myrepos[0] that can be cronjobbed to keep local repos up to date 0: https://myrepos.branchable.com/
Re: We are investigating reports of degraded performance
#54I cannot wait for Gitea, Forgejo, and GitLab to start federating with each other via ActivityPub. Then we can all take one more step away from a corporate-controlled internet.
I'm a little confused, Gitlab is a publically traded corporation? https://www.google.com/finance/quote/GTLB:NASDAQ
Re: We are investigating reports of degraded performance
#55I cannot wait for Gitea, Forgejo, and GitLab to start federating with each other via ActivityPub. Then we can all take one more step away from a corporate-controlled internet.
- 'one more step away from a corporate-controlled internet" Downvote me to grey-world if you like, but I think everyone's crazy to put all their code infrastructure in the hands of fucking Microsoft . Especially literal free open-source software. Who do you think Microsoft is? What do you know of Microsoft's history and their core values (they're "embrace, extinguish & exsanguinate"). It's like giving fucking Sauron…
Re: We are investigating reports of degraded performance
#56Earlier quoted context omitted.
If only there was a decentralized system to allow version management of code.
I realize you're talking about git, but I think it's also pretty important to have a place where users can submit issues and dev's can say "it's fixed in version XYZ", these are not features of git. I've been meaning to give radicle a try.
Re: We are investigating reports of degraded performance
#57Earlier quoted context omitted.
I realize you're talking about git, but I think it's also pretty important to have a place where users can submit issues and dev's can say "it's fixed in version XYZ", these are not features of git. I've been meaning to give radicle a try.
Fossil does this within the repo, maybe we need a way for Git to do so too.
Re: We are investigating reports of degraded performance
#58Re: We are investigating reports of degraded performance
#59I cannot wait for Gitea, Forgejo, and GitLab to start federating with each other via ActivityPub. Then we can all take one more step away from a corporate-controlled internet.
I'm a little confused, Gitlab is a publically traded corporation? https://www.google.com/finance/quote/GTLB:NASDAQ
Re: We are investigating reports of degraded performance
#60Earlier quoted context omitted.
If only there was a decentralized system to allow version management of code.
You'd still need some sort of centralized... hub to communicate and manage things.