sipa changed the topic of #bitcoin-wizards to: This channel is for discussing theoretical ideas with regard to cryptocurrencies, not about short-term Bitcoin development | http://bitcoin.ninja/ | This channel is logged. | For logs and more information, visit http://bitcoin.ninja
oleganza has quit [Quit: oleganza]
itsme_ has joined #bitcoin-wizards
AaronvanW has quit [Remote host closed the connection]
AaronvanW has joined #bitcoin-wizards
AaronvanW has quit [Ping timeout: 252 seconds]
itsme_ has quit [Quit: Textual IRC Client: www.textualapp.com]
thrmo has quit [Ping timeout: 252 seconds]
<petertodd> kanzure: pity it's such a WIP - I'm working on my own merkle-sum-tree thing right now in rust as well and it'd be interesting to compare notes
face has quit [Ping timeout: 260 seconds]
face has joined #bitcoin-wizards
jannes has quit [Remote host closed the connection]
MaxSan has quit [Ping timeout: 260 seconds]
MaxSan has joined #bitcoin-wizards
King_Rex has quit [Remote host closed the connection]
n1ce__ has joined #bitcoin-wizards
n1ce has quit [Ping timeout: 240 seconds]
kenshi84_ is now known as kenshi84
baikal has quit [Quit: ZNC 1.6.1+deb1 - http://znc.in]
MaxSan has quit [Ping timeout: 260 seconds]
pro has quit [Quit: Leaving]
Giszmo has quit [Quit: Leaving.]
oleganza has joined #bitcoin-wizards
legogris has quit [Remote host closed the connection]
legogris has joined #bitcoin-wizards
_whitelogger has joined #bitcoin-wizards
TheSeven has quit [Ping timeout: 258 seconds]
[7] has joined #bitcoin-wizards
juscamarena has joined #bitcoin-wizards
juscamarena_ has joined #bitcoin-wizards
juscamarena_ has quit [Remote host closed the connection]
harrymm has quit [Ping timeout: 252 seconds]
n1ce__ has quit [Remote host closed the connection]
n1ce has joined #bitcoin-wizards
CheckDavid has joined #bitcoin-wizards
n1ce has quit [Remote host closed the connection]
n1ce has joined #bitcoin-wizards
harrymm has joined #bitcoin-wizards
Belkaar has quit [Ping timeout: 258 seconds]
Belkaar has joined #bitcoin-wizards
Belkaar has joined #bitcoin-wizards
Belkaar has quit [Changing host]
RubenSomsen has joined #bitcoin-wizards
<Taek> ^ interesting underhanded pull request on our repo (self-announced as underhanded)
<Taek> It looks like it's utilizing scoping. The function is called with variable 'p', and then a for loop declares another 'p' which - typically - shadows the first 'p;
<Taek> but actually, the 'p' in the loop is a unicode 'p', and therefore read by the compiler as a completely separate variable
<Taek> the programmer can switch between them at will and the reviewer is unlikely to notice
<gmaxwell> Taek: can't have that in pedantic C code, as variable names have to be 7-bit ascii.
<Taek> that's correct, it's unique to compilers that accept unicode source code (golang specification requires this)
oleganza has quit [Quit: oleganza]
oleganza has joined #bitcoin-wizards
oleganza has quit [Client Quit]
kenshi84 has quit [Ping timeout: 260 seconds]
kenshi84 has joined #bitcoin-wizards
_whitelogger has joined #bitcoin-wizards
oleganza has joined #bitcoin-wizards
d9b4bef9 has quit [Remote host closed the connection]
d9b4bef9 has joined #bitcoin-wizards
ManfredMacx has joined #bitcoin-wizards
thrmo has joined #bitcoin-wizards
UnrealLife has joined #bitcoin-wizards
pedrovian_ has joined #bitcoin-wizards
oleganza has quit [Quit: oleganza]
pedrovian has quit [Ping timeout: 258 seconds]
n1ce has quit [Remote host closed the connection]
n1ce has joined #bitcoin-wizards
goksinen has joined #bitcoin-wizards
_whitelogger has joined #bitcoin-wizards
thrmo has quit [Quit: Waiting for .007]
n1ce_ has joined #bitcoin-wizards
n1ce has quit [Ping timeout: 240 seconds]
Davasny has joined #bitcoin-wizards
Davasny is now known as Guest50335
Ylbam has joined #bitcoin-wizards
bildramer1 has joined #bitcoin-wizards
bildramer has quit [Ping timeout: 240 seconds]
bildramer1 is now known as bildramer
n1ce_ has quit [Remote host closed the connection]
n1ce has joined #bitcoin-wizards
c0rw1n has quit [Remote host closed the connection]
c0rw1n has joined #bitcoin-wizards
Guyver2 has joined #bitcoin-wizards
CheckDavid has quit [Quit: Connection closed for inactivity]
RubenSomsen has joined #bitcoin-wizards
n1ce has quit [Remote host closed the connection]
n1ce has joined #bitcoin-wizards
zaus has joined #bitcoin-wizards
RubenSomsen has quit [Ping timeout: 240 seconds]
zaus has quit [Ping timeout: 260 seconds]
zaus has joined #bitcoin-wizards
<zaus> can PoW be employed to solve byzantine agreement?
<zaus> I remember amiller's paper on "Pseudonymous Broadcast and Secure Computation from Cryptographic Puzzles"
<zaus> although I think that still used to bootstrap some keys, that run - anyway - a standard byzantine agreement
<zaus> I wonder instead if one could come up with a byzantine agreement
zaus has quit [Client Quit]
CubicEarth has quit [Remote host closed the connection]
<amiller> this related paper also appeared at Crypto: https://eprint.iacr.org/2014/796
goksinen has quit [Remote host closed the connection]
laurentmt has joined #bitcoin-wizards
UnrealLife has quit [Ping timeout: 258 seconds]
laurentmt has quit [Client Quit]
UnrealLife has joined #bitcoin-wizards
goksinen has joined #bitcoin-wizards
goksinen has quit [Ping timeout: 258 seconds]
King_Rex has joined #bitcoin-wizards
n1ce_ has joined #bitcoin-wizards
AaronvanW has joined #bitcoin-wizards
n1ce has quit [Ping timeout: 260 seconds]
<kanzure> .title
<yoleaux> Cryptology ePrint Archive: Report 2014/796
<kanzure> grr.
thom has quit [Ping timeout: 240 seconds]
AaronvanW has quit [Client Quit]
AaronvanW has joined #bitcoin-wizards
n1ce_ has quit [Remote host closed the connection]
thom has joined #bitcoin-wizards
n1ce has joined #bitcoin-wizards
AaronvanW has quit []
AaronvanW has joined #bitcoin-wizards
skeuomorf has joined #bitcoin-wizards
sudo_pscience1 has quit [Ping timeout: 258 seconds]
sudo_pscience has joined #bitcoin-wizards
pro has joined #bitcoin-wizards
hashtag has joined #bitcoin-wizards
MaxSan has joined #bitcoin-wizards
hashtag_ has joined #bitcoin-wizards
skeuomorf has quit [Ping timeout: 240 seconds]
hashtag has quit [Ping timeout: 260 seconds]
Giszmo has joined #bitcoin-wizards
TauZero has joined #bitcoin-wizards
ManfredMacx has quit [Ping timeout: 255 seconds]
laurentmt has joined #bitcoin-wizards
<petertodd> Taek: sheesh... languages really should have a way to forbid non-ascii identifiers (or preferably, forbid by default)
<petertodd> Taek: heck, a good default would be non-ascii identifiers are forbidden in everything but comments
RubenSomsen has joined #bitcoin-wizards
<petertodd> Taek: crazy, go allows _any_ utf8 identifier, even stuff like symbols: https://rosettacode.org/wiki/Unicode_variable_names#Go
<petertodd> Taek: and it's not canonicalized in any way: https://golang.org/ref/spec#Source_code_representation :/
mochaccinuh has joined #bitcoin-wizards
<emucode> petertodd: but it's the new cool age, do not discriminate
<emucode> petertodd: you can have two functions that look identical but have different unicode representation and e.g. do opposing things?
airbreather has quit [Read error: Connection reset by peer]
airbreather has joined #bitcoin-wizards
str4d has quit [Ping timeout: 252 seconds]
Aranjedeath has quit [Ping timeout: 240 seconds]
Guest50335 is now known as Dav2
<bsm1175321> I've always wanted a language that me be more expressive with variables and operators, the way we are in mathematics. But this is double plus ungood...
<bsm1175321> This is reason enough not to use go entirely...
pedrovian_ has quit [Read error: Connection reset by peer]
afk11 has quit [Remote host closed the connection]
afk11 has joined #bitcoin-wizards
priidu has joined #bitcoin-wizards
d9b4bef9 has quit [Remote host closed the connection]
d9b4bef9 has joined #bitcoin-wizards
Chris_Stewart_5 has quit [Ping timeout: 240 seconds]
Chris_Stewart_5 has joined #bitcoin-wizards
LeMiner has quit [Read error: Connection reset by peer]
LeMiner has joined #bitcoin-wizards
RubenSomsen has quit [Ping timeout: 240 seconds]
laurentmt has quit [Quit: laurentmt]
boing has joined #bitcoin-wizards
Aranjedeath has joined #bitcoin-wizards
cluckj has quit [Quit: Leaving]
cluckj has joined #bitcoin-wizards
blackwraith has joined #bitcoin-wizards
priidu has quit [Ping timeout: 252 seconds]
sausage_factory has joined #bitcoin-wizards
blackwraith has quit [Ping timeout: 240 seconds]
onabreak has quit [Ping timeout: 260 seconds]
TauZero has quit [Quit: Leaving]
dgenr8 has quit [Read error: Connection reset by peer]
laurentmt has joined #bitcoin-wizards
andytoshi has joined #bitcoin-wizards
andytoshi has quit [Changing host]
andytoshi has joined #bitcoin-wizards
MaxSan has quit [Ping timeout: 245 seconds]
goksinen has joined #bitcoin-wizards
goksinen has quit [Ping timeout: 255 seconds]
MaxSan has joined #bitcoin-wizards
MaxSan has quit [Ping timeout: 258 seconds]
dgenr8 has joined #bitcoin-wizards
CubicEarth has joined #bitcoin-wizards
laurentmt has quit [Quit: laurentmt]
n1ce has quit [Remote host closed the connection]
n1ce has joined #bitcoin-wizards
Guyver2 has quit [Quit: :)]
ananteris has quit [Ping timeout: 260 seconds]
AlineGomes has joined #bitcoin-wizards
n1ce has quit [Remote host closed the connection]
n1ce has joined #bitcoin-wizards
dgenr8 has quit [Read error: Connection reset by peer]
AaronvanW has quit [Remote host closed the connection]
AaronvanW has joined #bitcoin-wizards
AaronvanW has quit [Remote host closed the connection]
AaronvanW has joined #bitcoin-wizards
AaronvanW has quit [Remote host closed the connection]
AaronvanW has joined #bitcoin-wizards
AaronvanW has quit [Ping timeout: 258 seconds]
dispel has joined #bitcoin-wizards
contrapumpkin has quit [Ping timeout: 260 seconds]
Dav2 has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
AaronvanW has joined #bitcoin-wizards
UnrealLife has quit [Quit: Leaving]
belcher has quit [Ping timeout: 252 seconds]
AaronvanW has quit [Ping timeout: 252 seconds]
belcher has joined #bitcoin-wizards
MaxSan has joined #bitcoin-wizards
d9b4bef9 has quit [Remote host closed the connection]
d9b4bef9 has joined #bitcoin-wizards
CubicEarth has quit [Read error: Connection reset by peer]
belcher has quit [Ping timeout: 260 seconds]
CubicEarth has joined #bitcoin-wizards
n1ce has quit [Read error: Connection reset by peer]
goksinen has joined #bitcoin-wizards
n1ce has joined #bitcoin-wizards
goksinen has quit [Ping timeout: 240 seconds]
btcdrak has quit [Quit: Connection closed for inactivity]
btcdrak has joined #bitcoin-wizards
contrapumpkin has joined #bitcoin-wizards
AaronvanW has joined #bitcoin-wizards
Chris_Stewart_5 has quit [Ping timeout: 260 seconds]
Chris_Stewart_5 has joined #bitcoin-wizards
blackwraith has joined #bitcoin-wizards
sausage_factory has quit [Ping timeout: 260 seconds]
onabreak has joined #bitcoin-wizards
laurentmt has joined #bitcoin-wizards
oleganza has joined #bitcoin-wizards
mochaccinuh has quit [Quit: This computer has gone to sleep]
laurentmt has quit [Quit: laurentmt]
n1ce has quit [Remote host closed the connection]
n1ce has joined #bitcoin-wizards
belcher has joined #bitcoin-wizards
belcher has quit [Changing host]
belcher has joined #bitcoin-wizards
jcluck has joined #bitcoin-wizards
cluckj has quit [Ping timeout: 240 seconds]
jcluck is now known as cluckj