Cursor launches Origin, GitHub alternative
371–380 of 519 posts
Re: Cursor launches Origin, GitHub alternative
#372Re: Cursor launches Origin, GitHub alternative
#373Instead of creating one more centralized alternative, it's best to invest all effort into a decentralized solution, like Radicle[1][2] or federated Forgejo[3][4]. [1] https://radicle.dev/ [2] https://radicle.network/nodes/seed.radicle.dev/rad%3Az3gqcJU... [3] https://forgejo.org/ [4] https://codeberg.org/forgejo-contrib/federation/src/branch/m...
Re: Cursor launches Origin, GitHub alternative
#374Cursor, which is now owned by Elon, who tried very hard to get all manner of data about citizens with his intrusions? I'm sure I'm not the only one who thinks this isn't a great idea. He'll use it to feed Grok. I'm not a big fan of Github right now either but I wouldn't consider this alternative due to its ownership chain.
I wouldn't even feel comfortable cloning from it, let alone contributing. If you decide to host your project there, please mirror it somewhere sane as well.
Re: Cursor launches Origin, GitHub alternative
#375Re: Cursor launches Origin, GitHub alternative
#376Earlier quoted context omitted.
You do know you can run git on your own machine, on pretty much any Linux/Unix based server, run it entirely peer-to-peer if you wish... or use Gitlab, including self-hosted Gitlab, or one of many other Git based servers?
Yeah. I just don't really like git. The user interface is dog shit, merging is nasty, it's really easy to blow your own toes off and it's generally horrible. The only reason it got anywhere was github.
Git became popular because Linus Torvalds created it and it's used for the Linux kernel. If it can succeed there then it's battle proven for sure and that's why people pick it. Almost no one is working at that scale though so don't sweat it. Use what you want.
Mercurial was pretty nice back in the day and I think people still use it. If I was going to use something other than git these days, I'd probably take a look at fossil. That thing is so damn cool. You don't even need something like github with that because it's literally built into the fossil binary. And when I say binary, I mean a single, standalone binary for the whole thing.
Re: Cursor launches Origin, GitHub alternative
#377Cursor, which is now owned by Elon, who tried very hard to get all manner of data about citizens with his intrusions? I'm sure I'm not the only one who thinks this isn't a great idea. He'll use it to feed Grok. I'm not a big fan of Github right now either but I wouldn't consider this alternative due to its ownership chain.
I love how people like you actually think Elon actually wanted your data.
His little "DOGE" endeavor was actively caught exfiltrating personal data about everyone in the country, and the first thing that happened after SpaceX acquired Cursor was pumping all of the data Cursor had acquired into Grok training.
He is quite literally the shining example of "Imma do what I want, even if it's against my own terms of service or otherwise illegal, and then you can try to sue me over it later".
Re: Cursor launches Origin, GitHub alternative
#378Earlier quoted context omitted.
Or Perforce. Perforce, in my experience, just worked. It also has sane conceptual names for things, a good CLI, SDKs, visual tools, cool features like workspaces that Git completely lacks, etc.
Git also just work. The issue is the host platform, not the CVS
Re: Cursor launches Origin, GitHub alternative
#379Re: Cursor launches Origin, GitHub alternative
#380Earlier quoted context omitted.
Actions should be decoupled from the version control system.
In theory, sure, but the reality is that "development activity" revolves around "codebase". Plenty of projects have separate bug tracker, source code control and CI system. Most people likely prefer GitHub's all-in-one solution, especially for small-medium open source projects.