Nigel Farage Coutts bank scandal 2025-09-09
CPython 3.13 2025-09-09
Missing Signal feature 2025-09-09
- Tor routing by default:
- option to enable disappearing messages by default:
- community.signalusers.org/t/ability-to-set-your-own-default-timer-for-disappearing-messages-on-all-new-conversations/5144 "Ability to set your own default timer for disappearing messages on all new conversations"
- www.reddit.com/r/signal/comments/jhknuz/default_disappearing_messages_timeout_for_new/
- messages are not encrypted on desktop via the password manager!?!?
- github.com/signalapp/Signal-Desktop/issues/549
- github.com/signalapp/Signal-Desktop/issues/1318
- www.reddit.com/r/privacy/comments/fwux29/signal_desktop_stores_the_encryption_key_in_a/
- whispersystems.discoursehosting.net/t/improve-security-of-desktop-apps-encryption-of-data-at-rest/26494
- community.signalusers.org/t/why-cant-we-lock-the-desktop-app-with-a-password/1383
- web client:
- secure anti-forensic data erasure to attain plausible deniability of disappearing messages:
List of Signal features 2025-09-09
CPython version 2025-09-09
CPython JIT 2025-09-09
Added in CPython 3.13.
To enable tested on Ubuntu 25.04:
git clone https://github.com/python/cpython
cd cpython
git checkout v3.13.7
./configure --enable-experimental-jit
make -jHowever, the JIT appears to be useless tested as of this Python version, lol:
We can try to test it with python/inc_loop.py:but the result is just as pathetic as without JIT currently, taking about 1 second for only 10m loops.
time ./python python/inc_loop.py 10000000This can be compared with the optimal assembly from c/inc_loop_asm.c:which does 1 billion loops in about half a second on P14s.
time ./inc_loop_asm.out 1000000000For comparison, PyPy actually speeds things up and does 1 billion loops in about a second, so only 2x worse than native.
TODO triple check that JIT is enabled. Many threads say the command is:but that fails with:
./python -c 'import sysconfig; sysconfig.get_config_var("JIT_DEPS")'ModuleNotFoundError: No module named '_sysconfigdata__linux_x86_64-linux-gnu'For comparison with a properly implemented dynamic language JIT running nodejs/inc_loop.js does 1 billion loops in 0.6s on v22.14.0, close to native.
tonybaloney.github.io/posts/python-gets-a-jit.html documents what the initial "JIT" implementation does. It is just an extremely naive concatenation of instructions that avoids a for + switch. No wonder it doesn't speed things up much at all.
CPython feature 2025-09-09
Signal feature 2025-09-09
Receiving an anonymous donation in the UK 2025-09-09
PyPy 2025-09-09
Numba 2025-09-09
Jython 2025-09-09
Article published on the New York Times 2025-09-09
Person related to Silk Road 2025-09-09
Receiving an anonymous donation 2025-09-09
Anonymous Stack Overflow users who are likely professionals hiding the company the work at 2025-09-09
These people are amazing:
Article by Ryan Mac 2025-09-09
What is life? 2025-09-09
Ryan Mac Created 2025-09-09 Updated 2025-10-14
There are unlisted articles, also show them or only show them.
