Replies: 4 comments
This comment was marked as spam.
This comment was marked as spam.
-
I agree, we really need an alternative which respects your:
Github respects none of the above + on top of it all, For me currently the decision would be between:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Have you ever run a webservice? |
Beta Was this translation helpful? Give feedback.
0 replies
-
For Darcs, a old-but-still-developed, Patch-Theory-based DVCS, there is: hub.darcs.net & Smederee |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Since GitHub continues introducing antifeatures and enforcing an own vision of software development, like mandatory 2FA (I don't need such mandatory imitation of security when I'll have to bear its cost while working around it). A possible workaround can be using TOTP 2FA + a browser extension implementing TOTP (TOTP is easy to implement) within the browser, but using such an extension to workaround these ingenious decisions of the managers is:
.
Let's discuss the decent replacements of GitHub.
The following features of GitHub are needed:
no reCAPTCHA
no CloudFlare and its client-side solutions (including "hCaptcha", Turnstile, "Managed Challenges", "under attack" mode and so on)
no other fingerprinting/tracking scripts
usable without JS
must not crash browser
code hosting
pull requests
issues
ssh access
https access
non-mandatory, but highly desireable
nice to have, but I can live without it
gratis
be at least somehow trusted. I mean providing service costs money. Providing service free of charge is unprofitable. That means payment is done by other means. For MS the way they benefit from owning this service is understandable:
But for smaller services the first two options are less possible, which makes one to think of using them with caution.
Unfortunately I see no decent alternative, maybe except Launchpad and Nest and Codeberg.
Ubuntu Launchpad - essential features present, maintained by a large corp (though they have proven to act badly in the case of conflict of interests, like promoting Snapcraft by removing
deb
packages and forcing users to use them)Gogs, Gitea (fork of Gogs) and Forgejo (fork of Gitea) instances like Codeberg (Forgejo-based):
OneDev
self-hosted
: projects are identified either by ID or by their names, without author nickname as a prefixGitBucket - essential features are present, looks good even without JS (example)
CodeBase
is everything you should know about them
huggingface_hub
python package.Beta Was this translation helpful? Give feedback.
All reactions