Back to News
Advertisement
Advertisement

⚡ Community Insights

Discussion Sentiment

67% Positive

Analyzed from 194 words in the discussion.

Trending Topics

#https#com#git#tobi#cloudflare#github#cursor#scales#part#object

Discussion (6 Comments)Read Original on HackerNews

uptownhr•about 2 hours ago
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

Imustaskforhelp•about 1 hour ago
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?

jauntywundrkind•about 2 hours ago
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

wrsh07•about 1 hour ago
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

billconan•1 day ago
can this be deployed as AWS lambda, so that it can scale down to zero?
CBLT•about 2 hours ago
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.