From: blenderdumbass . org
And I'm happy to tell you that Speed Dreams announced today that they are finally moving to Git. This is huge!
Read or listen: https://blenderdumbass.org/articles/huge__speed_dreams_is_now_on_git

From: blenderdumbass . org
And I'm happy to tell you that Speed Dreams announced today that they are finally moving to Git. This is huge!
Read or listen: https://blenderdumbass.org/articles/huge__speed_dreams_is_now_on_git
I think I am going to migrate away from github and gitlab to codeberg. Looking for any shared experiences or wish I would have considered feedback from anyone who has done this.
Anything you were surprised or caught of guard by?
Torvalds gav bort Linux och Git till mänskligheten - vi behöver fler Torvalds.
New to programming/software development?
Can I help?
I can walk us through using git, a popular source control tool. I can demo how use an IDE (integrated development environment) for debugging and writing code.
Live, now and for next 4 hours from this post. DM me.
Over 20 years experience here and wanting to give back. Free, just wanting to lessen the ick in the world.
After I expressed frustration at my inability to get git rebase to do what I needed, this morning someone pointed me to https://git-rebase.io/
It's a wonderful tutorial on how to rebase interactively. Highly recommended for anyone who finds #git confusing.
#Git #LargeFiles #Storage #GameDev
New blog post about one way to keep your large-file storage size down when using git.
https://dbat.codeberg.page/posts/git-large-file-technique.html
I hope it's not bad advice. Please let me know of bugs etc.
Also, if anyone has other techniques, will be happy to try them and add them to the post.
Code migration to @Codeberg
https://codeberg.org/inventaire/
Bye bye Microsoft/Github, we are excited to finally have our code forge also running on libre/free software, and hosted by a fellow non-profit! Thanks @forgejo and @Codeberg for the amazing work!
Gitea 1.23.8 is out!
This release includes critical bug fixes and a Go version upgrade addressing important security issues. We strongly recommend all users update ASAP.
Git: The polite way to say ‘please don’t talk to me, just push your changes.’
#Git tip:
git config --global core.pager "less -FR"
-F: Only use a pager when the output is longer than one terminal screen.
-C: Display color; don’t filter it out.
Mr @jtk pointed me to this https://foks.pub/
"End-to-End Post-Quantum Encrypted Git Hosting"
This sounds quite neat. Not sure if anyone has already done some tests. I'm wondering how this works on top of ForgeJo ( @forgejo ) and whether it can be seamlessly integrated.
From: blenderdumbass . org
And I'm happy to tell you that Speed Dreams announced today that they are finally moving to Git. This is huge!
Read or listen: https://blenderdumbass.org/articles/huge__speed_dreams_is_now_on_git
I am super excited to be testing https://raw.pixls.us new #git #annex support! This should offer some cool ways to mirror that data around the web.
https://raw.pixls.us is a community driven repo of camera raw samples, used to test #darktable and #RawTherapee's raw file support.
there's a post-quantum federated key service that #infosec may be interested in:
> FOKS provides a secure, end-to-end encrypted Git hosting service. [...] the server never sees data or filenames in unencrypted form. This means that even if the server is compromised, your data is safe. FOKS is federated [...]
> Additionally, FOKS uses modern PQ-secure public-key cryptography, so all end-to-end encrypted data is safe from quantum attacks.
New Kitten Release
• Improved instructions for adding a git webhook on Codeberg in Kitten Settings → App.
Enjoy!
git-next
: New release v2025.5.0 - Refactoring and isolating features
git-next: trunk-based development manager
Written in Rust
Repo: https://codeberg.org/kemitix/git-next
What's New
- Reimplement git operations to use git2
/libgit2
- Renamed features:
forgejo
-> forge-forgejo
github
-> forge-github
notify-desktop
notify-email
This a significant update to migrate from gix
to git2
for git operations. This allows us to drop the gix
crate and the need to shelling-out to git
for operations that gix
doesn't support.
Breaking Change
If you are build from source (e.g. cargo install
) and use either email or desktop notifications in your configuration file, you will need to add the appropriate feature, notify-desktop
and/or notify-email
. If you don't the config file will not be accepted.
The docker images are built with all features enabled.
Install
cargo install git-next@2025.5.0
cargo install git-next@2025.5.0 --features notify-desktop,notify-email
docker pull codeberg.org/kemitix/git-next:v2025.5.0
Run UI in docker
docker run --rm -p 8092:8092 \
-u $(id -u):$(id -g) \
-it \
-v $PWD:/app \
codeberg.org/kemitix/git-next:v2025.5.0 \
server start --xui
#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!