Your move, Rust. I’d love to see it happen.
Why? Microsoft gives them a ton of money for CI and infrastructure. Unless they are having serious technical issues I don’t see why they would move to a more expensive and probably less well integrated CI provider.
I won’t ever write zig but respect to the maintainers for moving to codeberg and sticking to their principles. If the nixos foundation had any, they would move too (but I guess fighting in the forums is more fun than moving).
im not sure codeberg currently had the infrastructure to support day-to-day operation of nixpkgs development. I’m using codeberg daily for my own projects, and sometimes the diff for MR is broken or load for too long. Not mentioning stability issues.
Of course I wouldn’t complain of something thats maintained by volunteers. I’m just saying the traffic for nixpkgs are currently big and I’m pessimistic codeberg can handle it.
I feel like we should be treating git as more of a federated system. What rule is there against pushing to multiple remotes?
For git itself sure, but all the other things that come with a git forge, like issue management, are probably things that you don’t want spread out over multiple websites
We already have activitypub, and projects like Gitea are actively implementing it (at this time I don’t think it’s live enough yet)
Sure, but my point is that you’ll end up with one “main” remote where you have all git forge stuff even if you push to multiple remotes. By all means, don’t make github the main one!
Removed by mod
Removed by mod
deleted by creator
How are you going to handle issues, releases, artefacts, CI, pull requests, and so on. Please dont say mailing lists. That won’t make anybody but the minority of developers wet.
I had a pleasant experience moving my project from github to codeberg. CI is nicer in codeberg because of local runners; easy to migrate too
local runners
Does this mean you can iterate on it fast on the local dev machine?
It will run faster if your local machine is faster than the cloud, but otherwise it’s the same. I don’t think I tried starting CI from my machine, per se, I would instead point codeberg to my machine, push to codeberg, and codeberg would send the job to my local runner. You probably can do it entirely locally.
The main benefit for me was that I can run CUDA workflows without needing to pay extra for GPUs. I’ve not really thought about what happens if you want to deploy to an architecture you don’t own. I can’t recall what architectures they provide.
Note this is with woodpecker CI. I think they’re migrating to a new CI at some point.
I was planning to look into Zig for this year’s Advent of Code. Haven’t really looked at it yet, but I’ve heard good things about it. Nowadays I mostly write in C# or Python for smaller scripts, so I kind of expect getting back to C-style code might have some friction, but it’s about time to refresh my memory. I had a pretty good time with Rust for AoC in the previous years (not that I ever used it for anything else), but I guess it’s time to try something else.
deleted by creator




