Join Nostr
2026-06-25 01:11:50 UTC

someone on Nostr: waifu magnet v12 is out - more LLMs to download - tags for quant, fine-tune, base, .. ...

waifu magnet v12 is out

- more LLMs to download
- tags for quant, fine-tune, base, ..
- confirmed: transmission client works with huggingface as webseed fail over. in case there are no seeders, transmission will fetch from huggingface
- html (the client) checks all the events integrity (signatures)

can you get more decentralized than monolithic html + relays + blossom + torrents ?


working on decentralized llm sharing.

my current solution is an html page that fetches the listings and torrents from nostr network:
https://nostr.download/b24dc6337fd1823be4aae1eb4b9e9dc0dedc25eb7fc656d60b8cf6f30afe81f6.html

the python script running on a vps seedbox or dedicated box are making the torrents:
https://gist.github.com/etemiz/c5d3e3c9b3a108b2d507714ff8ad2eed

the html is the ultimate decentralization but i may ditch that and do regular website to be more functional and have more control over curation (effective blocking of spam). i will need to calculate web of trust and it is too heavy for an html.

the html upgrades itself! checks nostr network for a newer version, downloads from blossom and verifies the hash. presents the new version to the user.

has anyone done such html apps with nostr?