-
sgp_
Isthmus: please share on Reddit
-
vtnerd_
selsta : just went through this backlog finally - Bitcoin does not have a Dandelion++ implementation, only a Dandelion (afaik)
-
vtnerd_
which is why I mildly trolled some Bitcoin fork trolling us about "finally" getting Dandelion ... waiting for them to write their own code for D++
-
selsta
-
selsta
That’s the version all Bitcoin forks use, any quick way to check if it is D or D++?
-
xmr-pr
[meta] michaesc opened issue #463: Monero Village Meeting: 16 May 2020, 17:00 UTC
-
xmr-pr
-
selsta
-
sgp_
selsta: ping me to make a ranked-choice poll once we have more ideas :)
-
xmr-pr
[meta] selsta opened issue #464: Release name for v0.16
-
xmr-pr
-
selsta
sgp_: Should we post to Reddit before or after you created the poll?
-
niocbrrrrrr
just 2 names to choose from?
-
niocbrrrrrr
Neptune
-
sgp_
selsta: how urgent is this?
-
selsta
sgp_: We still have a couple of days
-
selsta
but would like to tag at the end of week
-
selsta
niocbrrrrrr: noo you can also suggest names
-
niocbrrrrrr
sorry I should learn to read
-
selsta
but I was too lazy to come up with my own
-
sgp_
selsta: probably best to post on Reddit then to get ideas, then I'll make the poll in a day or two
-
niocbrrrrrr
oh look fluffy also suggested Neptune
-
niocbrrrrrr
thx :)
-
dEBRUYNE
selsta: I can post to reddit if you want
-
selsta
okk
-
selsta
:)
-
dEBRUYNE
Done
-
dEBRUYNE
Also the testing thread is up
-
Isthmus
Thanks, I'll post on reddit shortly : )
-
vtnerd_
I went through code previously, its the original dandelion protocol
-
vtnerd_
-
vtnerd_
the selection for fluff vs stem is done per tx in that commit, as opposed to "epoch" (per time period)
-
selsta
vtnerd_: interesting, thanks for looking
-
vtnerd_
theres a few other differences too, but thats just a quick one
-
selsta
-
vtnerd_
the thing is some of the forks probably don't have the devs to alter the protocol, so its just going to be word salad warfare
-
selsta
digibyte claiming D++ while only having D
-
vtnerd_
correct, they were the ones I am thinking of in particular
-
selsta
DId you also look at Zcoin?
-
vtnerd_
I cross-checked their code, it had no changes from this branch (at least at the time of one of my tweets)
-
vtnerd_
I have not
-
selsta
-
vtnerd_
I'm fairly certain grin has D++. I haven't checked their code, but their GitHub discussions indicated they at least understood some of the differences and were debating how to implement the protocol in practice
-
sarang
IIRC they made some updates to bring their original code more in line with the paper's specifications
-
vtnerd_
grin? yes that was part of the discussion. the embargo timer was fairly short
-
sarang
FWIW the original Dandelion paper's results were based on very simplifying assumptions (I know that vtnerd knows this already) that don't hold in practice
-
sarang
This is one reason why D++ came about
-
vtnerd_
one other intesting is that the paper for D++ was submitted to arxiv.org one may 28 2018 but the reference implementation (from dandelion-org) was comitted on may 9 2018. the authors wouldve/couldve known about the new protocol and released the code first, but the time would see backwards
-
vtnerd_
*timing woudl seem
-
sgp_
Jitsi fixed the issue where Chrome screenshare couldn't be done with a high framerate, which we observed during the Moneroversary (I used Firefox instead)
-
sgp_
vtnerd_: are you willing to give a short presentation about your efforts adding Dandelion++ to Monero? The history, work, challenges, easy parts, benefits, drawbacks, etc? Could be useful to people
-
sarang
I think it could be very useful to explain particularly how the interaction between clearnet and non-clearnet are tricky and subtle to get right
-
sarang
and that "just add D++" isn't quite so simple
-
vtnerd_
hmm. sounds useful, it would be at a higher level than my ramblings at monerokon last year. For some event in particular, or just for youtube?
-
vtnerd_
zerocoin appears to be the same reference Dandelion code that digibyte is using
-
selsta
I wouldn’t be surprised if they don’t even know which version they have
-
rehrar
selsta read my book
-
rehrar
Guiz, dunno if you heard, but I'm not on vacation anymore.
-
rehrar
So if you want me to do something please continue doing it yourself and leaving me alone. K thx.
-
sgp_
sarang vtnerd_: I'm not thinking about a Breaking Monero-type episode. More of a debrief
-
sgp_
Doesn't need to be for a particular event, just YouTube explaining what you did and why, what was difficult, etc.
-
sgp_
I was inspired by the Jitsi call today where they talked about their infrastructure a bit and dealing with scaling it while it was on fire under ready load
-
msvb-mob
sgp: Is there some definition of what number of streams a Jitsi server can support? I read comments from a radom guy stating that it's weak in that way, poor scaling to thousands.
-
msvb-mob
It must be a big headache determining performance limits when comparing a lot of platforms.
-
sgp_
I have no idea where the performance limit is. There are many things that can still be improved, such as the old VP8 codec
-
sgp_
VP9 has been pretty standard for 6 years, no?
-
msvb-mob
Interesting, but the impression I got was that when comparing Jitsi to other platforms (probably with similar codec strategy) the others win. I'm probably wrong about this, just an impression that made me think.
-
msvb-mob
Discord is even worse when video is used, the AltspaceVR (thing that rehrar found) was way ahead with twenty thousand or something, maybe because it's vector? I don't know.
-
msvb-mob
Quite a depressing mess.
-
msvb-mob
I guess BlackHat is using on24, which scales great but I've never heard of it.