Damus

Recent Notes

Russell profile picture
It's quite surprising that Khatru doesn't do NIP-09 deletion properly. It deletes the event when the request comes in, but it also lets anyone republish the deleted event?!
1❤️1
The BTC economy · 1w
Basically you can create a service that brings back anything
ň̶͉p̸̣͌ȗ̷̮b̷̻͌1̷͖͒z̵̝̀á̸̘p̶̠͌s̸͈̄a̴̬̎t̵̩͑s̸̋ͅ · 1w
Hi Russel, did you know you have 2 nmail apps on Zapstore with 2 different hashes? Both published by you
codonaft · 6w
This no longer reproduces. A browser used to randomly fail to establish a connection to the relay.
Dikaios1517 · 8w
Nerd here. I have a couple different options for always-on NIP-46 signers, between Amber on my phone and Signet or Bunker46 on my Start9. Yet, I wouldn't know where to start with setting up a scheduler DVM. I do agree that an always-on NIP-46 signer is probably not the solution for most users. Do m...
Russell profile picture
Today I tried #appwrite to detach from #firebase but I noticed that it was bad choice.

Appwrite comes with traefik so you need 2 ports dedicated to it even if you have already a proxy like #caddy installed.

By default the cloud functions are only executable if you set a specific header. The other solution is to configure a domain dedicated for the functions and change the name servers to appwrite.io own DNS servers.

Note to self: use Appwrite only if I have a server and a domain exclusively for it.
DrShift · 8w
Thanks for pointing
codonaft · 7w
Thanks! I noticed that the new domain resolves to IPv6 as well. IPv4 works fine, IPv6 seems to fail: ``` $ curl -v6 wss://relay.nmail.li ... * TLSv1.3 (OUT), TLS alert, decode error (562): * TLS connect error: error:0A000126:SSL routines::unexpected eof while reading ```