daniele's avatar
daniele
_@dtonon.com
npub10000...vwqk
Working on https://fevela.me, https://nstart.me, https://njump.me, https://oracolo.me and other inspiring nostr projects. I love to build helpful things that people are pleased to use, mixing tech, design, usability and accessibility.
daniele's avatar
dtonon 2 months ago
Could make sense to move encrypted NIP-51 lists to nip-4e? Any cons?
daniele's avatar
dtonon 2 months ago
#chronicle v0.5.0 is out Quick summary: Chronicle is a personal relay Nostr, built on the Khatru framework, that stores complete conversations, media included, in which the owner has taken part and nothing else: pure signal. This is possible since writing is limited to the threads in which the owner has participated (either as an original poster or with a reply/zap/reaction), and only to his trusted network (WoT), to protect against spam. Chronicle fits well in the Outbox model, so you can use it as your read/write relay, a DM / personal notes relay, and it also automatically becomes a space-efficient backup relay. In addition it includes a Blossom media server, so you can use it to store all your images and attachments! But there is more: the Blossom server can also optionally backup media for other authors, to create a fallback if the original blobs got lost (the BUD/NIP that manages the retrieval process is in progress). So you really backup the full conversations, media included. What's new in v0.5.0: * New optimized fetch logic to store full threads * Added NIP-42 auth for gift wrap events and personal notes (see #manent) * New option to discard reactions and zaps from other users * New option to discard delete request for other users' notes * Migrated from badger to bbolt (boltdb) * Updated to the last Khatru engine Download it from Warning: a migration is need when upgrading from v0.4.x, check the readme for more info.
daniele's avatar
dtonon 2 months ago
#manent v1.3.0 is out: - Allow to mark a note as sensitive to blur it in the list - Add support for NIP-42 auth - Some optimizations and minor bug fixes image Try it live using the web app: Available in the @Zapstore, or from (also for macos)
daniele's avatar
dtonon 3 months ago
I was sleeping on Flutter, I'm really enjoying it, it seems the perfect choice for simple cross platform apps.