Michael Dilger

Results 398 comments of Michael Dilger

I have replaced the old indexes: - `ek_pk` (keys are kind+author, values are dup ids) - `ek_c` (keys are kind+created_at values are dup ids) With new indexes - `akci` (keys...

this was done a week or so ago.

I've pushed a branch 'eventstream' where 'Update Metadata' happens via an event stream future "Stream" loop, one per relay the person is known to have an association with. It works...

BTW, if I had (early on) pushed harder to develop full async semantics we could be doing things like this by now: ```rust discovery_relays.get_relay_list(pubkey).and_then(|relay_list| { let inbox_relays = relay_list.inboxes(); inbox_relays.get_event(id)...

Soon there will be DM relays. So we should design for a 4th list of relays.

Well if we did this, the futures would self-timeout, we wouldn't need the garbage collection. Part of me wants to 'start over' with a new rust-nostr library that uses the...

A couple of things. First, our code doesn't let us store private keys without encrypting them. We can fake this experience by encrypting the key under a blank password, but...

I would definitely remote the "(kind: 03)" thing. Is that really in there? Your profile is a kind 10002, a kind 0, and a kind 3. I understand that an...

Most of it. I think having the feed show immediate parents is a difficult idea, and people can click to see the thread context. But let's leave it open as...