Sirius's avatar
Sirius
sirius@iris.to
npub1g53m...drvk
developing iris.to
Sirius's avatar
Martti Malmi 5 days ago
image Need help testing git on blossom: --- Install rust: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh Install git-remote-htree: cargo install git-remote-htree Add htree remote to your repo & push git remote add htree htree://self/your-repo-name git push htree master Try cloning a repo: git clone htree://npub1xndmdgymsf4a34rzr7346vp8qcptxf75pjqweh8naa8rklgxpfqqmfjtce/hashtree-rs Web interface for browsing repos: --- Added support for encrypted repos: git remote add htree-secret htree://self/your-secret-repo#link-visible It replaces #link-visible with #k=randomkey xor key which is required to read the repo. Encrypted to your nsec only git remote add htree-secret htree://self/your-secret-repo#private
Sirius's avatar
Martti Malmi 1 week ago
No more GitHub — publish your git repos on Blossom: --- cargo install hashtree-cli cd your_repo # self is an auto-generated nostr identity (nsec) in ~/.hashtree/keys git remote add htree htree://self/your_repo git push htree master clone: git clone htree://npub1xndmdgymsf4a34rzr7346vp8qcptxf75pjqweh8naa8rklgxpfqqmfjtce/hashtree-rs view at files.iris.to e.g. --- Vibe coded this in 3 weeks, using Claude Opus 4.5, along with collaborative docs editor decentralized youtube decentralized filesharing decentralized video calls I believe AI will be actually good for freedom tech: soon everyone will have the resources to create the software they need, not just big tech.
Sirius's avatar
Martti Malmi 1 week ago
Better, but still need more uploads! It's using a library I made called hashtree: basically blossom with directories and file chunking. image View quoted note →
Sirius's avatar
Martti Malmi 1 week ago
New version of - collaborative docs editor on Nostr & blossom is here, should be much more reliable now. image