Live data from Hacker News

Cursor launches Origin, GitHub alternative

cursor.com

231–240 of 519 posts

Re: Cursor launches Origin, GitHub alternative

#231

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.

[deleted]

Re: Cursor launches Origin, GitHub alternative

#233

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.

Yup, same sentiment here. Thank you

Re: Cursor launches Origin, GitHub alternative

#235
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 over Reticulum has been my major focus recently. Check it out! https://reticulum.miraheze.org/wiki/Rngit

Re: Cursor launches Origin, GitHub alternative

#236
post #144

Earlier quoted context omitted.

I feel like this misses the value of something like Github or Origin entirely though. There's nothing terribly difficult about hosting a git server. The UX and pull requests capabilities are a little involved, but there are alternatives today. What makes Github special is the ecosystem and integrations. Sentry, Linear, and so many other tools have special UX around Github. You need centralization (or at the very leas…

> You need centralization (or at the very least, a standard) for that. We have a standard! It’s this great decentralized VCS called git. For most of the stuff integrations do, they’re just showing code or commits — both of which are readily available in a copy of the repo. Probably the one thing that’s missing is a standardized webhook system so that your git repo storage could tell integrations when stuff changes. T…

Git is absolutely miserable without things that GitHub, GitLab, and others provide, and there's still a huge ceiling to grow into in terms of layering on UX on top of Git.

In my opinion, Git is holding software development back. Git only cares about lines of text. This is not enough in today's world.

Re: Cursor launches Origin, GitHub alternative

#237

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.

[Feature Request] Sign-in with your Tesla account ... /s

Re: Cursor launches Origin, GitHub alternative

#238
post #114

GitHub is a mess so lets throw our code into a Musk owned enterprise, famously a different shade of mess? How about neither? Man I wish we stuck with Subversion at this point.

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.

Re: Cursor launches Origin, GitHub alternative

#239

Earlier quoted context omitted.

> We have been under heavy load the past day or so, we're working round the clock to scale! GitHub is saying the same thing re: pushing, when I looked many months ago, it looked very much like the rust/nix/jj club, who are on average very opinionated about "good" tech choices and try to shoehorn others into using them. It's a culture I'm not interested in being around

The difference with GitHub is you can also use it if the main instance is down if you self host. (And again self hosting still gets you the interconnection benefits just like if everyone was on tangled.org)

you can also buy GitHub Enterprise onprem and get a managed, self-hosted experience, thereby avoiding the public GitHub downtime

downtime and self-hosting is not a reason most people are convinced to move forges, it takes a lot to get someone there

Re: Cursor launches Origin, GitHub alternative

#240
post #176

Earlier quoted context omitted.

It sucks to see Github's fall from grace, but I just can't bring myself to use a service like this under the custody of SpaceX. Agreed. It's like going from bad to worse. Not to mention, Origin doesn't even support actions. They are doing the easiest part of git hosting and no mention of anything that actually makes Github what it is. What Origin is offering is literally a weekend project, and anything having to do w…

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.
Post reply on HN