We finished moving all our repos from GitHub to codeberg.org.
Our repos on GitHub will continue as push mirrors for a while, until we remove them at some point.
We finished moving all our repos from GitHub to codeberg.org.
Our repos on GitHub will continue as push mirrors for a while, until we remove them at some point.
New Kitten Release
• Improved instructions for adding a git webhook on Codeberg in Kitten Settings → App.
Enjoy!
@LukaszOlejnik Completely understandable. I believe this has to do with the mythologization of AI. People seem to believe AI is the Magic Tool That Solves All Problems.
On #Codeberg, we recently got spammed with obvious fake bug reports that appear to be written by LLMs. Thankfully, moderation deleted all of it at lightning speed.
Conspiracy theory: Maybe this is what happend to curl as well. I.e. it's actually a *deliberate* spam attack to troll the devs and waste time.
Today I saw that Codeberg added Anubis. Hopefully that helps with the bot problem.
#storySeedLibrary 's code is now available on both #codeberg and #github (mirrored):
https://codeberg.org/alxd/storyseedlibrary
https://github.com/pawelngei/storyseedlibrary
There's a TODO list, but if you find any problems / you'd like to make a correction, please feel free to submit a PR!
If at any point I fail to take this project forward (or if anyone disagrees with how I run it), I invite you to fork it and set up your own version! :)
#Codeberg #git #git-lfs #GameDev #LargeFiles
I opened an "issue" on Codeberg to try get some discussion about my recent git-lfs experiences and the ideas floating in my head for a better way to handle large binary files while using git.
I'd appreciate any feedback etc. It's here:
https://codeberg.org/Codeberg/Community/issues/1910
I'm a git-nitwit, so factor that in!
@aredridel maybe so but I understand what I was doing with it enough to recomend #codeberg
In the context of your previous comments: no AI there. Scm, some devops hosting stuff yes.
@aredridel ew, I left gh when MS bought it. I recomend codeberg.org
Having a 502 error from the server when you install or update #guix ?
Just replace the official savannah repository by this official mirror at #codeberg, with a much better uptime
guix pull --url=https://codeberg.org/guix/guix-mirror
@Codeberg Do you guys offer some kind of rsync (or just ftp) storage?
I ask because (in game dev) there are a lot of huge binary files and git uses so much more space than is needed.
I could have a repo with a 'media' dir which is ignored by git. The big files in there can be stored remotely sans git.
This way there's only one version of each big file, rather than potentially dozens, which is just eating up your storage!
Our #cooperative, #MajavanTila osk, is a proud member of #Codeberg e.V.
Really nice to see #forgejo and #codeberg being mentioned on the front page of https://git-scm.com! Yay!
@maxleibman that is the biggest reason why I moved to #codeberg from #github. The Copilot thing is becoming so ingrained into it to the point where it's getting intrusive. And I pride myself on being a prodigy and a human who does human work. And I want other humans to enjoy that in the spirit of #FOSS. That copilot shit is antithetical to FOSS because a human is not enjoying it and using it in their own cool work.
#Mergiraf 0.7 is released
! It includes quite a few bug fixes and UX improvements, so it's worth upgrading :)
https://codeberg.org/mergiraf/mergiraf/releases/tag/v0.7.0
#git #treesitter #codeberg #jujutsu
Heads-up! It looks like @Codeberg is having some issues.
Is anyone having trouble pushing to Codeberg?
I was getting "connection closed by remote host" errors.
Turns out my git-lfs was old, and Codeberg has some strict ssh settings.
To fix this, read: https://codeberg.org/Codeberg/Community/issues/1895#issuecomment-4057007
Short version, do this (once per repo) before pushing:
git config --local lfs.sshTransfer never
Ensure lfs version is > 3.5.x
hth