achow101 changed the topic of #bitcoin-core-dev to: Bitcoin Core development discussion and commit log | Feel free to watch, but please take commentary and usage questions to #bitcoin | Channel logs: http://www.erisian.com.au/bitcoin-core-dev/, http://gnusha.org/bitcoin-core-dev/ | Weekly Meeting Thursday @ 16:00 UTC | Meeting topics http://gnusha.org/bitcoin-core-dev/proposedmeetingtopics.txt
<gmaxwell> pinheadmz: I think the project made an error in continually giving short bans to outright abusive parties. People who are unable or unwilling to conduct themselves professionally should be just banned. Not banned for 24 hours. Not banned from a single issue. But banned until conditions change (like they send a message saying "uh sorry, was having a bad day, I won't do that again") and
<gmaxwell> potentially forever. Among the many negative properties of failing to do that is that repeat abusers show up to throw mud and then the lower threshold for them makes the removal look out of place to people without the context. It also ferments ongoing hostility because being a jerk in the project becomes part of someone's identity, rather than something they forget about and move past. It
<gmaxwell> also fails to establish clear boundaries-- that the repository isn't a public forum for the airing of underinformed grievances.
<gmaxwell> There needs to be one or two places that exist exclusively for people who like the project and its contributors, want it to be successful, and want to help drive that success. Most of the entire internet is open for people who disagree, don't like the project, or otherwise want to fling mud.
<gmaxwell> It would also, as another matter, be really nice if the project weren't on github and it were possible to require a login to read PRs or even have new PRs be visible only to project members until they're triaged, so that people can't create intentionally provocative PRs and then foam up the public before any project regular has woken up.
Guest13 has joined #bitcoin-core-dev
Guest13 has quit [Client Quit]
sliv3r__ has quit [Read error: Connection reset by peer]
sliv3r__ has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] theuni opened pull request #32465: thread-safety: fix annotations with REVERSE_LOCK (master...fix-reverselock) https://github.com/bitcoin/bitcoin/pull/32465
<bitcoin-git> [bitcoin] theuni opened pull request #32466: threading: drop CSemaphore in favor of c++20 std::counting_semaphore (master...modernize-semaphore) https://github.com/bitcoin/bitcoin/pull/32466
<gmaxwell> vasild: There is nothing incompatible with private issue trackers in open source, they were more or less ubiqutious prior to github. As were projects where you submit proposed changes by emailing a maintainer.
<gmaxwell> vasild: Open source software is software where everyone has the freedom to modify and distribute their own versions, it doesn't say anything about how it gets made. And sure, being very inclusive helps include more people in the process and can get better results. But that's not a question of open source ethos, just a question of efficiency and it may not always apply.
<bitcoin-git> [bitcoin] theuni opened pull request #32467: checkqueue: make the queue non-optional for CCheckQueueControl and drop legacy locking macro usage (master...checkqueue_control_mandatory) https://github.com/bitcoin/bitcoin/pull/32467
zeropoint has quit [Quit: leaving]
Guest78 has joined #bitcoin-core-dev
Guest78 has quit [Client Quit]
hernanmarino has quit [Quit: ZNC 1.8.2+deb2+deb11u1 - https://znc.in]
hernanmarino has joined #bitcoin-core-dev
szarka has joined #bitcoin-core-dev
robszarka has quit [Quit: Leaving]
szarka has joined #bitcoin-core-dev
bitdex has joined #bitcoin-core-dev
bitdex has quit [Remote host closed the connection]
bitdex has joined #bitcoin-core-dev
hernanmarino has quit [Quit: ZNC 1.8.2+deb2+deb11u1 - https://znc.in]
hernanmarino has joined #bitcoin-core-dev
jarthur has joined #bitcoin-core-dev
joetor5 has joined #bitcoin-core-dev
joetor5 has quit [Changing host]
joetor5 has joined #bitcoin-core-dev
joetor5 has quit [Remote host closed the connection]
joetor5 has joined #bitcoin-core-dev
joetor5 has quit [Client Quit]
joetor5 has joined #bitcoin-core-dev
joetor5 has quit [Quit: joetor5]
joetor5 has joined #bitcoin-core-dev
joetor5 has quit [Client Quit]
cmirror has quit [Remote host closed the connection]
cmirror has joined #bitcoin-core-dev
entropyx has quit [Ping timeout: 276 seconds]
kevkevin_ has quit [Remote host closed the connection]
kevkevin has joined #bitcoin-core-dev
Christoph_ has joined #bitcoin-core-dev
kevkevin has quit [Ping timeout: 252 seconds]
PaperSword1 has joined #bitcoin-core-dev
PaperSword has quit [Ping timeout: 276 seconds]
PaperSword1 is now known as PaperSword
Christoph_ has quit [Quit: Christoph_]
entropyx has joined #bitcoin-core-dev
Christoph_ has joined #bitcoin-core-dev
PaperSword1 has joined #bitcoin-core-dev
PaperSword has quit [Ping timeout: 252 seconds]
PaperSword1 is now known as PaperSword
Christoph_ has quit [Quit: Christoph_]
Christoph_ has joined #bitcoin-core-dev
Christoph_ has quit [Quit: Christoph_]
jarthur has quit [Quit: jarthur]
kevkevin has joined #bitcoin-core-dev
kevkevin has quit [Ping timeout: 252 seconds]
entropyx has quit [Read error: Connection reset by peer]
entropyx has joined #bitcoin-core-dev
vysn has quit [Remote host closed the connection]
pyth has joined #bitcoin-core-dev
pyth has quit [Remote host closed the connection]
emcy__ has joined #bitcoin-core-dev
mcey_ has quit [Ping timeout: 276 seconds]
Guyver2 has joined #bitcoin-core-dev
Talkless has joined #bitcoin-core-dev
kevkevin has joined #bitcoin-core-dev
kevkevin has quit [Ping timeout: 252 seconds]
kevkevin has joined #bitcoin-core-dev
kevkevin has quit [Ping timeout: 252 seconds]
conman has joined #bitcoin-core-dev
kevkevin has joined #bitcoin-core-dev
Chris_Stewart_5 has quit [Quit: WeeChat 4.1.1]
kevkevin has quit [Ping timeout: 276 seconds]
kevkevin has joined #bitcoin-core-dev
pyth has joined #bitcoin-core-dev
kevkevin has quit [Ping timeout: 245 seconds]
kevkevin has joined #bitcoin-core-dev
pyth has quit [Ping timeout: 248 seconds]
bugs_ has joined #bitcoin-core-dev
kevkevin has quit [Ping timeout: 244 seconds]
jackielove4u has quit [Quit: The Lounge - https://thelounge.chat]
jackielove4u has joined #bitcoin-core-dev
jackielove4u has quit [Client Quit]
jackielove4u has joined #bitcoin-core-dev
Guyver2 has left #bitcoin-core-dev [Closing Window]
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/19b1e177d673...746ab19d5a13
<bitcoin-git> bitcoin/master ab878a7 fanquake: build: simplify *ifaddr handling
<bitcoin-git> bitcoin/master 746ab19 merge-script: Merge bitcoin/bitcoin#32446: build: simplify *ifaddr handling
<bitcoin-git> [bitcoin] fanquake merged pull request #32446: build: simplify *ifaddr handling (master...simplify_socket) https://github.com/bitcoin/bitcoin/pull/32446
<bitcoin-git> [bitcoin] polespinasa opened pull request #32468: rpc:generatetomany (master...generatetomany) https://github.com/bitcoin/bitcoin/pull/32468
jespada has joined #bitcoin-core-dev
jamesob15665 has quit [Read error: Connection reset by peer]
jamesob443688173 has quit [Write error: Connection reset by peer]
jamesob156659 has joined #bitcoin-core-dev
b10c has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
b10c has joined #bitcoin-core-dev
skr0 has joined #bitcoin-core-dev
Guest70 has joined #bitcoin-core-dev
brunoerg_ has joined #bitcoin-core-dev
brunoerg has quit [Remote host closed the connection]
Guest70 has quit [Client Quit]
jarthur has joined #bitcoin-core-dev
brunoerg_ has quit [Ping timeout: 245 seconds]
skr0 has quit [Quit: Leaving]
brunoerg has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 265 seconds]
bugs_ has quit [Quit: Leaving]
kevkevin has joined #bitcoin-core-dev
kevkevin has quit [Ping timeout: 252 seconds]
brunoerg has joined #bitcoin-core-dev
pyth has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 248 seconds]
bitdex has quit [Remote host closed the connection]
bitdex has joined #bitcoin-core-dev
brunoerg has joined #bitcoin-core-dev
b10c has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
b10c has joined #bitcoin-core-dev
b10c has quit [Changing host]
b10c has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 260 seconds]
joetor5 has joined #bitcoin-core-dev
joetor5 has quit [Changing host]
joetor5 has joined #bitcoin-core-dev
Talkless has quit [Quit: Konversation terminated!]
joetor5 has quit [Remote host closed the connection]
joetor5 has joined #bitcoin-core-dev
joetor5 has quit [Remote host closed the connection]
Guest59 has joined #bitcoin-core-dev
brunoerg has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 268 seconds]
Earnestly has quit [Ping timeout: 268 seconds]
andytosh1 has joined #bitcoin-core-dev
tinova44 has joined #bitcoin-core-dev
sliv3r__- has joined #bitcoin-core-dev
jimhhq has joined #bitcoin-core-dev
midnight_ has joined #bitcoin-core-dev
jonasschnelli_ has joined #bitcoin-core-dev
oribellow_ has joined #bitcoin-core-dev
Guest59 has quit [Quit: Client closed]
sliv3r__ has quit [*.net *.split]
andytoshi has quit [*.net *.split]
jonasschnelli has quit [*.net *.split]
meebey has quit [*.net *.split]
tinova4 has quit [*.net *.split]
upekkha has quit [*.net *.split]
midnight has quit [*.net *.split]
shesek has quit [*.net *.split]
oribellow has quit [*.net *.split]
jimhashhq has quit [*.net *.split]
angusp has quit [*.net *.split]
marcofleon has quit [*.net *.split]
tinova44 is now known as tinova4
oribellow_ is now known as oribellow
jespada has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
meebey has joined #bitcoin-core-dev
upekkha has joined #bitcoin-core-dev
angusp has joined #bitcoin-core-dev
marcofleon has joined #bitcoin-core-dev
robszarka has joined #bitcoin-core-dev
danoprey has quit [Remote host closed the connection]
szarka has quit [Ping timeout: 276 seconds]
andytosh1 is now known as andytoshi