PET Tracer Separation Using Conditional Diffusion Transformer with Multi-latent Space Learning
Bin Huang, Feihong Xu, Xinchong Shi, Shan Huang, Binxuan Li, Fei Li, Qiegen Liu
https://arxiv.org/abs/2506.16934
Okay, spent a little time with Python's Matplotlib to get this graph of miles biked so far this year...
At some point I should be able to pull the data from Run Gap's SQLite database to automate this more, and get more granular.
I still need to figure out how to space the bars and some other formatting stuff but it's a good start!
#python
“Siloviki” is perhaps the most borrowed word in Russian studies
— probably because it explains so much about Putin’s Russia.
Its members are the police, the border control, the army, the security services, the spies.
For their service to the regime, they are rewarded with early pensions,
plenty of cash and almost total immunity from investigation for corruption or brutality.
In truth, the American security state, with its qualified immunity, surveillance appar…
"As the West debates red lines and escalation risks, Ukraine’s spies are doing what no NATO agency dared: hunting Russian war criminals across three continents, from Moscow’s suburbs to Mali’s deserts — the very territories where Russia projected power unopposed for years.
Russia’s failed blitzkrieg birthed something far more dangerous than Ukrainian resistance — Ukrainian revenge."
CIA forged Ukraine's spy service into Mossad for Putin— now it can't make them stop
https://euromaidanpress.com/2025/06/08/cia-forged-ukraines-broken-spy-service-into-mossad-for-putin-now-it-cant-make-them-stop/
Russia's Spy Hunters Are Suspicious as Putin Moves Closer to China (New York Times)
https://www.nytimes.com/2025/06/07/world/europe/china-russia-spies-documents-putin-war.html?unlocked_article_code=1.NE8.PimT.gsouQqQHBzvf&smid=url-share
http://www.memeorandum.com/250607/p68#a250607p68
> Polish "patriot"
Look inside.
> fascinated by the USA
> dependent on corporations from the USA
> dependent on wares from China
> dependent on immigrant workers
> speaks a mix of Polish with English loan words
> can't handle Polish spelling
> weak with Polish history
> Putin's puppet
Some fun facts about #Python limited API / stable ABI.
1. #CPython supports "limited API". When you use it, you get extensions that are compatible with the specified CPython version and versions newer than that. To indicate this compatibility, such extensions use `.abi3.so` suffix (or equivalent) rather than the usual `.cpython-313-x86_64-linux-gnu.so` or alike.
2. The actual support is split between CPython itself and #PEP517 build systems. For example, if you use #setuptools and specify `py_limited_api=` argument to the extension, setuptools will pass appropriate C compiler flags and swap extension suffix. There's a similar support in #meson, and probably other build systems.
3. Except that CPython freethreading builds don't support stable ABI right now, so building with "limited API" triggers an explicit error from the headers. Setuptools have opted for building explicit about this: it emits an error if you try to use `py_limited_api` on a freethreading interpreter. Meson currently just gives the compile error. This implies that package authors need to actively special-case freethreading builds and enable "limited API" conditionally.
4. A some future versions of CPython will support "limited API" in freethreading builds. I haven't been following the discussions closely, but I suspect that it will only be possible when you target that version or newer. So I guess people will need to be building two stable ABI wheels for a time — one targeting older Python versions, and one targeting newer versions plus freethreading. On top of that, all these projects will need to update their "no 'limited API' on freethreading" conditions.
5. And then there's #PyPy. PyPy does not feature a stable ABI, but it allows you to build extensions using "limited API". So setuptools and meson just detect that there is no `.abi3.so` on PyPy, and use regular suffix for the extensions built with "limited API".
On the rejection of Argentina and Poland (among others) proposals for a moon treaty by the USA and the USSR.
#SpacePolicy
PARROT: Synergizing Mamba and Attention-based SSL Pre-Trained Models via Parallel Branch Hadamard Optimal Transport for Speech Emotion Recognition
Orchid Chetia Phukan, Mohd Mujtaba Akhtar, Girish, Swarup Ranjan Behera, Jaya Sai Kiran Patibandla, Arun Balaji Buduru, Rajesh Sharma
https://arxiv.org/abs/2506.01138