this post was submitted on 12 Oct 2024
142 points (98.6% liked)

Open Source

30730 readers
445 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
 

And why?

(page 2) 27 comments
sorted by: hot top controversial new old
[–] [email protected] 8 points 4 days ago

I use Gitlab, but i’m becoming increasingly more unhappy with it over time.

When i have enough resources run another local machine, im planning to switch to switch to Codeberg, with selfhosted Woodpecker CI instead

[–] [email protected] 5 points 4 days ago* (last edited 4 days ago)

I've been selfhosting Gitea for years now and it's great, but I also don't really collaborate with anyone else so YMMV. Originally I wanted to go with GitLab utb it's too resource intensive for my use case

[–] [email protected] 2 points 3 days ago (4 children)
[–] [email protected] 2 points 3 days ago* (last edited 3 days ago) (3 children)

I considered using pijul but everything in Nix/Guix is oriented around git as are the plugins for my text editor and CLI, and there aren't good self-hosted web frontends that I can use to put pijul projects on my linkedin profile or whatever. I want to switch to it but the ecosystem surrounding it needs to actually exist first.

load more comments (3 replies)
[–] [email protected] 0 points 3 days ago (2 children)

Thought this was abandoned?

load more comments (2 replies)
load more comments (2 replies)
[–] [email protected] 6 points 4 days ago

I'm not cool enough to use Sourcehut and deal with patches and emails - they're already a pain in the ass when I submit patches to GNU, so I stick to Codeberg.

[–] [email protected] 7 points 4 days ago

Gitlab

Open source Free ultimate for open source organisations, we get a lot of free pipeline minutes without having to run our own servers for devops. Allows us to focus on development

[–] [email protected] 5 points 4 days ago* (last edited 4 days ago)

For Darcs I have been using darcs hub & mirroring to my server. That said Smederee has slowly but surely been shaping up to be a better replacement (recently got reStructureText support!); once they have obliterate support, I will be tempted to make it primary for real since it covers all the basics.

For Pijul, I can really only use it self-hosted over SSH. Nest is far too feature barren to be usable—especially without the ability to fetch tarballs for instance where you can’t have or use the pijul binary for fetching (which is a bit ironic since the Pijul binary has an archive to create tarballs, Nest just doesn’t expose it). Pijul is faster & the key concept of separating your commit ID from details (such as Darcs or Git using Name <[email protected]> as the identifier) is much nicer not just for privacy if wanted but changing these details for whatever your reasons maybe (imagine changing your name after marriage or sex change & trying to convince all projects you’ve committed to to rewrite their history with your new info to not be confused or dead-named—most maintainers would ignore you). Someone should write a decent, lightweight forge so Pijul can be usable.

I use Darcs/Pijul since Patch Theory is a better model than snapshot-based version control as seen in Git/Mercurial & others. Since neither have many hosting or forge options, there are not many choices (answering the “why?”).

If using Git, an inferior VCS IMO, things are now going hosted on Codeberg. In the past, I had paid for SourceHut & while it was a generally nice, lightweight experience I was disappointed with the features & progress to the point I didn’t feel I was getting good value (also no Darcs or Pijul support, just Git & Mercurial). Since I don’t write any of my own code using Git anymore, I don’t really bother self-hosting cgit, Ayllu, or something. That said, Forgejo is a pretty disappointing in its direction as they choose to clone more features from MS GitHub than even Gitea which basically leaves you with MS GitHub but FOSS without addressing some core issues (PR workflow is not good, YAML-based CI is not good, & so on); a better sell IMO would be fundamental improvements on these old models/workflows that would inspire leaving for technical reasons instead of social/political/philosophical reasons.

[–] [email protected] 6 points 4 days ago

Gitlab.com and Gitlab ce self hosted

Open source and I'm very very familiar with how ci/cd operates.

[–] [email protected] 4 points 4 days ago

sourcehut. I like how it’s structured, where issue trackers, repos, and so on are independent of each other but can be grouped using a project, and you can have as many of each as you want or none at all. You should be able to have a huge monorepo with many issue trackers, or a single issue tracker for a project split across many repos if you want. GitHub doesn’t really allow you to do either, certainly not the former, and same with most of the alternatives. Everything else seems to clone GitHub’s workflow for contributions as well which I can’t stand (sourcehut uses git send-email as the primary contribution method — but there is also a GitHub style PR button —, which apart from the email jank I find much better because once it’s set up you can just send changes to any project with just a local clone; it also means you don’t even have to be registered on sourcehut to send changes to a project hosted there).

I also self-host cgit I suppose but that’s not really a GitHub alternative.

[–] [email protected] 2 points 4 days ago

Gitea because GitHub offers limited features for a free Syrian account

[–] [email protected] 3 points 4 days ago

I just self host gitolite. I wrote a script for archiving tagged versions to zip files as well as an optional parameter to pipe code into a markdown file and convert that to HTML for code i wish to show people. Everything else I do through the cli and have no use for a fancy UI.

[–] [email protected] 3 points 4 days ago (1 children)

I use github to star other repos because almost all repos are on github. A star supports the project.

I host my stuff on github because everyone else is on github and can star my repos.

I have access to codeberg

[–] [email protected] 4 points 4 days ago

https://dagster.io/blog/fake-stars

‘Stars’ are such a dubious, gamed feature telling you little value about a project’s quality. It doesn’t really ‘support’ a project, but it does feed into the anxiety & social media sludge on the platform. We would be better without them.

load more comments
view more: ‹ prev next ›