Michael Dilger

Results 378 comments of Michael Dilger

If someone wants to zap the note, it would help us to have a relay to put the zap on.

Ok I did some digging and this reproduces it main.rs: ```` use eframe::egui; fn main() { let native_options = eframe::NativeOptions::default(); eframe::run_native("My egui App", native_options, Box::new(|cc| Box::new(MyEguiApp::new(cc)))); } #[derive(Default)] struct MyEguiApp...

Juggernauts, mavericks, all of you. This is a seriously breaking change breaking tons of existing software.

I made a mistake. This it isn't what I initially thought. Reading it again after a good nights sleep and I understand better what this is. If you need to...

But please explain why kind-1 notes cannot already be used to do this, and how a new kind improves things. I fail to see how it improves things versus kind-1.

I agree root posts being of a different kind would be better. But it seems like a change that is too late to make. I'm adding it to https://github.com/mikedilger/nostr-next/issues/31

Cool. It's not nostr, because it's not websocket communication through relays. Maybe nostr should be a layered specification, with the top event layer defined in one spec, relay-client messages in...

Yeah I think nip-7 and nip-6 too are not really nostr. It doesn't mean we can't put it in a nip, we are sloppy about a lot of things.

Keep in mind that we need to preserve some mechanism for people to derive web-of-trust scores. So if we replace them, we need to replace them with some sort of...

There are enough cooks in this kitchen for me to get involved. I will wait for dev consensus and follow. But as to 128kb limits, I have only run into...