Avatar
daniele
7bdef7be22dd8e59f4600e044aa53a1cf975a9dc7d27df5833bc77db784a5805
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.

I don't know why you chose Amethyst as name, but is a fashinating one!

Perhaps because is a complex gem, with a lot of facets, as Nostr, isn't? You asked for a simple strokes but perhaps the logo could reflect this.

The icon should be a semplified version, of course.

Just a first and quick idea :)

> through Swan Bitcoin with Wise

I checked this path time ago.

Swan has 0,99% fee, any advantage against Relai (1%)?

Not at the protocol level, it is a client job.

For example is possibile in #Iris

Perhaps something more?

I managed to reach 8GB of used spaced 😅

#[0] quite nasty bug: in the notification area if I'm replying a message and a new notification appears the textarea is flushed loosing all the content.

Persistent textareas/inputs are great for UX in SPA (ex. starting writing, research other post, continue and posting) but I guess not always so easy.

PS: Do you prefer an issue on github for these matters?

Can you all kindly start a 4 hour Nostr strike so I can get some work done? Thanks 🙏

Exactly.

But a client technically could let you choose to which relays share the note.

https://docs.ordinals.com/

_Other, more unusual use-cases are possible: off-chain colored-coins, **public key infrastructure with key rotation**, a decentralized replacement for the DNS. For now though, such use-cases are speculative, and exist only in the minds of fringe ordinal theorists._

Perhaps can be interesting for Nostr.

This his the CSS update (hack), can be used with Stylus or a similar extension to overwrite the Iris CSS (even on Android + Kiwi browser):

```

div.msg div.msg.quote div.identicon-container.has-picture {

max-width: 30px;

max-height: 30px;

}

div.msg div.msg.quote > div.msg-content {

background-color: rgba(255, 255, 255, 0.05);

color: #808080;

}

div.msg:not([class*="quote"]) > div.msg-content > div.msg-sender,

div.msg:not([class*="quote"]) > div.msg-content > div.text,

div.msg:not([class*="quote"]) > div.msg-content > div.below-text

{

margin-left: 1em;

}

```

Perhaps can I a open a pull request on githup? Let me know :)