< bitcoin-git> [bitcoin] jb55 opened pull request #18847: compressor: use prevector in CompressScript serialization (master...2020-05-compresscript-prevector) https://github.com/bitcoin/bitcoin/pull/18847
< bitcoin-git> [bitcoin] jb55 opened pull request #18848: threadnames: don't allocate memory in ThreadRename (master...2020-05-static-threadrename) https://github.com/bitcoin/bitcoin/pull/18848
< bitcoin-git> [bitcoin] jb55 opened pull request #18849: The Zero Allocations project (master...zeroalloc) https://github.com/bitcoin/bitcoin/pull/18849
< bitcoin-git> [bitcoin] bvbfan opened pull request #18850: Fix ZapSelectTx to sync wallet spends (master...zapfix) https://github.com/bitcoin/bitcoin/pull/18850
< bitcoin-git> [bitcoin] jb55 closed pull request #18848: threadnames: don't allocate memory in ThreadRename (master...2020-05-static-threadrename) https://github.com/bitcoin/bitcoin/pull/18848
< bitcoin-git> [bitcoin] jb55 reopened pull request #18848: threadnames: don't allocate memory in ThreadRename (master...2020-05-static-threadrename) https://github.com/bitcoin/bitcoin/pull/18848
< bitcoin-git> [bitcoin] jb55 closed pull request #18848: threadnames: don't allocate memory in ThreadRename (master...2020-05-static-threadrename) https://github.com/bitcoin/bitcoin/pull/18848
< bitcoin-git> [bitcoin] laanwj opened pull request #18851: refactor: Replace thread_local use with a mutex-protected map (master...2020_05_replace_threadlocal) https://github.com/bitcoin/bitcoin/pull/18851
< thomasb06> wumpus: hello?
< thomasb06> so, here is my computation:
< thomasb06> say that a computers finds a nonce every second,
< thomasb06> that is makes 2^128 target check per second,
< thomasb06> nowadays, say computers check 10^12 nonces per seconds,
< thomasb06> with Moore's law, it would take log(2^(128)/10^12)/log(2) years,
< thomasb06> which is 88.137 years.
< thomasb06> What do you think?
< thomasb06> hello?
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/844d2070a2c0...68ef9523d1bc
< bitcoin-git> bitcoin/master 2748e87 pierrenn: script: prevent UB when computing abs value for num opcode serialize
< bitcoin-git> bitcoin/master 68ef952 fanquake: Merge #18413: script: prevent UB when computing abs value for num opcode s...
< bitcoin-git> [bitcoin] fanquake merged pull request #18413: script: prevent UB when computing abs value for num opcode serialize (master...fix-script-absolute) https://github.com/bitcoin/bitcoin/pull/18413
< bitcoin-git> [bitcoin] fanquake closed pull request #18187: Add macOS notarization (including stapling) (master...2020/02/macos_runtime_hardening) https://github.com/bitcoin/bitcoin/pull/18187
< thomasb06> wumpus: "When my work is finished, I'm coming back for you...": https://endlessvideo.com/watch?v=6wkc4uCaLpw&start=184&end=187
< wumpus> thomasb06: I'm not here for casual chat sorry, this channel is for bitcoin core development, for general chat w/ other people about bitcoin join #bitcoin
< thomasb06> wumpus: Sure... By the way, do you know where I can find a job?
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18853: wallet: Fix typo in assert that is compile-time true (master...2004-walletAssertAlwaysTrue) https://github.com/bitcoin/bitcoin/pull/18853
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18854: doc: Fix typo in Coin doxygen comment (master...2005-docCoins) https://github.com/bitcoin/bitcoin/pull/18854
< grubles> are devs' hashes from guix-building anywhere?
< grubles> is that a thing?
< grubles> for some reason i was expecting the guix-built hashes to match the gitian-built hashes, but i guess they don't
< achow101> grubles: I don't think they're supposed to match
< achow101> guix deterministically builds all packges. gitian has some reliance on ubuntu system libs
< grubles> yeah
< grubles> i came to that realization :p
< grubles> i haven't seen anywhere where i can compare my guix-built hashes though
< achow101> try asking in #bitcoin-builds
< grubles> ok thanks
< luke-jr> nobody seems to be reviewing #18818 :/
< gribble> https://github.com/bitcoin/bitcoin/issues/18818 | Fix release tarball generated by gitian by luke-jr · Pull Request #18818 · bitcoin/bitcoin · GitHub