this post was submitted on 29 Jul 2024
392 points (99.5% liked)

Programming

18333 readers
103 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 2 years ago
MODERATORS
(page 3) 25 comments
sorted by: hot top controversial new old
[–] [email protected] 10 points 6 months ago* (last edited 6 months ago) (2 children)

Fuck. No other source forge supports groups or orgs with hierarchical projects 🫤 Gitea and Forgejo went hard on being github clones, so they're off the list. Are there any other alternatives? I don't want to have to bash together scripts to make something...

Anti Commercial-AI license

load more comments (2 replies)
[–] [email protected] 99 points 6 months ago (9 children)

The chances of a deal are said to be weeks away, if not non-existent.

What kind of non-sentence is that?

[–] [email protected] 10 points 6 months ago

It's what they most not the least

[–] [email protected] 37 points 6 months ago (1 children)

It's an existing sentence if it's not non-exisent.

[–] [email protected] 19 points 6 months ago

Big if true and big.

load more comments (7 replies)
[–] [email protected] 39 points 6 months ago (2 children)

I feel like sourcehut really ought to be mentioned more. It federates issue and PRs by email and has a wonderful interface while not having any ads—which is why hosting one's own repo (and their CI and IRC but nothing else) requires $2 a month, unfortunately.

[–] [email protected] -1 points 6 months ago (2 children)

Using email for anything is a non-feature for me. I want nothing to do with that outdated, confusing piece of tech that has been shoved in all sorts of places it doesn't belong

load more comments (2 replies)
[–] [email protected] 12 points 6 months ago (1 children)

I don't think it makes any sense to mention source hut because none of the features you mentioned are killer features (or relevant. Why should I care about implementation details of feature tracking?) and it completely fails to address GitLab's main value proposition: it's CICD system.

Anyone can put up any ticketing system. They are a dime a dozen. Some version control systems even ship with their own. CICD is a whole different ballgame. It's very hard to put together a CICD system that's easy to manage and has a great developer experience. Not even GitHub managed to pull that off. GitLab is perhaps the only one who pulled this off. A yams file with a dozen or so lines is all it takes to get a pipeline that builds, tests, and delivers packages, and it's easy to read and understand what happens. On top of that, it's trivial to add your own task runners hosted anywhere in the world, in any way you'd like. GitLab basically solved this problem. That's why people use it.

[–] [email protected] 4 points 6 months ago (2 children)

I use gitlab ci mainly and dabble in github actions. Can you clarify how “Not even Github managed to pull that off”? IIRC, actions is quite featureful and it’s open-source, so I assume that can be run with self-hosted runners as well.

[–] [email protected] 3 points 6 months ago

Yep, at my previous job I moved a pretty complex build system from Jenkins to github actions. It worked fine and was much simpler to maintain.

And yes there are ways to run github actions on your own machine, but I haven't tried it.

load more comments (1 replies)
[–] [email protected] 122 points 6 months ago (4 children)
[–] [email protected] 6 points 6 months ago (4 children)

For code hosting, doesn't that just mean you're self-hosting + others can utilize you space for a backup?

load more comments (4 replies)
[–] [email protected] 25 points 6 months ago

I hope they get true federation up running soon.

[–] [email protected] 10 points 6 months ago (1 children)

Absolutely.

I'll self host my own forgejo instance soon.

[–] [email protected] 13 points 6 months ago

It’s also what codeberg uses under the hood for those that don’t self host.

load more comments (1 replies)
[–] [email protected] 3 points 6 months ago

@obbeel Oh that's not a good sign

[–] [email protected] 169 points 6 months ago (9 children)

I keep basically all of my shit on Gitlab, so depending on who they sell it to, that might be a goodbye. I've really enjoyed the platform, but if it goes into hands of either some clueless business people, data aggregator, or "AI-first" bullshit, i'm migrating to something else.

[–] [email protected] 18 points 6 months ago* (last edited 6 months ago) (4 children)

You shouldn't wait because it's going to happen. I moved all of my projects off of Github and Gitlab, and now self-hosting my own gitea instance. It's been great and never looked back!

load more comments (4 replies)
[–] [email protected] 41 points 6 months ago (1 children)

Come to Codeberg! I'm a member of the co-op and we're not for sale.

[–] [email protected] 10 points 6 months ago* (last edited 6 months ago) (1 children)

I've been casually taking a look at it for a bit, so it's definitely on the radar

Edit: Overall i’m happy, at first proper glance, but not having access to even barebones CI is kind of a pain. I can’t really deploy my own at the moment, and having to request access to their own Woodpecker instance is something that seems unlikely to be approved

load more comments (1 replies)
[–] [email protected] 43 points 6 months ago (3 children)

I'm in the same boat. I migrated all my stuff to Gitlab the day it was announced that Github was being acquired by Microsoft. I hadn't even really heard of Codeberg at the time. So I migrated to Gitlab.

And it sounds now like there's a high likelikhood I'll need to move it all again.

[–] [email protected] 10 points 6 months ago

I've had my stuff on Gitlab way before that ever even happened, just because I've already had issues with the platform before, and knew it would eventually change hands. Shame it'll likely happen again with this too

load more comments (2 replies)
load more comments (5 replies)
load more comments
view more: ‹ prev next ›