mastouille.fr est l'un des nombreux serveurs Mastodon indépendants que vous pouvez utiliser pour participer au fédiverse.
Mastouille est une instance Mastodon durable, ouverte, et hébergée en France.

Administré par :

Statistiques du serveur :

649
comptes actifs

#git

13 messages12 participants0 message aujourd’hui

Chinwag users! As part of a maybe-ongoing, erratic series of self-promotion posts, here's an outline of one of the many things we do!

Chinwag Code - git.chinwag.org - is not just where the source code for our projects lives, but if you're a bit coding-curious yourself, all Chinwag users are welcome to keep their own stuff there as well! Free!

Just use the "Chinwag account" logo button on the sign in page. That's it, you're in. Your stuff will be backed up with the rest of ours!

Enjoy!

Chinwag CodeChinwag CodeForgejo is a self-hosted lightweight software forge. Easy to install and low maintenance, it just does the job.

| ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄|
|  Don't Push To Production On Friday   |
|_________________|
                      \ (•◡•) /
                        \      /
                       ——
                        |     |
                        |_   |_

Is anyone aware of a `git subtree split` alternative that's faster?

`git subtree split --prefix src/fonts/allsorts -b allsorts-subset-profile` in the Prince repo just took 13 minutes. It also slows down as it runs. It starts off processing about 100 commits per second but by the time it's in the 10,000s it's only managing about 10 per second.

`git-subtree` is a shell script, not sure if that is part of the problem.

It’s 2025 and to my great surprise, I’m about to recommend my customer to stick to #SVN for the versioning of their binary documents (KiCad, FreeCad, LabVIEW…):
• shared storage à la NextCloud is neat, but not enough to keep a proper changelog;
#Git is not efficient with non-text files, and Git-LFS is a pain in the arse to deal with compared to SVN.

I have just become the old, grumpy guy who’s making a team stick with outdated tools.
Kill me.

Liebe Folglinge,

ich suche leider noch immer nach einem neuen Job als #iOS und/oder #macOS Entwickler. Ich spreche #ObjectiveC, #Swift (auch Server-Side) und #SwiftUI und nutze die ganzen Tools drumherum (#Xcode, #Git, #GitHub, #GitHubActions, #ShellScripting etc.). Ich bringe 30 Jahre Berufserfahrung als Software-Entwickler mit, davon knapp 20 im #Apple Ökosystem.

Am Idealsten waere eine #Festanstellung zu 100% remote. Sollte es im Raum #Bregenz oder #Dornbirn etwas geben, dann auch gerne vor Ort.

Ich danke euch fuers Teilen. 🙏🏻
:boost_ok:

LinkedIn: linkedin.com/in/phranck/
Xing: xing.com/profile/Frank_Gregor0

XINGFrank Gregor - Senior iOS/macOS Developer - Cadrage GmbHSenior iOS/macOS Developer

🚀 Gitea v1.24.0 is here!

This release is loaded with 🔒 security, ⚡ performance, and 🛠 quality-of-life improvements:

• Anonymous access now supports private/unlisted repos — browse issues, wikis, and code publicly
• New file tree in the repo file view for easier navigation
⚡ Performance boosts: database query caching, optimized PR/file list & heatmap loading

🔗 Dive into the full release notes: blog.gitea.com/release-of-1.24

blog.gitea.com · Gitea 1.24.0 is released | Gitea BlogWe are thrilled to announce the latest release of Gitea v1.24.0.
#Gitea#Git#DevOps

Fellow #godot plugins developers, how do you manage versioning of your code ?

I have my plugin code but also a test project using it (and holding it in its "addon" folder). The obvious way would be to version the whole project and make another git sub-repo for the plugin folder itself, but it is cumbersome to manage…

So I was wondering if there was easier known practices.

Forgejo Action Runners with Private HTTPS Certificates

blog.hardill.me.uk/2025/06/05/

I set up a Forgejo instance a few days ago to have a play, it runs in my Kubernetes cluster and is issued a HTTPS certificate from my Small Step CA via Cert-Manger using ACME.

Forgejo offers basically most of the features of GitHub in a self hosting environment, with git repo, full web UI, package hosting among other things. It can also be setup to mirror public GitHub (and other) repos so […]

Git is a tool I like, a lot. Before git, you could do RCS {& some others} which is a totally different tool set.

In this video Linus Torvalds talks about the way he created Git two+ decades ago.

What immediately Springs into view, is the fact that Linus gave control of the git project to someone else, as soon as he could he did not want to stay with the project for too long.

Git was created because of pure necessity; it was vital for kernel revision control

youtube.com/watch?v=sCr_gb8rdE

#Git#Linus#Torvalds