Back to News
Advertisement
Advertisement

⚡ Community Insights

Discussion Sentiment

60% Positive

Analyzed from 168 words in the discussion.

Trending Topics

#object#https#com#git#github#delta#storage#own#scale#news

Discussion (8 Comments)Read Original on HackerNews

0bytesabout 1 hour ago
4th submission in 3 days. Is this a marketing spam campaign?
gjvc28 minutes ago
it's a shit website with awful fonts, certainly
mgrandlabout 2 hours ago
Sweet. It’s kinda wild to me that this hasn’t been done. Would be so much nicer if gitlab/forgejo/gitea/… supported object storage for everything. Currently you always still need a filesystem for git repos.
uptownhr14 minutes ago
I created my own as well and powers agentgit.co
mmastracabout 3 hours ago
Nice. I saw some git-on-durable-objects projects but I'd so much prefer a straight object storage option.
jiggawattsabout 2 hours ago
Next: replace whole-file hashes with a Merkle Patricia tree hash and enable BitTorrent-like distribution protocols on top, not to mention the deduplication advantages!
hanwennabout 1 hour ago
"Finally delta objects should be stored as their own object in the packfile instead of slapped onto the end of the object it’s a delta of so that you don’t have to read the object and its deltas to read the object in the first place."

Author thinks that delta encoding is there for no reason. Good luck, kid.