next-20251201: linux-next
Version:next-20251201 (linux-next)Released:2025-12-01 ⌘ Read more
Advent of Code 2025 starts tomorrow. 🥳🎄
This year, I’m going to use Python 1 on SuSE Linux 6.4, writing the code on my trusty old Pentium 133 with its 64 MB of RAM. No idea if that old version of Python will be fast enough for later puzzles. We’ll see.
next-20251128: linux-next
Version:next-20251128 (linux-next)Released:2025-11-28 ⌘ Read more
The photo doesn’t do justice at all, it was blood red: https://lyse.isobeef.org/abendhimmel-2025-11-27/
@prologic@twtxt.net yeah, I’ve had even requested access to it in order to give it a try and report whatever I can but, Sorry I never got to do any of it. 2025 slam dunked a massive pile of 💩 over my life (hence the disappearance, trying to avoid talking about any of it) and I’m just starting to recover (or at least trying to).
お知らせ:JPCERT/CC ベストレポーター賞 2025 ⌘ Read more
next-20251127: linux-next
Version:next-20251127 (linux-next)Released:2025-11-27 ⌘ Read more
Victorian grower finds success in relatively unknown sweet crop
Jujubes are a relatively unknown fruit for most Australians, but the sweet fruit has strong domestic demand for those looking for a taste of home. ⌘ Read more
White wine grape growers already in crisis suffer ‘another kick in the guts’
The wine grape industry has written to the SA government pleading for help as it reaches breaking point after indicative pricing for the next vintage is released showing growers could face losses of up to $270 per tonne. ⌘ Read more
Drought down south sends potato prices soaring up north
Potato growers in Queensland’s far north are suddenly in hot demand as drought-stricken paddocks in the country’s south fail to deliver. ⌘ Read more
funny article gopher://sdf.org/0/users/ictia/phlog/2025-11-23-i-am-done-with-the-web.txt
https://fokus.cool/2025/11/25/i-dont-care-how-well-your-ai-works.html
AI systems being egregiously resource intensive is not a side effect — it’s the point.
And someone commented on that with:
I’m fascinated by the take about the resource usage being an advantage to the AI bros.
They’ve created software that cannot (practically) be replicated as open source software / free software, because there is no community of people with sufficient hardware / data sets. It will inherently always be a centralized technology.
Fascinating and scary.
next-20251126: linux-next
Version:next-20251126 (linux-next)Released:2025-11-26 ⌘ Read more
next-20251125: linux-next
Version:next-20251125 (linux-next)Released:2025-11-25 ⌘ Read more
next-20251124: linux-next
Version:next-20251124 (linux-next)Released:2025-11-24 ⌘ Read more
6.6.117: longterm
Version:6.6.117 (longterm)Released:2025-11-24Source:linux-6.6.117.tar.xzPGP Signature:linux-6.6.117.tar.signPatch:full ( incremental)ChangeLog:ChangeLog-6.6.117 ⌘ Read more
6.18-rc7: mainline
Version:6.18-rc7 (mainline)Released:2025-11-23Source:linux-6.18-rc7.tar.gzPatch:full ( incremental) ⌘ Read more
** Sticker party, November **
Some random thoughts including how the band Imagine Dragons is kinda like Metal for kids; distributing apps, even without involving Apple at all, is deeply annoying on macOS; Pokemon ZA is fun, but I think that I’m a turn-based girlie at heart; my partner has been playing a lot of Tears of the Kingdom lately, it has been a lot of fun for me to watch, and hair-pullingly frustrating for our nearly 10 year old who has strong opinions about the correct order of operations in that game; I wrote, but am cu … ⌘ Read more
And regarding those broken URLs: I once speculated that these bots operate on an old dataset, because I thought that my redirect rules actually were broken once and produced loops. But a) I cannot reproduce this today, and b) I cannot find anything related to that in my Git history, either. But it’s hard to tell, because I switched operating systems and webservers since then …
But the thing is that I’m seeing new URLs constructed in this pattern. So this can’t just be an old crawling dataset.
I am now wondering if those broken URLs are bot bugs as well.
They look like this (zalgo is a new project):
https://www.uninformativ.de/projects/slinp/zalgo/scksums/bevelbar/
When you request that URL, you get redirected to /git/:
$ curl -sI https://www.uninformativ.de/projects/slinp/zalgo/scksums/bevelbar/
HTTP/1.0 301 Moved Permanently
Date: Sat, 22 Nov 2025 06:13:51 GMT
Server: OpenBSD httpd
Connection: close
Content-Type: text/html
Content-Length: 510
Location: /git/
And on /git/, there are links to my repos. So if a broken client requests https://www.uninformativ.de/projects/slinp/zalgo/scksums/bevelbar/, then sees a bunch of links and simply appends them, you’ll end up with an infinite loop.
Is that what’s going on here or are my redirects actually still broken … ?
I just noticed this pattern:
uninformativ.de 201.218.xxx.xxx - - [22/Nov/2025:06:53:27 +0100] "GET /projects/lariza/multipass/xiate/padme/gophcatch HTTP/1.1" 301 0 "" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
www.uninformativ.de 103.10.xxx.xxx - - [22/Nov/2025:06:53:28 +0100] "GET http://uninformativ.de/projects/lariza/multipass/xiate/padme/gophcatch HTTP/1.1" 400 0 "" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
Let me add some spaces to make it more clear:
uninformativ.de 201.218.xxx.xxx - - [22/Nov/2025:06:53:27 +0100] "GET /projects/lariza/multipass/xiate/padme/gophcatch HTTP/1.1" 301 0 "" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
www.uninformativ.de 103.10.xxx.xxx - - [22/Nov/2025:06:53:28 +0100] "GET http://uninformativ.de/projects/lariza/multipass/xiate/padme/gophcatch HTTP/1.1" 400 0 "" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
Some IP (from Brazil) requests some (non-existing, completely broken) URL from my webserver. But they use the hostname uninformativ.de, so they get redirected to www.uninformativ.de.
In the next step, just a second later, some other IP (from Nepal) issues an HTTP proxy request for the same URL.
Clearly, someone has no idea how HTTP redirects work. And clearly, they’re running their broken code on some kind of botnet all over the world.
next-20251121: linux-next
Version:next-20251121 (linux-next)Released:2025-11-21 ⌘ Read more
Grower trials purple-skinned pineapple varieties in Queensland
Striking new purple-skinned pineapples are being trialled in Queensland, but the wait to taste them could last 10 years. ⌘ Read more
next-20251120: linux-next
Version:next-20251120 (linux-next)Released:2025-11-20 ⌘ Read more
I had no meetings this arvo, so I made an appointment with the woods in my extended lunch break. The 6°C warm sun was out all day long and there was only a very light breeze. So, a very nice autumn day.
When I stopped to take a photo in the forest, a deer behind me took off into the woodland. I didn’t see it before. Also, I came across one or the other clearing. Sadly, it’s all commercial timberland here. Luckily, in a year or so, when nature slowly took over and reclaimed some spots, the apocalyptic sites are then looking a bit more decent again.
Cleaning of the ruin walls on my backyard mountain slowly takes shape. They made some progress and moved on to the other section. The flag on top is halfway disintegrated again, all the yellow half is completely gone. I’m wondering if they just stop replacing it at some point in time. But probably not.
next-20251119: linux-next
Version:next-20251119 (linux-next)Released:2025-11-19 ⌘ Read more
To everyone previously asking, what my (and other developers) endless complaining about Google, to both every EU body, with a form on their website and every relevant team at Google accomplished…
WE FUCKING WON!!!
“While security is crucial, we’ve also heard from developers and power users who have a higher risk tolerance and want the ability to download unverified apps.”
-source
I was also able to work with my new webhost, to bring back “🐕.fr.to” - everyones favorite vanity redirect domain, for my site, Googles changes to SSL warnings in Chrome, killed at the beginning of this year.
The lesson: I NEED TO COMPLAIN MORE
next-20251118: linux-next
Version:next-20251118 (linux-next)Released:2025-11-18 ⌘ Read more
お知らせ:JPCERT/CC Eyes「SigmaおよびYARAルールを活用したリアルタイムクライアント監視ツールYAMAGoya」 ⌘ Read more
next-20251117: linux-next
Version:next-20251117 (linux-next)Released:2025-11-17 ⌘ Read more
6.18-rc6: mainline
Version:6.18-rc6 (mainline)Released:2025-11-16Source:linux-6.18-rc6.tar.gzPatch:full ( incremental) ⌘ Read more
We had a nice family day in Schwäbisch Gmünd: https://lyse.isobeef.org/schwaebisch-gmuend-2025-11-16/
@prologic@twtxt.net Hm, same startup delay. (Go is not an option for me anyway.)
It’s hard to tell why all this is so slow. Maybe in this particular case it has something to do with fonts: strace shows the program loading the fontconfig configs several times, and that takes up a bulk of the startup time. 🤔 (Qt6 or Java don’t do that, but they’re still slow to start up – for other reasons, apparently.)
To be fair, it’s “just” the initial program startup (with warm I/O caches). Once it’s running, it’s fine. All toolkits I’ve tried are. But I don’t want to accept such delays, not in the year 2025. 😅 Imagine every terminal window needing half a second to appear on the screen … nah, man.
Winter is Coming: Build a Solar Powered Foot Stove
Image: The electric foot stove that we build in this manual. Photo by Marie Verdeil.
We built an electric cube heater, powered by a 100-watt solar PV panel. During the day, the solar panel slowly heats the cube, … ⌘ Read more
Small wineries worried about ‘onerous’ costs of consumer recycling scheme
Container Deposit Schemes are loved by consumers for getting a little cash back, but wineries say the financial and administrative burden outweighs any environmental boon. ⌘ Read more
next-20251114: linux-next
Version:next-20251114 (linux-next)Released:2025-11-14 ⌘ Read more
6.12.58: longterm
Version:6.12.58 (longterm)Released:2025-11-13Source:linux-6.12.58.tar.xzPGP Signature:linux-6.12.58.tar.signPatch:full ( incremental)ChangeLog:ChangeLog-6.12.58 ⌘ Read more
The sky picked up a few colors for just a few minutes: https://lyse.isobeef.org/abendhimmel-2025-11-13/
next-20251113: linux-next
Version:next-20251113 (linux-next)Released:2025-11-13 ⌘ Read more
next-20251112: linux-next
Version:next-20251112 (linux-next)Released:2025-11-12 ⌘ Read more
Quirky avocados with ‘bumps, lumps and butt cheeks’ causing chuckles
Avocado growers in WA’s South West say the oddly shaped fruit popping up on their trees may cause a few chuckles, but that does not affect the taste. ⌘ Read more
Wine body sorry for ‘disappointing’ T-shirts bearing ‘irresponsible’ messaging
The Coonawarra Vignerons, in South Australia’s South East, has deleted a post which attracted controversy for celebrating binge drinking. ⌘ Read more
New mango variety to hit shelves after years of development
The Ruby Gold mango has been produced in commercial quantities for the first time and sellers say they are sure it will be a winner with consumers. ⌘ Read more
Nothing too crazy, but still nice:
next-20251111: linux-next
Version:next-20251111 (linux-next)Released:2025-11-11 ⌘ Read more
ProcessOne: On Signal Protocol and Post-Quantum Ratchets
Signal improved its protocol to prepare encrypted messaging for the quantum era.
They call the improvement “Triple Ratchet” (or SPQR = Signal Post-Quantum Ratchet).
[Signal Protocol and Post-Quantum Ratchets\ \ We are excited to announce a significant advancement in the security … ⌘ Read more
next-20251110: linux-next
Version:next-20251110 (linux-next)Released:2025-11-10 ⌘ Read more
6.18-rc5: mainline
Version:6.18-rc5 (mainline)Released:2025-11-09Source:linux-6.18-rc5.tar.gzPatch:full ( incremental) ⌘ Read more
Thank you for https://www.uninformativ.de/blog/postings/2025-11-09/0/POSTING-en.html, @movq@www.uninformativ.de! I never configured systemd timers, but I would have gotten it wrong, too. Good to know when I eventually stumble across that in the future. I’m still using cron. Yeah, its field order sucks and I always have to look it up (because I don’t deal with that all that often). Indeed, systemd’s order sounds more reasonable.
Former nurse turns ‘absolute passion’ for lavender into 35-year career
Annemarie Manders reflects on how she became a lavender farmer in the Yarra Valley. ⌘ Read more
Uncertainty for small-scale Tasmanian farmers over new food safety rules
The new regulations would bring Tasmania into line with national standards, but smaller growers are worried they will have to pay the same fees and meet the same auditing requirements as large-scale growers. ⌘ Read more
How to Brew Solar Powered Coffee
Image: The solar powered coffee maker that we build in this manual. Photo by Marie Verdeil.
There are many different methods for making coffee, some more energy-efficient than others. However, there are no coffee makers that … ⌘ Read more
These trees are usually laden with apples. This year they’re strangely bare
Across the the Blue Mountains, apple farmers are noticing less fruit this season. Some are wondering if it’s linked to varroa mite. ⌘ Read more
next-20251107: linux-next
Version:next-20251107 (linux-next)Released:2025-11-07 ⌘ Read more
Australia’s $4 billion illicit tobacco trade fuels a violent criminal market
Authorities stress the $4 billion figure is conservative, as it does not include illegal vapes and e-cigarettes. ⌘ Read more
next-20251106: linux-next
Version:next-20251106 (linux-next)Released:2025-11-06 ⌘ Read more
@movq@www.uninformativ.de this I find more worrisome, and saw no mention of it on your text: Right-Wing Chatbots Turbocharge America’s Political and Cultural Wars (gift article).
Enoch, one of the newer chatbots powered by artificial intelligence, promises “to ‘mind wipe’ the pro-pharma bias” from its answers. Another, Arya, produces content based on instructions that tell it to be an “unapologetic right-wing nationalist Christian A.I. model.”
Spud King expands empire with $14m orchard deal
WA’s “Spud King” Tony Galati has expanded his empire with a $14 million bid to purchase two South West orchards which will see his business move into apples and avocados. ⌘ Read more
Not as cool as yesterday: https://lyse.isobeef.org/abendhimmel-2025-11-05/
For the innocent bystanders (because I know that I won’t change @bender@twtxt.net’s opinion):
curl -s gopher://uninformativ.de/0/phlog/2025/2025-11/2025-11-05--my-current-reasons-against-ai.txt
next-20251105: linux-next
Version:next-20251105 (linux-next)Released:2025-11-05 ⌘ Read more
The XMPP Standards Foundation: The XMPP Newsletter October 2025
Welcome to the XMPP Newsletter, great to have you here again!
This issue covers the month of October 2025.
The XMPP Newsletter is brought to you by the XSF Communication Team.
Just like any other product or project by the XSF, the Newsletter is the result of voluntary work … ⌘ Read more
Flower likened to ‘cancer’ for environment still sold at nurseries
The colourful flowers of gazanias might attract you to buy them at a nursery but it is worth considering whether you are getting an invasive weed causing havoc to our landscapes. ⌘ Read more
Won a bunch of games of Solitaire and then rearranged the cards for maximum negative points, to distract me from the horrors.
(Still ended up with >0 points on OS/2, because don’t ask me.)
We got some colors in the sky: https://lyse.isobeef.org/abendhimmel-2025-11-04/
next-20251104: linux-next
Version:next-20251104 (linux-next)Released:2025-11-04 ⌘ Read more
The XMPP Standards Foundation: XMPP Summit 28
The XMPP Standards Foundation (XSF) is exited to announce the 28th XMPP Summit taking place in Brussels, Belgium next year - just before FOSDEM 2026.
The XSF invites everyone interested in development of the XMPP protocol to attend, and discuss all things XMPP - both in person and remotely!
The XMPP Summit is a two-day event for the people who write and implement XMPP extensions (XEPs).
The event is no … ⌘ Read more
Thematic Book Series: Too Much Combustion, Too Little Fire
Image: Book cover.
- Buy the print edition.
- Buy the epub edition.
For most of history … ⌘ Read more
ProcessOne: Europe’s Decentralized Messaging Survives “Chat Control” Threat
Good news for anyone building messaging infrastructure in Europe: Denmark&aposs Council presidency is abandoning mandatory detection orders in the Child Sexual Abuse Material (CSAM) proposal for now. The proposal was nickna … ⌘ Read more
next-20251103: linux-next
Version:next-20251103 (linux-next)Released:2025-11-03 ⌘ Read more
** Delta chatting **
I’m trying out delta chat. If that’s your jam, feel free to say“hi.” ⌘ Read more
** Autumnal week notes **
Someone I grew up with happened to go to the same college as me, and now we happen to live in the same relatively small city. We’ve been totally casual but pretty consistent mainstays of each others’ lives for going on 20 years at this point. She’s also one of the few people that I run into who knows that I can’t actually see well enough to reliably tell people apart from any further away than like 4 or 5 feet, and I always feel really appreciative whenever she waves that she also always says“hi” and who … ⌘ Read more
6.18-rc4: mainline
Version:6.18-rc4 (mainline)Released:2025-11-02Source:linux-6.18-rc4.tar.gzPatch:full ( incremental) ⌘ Read more
(2025 Halloween Special) Pages 1 - 8 [AnyaArt] ⌘ Read more
Ukraine has hit nearly 160 Russian oil facilities in 2025, SBU says ⌘ Read more
6.12.57: longterm
Version:6.12.57 (longterm)Released:2025-11-02Source:linux-6.12.57.tar.xzPGP Signature:linux-6.12.57.tar.signPatch:full ( incremental)ChangeLog:ChangeLog-6.12.57 ⌘ Read more
6.6.116: longterm
Version:6.6.116 (longterm)Released:2025-11-02Source:linux-6.6.116.tar.xzPGP Signature:linux-6.6.116.tar.signPatch:full ( incremental)ChangeLog:ChangeLog-6.6.116 ⌘ Read more
This was a bit of a challenge. Wanted to see if I can make a small version, combining the best/most interesting parts, of the previous ones. Like the black lines separating each colour, an interesting pose, more anatomically correct legs… something of a best of the 2025, profile picture.

Magpie with nut photographed through a dirty window: https://lyse.isobeef.org/elster-2025-11-01/
Some cool color combinations: https://lyse.isobeef.org/abendhimmel-2025-10-31/
ProcessOne: AI Bots Can’t Use WhatsApp Anymore. So… Who Are They Going to Talk To?
Meta just closed the gates on AI chatbots. I think this is an early warning.
Starting January 15, 2026, [WhatsApp will ban all third-party general-purpose AI chatbots from its platform](https://techcrunch.com/2025/10/18 … ⌘ Read more
next-20251031: linux-next
Version:next-20251031 (linux-next)Released:2025-10-31 ⌘ Read more
Laut “Glücksatlas” ist in Mecklenburg-Vorpommern die Lebenszufriedenheit bundesweit am geringsten. Aber mich hat gar keiner gefragt. 🤔
Wie damals beim PISA-Test, als sie bei uns im Jahrgang fast ausschließlich die Doofen beprobt haben und sich dann wunderten.
Alle Bevölkerungsgruppen sind betroffen, besonders ältere alleinlebende Männer.
Die sollten sich mal fragen, warum sie alleinlebend sind, die ollen Borche! Dann löst sich der Rest von selbst. 😘
‘Near black’ flowers that bloom just in time for Halloween
While red roses have their moment on Valentine’s Day, these “black suited” irises come into bloom close to Halloween. ⌘ Read more
#Compoética #Compoética2025
Encontro Brasileiro de #ProgramaçãoCriativa
Vai ser agora sábado e domingo, 1 e 2 de novembro:
https://compoetica.github.io/hotsite/?evento=EV_2025
Domingo tem atividades no
#GaroaHackerClube #Algorave
Reverse Polish Pwn Writeup | FortID CTF 2025 ⌘ Read more
next-20251030: linux-next
Version:next-20251030 (linux-next)Released:2025-10-30 ⌘ Read more
#Compoética #Compoética2025
Encontro Brasileiro de #ProgramaçãoCriativa
Vai ser agora sábado e domingo, 1 e 2 de novembro:
https://compoetica.github.io/hotsite/?evento=EV_2025
Domingo tem atividades no
#GaroaHackerClube #Algorave
5.4.301: longterm
Version:5.4.301 (longterm)Released:2025-10-29Source:linux-5.4.301.tar.xzPGP Signature:linux-5.4.301.tar.signPatch:full ( incremental)ChangeLog:ChangeLog-5.4.301 ⌘ Read more
next-20251029: linux-next
Version:next-20251029 (linux-next)Released:2025-10-29 ⌘ Read more
XMPP Interop Testing: Putting NTA 7532 to the Test (Literally)
You might have seen the XMPP Standards Foundation’s open letter to NEN about NTA 7532, the Dutch effort to standardise secure healthcare chat. It’s a good read, and, as it happens, right up our street.
If you’re building a chat system that has to actually talk to someone else’s chat system (and keep doctors happy while doing it), you’ll kno … ⌘ Read more
ProcessOne: 🚀 ejabberd 25.10
Release Highlights:
If you are upgrading from a previous version, there are no mandatory changes in SQL schemas, configuration, API commands or hooks.
Other contents:
- **[New option
archive_muc_as_mucsubinmod_mam]( … ⌘ Read more
@bender@twtxt.net Hm, are we talking about different dates or are there different timezone offsets for this timezone abbreviation? With EDT being UTC-4, 2025-11-02T12:00:00Z is Sunday at 8:00 in the morning local time for you. Or were did I mess up here? :-?
@prologic@twtxt.net You want me to submit a reply with “I probably won’t show up”?
Ignite Realtime Blog: Helping Dutch Healthcare Speak the Same Language with XMPP
Helping Dutch Healthcare Speak the Same Language with XMPPThe XMPP Standards Foundation (XSF) has put out a call to action: it’s time for the community to help make secure, interoperable chat a reality - especially in healthcare. Here at Ignite Realtime, we’re excited to support this effort. Our projects, … ⌘ Read more
The XMPP Standards Foundation: Towards Secure and Interoperable Healthcare Chat
Supporting the development of the Dutch NTA 7532 standard with lessons from international practice
The XMPP Standards Foundation (XSF) is an independent, non-profit organization that promotes and advances open standards for real-time communication and collaboration. The XSF oversees the development of extensions to the Extensible Messaging and Presence Protocol (XMPP) and fost … ⌘ Read more
next-20251028: linux-next
Version:next-20251028 (linux-next)Released:2025-10-28 ⌘ Read more
@bender@twtxt.net @prologic@twtxt.net I got confused again, but luckily, the 2nd November 2025 at noon UTC is right on a Sunday in my timezone. :-)
Sunsets never get old: https://lyse.isobeef.org/abendhimmel-2025-10-27/
Gente amiga, podem ajudar-me a recordar casos de membros do governo que vieram das grandes tecnológicas para cargos relacionados com digitalização e tecnologia?
Os que me lembro:
- Bernardo Correia, SecEstado da Digitalização do Gov Montenegro, ex-diretor da Google em Portugal
- Manuel Dias, “CTO” do Estado no Gov Montenegro, ex-Microsoft e OutSystems
- André Aragão Azevedo, SecEstado da Transição Digital do 2º Gov Costa, ex-administrador da Microsoft Portugal
Eu sei que a lista é maior, e por isso adorava beneficiar da sabedoria coletiva pra poder completar a caderneta!
A mate just sent me Microsoft’s magnificent master piece diagram regarding the end of life of Windows 10: https://support.microsoft.com/de-de/windows/windows-10-support-wurde-am-14-oktober-2025-eingestellt-2ca8b313-1946-43d3-b55c-2b95b107f281
That’s what you get for training with zalgo. :-D Of course, this isn’t even proper German.
In case they fix it, here’s a screenshot of the enlarged frontal crash: