Avatar
fiatjaf
3bf0c63fcb93463407af97a5e5ee64fa883d107ef9e558472c4eb9aaaefa459d
~

now that https://blueskyweb.org/blog/2-7-2022-overview was announced we can stop working on nostr?

I'm not versed in that language.

we can tag people, yes, #[3].

branle development will stop as soon as https://twitter.com/fiatjaf/status/1488640512974331909 is usable.

complain at https://youtube.com/, I have no responsibility over youtube

no need for the cumbersome `![]()` markdown syntax.

in fact we should remove all these weird markdown idioms and ensure that plaintext is the actual language for these notes. markdown is just sugar on top, but the notes _must_ be readable in plaintext #[1]

now pasting image and video URLs will get them rendered automatically in the body of the notes.

yes, chosen to write the desktop app! congratulations!

Replying to Avatar fiatjaf

maybe it's better to create a new vue+vuex+vue-router project and copy-paste the database and store files from branle, then slowly build your new UI using only the data and actions you need.

I understand you, I also hate these bloated frameworks, but it was better than trying to write the full UI myself.

you can probably just clone branle, delete all quasar components and replace them with `

`, and replace quasar notifications with `console.log`.

cadê o link?

thanks to https://github.com/fiatjaf/nostr/blob/master/nips/08.md and #[0] we now have mentions support in branle

I think browser plugins are not powerful enough, so you'll need some manual plumbing like shown in https://twitter.com/fiatjaf/status/1482460353510445063 or use a desktop nostr client instead of branle.

yes, https://branle.netlify.app/. that made me prioritize optimization of relay usage as the next thing to work on. it's not ideal that clients request _everything_ from _all_ relays they know, there must be a more fine-grained approach.

"Relay wss://nostr-relay.untethr.me says: Too many subscription filters. Max allowed is 6, but you have 7."

nice, I like this. keep clients honest.

https://github.com/fiatjaf/nos2x is probably ready now, finally. although still not released on chrome, it at least should be working on firefox.

now it should be possible to write nostr-powered web apps without implementing key management.