44 points | by handfuloflight 2 days ago ago
6 comments
I made one similar running in cloudflare https://github.com/Zabaca/zbc/tree/main/packages/cli/templat...
And built https://agentgit.co with it.
Scales to 0
Interesting that it uses cloudflare for the scales to 0/cf workers part. I wanted something like this, starred!
Does this make the git object storage part cache on cloudflare though or is it sent straight from the configured S3 bucket?
There's so many of these things now! Good!
This one appears to be a more active fork of Tobi's, https://github.com/tobi/walgit https://news.ycombinator.com/item?id=49420598
My comment listing 6 from 2 weeks ago: https://news.ycombinator.com/item?id=49763869
I'm confused why there's no attribution or reference to Tobi's (which in turn referenced the cursor git post)
Attribution is not just a problem for LLMs in mathematics!
Tobi is where I first heard the concept: https://github.com/tobi/walgit
And he credits this Cursor post for giving him the ideas and says it's worth reading: https://cursor.com/blog/git-at-any-scale
Note: in related work, the East River Source Control team has posted about their vision for git as well: https://ersc.io/blog/what-comes-after-git
can this be deployed as AWS lambda, so that it can scale down to zero?
The readme seems to say the answer is yes? You'll lose the disk-based cache, but it's not inherently unsafe because the only coordination is object storage.
I made one similar running in cloudflare https://github.com/Zabaca/zbc/tree/main/packages/cli/templat...
And built https://agentgit.co with it.
Scales to 0
Interesting that it uses cloudflare for the scales to 0/cf workers part. I wanted something like this, starred!
Does this make the git object storage part cache on cloudflare though or is it sent straight from the configured S3 bucket?
There's so many of these things now! Good!
This one appears to be a more active fork of Tobi's, https://github.com/tobi/walgit https://news.ycombinator.com/item?id=49420598
My comment listing 6 from 2 weeks ago: https://news.ycombinator.com/item?id=49763869
I'm confused why there's no attribution or reference to Tobi's (which in turn referenced the cursor git post)
Attribution is not just a problem for LLMs in mathematics!
Tobi is where I first heard the concept: https://github.com/tobi/walgit
And he credits this Cursor post for giving him the ideas and says it's worth reading: https://cursor.com/blog/git-at-any-scale
Note: in related work, the East River Source Control team has posted about their vision for git as well: https://ersc.io/blog/what-comes-after-git
can this be deployed as AWS lambda, so that it can scale down to zero?
The readme seems to say the answer is yes? You'll lose the disk-based cache, but it's not inherently unsafe because the only coordination is object storage.