-
xmrmatterbridge
<sgp_> I scheduled the community workgroup meeting at 16:30 utc this Saturday (30 minutes early)
-
xmrmatterbridge
<sgp_> The coffee chat will be at 18 utc, shortly after the meeting
-
Snipa
I'll probally end up mossing this week's community meeting unfortunately, that's a tad early for when I'm usually up and moving. I'll have to catch up on the logs.
-
sarang
-
sgp_
-
monerobux
[ Clueless Whale Alert (@xmr_whale_alert) | Twitter ] - twitter.com
-
rottensox
happy birthday monero. lol.
-
fort3hlulz
XD
-
Inge-
Nobody is addressing the real question in Monero in 2020
-
Inge-
... how to pronounce snipa
-
lza_menace
well, it can't be "snip-uh" otherwise there would be 2 p's
-
lza_menace
it's got to be "snyp-uh"
-
lza_menace
maybe he plays a lot of FPS games and prefers to use snipers
-
asymptotically
didn't we have this in #monero-pools yesterday? Mochi101 says it like "snipper" because of course he does, and everyone else voted for something that sounded like sniper
-
lza_menace
.shrug
-
monerobux
¯\_(ツ)_/¯
-
Inge-
on monero-talk it was Snaip-Ah like sniper, but I am just nok OK with that.
-
selsta
Sneep ah
-
asymptotically
i wonder why his parents picked such an odd name. they must not like him
-
lza_menace
is there any sort of documentation or process in place for "passing the torch"? I'd be interested to know what the procedure is like and how things like domain registrations are managed and by whom
-
lza_menace
I get that we all like decentralization, but we'll still need somebody/some group to maintain domains/DNS/content/etc
-
selsta
Did you read the announcement blog post?
-
lza_menace
which one?
-
lza_menace
core team one, dec 16?
-
selsta
yes
-
lza_menace
I guess it does mention that
-
selsta
yup bF and fluffy manage things like DNS, domain, etc
-
lza_menace
new CCS page looks good...the old one (ffs?) was so spammy
-
lza_menace
can we not clone repos from repo.getmonero.org via ssh?
-
sarang
Apparently there's some kind of CloudFlare issue that would require running their code on the machine, or something like that
-
sarang
mooo knows more details
-
tevador
if anyone is running windows here, check if you are vulnerable:
testcve.kudelskisecurity.com
-
koe
it sounded like the story around 'mixins' is being deprecated; previously it was commonly said that the MLSAG ring members was the mixin plus the real sender [ring size = mixin + 1]; what is the preferred semantics now?
-
koe
sgp_ said some time ago to just use ring size
monero.stackexchange.com/questions/…fference-between-mixin-and-ringsize is that still the party line?
-
sarang
The give equivalent information
-
sarang
*they
-
koe
yeah Im thinking about semantics, consistency
-
sarang
Is one or the other used in any public-facing interfaces like RPC calls?
-
sarang
I happen to prefer "ring size"
-
sarang
Since this corresponds to the input anonymity set parameter for various signature and proof constructions
-
koe
looks like they are both used quite a bit
-
koe
throughout the code
-
koe
Ill stick with mixin since it's more obscure and more important to drill into people's heads
-
koe
ring size is obvious
-
sarang
Why is it important?
-
sarang
Both are a measure of input anonymity set size
-
koe
because someone encountering the code base will be more likely to think 'wtf is this exactly'
-
sarang
I also don't like the term "mixin" since it makes people think of mixing, which is _not_ the same thing
-
sarang
and that seems to get confused in articles all the time
-
koe
I just have it as a footnote no big deal
-
sarang
word
-
koe
I think the word itself is confusing, but the concept is relevant to developers since 'selecting unrelated addresses from the blockchain' is an activity separate from actually signing messages
-
nioc
no idea about the code but as far as use goes mixin has and is being replaced by ringsize
-
sgp_
koe: I've been using ringsize since early/mid 2017
-
sgp_
I have learned to like it a lot more
-
koe
ok thanks guys