

3·
1 month agoThat’s quite surprising, the stable builds were always very stable for me. I used to DJ several times a month in public for 4-6 hours at a time and only had a problem when I tried to run beta builds, which was admittedly a stupid idea.
| is not equivalent to “or”. In bitwise operations the integer is converted into bits and the operation is done on a per-bit level. See: https://www.geeksforgeeks.org/python-bitwise-operators/
Eg.
1 | 2
is 3 where as1 or 3
is 1