Live data from Hacker News

Cursor launches Origin, GitHub alternative

cursor.com

371–380 of 519 posts

Re: Cursor launches Origin, GitHub alternative

#373
post #109

Instead 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...

Git was already decentralized. That's the whole point of different upstreams.

Re: Cursor launches Origin, GitHub alternative

#374

Cursor, 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.

That sounds like feeding the beast with a spoon versus bare handed. Your still feeding the beast.

Re: Cursor launches Origin, GitHub alternative

#376
post #256

Earlier 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.

There's other stuff out there. You don't have to use it except when you're working with someone who does and there are other systems with some compatibility for that exact scenario.

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

#377

Cursor, 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.

If you actually believe that he didn't, you are, at best, out of touch.

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

#378
post #238

Earlier 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

Git has issues all the time.

Re: Cursor launches Origin, GitHub alternative

#380
post #240

Earlier 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.

They've already separated the wiki's version control, why not CI? And the issues/discussions are just vendor lock-in wrapped in a shiny UI.
Post reply on HN