As usual we watched the "Stoertebekker" stage play at Ralswiek on Rügen Island. The stage setups and wardrobes were as awesome as always. They really try to improve on that every year and come up with clever mechanisms to transform the building for the various acts of the play. The script this year left room for desire ;) Nevertheless a happing worth attending
htt…
Flink App: the only way to stop us forcing ads down your throat is by going outside the app to the system settings and blocking us from there.
#Flink
And that's how you do it 🎤🗑️ #AIChatBot
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".
Nice to see Michael Hansmeyer still following his dreams: The White Tower was finally revealed 2 weeks ago, currently the largest 3D printed structure in the world (30 meters [90ft] tall), located in a small village in Switzerland:
https://www.michael-hansmeyer.com/white-tower
Vance Secretly Flies for Audience With Trump-Baiting Rupert Murdoch (Josephine Harvey/The Daily Beast)
https://www.thedailybeast.com/jd-vance-calls-in-on-rupert-murdoch-despite-his-papers-flaying-trump/
http://www.memeorandum.com/250612/p69#a250612p69
Tip for #FlyingLess as a family: prepare for long train rides with board card games. The #privacy friendly app games by @… are absolutely brilliant, easy to use, stable not stealing your data (or trying to sell your kids stuff).
(Edited to give right masto account: top work, thanks Secuso🙏 for the hours of fun your sudoku app has provided already).
https://secuso.aifb.kit.edu/english/105.php
Geometric Optimization and IPA-Induced Dispersion Tuning in Solid-Core Photonic Crystal Fibers
Zekeriya Mehmet Yuksel, Hasan Oguz, Ozgur Onder Karakilinc, Halil Berberoglu, Mirbek Turduev, Muzaffer Adak, Sevgi Ozdemir Kart
https://arxiv.org/abs/2507.10815