CBLT2h agoHN ↗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.
jauntywundrkind2h agoHN ↗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=49420598My comment listing 6 from 2 weeks ago: https://news.ycombinator.com/item?id=49763869
wrsh0749m agoHN ↗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/walgitAnd he credits this Cursor post for giving him the ideas and says it's worth reading: https://cursor.com/blog/git-at-any-scaleNote: 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
uptownhr1h agoHN ↗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
Imustaskforhelp49m agoHN ↗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?
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.
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
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?