I hate github, tell me about cool projects and apps that is hosted on alternative platforms (Not mirrored).
I hate github, tell me about cool projects and apps that is hosted on alternative platforms (Not mirrored).
I hate github, tell me about cool projects and apps that is hosted on alternative platforms (Not mirrored).
Lagrange is THE SHIT!
(btw, I thought its dev hosted it on forjego?)
Edit: it's hosted on both codeberg and a gitea instance: https://git.skyjake.fi/gemini/lagrange/releases
TIL about Gemini (btw not the Google thing and not the bitcoin thing...)
Gitlab:
Codeberg:
SourceHut:
Do you like RuneScape?
https://gitlab.com/2009scape/ - 2009 RuneScape emulation
https://gitlab.com/open-runescape-classic - 2003 and 2001 RuneScape emulation
Both are actively developed too
(Disclaimer - I'm actively contributing to Open RuneScape Classic and used to contribute a lot to 2009scape)
Fuck yeah thank you
Well I know what I am doing for the next few days while I am off work sick.
Shameless plug for my project shiftmon that's hosted on gitlab it uses ansible to glue together Telegraf, Victoriametrics, Grafana, and Loki
Not a shameless plug at all. Damn this is super nice! Thanks for posting this I'm definitely going to be looking into this project!
I think the blender institute self-hosts with git tea. https://projects.blender.org/blender/blender
"I hate Instagram tell me about popular celebrities using their own site/ Twitter/ Mastodon"... I think it's putting the horses behind the cart. You want to use some code or look to a celeb pics? Then do it on wherever those stories were posted.
GitHub was a social network even before Microsoft bought it, or the bot accounts boosting repos' stars numbers.
I self host my own Gogs server on my raspberry pi, very easy setup with docker.
I wish the were a massive uptake of forgejo just to get federation of sourceforges implemented. Alternative sourceforges really need to band together because creating an account on every instance is an absolute no-go.
Thanks for being the last required part to push me to using sourcehut. I am already loving it.
Of of the osmocom stuff is not in GitHub, which includes open source cellular network stacks, and assorted radio stuff like Rtl-sdr drivers.
Preface: I appreciate the sentiment, fuck Microsoft.
If you want to contribute to a project developed on GitHub, you need to have a GitHub account. So it does matter.
Actually, you can send the diff patches by email/ pastebin/ gitlab/ etc. It's up to the main developer to take your contribution seriously, given the level of annoyance you might be presenting. Same happens in the other direction, you can host your code on sourcehut, but many junior devs could be repelled by the old school ux.
So make a private email only for GitHub
https://giveupgithub.org/
@shnizmuffin @Zen
Issues, milestones, discussions, pull requests, build logs, they all stay on the chosen host. That host can then add specific conditions to creating accounts, or participating in the discussion, searching code etc. Such as force you to have a phone number in your account, otherwise you won't be able to comment on issues. And all of these things might be locked in without a way to export and migrate to another host, so yes, it definitely matters where the project is hosted.
It would be nice if platforms like Forgejo and gitlab could hook into some sort of review and issue tracking protocol that was built directly into git, like git-appraise. Unfortunately it doesn't look like git appraise is actively developed.