I took a look at the changes coming with Python 3.15 – and I can't wait to put them to productive use. I've already updated our tutorials:
• utf-8 as the default encoding: https://python-basics-tutorial.readthedocs.io/en/latest/ty…
Cowboys bring back intriguing rookie UDFA who had been poached by the Texans https://cowboyswire.usatoday.com/story/sports/nfl/2025/10/22/cowboys-get-2nd-chance-add-cb-zion-childress-back-to-practice-squa…
from my link log —
Fast UDP I/O for QUIC in Firefox in Rust.
https://max-inden.de/post/fast-udp-io-in-firefox/
saved 2025-09-26 https://
ZDF zeigt Sonderausgabe der "Anstalt"
"Die Anstalt - Spezialauftrag" mit Max Uthoff, @maikekuehl und Claus von Wagner läuft Ende Januar auf einem neuem Sendeplatz: am Freitagabend um 23 Uhr.
https://www.kabarett-news.de/News-vom-21.12.2025-…
What's wrong with this #macOS launch plist?
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>KeepAlive</key>
<true />
<key>Label</key>
<string>org.gnu.Emacs</string>
<key>AssociatedBundleIdentifiers</key>
<string>org.gnu.Emacs</string>
<key>ProgramArguments</key>
<array>
<string>/Application/Emacs30.2.app/Contents/MacOS/Emacs</string>
</array>
<key>RunAtLoad</key>
<true/>
<key>ProcessType</key>
<string>Interactive</string>
<key>StandardErrorPath</key>
<string>/Users/alexandp/Library/Logs/org.gnu.Emacs.stderr.log</string>
<key>StandardOutPath</key>
<string>/Users/alexandp/Library/Logs/org.gnu.Emacs.stdout.log</string>
</dict>
</plist>
"This series is the result of careful analysis of UDP stack, to optimize the receive side, especially when under one or several UDP sockets are receiving a DDOS attack.
"I have measured a 47 % increase of throughput when using IPv6 UDP packets with 120 bytes of payload, under DDOS."
https://
Beyond the Use-and-then-Forget (UatF) Bound: Fixed Point Algorithms for Statistical Max-Min Power Control
Renato Luis Garrido Cavalcante, Noor Ul Ain, Lorenzo Miretti, Slawomir Stanczak
https://arxiv.org/abs/2510.11582
from my link log —
An angry rant about locales and filenames in libarchive.
https://github.com/mpv-player/mpv/commit/1e70e82baa9193f6f027338b0fab0f5078971fbe
saved 2025-10-13