this post was submitted on 17 Aug 2026
79 points (97.6% liked)

Programming

28351 readers
373 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 !webdev@programming.dev



founded 3 years ago
MODERATORS
all 23 comments
sorted by: hot top controversial new old
[–] newthrowaway20@lemmy.world 14 points 2 weeks ago

You shoulda been looking elsewhere at least a year ago by now.

[–] devaly@ani.social 10 points 2 weeks ago (1 children)

Thats what they get for training on my code

[–] onlinepersona@programming.dev 1 points 2 weeks ago

We thank you dearly for poisoning the well.

[–] furzegulo@lemmy.dbzer0.com 8 points 2 weeks ago (2 children)
[–] doeknius_gloek@discuss.tchncs.de 20 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

... isn't an alternative if you're looking for availability.

It is an alternative for a lot of other reasons and I love it dearly, but Codeberg is literally three donated servers in a single data center with some volunteers maintaining them. Some time ago the power went out and Codeberg was down for seven hours.

Please go ahead and join Codeberg, but manage your expectations.

[–] veniasilente@lemmy.dbzer0.com 5 points 2 weeks ago

Some time ago the power went out and Codeberg was down for seven hours.

Still keeps one sigma more uptime than Github tbh.

[–] ImgurRefugee114@reddthat.com 15 points 2 weeks ago* (last edited 2 weeks ago) (3 children)

Self hosted forgejo on-prem HA with cloud mirroring, backups, and failover

Codeberg itself is fine for hobby-grade tho; enterprise needs to start taking ownership of their own shit. Deploying local CI is a buy-once-cry-one pitch and gives you better performance anyways.

Or, use git decentralized; how it was built to be used.

[–] 4am@lemmy.zip 5 points 2 weeks ago (1 children)

Enterprise is on the same boat we’re all in - you can’t run locally if you can’t afford components

And the Epstein class decided we aren’t allowed to own computers that they don’t control anymore, so they’re building really big ones with agents that monitor us, make sure we don’t find out anything we aren’t supposed to know

[–] onlinepersona@programming.dev 1 points 2 weeks ago

Enterprise wastes glorious amounts of money. They can easily afford a flock for 200€/month. They waste that amount of money on a single day when they vibe code.

[–] hdsrob@lemmy.world 1 points 2 weeks ago (1 children)

As a solo dev, working from home, the real reason I use Github is for off site backup.

Back in the SVN days we hosted our own server for a bunch of years, then moved to one of the many paid SVN hosts that existed.

I think I'm going to spin up another VPS and self host Forgejo at this point (or see if I can add it to one of my existing servers).

[–] ImgurRefugee114@reddthat.com 1 points 2 weeks ago

Yeah, for individuals it works best if you host your own locally or use a cloud as you said, then use push mirroring to backup to github or one of the other big forges. Gets you 98% of the utility with minimal cost.

The time was literally 8 years ago, but sure, better late than never.

[–] Skullgrid@lemmy.world 6 points 2 weeks ago (1 children)

Is your code free for others to do whatever the fuck they want to with it? : codeberg

Do you want to put certain restrictions (eg financial)? Gitlab

[–] lemmyng@lemmy.world 9 points 2 weeks ago

Is your code free of AI-slop? Codeberg.

Is your code a project to be passed around like a slut at an AI-themed orgy with no limits or consent? Github.

[–] MonkderVierte@lemmy.zip 4 points 2 weeks ago

It was time to look elsewhere when MS took over.

[–] melezhik@programming.dev 1 points 2 weeks ago* (last edited 2 weeks ago)

Hey. My too cents here. I am building DSCI - self hosted git with ci embedded . Suitable for small teams with limited VPS hosting, features:

  • general programming languages for ci ( not YAML )

  • super simple install and maintaining- everything is a single binary ( golang ) , ci jobs run on localhost/podman/docker

  • no need extra runners / k8s / devops teams - everything is in dev hands through regular programming code - super simple

  • ci SDK is available for bash/python/perl/raku/php/powershell/golang

It’s still in early development stage , but users can already play with it - here is demo stand - http://dsci.sparrowhub.io/

Documentation is available here - http://deadsimpleci.sparrowhub.io/ or GitHub - https://github.com/melezhik/DSCI

[–] Mio@feddit.nu 1 points 1 week ago

It is sad but true. Microsoft is responsible for this. Lets hope it brings some good as people leave.

Maybe federated git with Forgejo is the solution.

it depends on what you're looking for.

just repository hosting, you can do that anywhere with a server, git --bare init, ssh, and a private key.

social coding? foregejo

personally i love beanstalk; i've been consistently with them since the 2000s; i'll still be with them.