Earlier quoted context omitted.
i am actually fine with how svn works.
> i am actually fine with how svn works. I came here to say precisely that. I was on svn before git was a thing, and I've never moved off it for any projects where I get to decide such things. To a first approximation, one could say that distributed version control is a problem nobody ever had, and nobody ever intends to have. (GitHub is the world's centralized monorepo.) Yet, distributed version control is the major…
We've raised $17M to build what comes after Git
161–170 of 785 posts
Re: We've raised $17M to build what comes after Git
#162I actually believe we need to rethink Git for modern needs. Saving prompts and sessions alongside commits could become the norm for example, or I could imagine having different flags for whether a contribution was created by a human or not. This doesn't seem to be the direction these guys are going though, it looks like they think Git should be more social or something.
Only useful if it can be reliably verified, which is challenging at best.
The point of git is that it has strong authentication built into the fabric of the thing.
Re: We've raised $17M to build what comes after Git
#163I personally feel that: 1) Git is fine 2) I would not want to replace critical open source tooling with something backed by investor capital from its inception. Sure, it will be “open source “, but with people throwing money behind it, there’s a plan to extract value from the user base from day one. I’m tired of being “the product”. Critical open source tooltips by should spring from the community, not from corporate…
Re: We've raised $17M to build what comes after Git
#164Earlier quoted context omitted.
Yes, it’s fantastic. I have a post-tool-use hook for Claude Code to snapshot the repository for every edit. It’s like the built in file history feature but native in my VCS and works for my edits too. Don’t want to froth too much but JJ is my favourite piece of software in a while, and the fact that it’s not VC-funded is a major plus point.
Its VC funded https://www.sec.gov/Archives/edgar/data/2076429/000207642925...
Re: We've raised $17M to build what comes after Git
#165A lot of people seem confused about how they raised the money, but it’s actually a pretty easy VC pitch. - It’s from one of GitHub’s cofounders. - GitHub had a $7.5B exit. - And the story is: AI is completely changing how software gets built, with plenty of proof points already showing up in the billions in revenue being made from things like Claude Code, Cusor, Codex, etc. So the pitch is basically: back the team th…
Re: We've raised $17M to build what comes after Git
#166Earlier quoted context omitted.
Maybe you're not a parent. To me, this sounds like arguing against the existence of the dishwasher by saying "of all the major problems of society, washing dishes by hand isn't one."
What a ridiculous statement from an obviously over-privleged phony. You are actually doubling-down on being completely isolated. Kids face a lot of new problems these days. They also face some old one, like sorting their legos.
Then you step on a lego.
Re: We've raised $17M to build what comes after Git
#167Re: We've raised $17M to build what comes after Git
#168I feel like I really need to learn how to raise money. For $17M, one could probably build a vacuum robot prototype that’ll also clean up all of the kids toys and sort LEGO bricks by colour and size. Parents worldwide would love it. But instead, we get a replacement for Git. And I didn’t even bother to click the link because I’m fine with how Git works. On the list of pain points in my life, “what comes after Git” has…
So, even though Git seems to be ok (people who store large binary files or who run huge monorepos would probably disagree), maybe we can do better.
Altavista was kind of okeish for search, yet Google managed to figure out something that was (at that time) way better.
Re: We've raised $17M to build what comes after Git
#169Earlier quoted context omitted.
Linus built git in 8 days or something.
No he didn’t. He built a proof of concept demo in 7 days then handed it off to other maintainers to code for real. I’m not sure why this myth keeps getting repeated. Linus himself clarifies this in every interview about git. His main contributions were his ideas. 1) The distributed model, that doesn’t need to dial the internet. 2) The core data structures. For instance, how git stores snapshots for files changes in a…