• onlinepersona@programming.dev
    link
    fedilink
    arrow-up
    18
    ·
    22 days ago

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

    • tengkuizdihar@programming.dev
      link
      fedilink
      arrow-up
      3
      ·
      21 days ago

      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.

    • danhab99@programming.dev
      link
      fedilink
      arrow-up
      1
      ·
      21 days ago

      I feel like we should be treating git as more of a federated system. What rule is there against pushing to multiple remotes?

  • MonkderVierte@lemmy.zip
    link
    fedilink
    arrow-up
    7
    ·
    edit-2
    22 days ago

    Btw, anyone has a backup of all the Github projekts? Just in case MS accidentally deletes stuff again.

  • staircase@programming.dev
    link
    fedilink
    arrow-up
    5
    ·
    22 days ago

    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

      • staircase@programming.dev
        link
        fedilink
        arrow-up
        2
        ·
        edit-2
        21 days ago

        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.

  • Mikina@programming.dev
    link
    fedilink
    arrow-up
    4
    ·
    edit-2
    22 days ago

    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.