"Why #HuggingFace Is Replacing #Git LFS with Xet Storage for #AI Repositories"
If you thing #ai is smart enough
Tell it to write template and parser to extract code comments to #markdown
Oh you don't need that task , then don't expect the documentation , may the source be with you https://analyticsindiamag.com/ai-features/hugging-face-is-replacing-git-lfs-with-xet-storage-heres-why/#:~:text=Why%20Hugging%20Face%20Is%20Replacing%20Git%20LFS%20with%20Xet%20Storage%20for%20AI%20Repositories
Gupaxx development v1.11.0 Part 19: Optimizing the p2pool compatible node crawler - 8/21/2025, 5:59:35 PM
https://peertube.wtf/w/cy1Qtf2ZDJeRfJPEcPuacU
Opinion:
Most developers are terrified of `git rebase`.
Which is a shame, because used right it's the key to a clean git history. Oh well.
(yes, I'll agree you can also really f* yourself over if you screw up with it)
He actualizado el artículo. Descubrí que Codeberg tiene opción directa para replicar los cambios del repositorio hacia github, así que no hace falta el push a ambos sitios al mismo tiempo
#git #codeberg #github #EnMiBlog
I am at the "GIT ADD ALL THE THINGS" stage of learning about #git and #forgejo in case anyone is wondering
ForgeJo installed ✅
Now I need to figure out how to properly configure Emails ^^' (but that's not very urgent).
(And nothing is available publicly, so as not to feed scrappers, and the domain name does not contain git)
@blami @publicvoit
#gitAnnex does this pretty well. It'll also keep all old versions of files in a read-only hidden directory tree until you tell or configure it otherwise and it'll stubbornly refuse to actually delete anything unless it can provably see there are N other copies elsewhere or you force it to. My synced files have never felt safer.
But its noob-UX is kinda terrible compared to
#Syncthing - it's first and foremost a cli program:
#git
【続編】毎日コードを書くためのリポジトリで「できること」を考えてみた【新卒未経験エンジニア】
https://qiita.com/25Such/items/7e48acfb3bb77abc1cd3?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items
#qiita #Git #tips #新卒エンジニア #新卒 #習慣
🌗 DiffMem:以 Git 為基礎的對話式 AI 記憶儲存
➤ 讓 Git 成為您 AI 代理的強大記憶後盾
✤ https://github.com/Growth-Kinetics/DiffMem
本文介紹 DiffMem,一個利用 Git 版本控制系統儲存對話式 AI 代理的記憶。DiffMem 將 AI 的記憶視為一個版本化的儲存庫,利用 Markdown 檔案儲存人類可讀的資訊,並透過 Git 管理時間演變。此方法旨在克服傳統 AI 記憶系統的擴展性與效率問題,特別是在處理長期、演進式知識時,提供更輕量、可審核且易於存取的記憶體解決方案。
+ 這個想法很新穎!用 Git 來管理 AI 的記憶,解決了長期記憶擴展性的問題,而且 Markdown 格式也很方便。
+ 很有潛力,特別是對於需要追蹤事件演變的 AI 應用。期待看到這個 PoC 後續的發展。
#AI #記憶體 #Git #對話式 AI #專案
Today's suffering:
- Merge a branch
- Notice the next day, the same LaTeX file looks different in a local file although the code is the same
- Figure out where the fuck up happened
- *Reset and Revert gun*
- You fixed it
- You realize you need to merge the branch yet another time
- *panic it will break again for no apparent reason*
Show HN: I replaced vector databases with Git for AI memory (PoC)
Link: https://github.com/Growth-Kinetics/DiffMem
Discussion: https://news.ycombinator.com/item?id=44969622
Thanks to @esopriester I am now using lazygit.
https://github.com/jesseduffield/lazygit
It is great, you should try it.
#git #tools