adamritter
adamritter
The current specification doesn't specify if multiple counts are supported or not in 1 query (I think they should be supported). Right now there's both {count: 3} and [{count:3}] as...
I implemented basic group_by support for getting followers on wss://us.rbr.bio: ``` ["COUNT","hello", {"#p":["85080d3bad70ccdcd7f74c29a44f55bb85cbcd3dd0cbb957da1d215bdb931204"],"kinds":[3]}, {"#p":["85080d3bad70ccdcd7f74c29a44f55bb85cbcd3dd0cbb957da1d215bdb931204"],"kinds":[3],"group_by":["pubkey"]}] ["COUNT","hello",{"count":50538}, [{"pubkey":"82341f882b6eabcd2ba7f1ef90aad961cf074af15b9ef44a09f9d2a8fbfbe6a2","count":1},... ``` (returns top 1000 followers by popularity)
I think the main misunderstanding we have is in the main goal, all other things are less important. If you think it should be done by a different NIP, I'm...
Sure, I understand that, that's why I suggested to have 2 new event kinds introduced. #e is of course very important, and I agree you, but in my experience not...
My main point is that a client usually reads 1000x more events than it writes, that's why it's so important to save bandwidth when reading. People have been complaining of...
Hi @csabahenk @rjp , as an alternative option you can try my project, https://github.com/adamritter/fastgron (written in C++). It doesn't support -j (JSON based output format), but I converted the file...
Just adding a comment here as it's somewhat relevant: I have been working on an alternative min cost flow implementation as well for the Lightning Network. It's based on negative...
> Thanks @adamritter. Right now I am busy polishing the details on this little MCF project for Summer of Bitcoin. When I am done with that, I'd really like to...
Hi, this is just a question. Would it be hard to put in a feature in your fastest algorithm to make the fees part of the channel capacity? As I'm...
I tried to solve this problem in a higher layer with hacks, but I couldn’t. For example if we take probabilities out of the problem statement, let’s suppose a path...