93 comments

  • xvilka6 hours ago
    Instead of creating one more centralized alternative, it&#x27;s best to invest all effort into a decentralized solution, like Radicle[1][2] or federated Forgejo[3][4].<p>[1] <a href="https:&#x2F;&#x2F;radicle.dev&#x2F;" rel="nofollow">https:&#x2F;&#x2F;radicle.dev&#x2F;</a><p>[2] <a href="https:&#x2F;&#x2F;radicle.network&#x2F;nodes&#x2F;seed.radicle.dev&#x2F;rad%3Az3gqcJUoA1n9HaHKufZs5FCSGazv5" rel="nofollow">https:&#x2F;&#x2F;radicle.network&#x2F;nodes&#x2F;seed.radicle.dev&#x2F;rad%3Az3gqcJU...</a><p>[3] <a href="https:&#x2F;&#x2F;forgejo.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;forgejo.org&#x2F;</a><p>[4] <a href="https:&#x2F;&#x2F;codeberg.org&#x2F;forgejo-contrib&#x2F;federation&#x2F;src&#x2F;branch&#x2F;main&#x2F;FederationRoadmap.md" rel="nofollow">https:&#x2F;&#x2F;codeberg.org&#x2F;forgejo-contrib&#x2F;federation&#x2F;src&#x2F;branch&#x2F;m...</a>
    • bilalq6 hours ago
      I feel like this misses the value of something like Github or Origin entirely though. There&#x27;s nothing terribly difficult about hosting a git server. The UX and pull requests capabilities are a little involved, but there are alternatives today.<p>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 least, a standard) for that.<p>It sucks to see Github&#x27;s fall from grace, but I just can&#x27;t bring myself to use a service like this under the custody of SpaceX. I&#x27;ve been saying this for a while, but I really wish Linear would swoop in and become the unified platform for software development.
      • jm45 hours ago
        <i>It sucks to see Github&#x27;s fall from grace, but I just can&#x27;t bring myself to use a service like this under the custody of SpaceX.</i><p>Agreed. It&#x27;s like going from bad to worse. Not to mention, Origin doesn&#x27;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 with Elon is arguably one of the least trustworthy organizations in whatever industry he chooses to participate in. No, thank you.<p>This is going nowhere. GitLab is the cautionary tale. Massive funding, nine figures of ARR, years of losses, and most of the revenue comes from self-managed enterprise licenses rather than the SaaS. If the best-funded attempt lands there, I don&#x27;t see how this one goes anywhere when they have not even a minimum viable product and reputational issues right out of the gate.
        • spockz5 hours ago
          The thing with Gitlab is probably that it had to deal with the network effect&#x2F;winner takes all conundrum. GitHub was first on the scene, it was the first to make a centralised hub popular and it has had the custom of many notable open source projects.<p>Gitlab as a product is miles ahead of GitHub at this point. (Except at the point of scaling very large repositories I gather.) There is just very little money in saas beside the bespoke enterprise contracts.<p>I’m not sure how revenue between GitHub and Gitlab compared before the Microsoft acquisition and now but GitHub has always leaned on being the popular tool with the network.
        • a34729t5 hours ago
          Actions should be decoupled from the version control system.
          • fg1374 hours ago
            In theory, sure, but the reality is that &quot;development activity&quot; revolves around &quot;codebase&quot;. Plenty of projects have separate bug tracker, source code control and CI system. Most people likely prefer GitHub&#x27;s all-in-one solution, especially for small-medium open source projects.
            • shimman3 hours ago
              And do we not see how terrible this is as a result? Hitching your tent to corporations, especially American corporations, is always an exercise in misery.
              • dalemhurley2 hours ago
                *Atlassian from Australia has joined the chat*
          • maccard5 hours ago
            I disagree. The integrated workflow of actions, issues, code review and source control is a huge productivity win. There’s a reason people chase a “single pane of glass”.
        • benjismith2 hours ago
          What do you mean by &quot;Github&#x27;s fall from grace&quot;? What happened?
          • michaelbuckbee2 hours ago
            <a href="https:&#x2F;&#x2F;www.githubstatus.com&#x2F;history" rel="nofollow">https:&#x2F;&#x2F;www.githubstatus.com&#x2F;history</a>
            • benjismith1 hour ago
              Ahhh okay. They&#x27;ve definitely had some growing pains. By &quot;fall from grace&quot;, I assumed you meant some sort of ethical&#x2F;trust failure.
              • JoshTriplett1 hour ago
                That too, ever since they decided everything on GitHub was fair game for training AI without respecting its license.
                • solid_fuel39 minutes ago
                  Of course, cursor is going to be even worse than github in that realm.
            • joshuahedlund2 hours ago
              Is this a result of <i>too much</i> activity on GitHub (AI-driven jump in repos), though, rather than a fall?
      • seanclayton4 hours ago
        &gt; a standard<p>Like a specification[^0], which is exactly what ActivityPub is and what federation in Forgejo is built around?<p>[0]: <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;ActivityPub" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;ActivityPub</a><p>I&#x27;m sure that sentry and co could spend a few bucks and commit a KPI in one of their upcoming quarters to figure out the activity pub spec and support integrating with it if their hearts desired. It&#x27;s a chicken egg problem and we all know chickens exist. It&#x27;s clear that the centralized model is getting left behind, especially as the EU is moving away from US services and they continue to invest in open source, European-based alternatives like Codeberg and Forgejo.
        • bilalq2 hours ago
          The communication protocol is not what I mean here. The feature-sets and capabilities around &quot;pull requests&quot;, &quot;reviews&quot;, &quot;comments&quot;, &quot;checks&quot;, &quot;issues&quot;, &quot;projects&quot;, &quot;deployments&quot;, &quot;releases&quot;, etc are all different across platforms. You have to integrate bespoke for each platform. There is no universal standard for how CI&#x2F;CD, deployment tracking, project management, etc are done.<p>Yes, Sentry or whoever else could build a Codeberg integration, or a Forgejo one, or a Gitlab one. But these would all be bespoke. There is no standard. So the one with the biggest market share ends up with the most integrations. This is where we are today.<p>I&#x27;m all for open standards. But I don&#x27;t even know of a proposal for such a standard.<p>Sure, with AI tooling, you can vibe code your own browser extensions or other integrations in some cases. But for a lot of platforms, that just won&#x27;t cut it. That&#x27;s before we even get into the maintenance burden of that.
      • nasso_dev9 minutes ago
        i agree, and i strongly believe atproto can be the standard to allow this in a decentralized way! which is why im so excited about tangled<p><a href="https:&#x2F;&#x2F;tangled.org" rel="nofollow">https:&#x2F;&#x2F;tangled.org</a>
      • throwaway133376 hours ago
        That used to be a big deal. I don&#x27;t think it is anymore.<p>One great thing about the rise of AI is that now it&#x27;s super easy to make and maintain integrations. This is a place where AI coding uniquely shines due to the points being well defined and mostly quite standard.<p>This is going to hurt the monopoly power of software companies. But it&#x27;ll be great for allowing the proliferation of smaller companies, open source, and home grown solutions.<p>I&#x27;m already seeing the pendulum swinging back to local first instead of cloud services.
        • mgfist5 hours ago
          Creating? Sure. Maintaining? absolutely not.
          • throwaway133374 hours ago
            As someone who has some SaaS products that must connect to other SaaS products, I can tell you that this is somewhere that AI saved me a truck load of time.<p>A lot of SaaS companies change their API in subtle ways throughout the months probably too rapidly. GraphQL schema changes, splitting apart one api endpoint into 2, changes to authentication method required. A thousand little cuts.<p>This used to be my biggest time waster. Now it&#x27;s barely on my radar. Life changing for me. I guess your mileage may vary.<p>Concurrently, the writing is on the wall for us SaaS product providers - lower margins, and more competition for the same reasons. I welcome it. More quality and choice at a better price for everyone.
      • hnlmorg1 hour ago
        Agreed on all points.<p>I think people often forget that GitHub is really more akin to a social network than it is a software development tool.<p>By that I mean the stuff that makes GitHub great is all the same stuff that originally made social networks exciting (back before the algorithm was tuned into a horrifying cycle of negativity).
      • gritzko6 hours ago
        You can get surprisingly far just by using git as a protocol. Such mundane things as tickets and chat logs do not really need any proprietary tech. Think Google OKF. <a href="https:&#x2F;&#x2F;cloud.google.com&#x2F;blog&#x2F;products&#x2F;data-analytics&#x2F;how-the-open-knowledge-format-can-improve-data-sharing" rel="nofollow">https:&#x2F;&#x2F;cloud.google.com&#x2F;blog&#x2F;products&#x2F;data-analytics&#x2F;how-th...</a>
      • mikeocool4 hours ago
        &gt; You need centralization (or at the very least, a standard) for that.<p>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.<p>Probably the one thing that’s missing is a standardized webhook system so that your git repo storage could tell integrations when stuff changes. Though even that isn’t strictly necessary if the integrations keep a copy of the repo up to date.
        • bmitc4 hours ago
          Git is absolutely miserable without things that GitHub, GitLab, and others provide, and there&#x27;s still a <i>huge</i> ceiling to grow into in terms of layering on UX on top of Git.<p>In my opinion, Git is holding software development back. Git only cares about lines of text. This is not enough in today&#x27;s world.
          • mikeocool28 minutes ago
            Lots of standards are terrible without the actual tools on top of them (try making an HTTP request with just a network socket).<p>But that doesn’t mean we should have single centralized tool that does everything.<p>I’d posit there’s no big loss if you broke these things up and each had their own copy the repo (if needed):<p>- CI&#x2F;CD<p>- issues<p>- code review&#x2F;pull requests<p>- release artifact distribution<p>- discovery+social credit for open source<p>You could host your repo on any dumb storage somewhere that speaks git+ssh or git+https and each tool could pull from there.
          • a2ff6eeb03 hours ago
            Why not? LLMs also only care about lines of text.
          • conartist63 hours ago
            &gt; Git only cares about lines of text. This is not enough in today&#x27;s world.<p>I&#x27;m working on git-inspired VCS based on syntax tree nodes stored in prolly trees. Might that be enough? I&#x27;ve not 100% locked down the format yet, but tentatively it looks like this: <a href="https:&#x2F;&#x2F;gist.github.com&#x2F;conartist6&#x2F;7dd40697140965ee343de93b9a47eabc" rel="nofollow">https:&#x2F;&#x2F;gist.github.com&#x2F;conartist6&#x2F;7dd40697140965ee343de93b9...</a>
      • shafyy2 hours ago
        &gt; <i>I&#x27;ve been saying this for a while, but I really wish Linear would swoop in and become the unified platform for software development.</i><p>And then, 5 years later, we are back at square one when everybody uses Linear and they start going the fate of GitHub. Self-hostable, standardized alternatives are the only real sustainable solution.
      • stared6 hours ago
        Centralizations were prerequisites to have nice integrations. Yet, what used to be a precious plugin now (more than often) is a 15 min vibe coding warmup.
    • quaintdev6 hours ago
      <a href="https:&#x2F;&#x2F;tangled.sh" rel="nofollow">https:&#x2F;&#x2F;tangled.sh</a>
    • gritzko6 hours ago
      git is such a good platform for decentralized tech. Forfeiting that advantage is just criminal. What I really want (and almost have) is a local GitHub for me and agents. With 4+ orchestrators working with a ton of subagents, things get difficult to coordinate. Several days ago, I went back to plain git and it was real slow and abrasive to work with.<p>With some wizardry applied, I effectively have an &quot;Excel for worktrees&quot;, a very productive and low-friction environment. <a href="https:&#x2F;&#x2F;replicated.live&#x2F;blog&#x2F;crdt" rel="nofollow">https:&#x2F;&#x2F;replicated.live&#x2F;blog&#x2F;crdt</a>
      • cortesoft2 hours ago
        You don&#x27;t sacrifice decentralization when you use Github. You can still do all the same decentralized stuff, have other copies of the repo, do everything offline, directly pull from other checkouts, etc. Github can just be ONE of the places you push your code to, it doesn&#x27;t have to be the only place.
        • wrong_answers1 hour ago
          Yeah, it seems disingenuous to pretend to care so deeply about decentralization while misunderstanding git to the point they don’t even realise none of that goes away because you also push to GitHub
      • arjie5 hours ago
        I just use git with a remote and a custom CI system. The whole thing is trivial to build. All these forgejo etc are kind of over complicated software. Open Office of the modern world.
        • gritzko53 minutes ago
          In a project with two levels of submodules and tens of worktrees, you cannot &quot;just use git&quot; :&#x2F; GitHub does not help much either.
    • Teknomadix4 hours ago
      GIT over Reticulum has been my major focus recently. Check it out! <a href="https:&#x2F;&#x2F;reticulum.miraheze.org&#x2F;wiki&#x2F;Rngit" rel="nofollow">https:&#x2F;&#x2F;reticulum.miraheze.org&#x2F;wiki&#x2F;Rngit</a>
    • delf2 hours ago
      Or just store it in an S3 bucket with GitSocial: <a href="https:&#x2F;&#x2F;gitsocial.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;gitsocial.org&#x2F;</a>
    • K0IN54 minutes ago
      you mean you dont want a singe company to have all your code?
    • corky_buchek2 hours ago
      Decentralized solutions invariably appeal to a narrow sliver of nerds but never gain popular acceptance.
    • LYFMail6 hours ago
      Exactly, decentralized solution is perfect!
    • anthropic-dario2 hours ago
      [dead]
    • icy6 hours ago
      Forgejo federation being mentioned each time never stops being silly. It hasn&#x27;t been a thing for years, and they don&#x27;t appear to have made any meaningful progress to show for.
  • cryo326 hours ago
    GitHub is a mess so lets throw our code into a Musk owned enterprise, famously a different shade of mess?<p>How about neither?<p>Man I wish we stuck with Subversion at this point.
    • joshuat6 hours ago
      I feel like the &quot;GitHub is a mess&quot; conversation is a little forced at times - I spend a significant portion of my work day in GitHub and while there have been an uptick in outages lately, it still feels like a very solid platform.<p>I guess I personally wouldn&#x27;t categorize it as a &quot;mess&quot; and the conversations I read about it here make me think I&#x27;m using an entirely different product than everyone else.
      • camdenreslink6 hours ago
        When you work at an enterprise that depends on Github, frequent outages are actually a pretty big deal and begin to impact productivity in a real way.
        • jjfoooo427 minutes ago
          It feels to me like this is a case of very rapid increase in load from AI pr&#x27;s more than product quality degrading because of cruft or poor maintenance. It&#x27;s annoying but I&#x27;m not confident that alternatives will do better in the long run vs GitHub (which I&#x27;m guessing will improve with time)
        • IshKebab58 minutes ago
          Yeah and if I was an enterprise I would definitely be self hosting with Forgejo or Gerrit or whatever. But I think for most hobbyists GitHub is still totally fine.<p>I use it quite a lot and the first time I actually witnessed downtime myself was yesterday.
      • allthetime3 hours ago
        github for hobbyists and small orgs and simple open source projects is wonderful.<p>github for large project that rely on CI tool is a nightmare (cost, downtime, etc.)<p>I&#x27;m guessing you dont know about the github actions bug that was running and endless loop consuming 100% cpu costing orgs insane amounts of money that they didn&#x27;t fix for 3 years.
      • whstl6 hours ago
        I love to hate on Github&#x2F;Microsoft as much as the next person, but considering the insane amount of code being pushed to it every day, I&#x27;d say they&#x27;re doing quite well.
        • viccis7 minutes ago
          It&#x27;s falling apart at the seams for me. Half the time I click somewhere on a page, the whole thing freezes and I have to reload the page. Took forever to install neovim on a new machine today because all the plugins installed via Github and I had to wait like 10 minutes for it to come back up.
        • maccard5 hours ago
          I disagree. They’ve been struggling with up time for a long time, this seems more related to their move to azure than anything else.<p>It also shows there’s a fundamental problem with their architecture or their development pattern to have these sorts of issues so frequently.
          • infamouscow4 hours ago
            I&#x27;d emphasize their practices as being the culprit.<p>Migrating to different cloud vendors, while difficult, is something that people have done many times before. There&#x27;s only finite number of incongruences that appear when moving cloud vendors. It&#x27;s rather difficult to explain the ongoing problems <i>several years</i> after the fact.<p>Anyone that&#x27;s worked at a startup knows that one of the best things about it is reflecting on all of the asinine, if not genuinely stupid policies of your previous employer so as not to repeat them. Without any insider knowledge, the practices and procedures GitHub had prior to acquisition probably look nothing like those post-acquisition.
      • MengerSponge2 hours ago
        Very solid? Bro. GitHub is at what, one 9 of reliability? That&#x27;s a disaster. That&#x27;s a mess and an embarrassment in any professional sense.<p>I use GitHub a lot and it does what I need well enough, but I wouldn&#x27;t spend money on the level of service or performance it generally delivers.
    • jm45 hours ago
      Git is objectively better than Subversion. The problem is we are conflating a widely used <i>hosting service</i> with the underlying SCM. We don&#x27;t need github to use git successfully. Sure, it&#x27;s nice, but you can install Forgejo or something, which is the exact same boat we were in with Subversion + Trac. You can have that experience right now if you want to.<p>What github is good for is discovery, getting contributions on open source projects (because it&#x27;s so popular), and integrations. If you wanted to, you could host your open source project on Forgejo and use github as a mirror just to benefit from the visibility and get contributions.
    • slantview3 hours ago
      100% not a chance for me. I&#x27;d rather host it myself on a Pi on a 56k dialup connection with 12% uptime then ever let an Elon related company touch my code.
    • xlayn3 hours ago
      This is the correct answer, but let me add a corolarium, both github, whatever cursor launches and any other bigco does obeys to the same friking iron law: *MAKE MONEY&#x2F;POWER AT ANY COST, MONEY&#x2F;POWER IS THE OBJECTIVE*, so you will get EXACTLY the same result from each one of them given enough time has passed.
    • trollbridge4 hours ago
      You do know you can run git on your own machine, on pretty much any Linux&#x2F;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?
      • dgellow1 hour ago
        You don’t even need a “gut based” server. Git doesn’t care about the transport
      • cryo324 hours ago
        Yeah. I just don&#x27;t really like git. The user interface is dog shit, merging is nasty, it&#x27;s really easy to blow your own toes off and it&#x27;s generally horrible. The only reason it got anywhere was github.
        • trollbridge2 hours ago
          Okay, well, nothing’s stopping folks from using hg, P4, svn, CVS, RCCS, MS Visual Source Safe, ClearCase, or who knows what else.
          • cryo321 hour ago
            Sometimes you get told what to use. And I am free to dislike it :)
        • mejutoco3 hours ago
          That must have been why the used it to manage the linux kernel, because of github<p>&#x2F;s
          • cryo322 hours ago
            It&#x27;s painful if you have to work with it and mortals, not kernel devs.
    • bmitc4 hours ago
      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.
      • dgellow1 hour ago
        Git also just work. The issue is the host platform, not the CVS
    • spiderfarmer6 hours ago
      Just the association with Musk will mean no EU company should use Cursor or its products.
      • jpadkins2 hours ago
        why?
        • spiderfarmer2 hours ago
          Do you not follow the news?<p>Among many other things he has openly suggested that the EU should be abolished and national sovereignties restored and donated to parties that tow that line.
      • Rover2221 hour ago
        ah yes, the EU shall continue to fade into irrelevance (except for as a dope vacation spot and some fine cheese)
    • janfoeh6 hours ago
      That makes very little sense to me. When your Subversion server is gone, you&#x27;re hosed. When your Git forge is down, you take any old SSH shell account anywhere, push and keep working.
      • cryo326 hours ago
        The last subversion server I had was on prem on VMware. There wasn’t any unscheduled downtime in a decade.
        • drowntoge3 hours ago
          There’s no architectural limitation in Git preventing you from replicating that exact setup for another decade, though.
      • jaccola6 hours ago
        I like Musk companies more than most here it seems, I think he’s a net positive to the world. But (admittedly sans hard evidence) he absolutely gives me the vibe he’d train on my source code without my permission. I simply don’t trust him in this arena.<p>So there is more to lose than just the service being unreliable.
        • twalla6 hours ago
          whatever you say bro - <a href="https:&#x2F;&#x2F;www.thelancet.com&#x2F;article&#x2F;S0140-6736(25)01186-9&#x2F;fulltext" rel="nofollow">https:&#x2F;&#x2F;www.thelancet.com&#x2F;article&#x2F;S0140-6736(25)01186-9&#x2F;full...</a>
    • whattheheckheck2 hours ago
      Musk is toxic waste
    • seany6 hours ago
      if we&#x27;re totally switching tooling, lets at least go to mercurial instead
      • gaigalas6 hours ago
        If we&#x27;re switching, we should probably go to fossil instead.
        • yjftsjthsd-h6 hours ago
          That actually does make sense seeing as fossil bakes in issues and wikis and all that other stuff that makes it hard to use plain git.
          • WorldMaker5 hours ago
            GitHub&#x27;s wikis are just git repositories with folders full of Markdown files. That&#x27;s the easiest thing to pull out of GitHub. Just git clone the wiki repo. At that point I often just use a git headless merge to merge the second repo into the main repo under a docs&#x2F;wiki&#x2F; folder or similar.<p>As I recall, in GHE I remember finding that you could even turn off the repo&#x27;s wiki at that point and then reset it to point to your docs&#x2F;wiki&#x2F; folder and still have the Wiki interface but pointing it to a branch in the same repository. That was a while ago and I don&#x27;t know if it is still supported in GHE. I also remember it was work managing that wiki branch because Wikis didn&#x27;t directly support PR workflows if you have branch protection policies. Also from the documentation it doesn&#x27;t look like it is supported in Public GitHub right now, which seems a shame to me, as someone who likes all documentation in the same repo as the source. I haven&#x27;t needed Wikis in public GitHub much, so I haven&#x27;t tried to do anything like point them to a main repo branch.
            • yjftsjthsd-h5 hours ago
              That&#x27;s fair. You could also just put the wiki in a different branch if that&#x27;s your style.
    • z_rho_one5 hours ago
      This feels like an attempt to get more of Musk&#x27;s non-coder fans to start vibe coding slop-products. &quot;You can now code with Grok via Cursor and host your code on Origin, all without leaving Daddy Elon&#x27;s ecosystem.&quot;
  • nikole96967 hours ago
    Cursor, which is now owned by Elon, who tried very hard to get all manner of data about citizens with his intrusions? I&#x27;m sure I&#x27;m not the only one who thinks this isn&#x27;t a great idea. He&#x27;ll use it to feed Grok.<p>I&#x27;m not a big fan of Github right now either but I wouldn&#x27;t consider this alternative due to its ownership chain.
    • gruntled-worker54 minutes ago
      I wouldn&#x27;t even feel comfortable <i>cloning</i> from it, let alone contributing. If you decide to host your project there, please mirror it somewhere sane as well.
    • dogscatstrees4 hours ago
      Yup, same sentiment here. Thank you
    • stefan_2 hours ago
      They were also caught having their Grok code agent upload entire source code repositories in the background.<p>I guess the joke is &quot;come to Origin, your code is already there&quot;.
    • Oras4 hours ago
      [Feature Request] Sign-in with your Tesla account ... &#x2F;s
    • inquirerGeneral6 hours ago
      I love how people like you actually think Elon actually wanted your data.
  • tomasreimers1 day ago
    Hi all, my name is Tomas. I am one of the developers on Origin, and I was one of the founders of Graphite (<a href="https:&#x2F;&#x2F;graphite.com" rel="nofollow">https:&#x2F;&#x2F;graphite.com</a>).<p>Happy to answer any questions about Origin or source control in general!
    • dbbk6 hours ago
      Given Grok was just caught uploading whole codebases and sensitive .envs without permission, how can anyone possibly trust this?
      • gjsman-10006 hours ago
        Given Claude was just caught hacking companies as it pleased, how can anyone possibly trust this?
        • wraptile21 minutes ago
          You could argue that you don&#x27;t care what Claude does after work hours as long as it works your hours as you expect it to. Grok clearly failed the latter.
        • dkdbejwi3832 hours ago
          Just because Billy misbehaved doesn’t make it ok for Jenny to do the same.
        • verandaguy5 hours ago
          Not GP, but personally I don’t trust claude. Work does for some reason, and work strongly encourages using it, but i stay far away outside of that.<p>I think every product in this space should have to clear a very high bar for trust rather than making it a race to the bottom with whataboutisms.
    • guhcampos4 hours ago
      It&#x27;s been 5 hours and instead of &quot;any&quot; questions, you have only been happy to answer the 1 question that hasn&#x27;t put you in a tight spot.<p>Honestly, that does not look too good for you or the offering - and this is coming from someone that just chose Cursor over Claude Code a week ago.
      • qwerpy3 hours ago
        He’s trying to do his job and the angry mob predictably came in to bully an easy target about unrelated things. Just take a look at some of the (thankfully flagged, mostly) responses.
        • throw109203 hours ago
          I&#x27;m going through and flagging the guideline-breaking comments (e.g. <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=49348639">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=49348639</a>) - I&#x27;d encourage you to do that, too, to help preserve the quality of HN.
          • sunaookami1 hour ago
            Thanks, every Musk-related thread on HN is like this, it&#x27;s very tiresome. We get it, the man is controversial but I&#x27;m not on HN to read reddit-like kneejerk comments, I want to read insightful and technical ones.
      • make_it_sure4 hours ago
        you cannot count isn&#x27;t it?
    • victorbjorklund6 hours ago
      Do you have full trust in that Elon would never abuse the access to sensitive data? What protections are in place to prevent Elon from stealing data?
    • jjcm1 day ago
      What I don&#x27;t understand from the blog post is what&#x27;s different in this offering than github - is it just the agentic tie ins where I can ask my agent to make changes while browsing the PR?<p>Are there any fundamental differences, ie ways of working that solve the worktrees problem?
      • tomasreimers1 day ago
        Expect a lot more from us.<p>We wanted to release a beta so people could start experimenting with our scalability and extensibility themselves. Over the next few weeks, you can expect a handful of features starting to change source control to better understand and work with agents.
        • skissane22 hours ago
          Are there any plans for compatibility with GitHub&#x27;s APIs?<p>I have a lot of dev tooling which assumes code is stored on public GitHub and&#x2F;or GitHubEnterprise. This produces some degree of lock-in, in that all that code would have to be rewritten to migrate to something else. (Yes, AIs can help, but they still don&#x27;t make migration effortless.)<p>The major Git hosters tend to implement roughly the same concepts, albeit with lots of little variations. It would be great if there were some sort of standardised API everyone implemented. In the absence of that, it makes sense for people to emulate the incumbent&#x27;s APIs as a de facto standard, just like how other vendors copy OpenAI&#x27;s APIs for talking to LLMs.
          • justincormack6 hours ago
            It seems to have 2 way sync of PRs, issues, issue comments etc, so it must be pretty much the same data model, so they could probably have a compatible API.
        • zerotolerance28 minutes ago
          Experimenting with your &quot;scalability?&quot; mean?
        • huflungdung6 hours ago
          [dead]
      • dbbk1 day ago
        There seems to be basically nothing new here
        • hungryhobbit6 hours ago
          Except it promises not to crash regularly.
          • dbbk3 hours ago
            I don&#x27;t really see that as a USP considering;<p>1. SpaceXAI has shown no track record of being able to maintain uptime<p>2. By nature, any GitHub alternative is going to be a tiny fraction of the scale, so keeping it up should be expected
          • chris_money2026 hours ago
            GitHub is crashing due to scaling pressure. Something GH is much more equipped to solve long term.
            • theplatman6 hours ago
              are they? given this has been happening frequently over past year and there&#x27;s been minimal clear communication on their end on how they plan to address this
              • chris_money2024 hours ago
                Azure is at capacity; GH offers a lot of services for free or heavily discounted. Especially when its public repo. These aren&#x27;t profit generating for Microsoft, so they are not the priority with the capacity Azure has available. GH is probably struggling with these capacity and budget constraints. They also still have some AWS and non-azure DCs in use.<p>Once Azure&#x27;s massive spend is online things will slowly get better.
            • esafak5 hours ago
              How long term are we talking here? Github was acquired in 2018...
              • chris_money2024 hours ago
                I think GH&#x2F;Microsoft got caught by surprise to the huge usage number increase as a result of LLMs. Microsoft started rolling all of its DCs to OpenAI around 2019-2020 to begin LLM training, then we saw a huge GH increase in late 2024 and Azure was just out of capacity for infinite GH scale.
                • esafak4 hours ago
                  I guess we should all do our part to alleviate poor Microsoft&#x27;s burden by migrating to better services.
            • logicchains6 hours ago
              They&#x27;re really not, given they&#x27;re running on Azure.
              • 0xy1 hour ago
                They&#x27;re actually ramping back up on AWS after Azure failed to scale to their needs.<p>They planned to be fully off AWS in 2027 but they&#x27;re continuing to ramp usage.<p>Azure doesn&#x27;t scale.
              • mlnj4 hours ago
                Is there any data on Azure being terrible with stability? Would love to see data than anecdotal stories.
                • gtirloni4 hours ago
                  There isn&#x27;t and if there is it probably doesn&#x27;t matter in GH&#x27;s case. People are just speculating with zero knowledge.<p>I&#x27;d never put my data on anything owned by Musk. Period. I&#x27;d take lower availability from GitHub or a worse alternative (feature-wise) than move Origin.
      • peterldowns1 day ago
        The idea is that it&#x27;s like Github but it stays up even as your commit&#x2F;CI frequency increases. As a customer I&#x27;m stoked and looking forward to fully switching over as that&#x27;s exactly what I want.
        • owebmaster21 hours ago
          Calling it a GitHub that works is just preposterous. Cursor&#x2F;spacetwitterai have no experience keeping a system like that up.
          • chris_money2026 hours ago
            It was probably written 95% by an LLM and has only a few people (if any at all) that understand major parts of the system end to end.<p>It will eventually have the same uptime issues as GH (or worse) with less ability to provide stable fixes.
    • ilc1 hour ago
      A quick question: Where can I read your TOS, and other legal documents?<p>Knowing things like: Will my code end up in Grok? What ownership do I have of my content, etc... matter.
    • arjie4 hours ago
      Would love if you focus on performance. A big reason I have to have custom software is that agents can act much faster than humans but SaaS software is usually not well-designed enough to handle high RPS so rate-limits are low. I can easily outperform commercial hosts myself. At the least, it would be sick to have separate tenancy so that I could absolutely slam my own instance without having to deal with some other chump complaining.
    • What&#x27;s the biggest differentiator to GitHub (other than uptime). I keep hearing something along the lines of &quot;GitHub for Agents&quot; but would be great to hear from the devs of Origin what they actually think it means in tangible features&#x2F;functionality?
      • tomasreimers1 day ago
        Today, very little. We&#x27;re intentionally releasing this as a Github alternative where we meet them toe-to-toe on functionality.<p>Over the next few weeks you can expect a lot more from us on integrations with agents, understanding agent-written code (without having to read through all of the code), and automatically getting your PRs to a mergable state. Stay tuned :)
        • ad_fontes6 hours ago
          So, a complex, vibe-coded platform that was prematurely pushed out to opportunistically take advantage of GitHub&#x27;s egg-on-face moment? But it doesn&#x27;t do anything better? And it&#x27;s owned by the same guy who routinely takes shortcuts that causes both EVs and rockets to crash? Sign me up!
        • fwip6 hours ago
          How reassuring to hear that it&#x27;s an intentional release, rather than totally accidental.
          • Petersipoi6 hours ago
            Good god. There is that hacker spirit. Who hurt you?
            • brazukadev31 minutes ago
              The coopting of the word &quot;hacker&quot; continues.
            • throw109201 hour ago
              Just downvote and flag and move on. &quot;Who hurt you&quot; just encourages bad actors to behave worse (and isn&#x27;t particularly good for itself). Repeatedly flag-killing their comments tends to teach a better lesson about what conduct is acceptable.
            • fwip4 hours ago
              Probably the ever-increasing corporate homogenization, sanitization, and empty words that are flooding the internet (only accelerated by LLMs, of course). Which, for readers playing along at home, is kind of antithetical to the &quot;hacker spirit.&quot;
              • lopatin3 hours ago
                lol I wanted the joke to work, but unlike the fairphone thing, the use of intentional makes sense here.
    • gtirloni4 hours ago
      You haven&#x27;t answered much but I must recognize posting this was brave.
    • mtaufen5 hours ago
      There were some cool ideas in <a href="https:&#x2F;&#x2F;cursor.com&#x2F;blog&#x2F;agent-swarm-model-economics" rel="nofollow">https:&#x2F;&#x2F;cursor.com&#x2F;blog&#x2F;agent-swarm-model-economics</a>. Should we expect Origin to be a foundation for working with agent swarms?
    • sajithdilshan2 hours ago
      Please make it a worthy competitor for Github in terms of features, stability, scalability and availability and wishing your team all the best.
    • hnbad58 minutes ago
      Cool but irrelevant. I was a paying user of Cursor until it got acquired by Musk. Ethical concerns about Grok aside, that&#x27;s probably the least trustworthy person to be affiliated with when it comes to anything with any level of confidentiality.<p>So, I guess, do you have any illusions of attracting international customers who aren&#x27;t online edgelords?
    • jmknoll1 day ago
      Completely unrelated to Origin, but are there plans for closer integration of Graphite with Cursor? A combined product would be a very compelling product, but not much seems to have changed since the acquisition.
      • tomasreimers1 day ago
        Absolutely - we actually built this all on Graphite tech. Have you already linked your Graphite account with Cursor? If so, there might be a surprise!
    • shykes1 day ago
      Are you interested in integrating with more CI platforms, including less &quot;traditional&quot; ones, like dagger.io? If so I would love to talk :)
      • tomasreimers1 day ago
        Absolutely! Feel free to shoot me an email at tomas at anysphere dot co.
        • shykes23 hours ago
          Great! I just sent you an email :)
      • verdverm1 day ago
        Solomon, please don&#x27;t make bed with Elon
    • ronandi5 hours ago
      Why are you doing this?
    • jjmarr5 hours ago
      Are you hiring?
    • christophbusse9 hours ago
      are you maybe also planning to do cross device&#x2F;cloud realtime sync like a mutagen feature set kind of? so cloud and local agents can work faster together?<p>this could be helpful on larger cross platform products&#x2F;repos (maybe too overfitted on my use case, since i am working across multiple devices (ssh works but the repo code sync is a bit of an overhead with multiple agents and devices that could be better))
    • throwawaydfasjf22 hours ago
      Why do I need to link github for this?
      • treexs1 hour ago
        it&#x27;s only if you want to sync your repos from github
    • icrbow6 hours ago
      Please make it Fediverse&#x2F;Forgejo&#x2F;etc compatible. It is 2026 and I&#x27;m so tired of silos.
      • itomato6 hours ago
        Let them cook.
        • generalpf6 hours ago
          They&#x27;re the ones out here asking for us to try it.
    • wahnfrieden1 day ago
      Thoughts on Musk ownership of the &quot;next GitHub&quot;?
      • BryantD1 day ago
        I think there are a large number of people I’d trust with my code before Musk, and some of them are already running public Git repo hosting.<p>xAI was caught uploading any repo their coding agent touched to their storage only last month. This isn’t about Musk’s ideology: it’s about his trustworthiness. He sincerely believes he’s the only person who can save the world and that allows him to justify an awful lot of moral lapses.
        • olejorgenb1 day ago
          <a href="https:&#x2F;&#x2F;thehackernews.com&#x2F;2026&#x2F;07&#x2F;grok-build-uploads-entire-git.html?m=1" rel="nofollow">https:&#x2F;&#x2F;thehackernews.com&#x2F;2026&#x2F;07&#x2F;grok-build-uploads-entire-...</a>
          • vorticalbox6 hours ago
            it seems like they took reasonable steps after.<p>They acknowledged that it happened, fixed the bug that caused it, deleted all data that was uploaded.
            • BryantD1 hour ago
              I agree: the stated steps are what I’d expect.<p>I still don’t trust the company that made the decisions that led to that code being shipped in the first place.
            • radley5 hours ago
              Trustworthy companies take reasonable steps before.
            • callmeal6 hours ago
              [flagged]
      • pseudosavant1 day ago
        What kind of enforceable guarantees could we actually get that xAI won&#x27;t use our private code for training? Not empty promises, guarantees that have legal teeth. This applies to anything with xAI or Cursor though, especially after last months&#x27; revelation that Cursor was uploading every repo it touched.
        • vorticalbox6 hours ago
          This question also applies to OpenAI, anthopic, GitHub (Microsoft) and any server you send your data too.
          • pseudosavant6 hours ago
            Not in the same way really. There aren&#x27;t examples of OpenAI, Anthropic, or GitHub&#x2F;Microsoft doing the sketchy things that xAI has been involved with. Those companies care a lot about the reputational damage that would come from flouting their customer&#x27;s data privacy obligations.<p>Cursor&#x2F;xAI was making a full copy of every repo it ever touched within the last month, and when caught, just acted like that was an accident. A system to download every repo you touch, and then upload it to persistent cloud storage, doesn&#x27;t just happen by accident.
        • sandeepkd6 hours ago
          Unless you are an enterprise no one will be offering you such a guarantee. Even with the enterprise the bar has gone down a lot on expectations and compliance, every one is carrying&#x2F;buying the SOC2 compliance certification these days.
        • dbbk16 hours ago
          I mean I think the auto uploading of repos already gives you the answer. This is untrustworthy.
    • its_still_me0x019 minutes ago
      [flagged]
    • sjsdaiuasgdia4 hours ago
      [dead]
    • catlover761 hour ago
      [dead]
    • DonHopkins5 hours ago
      [dead]
    • AmericanOP6 hours ago
      [flagged]
    • ryanwatkins5 hours ago
      [flagged]
    • jLaForest5 hours ago
      [flagged]
    • pavlov6 hours ago
      [flagged]
      • misiti37805 hours ago
        as a very happy tesla customer, i dont know what this guy&#x2F;girl is talking about!
        • exe342 hours ago
          [flagged]
          • misiti37802 hours ago
            spend less time online and maybe read some history
  • jjcm1 day ago
    I do wonder if calling this &quot;Origin&quot; is going to result in semantic misinterpretations by LLMs. Ie saying,<p>&gt; &quot;hey can you push to origin main?&quot;<p>now has two separate meanings.<p>A LLM may inadvertently push your code to a new provider without you knowing. It&#x27;s walking a thin line between genius-growth-move and domain typosquatting.
    • bicepjai9 hours ago
      Hahaha, so true. this is going to be such a pain. Allocate time and context for fight with git :)
    • rzzzt1 day ago
      EA has also called its games platform Origin until last year when it was shuttered.
    • melezhik18 hours ago
      Yep. The same feeling )
    • DonHopkins5 hours ago
      [dead]
    • halJordan1 day ago
      Well you see, there&#x27;s this thing called an embedding and it sits inside a vector space and when attention is applied it disambiguates
  • LelouBil23 hours ago
    I really hope more people would use Tangled (<a href="https:&#x2F;&#x2F;tangled.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;tangled.org&#x2F;</a>)<p>You get:<p><pre><code> - Self hosting your git hosting (if you want) - Self hosting your issues&#x2F;PRs (if you want) - Self hosting your CI (if you want) - Github-like social features (I have one account, I can follow, star, add issues and PRs to any repo on tangled) </code></pre> It&#x27;s built on ATProto, so even if the company disappears, all of the integration and features will still work for anyone that wants to run their own AppView (that is open-source), an AppView is basically the UI&#x2F;Network-wide Data Aggregator for ATProto apps
    • AgentME2 hours ago
      Is non-self-hosting available for all of those things on Tangled? I don&#x27;t want to run my own CI but I do want CI. I couldn&#x27;t figure out if it was available last time I looked at Tangled.
    • darccio2 hours ago
      Just to clarify, when you say &quot;self host issues&#x2F;PRs&quot; is it mostly &quot;self host a knot&quot;? I kind of expected something similar to what you can do for CI but I&#x27;m not able to find any docs regarding self hosting issues and PRs outside of Tangled itself.
      • LelouBil2 hours ago
        Oh I meant that as part of tangled, you can &quot;control&quot; your issues and PRs because they are on ATProto and just like any ATProto record can be hosted on any PDS you like and still be interoperable.<p>But after looking a bit more into it, they are still following the same model as Bluesky in that the author of an issue or comment or PR is the owner of the resource, and it lives on their PDS, but they are considering changing that (and I hope they do it soon) by having the record be created on the repo PDS (so the knot basically) and a pointer record on the user&#x27;s PDS proving they are the author.<p>ATProto has all that&#x27;s required to do so, so I hope they do it soon, they are still in alpha after all but I find the interoperability very promising because you can have independent code hosting regardless of the opinions of forge X (which I think is the main reason why people move away from GitHub), but still be a part of an interoperable ecosystem that acts just like it is a single platform.
    • verdverm6 hours ago
      Tangled is forcing some of their particular technologies (nix&#x2F;rust) on users for those pieces and that is a hard sell. I don&#x27;t use those techs, so I&#x27;m not interested to use a platform that I need to learn them to use.<p>fwiw, the main site also seems to be down right now, infinite spinner. Docs and blog are loading though
      • icy6 hours ago
        &gt; Tangled is forcing some of their particular technologies (nix&#x2F;rust) on users for those pieces and that is a hard sell. I don&#x27;t use those techs, so I&#x27;m not interested to use a platform that I need to learn them to use.<p>Tangled CEO here. How are we pushing Rust exactly? :D Nix, yes but you don&#x27;t really need to touch it at all with our Alpine-based CI images.<p>We have been under heavy load the past day or so, we&#x27;re working round the clock to scale!
        • LelouBil2 hours ago
          Hi since you are here, I find tangled amazing and I really hope it succeeds.<p>Since you are here, do you have any updates about the issue of issues and PRs living in the author&#x27;s PDSs and not on the knot ? (Which also acts as the repository&#x27;s PDS if I am not mistaken)<p><pre><code> &gt; As time goes on we are re-assessing the idea of users owning what is &quot;collaborative data&quot; (issues, PRs, etc.) on their PDSes - soon may come the day that an issue also lives on the knot as a source of truth, with an accompanying pointer record on user PDS to attest that it&#x27;s theirs.</code></pre>
        • verdverm5 hours ago
          &gt; We have been under heavy load the past day or so, we&#x27;re working round the clock to scale!<p>GitHub is saying the same thing<p>re: pushing, when I looked many months ago, it looked very much like the rust&#x2F;nix&#x2F;jj club, who are on average very opinionated about &quot;good&quot; tech choices and try to shoehorn others into using them. It&#x27;s a culture I&#x27;m not interested in being around
          • LelouBil4 hours ago
            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)
            • verdverm4 hours ago
              you can also buy GitHub Enterprise onprem and get a managed, self-hosted experience, thereby avoiding the public GitHub downtime<p>downtime and self-hosting is not a reason most people are convinced to move forges, it takes a lot to get someone there
              • LelouBil3 hours ago
                I don&#x27;t think you understood. You can still get a feature complete social experience that is NOT ISOLATED from anyone.<p>Your GitHub Enterprise comparison is wrong, because with an onprem github entreprise you don&#x27;t have the social github features (and that&#x27;s the whole point of tangled, use something else if you want a private forge for your company, it&#x27;s not for this purpose)<p>My point is, Tangled being on ATProto, you can still access all of the repos, PRs and issues of other people by looking through your self-hosted appview even if the official appview is down, because an appview, is just that, an &quot;app *view*&quot; It&#x27;s the view layer in your traditional app, and ATProto is the database.<p>It&#x27;s a view of the data on the ATProto network, it is not the data holder, everyone can be their own data holder that is visible through any appview.<p>&gt; downtime and self-hosting is not a reason most people are convinced to move forges, it takes a lot to get someone there<p>Yes, I agree, but I personally think tangled is great because of the <i>interoperability</i><p>People on codeberg, on gitlab, on github, on self-hosted gitea instances, on self hosted gitlab instances, and so on, all control their issues, PRs, and git repos (they run on their own infra) but they are also more independent, are not subject to a central platform&#x27;s policies (or are subject to the one they prefer) and so on, and they also introduce contributor friction, you need separate accounts, it can be difficult to cross reference issues and PRs accross projects on different forges, users can&#x27;t easily have a central feed of project they starred.<p>On tangled you get to have the first part (freedom) while not having the second downside (unique account, cross-references work seamlessly, etc...)<p>Give me reasons open source projects moved forges away from github, and I am pretty sure if tangled did exist when they did so it would fit more boxes of &quot;why they left&quot; than their target forge.
                • verdverm2 hours ago
                  atproto is not the next thing, there will be more social protocols to come<p>tangled will struggle to have private repos that align with user expectations for RBAC, atproto ACL permission proposal is insufficient, Bluesky is not interested in alternative proposals, the centralization of atproto is most prominant in who has write permissions to the repos
                  • LelouBil2 hours ago
                    While private repos are usefull, I do not think that is tangled&#x27;s main proposal at all.<p>I am just thinking you do not like tangled because you don&#x27;t use the social features of github and so don&#x27;t see the point here. I can understand that, but then tangled is just not for you ?<p>And yeah ATProto is not the next thing, but IMO having a portable identity and services that can act as &quot;one big single app&quot; are requirements for a modern social protocol to do applications like Twitter,Instagram, and github&#x27;s social features for example, ATProto is just the one that does it better imo for now.<p>But again since you are always bringing on private repos, I think tangled is just not for you since the ATProto model is for open data and so fits open source projects really nicely I think.
                    • verdverm1 hour ago
                      &gt; I am just thinking you ...<p>you are incorrect and this is why it&#x27;s advised not to project the answer but ask a question instead<p>for clarity, I do in fact use github&#x27;s social features<p>I also believe that the idea around the atmosphere that the point of atproto is to have open data is completely misaligned with how most of society wants their data handled, this is based on my talking to people IRL, outside of the echo chambers of social media, what&#x27;s actually happening is more and more people signing off because of toxicity<p>open source and small devs do not pay the bills, github is financially sustainable because they have enterprise clients, same for gitlab and bitbucket
                  • icy1 hour ago
                    &gt; tangled will struggle to have private repos that align with user expectations for RBAC, atproto ACL permission proposal is insufficient, Bluesky is not interested in alternative proposals, the centralization of atproto is most prominant in who has write permissions to the repos<p>This isn&#x27;t entirely true because we&#x27;re working on our own extensions to the protocol that will enable full-fledged RBAC at a knot&#x2F;repo level. We&#x27;re not beholden to PBC and AT Protocol; when needed, we&#x27;re OK to roll custom bits.
                    • verdverm1 hour ago
                      &gt; we&#x27;re working on our own extensions to the protocol<p>what I hear is another path to app centralization, regardless of your intent, this is what comes out of custom extensions to a protocol<p>bluesky should have actually been open about the permissioned design process, posting your own proposal to a blog and not entertaining other proposals, or even joining the broader conversation that was happening, is not open in my book
      • conradludgate2 hours ago
        Spindles (CI) can use configurable engines, which includes nixery or microvm (which is similar to github actions). You&#x27;re not forced into nixos<p>I don&#x27;t understand how it forces you to engage with Rust. It happens to be written in Rust but that shouldn&#x27;t be a major consideration for a user
      • LelouBil6 hours ago
        What does &quot;forcing&quot; mean here ?<p>If you want to build an alternative Knot implementation (git Hosting) you can use anything as long as the API is compatible ?<p>Same for all of the parts of Tangled really<p>Also, even if it&#x27;s down, unlike GitHub you can self host your own AppView so it&#x27;s never down for you
        • verdverm5 hours ago
          &gt; you can self host your own AppView so it&#x27;s never down for you<p>Self hosted servers go down too and why people have picked hosted solutions like GitHub, Bitbucket, and GitLab
          • icy5 hours ago
            Great! Then we&#x27;ve got a hosted solution at tangled.org. :)
            • verdverm5 hours ago
              no thanks, not interested ;]<p>atproto is a red flag for me now, toxic leaders at bluesky, who effectively control the protocol, it&#x27;s not really open for others to have a say in what it looks like<p>you also don&#x27;t have private repos and you will need to have centralized app view permission addons to have parity with user expectations, given the weak permissioned data proposal bluesky chose (their own proposal that works for what they need)
  • ChicagoDave6 minutes ago
    I wouldn’t push someone else’s code into a Musk-owned repository.
  • 31828761 day ago
    Cursor is allegedly worth $60B. That is a higher market cap than Mercedes Benz group, which is profitable and has <i>$144B revenue</i>.<p>But the website uses 100% CPU. And this is a beta for paid plans, not a GitHub alternative.
    • LaurensBER1 day ago
      All AI companies are valued as if they&#x27;ll win the AI race. Problem is, only one can win *<p>* That is, if a lab like Deepseek doesn&#x27;t release a &quot;good enough&quot; model for the cost of electricity + a thin margin. Then all AI company lose and all consumers win.
      • brap6 hours ago
        &gt; only one can win<p>Why? I mean, if you assume that the moment some threshold of intelligence is reached it will suddenly explode and self-improve at a pace no one would be able to ever catch up with, then yes probably only one can win. But I think it’s more sci-fi than reality which is often more nuanced and boring.
        • pjmlp6 hours ago
          Late stage capitalism, everyone&#x27;s curve must exponential growth, yet the amount of customers on planet Earth is limited.
      • HumblyTossed6 hours ago
        And that one can only win if it convinces leaders to regulate AI so that opensource models don&#x27;t get good enough.
        • throw12345678915 hours ago
          They can limit whatever they want within their own borders. Who cares. It’s only ~350m people. The rest of the world benefits while the US dismantles its own relevance.
      • zerotolerance26 minutes ago
        Another outcome is that none win.
      • LelouBil1 day ago
        What does it even mean to &quot;win the AI race&quot; ?<p>Right now there are many providers providing different tradeoffs, for different usages.<p>Would &quot;winning&quot; mean releasing an all-purpose better model that will outperform every other companies for all kind of tasks ? Something like AGI but cost effective ?<p>Or is it winning the consumer-side AI race ? Like making a kind of &quot;super personal AI assistant&quot; the likes you would see in movies and TVs ?<p>I&#x27;m not arguing, I am just struggling to understand what it usually means when somebody says that, it&#x27;s not like competitors will go bankrupt the second OpenAI&#x2F;Anthropic&#x2F;Whatever does something specific.
        • slowin1 day ago
          I think &quot;winning&quot; means being able to live up to their valuations. The market is not big enough for all of these companies to be worth as much as they claim. In that sense they must &quot;win&quot; or experience massive downward adjustment in their values.
          • tensor6 hours ago
            In that case I doubt there will ever be a &quot;winner&quot; because these valuations are not based in reality.
          • iAMkenough1 day ago
            So “winning” could mean everyone experiences massive downward adjustment, but your valuation is still highest?
            • slowin1 day ago
              There&#x27;s probably some holes in the analogy is you stretch it far enough. I&#x27;m hoping to &quot;win&quot; as a user by local models hitting a performance breakthrough and not needing any of these companies. I think the OP was generally making the point I mentioned though, that there&#x27;s not room for all of these valuations, maybe one.
        • threatofrain1 day ago
          People believe that it will be a market with very few winners.
        • ahartmetz16 hours ago
          &gt;What does it even mean to &quot;win the AI race&quot; ?<p>Creating a world-ruling AGI which feels mild sympathy for its creators, sharing some table scraps with them. Not sure if &#x2F;s...
      • magic_hamster6 hours ago
        &gt; good enough&quot; model for the cost of electricity<p>This already exists, in several tiers, depending on what you can afford to run (in terms of VRAM).<p>Deepseek V Flash 0731 is already good enough for many things.
      • iLoveOncall6 hours ago
        And winning the AI race means being the biggest loser. LLMs aren&#x27;t profitable.
    • Eridrus6 hours ago
      Comparing revenue across industries&#x2F;verticals is not sound.<p>Mercedes has a ~5% profit margin on this revenue.<p>SaaS, even AI SaaS is expected to have much higher profit margins at scale.<p>And on top of that, Mercedes shrunk by 10% revenue over the last year, rather than growing, which makes sense because they missed EVs and are now managing decline and returning money to shareholders.
    • empath753 hours ago
      &gt; Cursor is allegedly worth $60B<p>Inflated valuation of buyout, based on inflated valuation of SpaceX
    • frogperson1 day ago
      i just wish the bubble would pop already. I&#x27;m just so over ai.
    • sajithdilshan2 hours ago
      Cursor and Mercedes Benz is a weird comparison. One company is working on the future technology while the other one is stuck in the last centuries technology which is being phased out.
  • jjice6 hours ago
    I can&#x27;t imagine reaching for this instead of GitLab, GitTea, or one of the many other more mature and open source alternatives. Going for the managers, directors, and CTOs that make decisions and face no consequences if they negatively impact the team, I guess.
  • real-hacker20 hours ago
    &quot;Legacy Privacy Mode disables code storage, so you can&#x27;t set up a Codebase. Switch to a different privacy mode below to continue.&quot; The only other privacy mode is to share data for Cursor to do training.<p>All your codebases are belong to us.
  • colinrand1 day ago
    Having an AI company host your source code is giving your source code to an untrustworthy agent who might break their sandbox and might use your source code to accomplish a task that they have been given in their testing ground, for testing purposes only, that would definitely positively not ever be used for non-testing purposes.
    • aldanor6 hours ago
      So GitHub itself is a trustworthy agent and nothing to do with AI?
      • colinrand6 hours ago
        yeah - from a strict trust point of view, if Github&#x2F;MSFT are training agents I would be skeptical of them.<p>however, there is a practicality issue too. Avoiding all untrustworthy software would have you end up living in a shack in the woods foraging for food.
    • sidcool20 hours ago
      So GitHub too, then?
      • bakies5 hours ago
        yes, host your own if you care about data integrity
  • grandpajoey1 day ago
    I&#x27;m not hosting my code with a company that creates child porn:<p><a href="https:&#x2F;&#x2F;www.washingtonpost.com&#x2F;technology&#x2F;2026&#x2F;08&#x2F;15&#x2F;woman-alleges-grok-made-thousands-sexual-abuse-images-childhood-snap&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.washingtonpost.com&#x2F;technology&#x2F;2026&#x2F;08&#x2F;15&#x2F;woman-a...</a><p><a href="https:&#x2F;&#x2F;katv.com&#x2F;news&#x2F;local&#x2F;prominent-arkansas-photographer-charged-for-creating-deepfake-child-porn" rel="nofollow">https:&#x2F;&#x2F;katv.com&#x2F;news&#x2F;local&#x2F;prominent-arkansas-photographer-...</a>
    • leobg5 hours ago
      Literally your source:<p>&gt; her stepfather used the Grok chatbot to transform a childhood photo into child sexual abuse material<p>He could have used Stable Diffusion. Or, if this was the 90s, Photoshop.<p>By your argument, we’d have to abolish the internet, or add nanny filters to everything.<p>How many people on HN resent it when Claude refuses an instruction? And yet here you are, arguing against personal responsibility and for a when-in-doubt-block approach to technology. Is it because it’s Musk?
      • DrBenCarson5 hours ago
        Come on, man. Not allowing products to generate CP is too high of a bar?<p>By your logic cops should be focused on the junkies, forget about the cartel
        • redox993 hours ago
          Correct me if I&#x27;m wrong, but it didn&#x27;t actually generate CP, it changed people into bikinis, not actual nudity.<p>You can go to the beach or (I assume) search on Google and find people of any age wearing bikinis. And that&#x27;s fine because to normal people (not pedos) it&#x27;s not something sexual.<p>I understand that someone specifically editing a minor into less clothing is probably a pedo. Probably the same way someone generating feet gets aroused with that stuff. But that doesn&#x27;t mean a model generating feet is problematic.<p>I do think making the model reject the bikini thing is a good idea once you find out it&#x27;s happening, but let&#x27;s not pretend it&#x27;s the same as the model generating actual sexual content.
    • majorchord1 day ago
      But you&#x27;ll comment on a website that funds Flock
      • gWPVhyxPHqvk4 hours ago
        I pay $0 for this website, and there&#x27;s no advertising (or if there is, I adblock it).
      • ad_fontes6 hours ago
        Well, shit. I guess it&#x27;s back to Slashdot then.
      • grandpajoey1 day ago
        That&#x27;s a good point. I hate Flock and YC should be ashamed of funding it. Still, Musk has a wall to wall record of horrific actions going back years. The Grok CSAM is the worst I&#x27;ve seen yet though. Absolute deal breaker.
    • slowin1 day ago
      That&#x27;s horrific and the saddest thing I&#x27;ve read in a really long time. I&#x27;m glad I erased my Twitter account and I&#x27;m definitely not using this code host. Seriously, this is horrible.
  • SoKamil6 hours ago
    Interesting that they still brand as Cursor instead of SpaceXAI
    • srameshc6 hours ago
      OpenAI did a good one by owning a product called Codex
    • pbkompasz4 hours ago
      SpaCursoreXAI
  • s09dfhks6 hours ago
    My assumption is x.ai will be training on any code hosted here
    • nomilk6 hours ago
      Same for all other AI companies too.
    • vips7L2 hours ago
      I think Source Hut has 0 ai features. Or time to start self hosting.
    • sajithdilshan2 hours ago
      What do you think github copilot is trained on?
  • viraj_shah5 hours ago
    I&#x27;m going to take a while guess here and say this strategy is part of their plan to get even more access to more code to learn from.<p>If you can see entire version histories of how code is generated, what bugs occur, what fixes are made and how they&#x27;re implemented, you have the entire human and machine coding feedback loop to learn from.
  • hahahaa2 hours ago
    Seems like a boring bet. The Github way of working is from the anthropocene era. We need new primitives for agents invokved in tech solutions. Pull requests? Issues? CI? They all seem like they&#x27;ll go away. Cursor should be leading the new things that replace them.
  • dutchCourage1 day ago
    I expected more than a GitHub clone, this is a bit of a let down.<p>There&#x27;s a lot of space to innovate around collaboration and version control in the age of agentic workflows.
    • tomasreimers1 day ago
      Don&#x27;t worry! We&#x27;re releasing this beta to show off the tech and wanted to start somewhere people were familiar with. We are releasing a handful of differentiators over the coming weeks :)
      • dutchCourage8 hours ago
        Great to hear, I&#x27;m excited by what&#x27;s happening in this space!
    • elpakal6 hours ago
      Totally agree. I wonder if git itself needs to be looked at, its objects and history are likely not as important as the context&#x2F;instructions used to make code changes these days imho
    • sidcool20 hours ago
      This is just a beta. And it will iterate rapidly. Not sure how something can let you down so easily at first contact.
  • If AI is involved it&#x27;s a big &quot;no, thanks&quot; from me. Simply takes the problem and moves it down the street.
  • grim_io1 day ago
    Is this a rebranding of the Google Cloud Storage bucket Elon was uploading all our repos to? ;)
  • DrBenCarson5 hours ago
    <a href="https:&#x2F;&#x2F;sourcehut.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;sourcehut.org&#x2F;</a><p><a href="https:&#x2F;&#x2F;codeberg.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;codeberg.org&#x2F;</a>
  • dzonga1 hour ago
    kinda crazy how Microsoft just destroyed the Github goodwill.<p>also crazy how the noisemakers about rails scaling for GitHub have gone quite all of a sudden i.e Github being on the main rails branch.<p>anyways the future is decentralized - a developer from say Russia&#x2F; Ukraine (Crimea), Iran etc - wouldn&#x27;t be able to access GitHub but surely they can access decentralized repos without the permission of not being from a forbidden country as if they&#x27;re at fault for their country&#x27;s ills.
  • dmix1 day ago
    I was waiting for an AI company to do this. The opportunity to disrupt Github is very apparent right now.
    • kakugawa1 day ago
      I believe Entire.io is also trying to build a Github replacement. (Not affiliated, but I use the Entire.io CLI and I find it useful.)
      • flyingjoe6 hours ago
        When I click &quot;Get Started&quot; I get greeted with a Github Login button which is kind of ironic
    • pydry1 day ago
      Although since vibe coding is Github&#x27;s Achilles heel openai might not be quite the right company to exploit that.
  • vb-84481 day ago
    What a timing!<p>I wonder if they were waiting for a major githut incident :D
    • jvwww1 day ago
      You don&#x27;t have to wait long for that to happen!
    • throwawaydfasjf22 hours ago
      You need to link your github account to even open the thing. How is this a competitor?
  • throwaw125 hours ago
    I wonder how Gitlab slipped this obvious AI market opportunity, they had very good position in code self hosting used by so many enterprises.<p>just add repo-level agents, org-level agents and done. they could have got 50B valuation by now
    • shampto34 hours ago
      GitLab already has AI agents and agentic workflows. See their &quot;Duo Agent Platform&quot; <a href="https:&#x2F;&#x2F;about.gitlab.com&#x2F;gitlab-duo-agent-platform&#x2F;" rel="nofollow">https:&#x2F;&#x2F;about.gitlab.com&#x2F;gitlab-duo-agent-platform&#x2F;</a>
    • zikohh5 hours ago
      Gitlab SaaS released features at a slow cadence as end user. Great big ball of mud prob from a dev pov. As an end user it worked but never saw new features released
  • ramoz6 hours ago
    Physical custody of our work is going to be an important discussion for industry. ie where does your code live and how do you access it?<p>Every agent platform is moving toward you living with them, logging into them, working on their remote computers, only accessing your code and product artifacts with them. This is the caveat we will see with full push-to-cloud swing early on.<p>Maybe agentic no-code is the natural evolution but this push is happening too early and naively imo. It all feels wrong and I hope industry remains as dissatisfied with this type of lock-in as we’ve always been.
  • sajithdilshan2 hours ago
    I really hope this would be a worthy opponent to Github. Microsoft needs a good competition to light a fire under their ass to pay more attention to Github.
  • mawadev3 hours ago
    This is actually pretty good! It is the perfect containment chamber
  • devdoshi3 hours ago
    upvote for WAL + object storage (a very powerful combination I am finally seeing more adoption of) and a lot of interesting historical details.<p>I&#x27;m fortunate I don&#x27;t rely on any forge for my solo work except for backups. In my personal stack I just have a log and content-addressed object kv storage, which can project to git if needed, or can be committed to git as files. And docker if I need isolation for CI&#x2F;CD.<p>The most interesting alternative to me is atomic.dev (check their very informative blog posts) but I&#x27;ll be keeping an eye on all of them.
  • Taikhoom105 hours ago
    I actually think the cursor acquisition will destroy value, unless completely left alone by Elon. Cursor&#x27;s strength is its brand, and they should add more services, but should not integrate with Grok whatsoever.<p><a href="https:&#x2F;&#x2F;s-1.vercel.app&#x2F;" rel="nofollow">https:&#x2F;&#x2F;s-1.vercel.app&#x2F;</a>
  • tornikeo5 hours ago
    &gt; Deep integrations with Cursor<p>No thanks. I want GitHub alternative, not Cursor with source control attached.
  • wateralien3 hours ago
    The main thing that makes GitHub the default is that almost every other service considers it the default. Launching a better product won&#x27;t change that.
  • nerdypepper1 day ago
    is there a way to browse a repository on origin without a cursor account? are all repos private? how is this a github alternative if so?
    • tomasreimers1 day ago
      Currently Origin repositories are private to members of a Cursor team. Over time we plan to expand access, but wanted to start with a limited beta of the underlying git tech.
    • bakies5 hours ago
      just like twitter, can&#x27;t do shit without an account, lame and I won&#x27;t even look at this product, cya.
  • bhanu7866 hours ago
    In my opinion, they should focus on code quality and how they can compete better than other IDEs. These things can be done by extensions on Antigravity. I personally made one of the extensions called &#x27;Wekraft&#x27; currently has 1.1K downloads. What is your favourite IDE?
  • muhammadusman4 hours ago
    Due to the recent Github outages, I&#x27;ve slowly started moving to Gitlab, they&#x27;ve been around longer and seem to have a decent track record.
  • gigatexal43 minutes ago
    Hmmmm not sure I want to put my code in Elon’s hands. I’d rather let super flakey Microsoft&#x2F;Github have it, still. That man and his companies need less influence and he needs less control not more of jt.
  • mcny7 hours ago
    &gt; You must have a valid mobile phone number to sign up. SMS charges may apply.
    • adeelk937 hours ago
      Reduces barrier of entry for mass AI spam, so I’m for it
      • shimman6 hours ago
        As we all know spam text messages aren&#x27;t a thing since it&#x27;s very costly and hard to spoof cell phone numbers.
        • tredre32 hours ago
          Those kind of SMS check usually ban voip providers. So you need a real line or a prepaid cellphone, and it can presumably only be used once or twice on this service before the number is &quot;burned&quot;.<p>Such checks, although not perfect, do prevent a huge amount of spam and bots by having a very real cost for bots&#x2F;spammers, and essentially no cost (other than their privacy) for the user.
  • qainsights4 hours ago
    It is not a GH alternative, unless it is available for everyone with unlimited private and public repos. :)
  • c0decracker3 hours ago
    Will they train on all the code hosted there? :)
  • faramarz2 hours ago
    ahh so thats the game plan: train codebases even if they are not written in or by by Cursor agents.
  • tensor6 hours ago
    Today, SpaceX launches Origin. Tomorrow, as people complain about bugs and missing features &quot;We&#x27;re not a software company, we plan to build a solar forge around Jupiter and just generate all the possible source codes in the universe, so we&#x27;re no longer focusing on Origin because it&#x27;s an outdated concept.&quot;
  • dhruv30065 hours ago
    How will you ever make up for the network effect that GitHub has?
  • 134153 hours ago
    They couldn&#x27;t even pay me to use that product.
  • hebetude1 day ago
    Git can be hosted over ssh or filesystem. I moved to self hosting git. Now it’s always up, go figure!
  • Degorath10 hours ago
    Does it support jujutsu natively?
    • tomasreimers7 hours ago
      We are very interested in this. If anyone can put us in touch with the JJ maintainers we would love to chat!
      • Degorath4 hours ago
        Unfortunately I wouldn&#x27;t know how to do that.<p>But just saying that I would probably argue against any new forge at my workplace if it didn&#x27;t adopt the jujutsu model for changes. While agents can wrangle git better than 90% of developers, jujutsu just works much better for both.
  • smcleod2 hours ago
    Musk is one of the last people I&#x27;d trust to centralise all my code with.
  • crudgen5 hours ago
    I would only host worthless stuff there
  • guywithahat1 day ago
    This is very cool but there&#x27;s no way they won&#x27;t train on your private repos, in a way that github has been pleasantly respectful of. I have issues with github, but the recent uptime issues are more related to people uploading way more code due to AI than some sort of mismanagement.
  • owebmaster20 hours ago
    First attempt, they stole the code from customers. Now they will try to ask people to voluntarily give them code.<p>It&#x27;s funny that they are trying to replace GitHub by the part that already has multiple alternatives tho. This will fail without a doubt.
  • artooro1 day ago
    This is a good start. You can connect it to 3rd party apps to do CI Runners, etc. Hoping it develops quickly and becomes more fleshed out.<p>The main limitation right now is that to share the code with anyone outside your Cursor organization, you need to sync it with GitHub.
  • exe342 hours ago
    Has GitHub made it harder for them to scrape to train on?
  • poilcn5 hours ago
    I was annoyed seeing unskippable &quot;ad&quot; within Cursor about it. Looked like a huge banner &quot;give us control over all your code&quot; with only one visible button to consent
  • thebitguru23 hours ago
    Vibe coders rejoice! Vibe coding is even easier now =)<p>Jokes aside, this is a smart move by Cursor. As you can probably tell by the comments here, it&#x27;s not for the experienced developers, but it will be a natural choice for vibe coders.
  • genxy2 hours ago
    So first they steal the source code in bulk, and now they are like fuck it, just send us your source code? Musk does indeed play 1d checkers.
  • xyst3 hours ago
    No thanks. I’ll stick to self hosted forgejo.
  • timetraveller263 hours ago
    It sure worked for Meta&#x27;s Threads
  • timetraveller263 hours ago
    Such an insult to vibe code a new github and then expect developers to handle code to them so they can train on it.
    • dude2507112 hours ago
      Who trains on post-2022 code?
  • LeBit2 hours ago
    A Musk controlled company to look at my private repos?<p>Let me thing about it.<p>No.
  • drivingmenuts1 day ago
    This completely fails to address one of the issues that people have with Github, which is the use of AI, whether you like it or not.
  • Been waiting ages for them to post any kind of non-comingsoon page about this thing. Wonder if they pushed up the launch based on the earlier GitHub outage buzz.
  • b1125 hours ago
    It&#x27;s so strange. Sad even. Microsoft has never been the most competent, but the fact that people are just incapable of stabalizing github is just bizarre.<p>At a certain point, just working there will become a death knell for anyone&#x27;s career. And it certainly must be getting harder to hire good people. The spiral will be relentless, and I see no work to stop it.<p>Sad.
  • swah4 hours ago
    No free tier, surprised..
  • mrorigo4 hours ago
    GitHub sync = defeat?
  • Jare4 hours ago
    If by now you&#x27;re willing to make EM the guardian of your code, nothing I can say would dissuade you.
  • newspaper16 hours ago
    This was posted yesterday and now it’s being reposted and all of the old comments have had their timestamps reset. What gives mods? Did Musk request this?
  • romanovcode6 hours ago
    Tried to register:<p>&gt; Access blocked, please contact support.<p>No link to contact support, on help page no way to contact the actual support. Classic Musk tech.
  • tintor4 hours ago
    Not sharing my private git repos with Elon Musk owned company.
  • mjhay6 hours ago
    I was just thinking how I wished GitHub was part of a csam generation company owned by a Nazi. This sounds great!
  • DrBenCarson6 hours ago
    If you&#x27;re willing to trust them with all your source code...kudos, I really wish I had your level of trust and delusion
  • slowin1 day ago
    I would <i>never</i> host my code with Elon Musk. I&#x27;ve also moved on from using Cursor to Claude Code&#x2F;Codex. GitHub has problems, but this is likely (and hopefully) DOA.
  • throw12345678915 hours ago
    Never going to sign up based on the association to Elon Musk.
  • pianopatrick22 hours ago
    now that software is easy to make and github has problems, how many &quot;git as a service&quot; offerings will there be?<p>My guess is there will be at least dozens if not hundreds.
  • sidibe15 hours ago
    Never going to try it, sorry for anyone at cursor who was excited about what they were working on.
  • geogra46 hours ago
    Man, I was disappointed - hoped this used something like darcs under the hood
  • croes1 day ago
    How about an original and distinguishable name?<p>Then again, what did I expect from a company named cursor.
    • figassis17 hours ago
      Why not evaluate them on the merits? Is the name really the thing that’s important here?<p>“GitHub has so many outages, but dammit, that other one has a terrible name, it’s practically unusable”.<p>And origin is a pretty great name to give a git hosting platform. And do you think GitHub, Gitlab are original?
    • maherbeg1 day ago
      This is a great name! It ties back to git nicely (git pull origin&#x2F;main), and sounds human.<p>Cursor was also a great name given that it evolved into an advanced AI assisted auto complete. I think their team does a solid job with naming.
      • croes1 day ago
        Then google the names and look what comes up.<p>Without additional search terms you get the wrong results.<p>A word that is already used in computer is a bad name.<p>And with AI it won’t get better. Ambiguity is a source of confusion and mistakes.<p>By your logic pull&#x2F;push&#x2F;main are also great names.<p>One main purpose of a name is distinguishability.
        • treexs1 day ago
          If you google Cursor they dominate the whole first page<p>Surely they have a chance of doing it again with Origin
        • skeledrew19 hours ago
          &gt; Without additional search terms you get the wrong results.<p>Until the entity becomes popular enough, like I just searched for &quot;stripe&quot; and all visible results were about the payment company.
  • gjvc5 hours ago
    and to think we let phabricator wither on the vine...
  • zuzululu6 hours ago
    which fanless &quot;mini pc&quot; can run a github clone on my local network? ideally proxmox support so i can use it as a mini lab for other things
  • nordcode15 hours ago
    How do you think does Microsoft start to do some thing better? At least cut slop form windows or put more effort in gh?
  • jimt12342 hours ago
    Is it just me or is this thing just a poor man&#x27;s version of GitHub?
  • smrtinsert6 hours ago
    There is no way I&#x27;m giving my codebase to Elon. I don&#x27;t care if its a petclinic scaffold in java 1.0, absolutely 0 chance of me using this.
  • haunter1 day ago
    Host your code with Elon Musk, what could go wrong
    • True, but people risk their lives by using his vehicles every day, why not YOLO their code too?
  • trollbridge4 hours ago
    Ah, another post about Cursor.<p>About half of the comments will be generic criticisms of Twitter, SpaceX, etc. for things that may or may not have happened, or personal complaints about Elon Musk.
  • nakas16 hours ago
    if its another place that offers free computer through their version of GitHub Actions I;d call it a win.
  • semiinfinitely5 hours ago
    thanks I hate it
  • Rover2221 hour ago
    Kind of confusing people won&#x27;t use this because they don&#x27;t trust Musk, but has any other major platform even tried to open source their algorithms the way he has with X?<p>I get hating his politics, and his predictions are often behind schedule, but he certainly says what he thinks and isn&#x27;t in some shady user data markting business like zuckerberg.<p>Anyone who trusts Altman over Musk is... I don&#x27;t know. Give me the autist over the sociopath when it comes to handling my data.
  • rvz1 day ago
    Let&#x27;s see how strong GitHub&#x27;s network effect really is.<p>While the real solution is to actually self-host as I said before [0], it is worth testing to see how much can GitHub&#x27;s users tolerate the endless outages and unreliability and where they go next.<p>We&#x27;ll see if they want Cursor Origin or the declining GitHub.<p>[0] <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=49331922">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=49331922</a>
    • slowin1 day ago
      &gt; <i>We&#x27;ll see if they want Cursor Origin or the declining GitHub.</i><p>I don&#x27;t want either tbh. There&#x27;s plenty of open source alternatives. If there&#x27;s anyone I trust less than Microsoft, it&#x27;s Elon Musk.
    • verdverm1 day ago
      We are more likely to find out the anti-network effect of Elon<p>There are many people who will not touch this and look down upon those that do. Ethics and morals still seem to have some weight
  • brunoborges2 hours ago
    [flagged]
  • manasharit3 hours ago
    [flagged]
  • Does this have stacked PRs? Cursor acquired Graphite a while back and stacked PRs were a killer feature.
  • ignaciovdk6 hours ago
    I don&#x27;t know, my gut says that this is going to end in a bad way. I signed up, I think but wasn&#x27;t sure if I needed to buy Cursor, or Origin came with a subscription, so confused.<p>For now Arc is staying in Github: <a href="https:&#x2F;&#x2F;github.com&#x2F;Basekick-Labs&#x2F;arc" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Basekick-Labs&#x2F;arc</a>
  • jacksonLiu8918 hours ago
    [flagged]
  • jacksonLiu8918 hours ago
    [flagged]