urbanists.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
We're a server for people who like bikes, transit, and walkable cities. Let's get to know each other!

Server stats:

525
active users

#codeberg

33 posts31 participants4 posts today
Replied in thread

@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.

#storySeedLibrary 's code is now available on both #codeberg and #github (mirrored):

codeberg.org/alxd/storyseedlib

github.com/pawelngei/storyseed

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! :)

Summary card of repository alxd/storyseedlibrary
Codeberg.orgstoryseedlibraryA repository of https://storyseedlibrary.org/ , written in Hugo
Replied in thread
⚠️ Perdão pelo paraquedismo na conversa, mas venho trazer o alerta de que, em vez de criarem dependência de serviço privativo e fornecido por :prisao: BigTech (Micosoft), também podem fazer essas coisas, com mais liberdade, em outras plataformas como, apenas para citar exemplos, #Codeberg, #Disroot Git — ambos com base em #Forgejo — ou #GitLab, inclusive com a opção muito recomendável, para quem pode, de autohospedá-los. ✅

CC: @cadusilva@bolha.one @Sondra@masto.donte.com.br

@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!

🦇
#Codeberg #git

Replied in thread

@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.

#git #lfs #Codeberg

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: codeberg.org/Codeberg/Communit

Short version, do this (once per repo) before pushing:
git config --local lfs.sshTransfer never

Ensure lfs version is > 3.5.x

hth
🦇

Summary card of an issue titled "Connection to codeberg.org closed by remote host" in repository Codeberg/Community
Codeberg.orgConnection to codeberg.org closed by remote host### Comment Hi, Since Saturday 26 April, I have not been able to push to Codeberg. I can use the web interface fine, but not git from my terminal. I get this: ``` (main) $ git push Connection to codeberg.org closed by remote host. Locking support detected on remote "origin". Consider...