SShortSingh.
Back to feed

Cursor Launches Git Hosting Service Origin as GitHub Suffers 7-Hour Outage

0
·1 views

On August 17, 2026, Cursor began rolling out Origin, its own git hosting platform, to paid plan users — and roughly three hours later, GitHub experienced a near-seven-hour global outage affecting pull requests, APIs, and enterprise services. The timing was coincidental, as product launches are typically locked weeks in advance, but it underscored the argument Cursor is making about code hosting being a newly relevant decision. Origin is a git forge accessible at origin.cursor.com and integrated directly into the Cursor editor, offering repositories, pull requests, code review, and a real-time sync with existing GitHub organizations. The service stems from Cursor's December 2025 acquisition of Graphite, a stacked pull-request startup, and was unveiled at Cursor's Compile conference in June 2026 by Graphite co-founder Tomas Reimers. Origin launched as the first product released under SpaceX's ownership of Cursor's parent company Anysphere, following a $60 billion all-stock acquisition that closed on August 14, 2026.

Read the full story at DEV Community

This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)

Log in to join the discussion and vote.

Log in

Related stories

0
ProgrammingDEV Community ·

Lord Acton's Misquoted Maxim and What Power Actually Does to People

Lord Acton's 1887 letter is widely misquoted — he wrote that power 'tends to' corrupt, a nuance that leaves room for human agency rather than treating corruption as inevitable. The author argues that power functions as a reagent, not a verdict, revealing character under pressure rather than determining it. The same logic applies to scrutiny, which can expose whether reputations in any field are built on substance or unchallenged reverence. The piece also contends that the barriers between individuals and meaningful work have shrunk dramatically, with research and tools now widely accessible. Waiting for institutional permission, the author concludes, is a form of self-doubt that costs both the individual and the world.

0
ProgrammingDEV Community ·

Attest Tool Uses ADK Agents to Audit AI Claims About SEC-Registered Advisers

A developer built Attest, an open-source AI agent, to monitor and audit what large language models say about SEC-registered investment advisers. The tool runs a scheduled battery of factual questions about advisory firms and scores each AI-generated answer against the firm's official Form ADV Part 1A filing. Results are stored in a hash-chained, append-only archive hosted on Google Cloud Storage, making entries tamper-resistant and auditable. The project was created for the All Things Agentic Hackathon and uses Google's Agent Development Kit, with multiple Gemini model versions deliberately separated to avoid a model grading its own output. The tool addresses a regulatory gap highlighted in the SEC's 2026 examination priorities, where firms are increasingly being asked about AI but have no record of how third-party models describe them.

0
ProgrammingDEV Community ·

Developer Builds Interactive 3D Solar System Portfolio Using Three.js and React

A developer named Gawad has launched a portfolio website built as an interactive 3D universe rather than a conventional static webpage. The project, called 'Gawad's Stellar System,' features real celestial bodies such as Saturn, WASP-76b, and Kepler-16b, each chosen for their scientifically remarkable properties. A fictional spaceship named Milano, inspired by Guardians of the Galaxy, serves as a navigational element within the experience. The site was built using TypeScript, React 18, Three.js, custom GLSL shaders, and several supporting libraries for state management and post-processing effects. The portfolio is live at gawad-b.github.io, though the developer notes that a mobile version is not yet available and some flickering issues are still being resolved.

0
ProgrammingDEV Community ·

System Design Breakdown: How Instagram-Scale Photo Feeds Handle 500M Daily Users

A high-level system design walkthrough outlines the architecture needed to support a photo-sharing platform at Instagram's scale, handling 500 million daily active users and 100 million photo uploads per day. The design centers on direct client-to-S3 uploads via pre-signed URLs, ensuring origin servers never process raw image bytes, while a resize worker generates three image variants stored on S3 and served exclusively through a CDN. Feed delivery relies on pre-computed Redis caches using sorted sets, with a hybrid fan-out strategy that pushes updates to regular users' feeds on write but defers celebrity content to read-time merging. A tiered storage model transitions photos from S3 Standard to Infrequent Access and eventually Glacier based on age, managing a projected five-year storage footprint of roughly 730 petabytes. The social graph is handled by Cassandra for its write-heavy, large-scale relationship demands, while PostgreSQL manages user data and Snowflake IDs uniquely identify photos across the distributed system.

Cursor Launches Git Hosting Service Origin as GitHub Suffers 7-Hour Outage · ShortSingh