Ende „dramatischer Rallye“ bei Kakaopreis
Der Preis für Rohkakao ist in den vergangenen Jahren auf den internationalen Rohstoffmärkten steil nach oben geschossen und erreichte teils historische Höchstwerte. Doch durch den Rückgang der Nachfrage sowie positivere Ernteprognosen sind die Preise nun so niedrig wie seit 20 Monaten nicht, berichtete kürzlich die „Financial Times“ („FT“). Analysten sehen damit das Ende einer „dramatischen zweijährigen Rallye“ eingeläutet. ⌘ Read more
Deutsche Bundeswehr bekommt 20 neue Eurofighter ⌘ Read more
Man sentenced, fined over medicinal cannabis company insider trading
A Melbourne man found guilty of insider trading during a $20 million capital raise by a medicinal cannabis company has been ordered to pay more than $225,000. ⌘ Read more
Rise in Victoria’s prisoner numbers outpace population growth
Victoria’s prison population has surged by 62 per cent in the last 20 years as the number of accused held on remand triples. ⌘ Read more
IStGH spricht Ex-Milizenchef schuldig
Gut 20 Jahre nach den Massakern in Darfur im Sudan ist ein Ex-Milizenchef vom Internationalen Strafgerichtshof (IStGH) schuldig gesprochen worden. Ali Muhammad Ali Abd-Al-Rahman wurde am Montag von den Richterinnen und Richtern in Den Haag wegen Kriegsverbrechen und Verbrechen gegen die Menschlichkeit in 27 Fällen verurteilt – darunter Mord, Vergewaltigungen und Folter. ⌘ Read more
Raumfahrt: Jeff Bezos will Rechenzentren ins All verlagern
In zehn bis 20 Jahren könnten sich die Rechenzentren laut Jeff Bezos ins All verlagert haben und Millionen von Menschen wohnen dort. ( Jeff Bezos, Ferrari)
Anzeige: Beliebte Überwachungskamera TP-Link-Tapo-C200 unter 20 Euro
Die Tapo C200 bietet 360°-Sicht, Nachtsicht und Zwei-Wege-Audio. Aktuell ist die smarte WLAN-Kamera von TP-Link so günstig wie nie zuvor. ( TP-Link, Webcam)
Schüsse auf Straße in Sydney: 20 Personen verletzt ⌘ Read more
Man dies after becoming stuck in water tank
The 64-year-old man has died, and a woman in her 20s is in hospital after becoming trapped in a water tank at a regional Queensland home. ⌘ Read more
@zvava@twtxt.net yarnd fetches the feeds roughly every ten minutes:
grep twtxt.net www/logs/twtxt.log | cut -d ' ' -f1 | tail -n 20
2025-10-04T07:00:45+02:00
2025-10-04T07:10:26+02:00
2025-10-04T07:22:43+02:00
2025-10-04T07:30:45+02:00
2025-10-04T07:40:48+02:00
2025-10-04T07:52:59+02:00
2025-10-04T08:00:07+02:00
2025-10-04T08:13:33+02:00
2025-10-04T08:23:13+02:00
2025-10-04T08:31:22+02:00
2025-10-04T08:41:29+02:00
2025-10-04T08:53:25+02:00
2025-10-04T09:03:31+02:00
2025-10-04T09:11:42+02:00
2025-10-04T09:23:11+02:00
2025-10-04T09:29:49+02:00
2025-10-04T09:36:17+02:00
2025-10-04T09:46:33+02:00
2025-10-04T09:58:40+02:00
2025-10-04T10:06:54+02:00
I suspect that the timing was just right. Or wrong, depending on how you’re looking at it. ;-)
All good things come to an end, I guess.
I have an Epson printer (AcuLaser C1100) and an Epson scanner (Perfection V10), both of which I bought about 20 years ago. The hardware still works perfectly fine.
Until recently, Epson still provided Linux drivers for them. That is pretty cool! I noticed today that they have relaunched their driver website – and now I can’t find any Linux drivers for that hardware anymore. Just doesn’t list it (it does list some drivers for Windows 7, for example).
I mean, okay, we’re talking about 20 years here. That is a very long time, much more than I expected. But if it still works, why not keep using it?
Some years ago, I started archiving these drivers locally, because I anticipated that they might vanish at some point. So I can still use my hardware for now (even if I had to reinstall my PC for some reason). It might get hacky at some point in the future, though.
This once more underlines the importance of FOSS drivers for your hardware. I sadly didn’t pay attention to that 20 years ago.
@lyse@lyse.isobeef.org Yeah, it’s probably not black and white. (I have no idea why you would connect a bloody light bulb to your WiFi …) But I do get the impression that there are way more “neo-luddites” that 20 years ago. 😅
20 years ago, normal people avoided technology and techies would jump on the newest gadgets as soon as they could
now, normal people buy smart toasters & coffee mugs while every techie I know is on the verge of retreating to the forest
Best Buy’s Member Deal Days Sale Has $20 Credit With AirPods Pro 3 Purchase and More
Best Buy recently kicked off a Member Deals Days sale, with exclusive discounts available only to My Best Buy Plus and My Best Buy Total members. With Amazon Prime Big Deal Days approaching, many retailers have begun introducing their own discount events, and Best Buy’s is set to end this … ⌘ Read more
MSI EdgeXpert Compact AI Supercomputer Based on NVIDIA DGX Spark
The MSI EdgeXpert is a compact AI supercomputer based on the NVIDIA DGX Spark platform and Grace Blackwell architecture. It combines a 20-core Arm CPU with NVIDIA’s Blackwell GPU to deliver high compute density in a 1.19-liter form factor, targeting developers, researchers, and enterprises running local AI workloads, prototyping, and inference. The EdgeXpert achieves up […] ⌘ Read more
nick
s? i remember reading somewhere whitespace should not be allowed, but i don't see it in the spec on twtxt.dev — in fact, are there any other resources on twtxt extensions outside of twtxt.dev?
@zvava@twtxt.net @movq@www.uninformativ.de I’m not entirely sure about the spaces, but maybe they were omitted to simplify parsing of mentions in the form of @<nick url>
. If the next token after the @<nick
does not look like a URL, it’s not a mention but regular text. This is just wild guessing, though.
Looking at the regex and tests in the original twtxt reference implementation seems to confirm that theory in the sense as it relies on whitespace as the delimiter:
https://lyse.isobeef.org/tmp/screenshot-2025-09-17-21-30-25.png
Another thing about nicks is that the original twtxt reference implementation converts nicks to all lowercase:
https://lyse.isobeef.org/tmp/screenshot-2025-09-17-21-20-39.png
You probably know this already, the original twtxt file format specification can be found here: https://twtxt.readthedocs.io/en/latest/user/twtxtfile.html
As for extensions, I don’t know of anything outside of twtxt.dev that has actually been (partially) implemented. However, there is also the issue tracker of the official reference implementation. You might wanna dig through that. For example, there is an alternative suggestions of multiline messages: https://github.com/buckket/twtxt/issues/157
@zvava@twtxt.net It is just completely impossible to make v2 backwards-compatible with v1.
Well, breaking threads on edits is considered a feature by some people. I reckon the only approach to reasonably deal with that property is to carefully review messages before publishing them, thus delaying feed updates. Any typos etc., that have been discovered afterwards, are just left alone. That’s what I and some others do. I only risk editing if the feed has been published very few seconds earlier. More than 20 seconds and I just ignore it. Works alright for the most part.
Dear dev.alessandrocutolo.it, do you really need to fetch my twtxt feed every 20-30 seconds? 😅 Not that it’s posing a problem, but I feel like this could be optimized. For example, how about using the if-modified-since
request header: https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/If-Modified-Since
RIP Android:
https://9to5google.com/2025/08/25/android-apps-developer-verification/
Since nobody is going to push back on this (I don’t even know if that would be possible), this is going to be a reality on every platform sooner or later.
I’d guess in 20, 30 years, there won’t be “PCs” anymore. No more home computing, no more “I just write my own software”. You won’t own devices anymore, it’ll all be rented and the landlord will tell you what you can do with it.
I hope that I’m wrong, but given where we are today, I don’t think that I will be.
Queria ouvir coisas novas e dei de caras com a lista de álbuns do ano do Resident Advisor, que é boa para apanhar as pérolas que nos passaram ao lado nos últimos 20 anos:
2006: Booka Shade - Movements
2007: Burial - Untrue
2008: Shed - Shedding the Past
2009: DJ Sprinkles - Midtown 120 Blues
2010: Caribou - Swim
2011: Nicolas Jaar - Space Is Only Noise
2012: Voices from the Lake - Voices from the Lake
2013: James Holden - The Inheritors
2014: Andy Stott - Faith in Strangers
2015: Floating Points - Elaenia
2016: Babyfather - “BBF” Hosted by DJ Escrow
2019: FKA Twigs - Magdalene
2020: DJ Python - Mas Amable
2021: Space Afrika - Honest Labour
2022: D. Tiffany and Roza Terenzi - Edge of Innocence
2023: Kelela - Raven
2024: Loidis - One Day
Da mais recente newsletter da @climaximo@climaximo :
“Nos últimos dois anos, a Equipa Legal do Climáximo tem acompanhado quase cem pessoas que realizaram ações com risco de detenção, num total de 72 ações. Destes, 8 foram arquivados, 3 foram absolvidos, e em 10 casos as ativistas foram condenadas. Temos ainda uns 20 casos no tribunal, e mais 20 casos que podem vir a ser objeto de processos-crime.”
“Aqui queremos fazer uma pequena pausa para esclarecer que isto não é toda a repressão que o movimento pela justiça climática enfrenta. Isto é a parte que é visível para a equipa legal do Climáximo, e portanto exclui, por exemplo, a indemnização ao Luís Montenegro por causa do seu fato de luxo que ficou sujo numa ação da Greve Climática Estudantil.
E também não vemos como assunto separado os polícias que acompanharam os despejos em Loures nem os vários grupos neo-nazis que de repente veio a público estarem a preparar-se. Esta tendência de governo autoritário é estrutural e é uma resposta consciente por quem manda nesta sociedade, exatamente por perceberem a crise climática que têm alimentado.”
“Até agora, apoiantes do Climáximo participaram em ações diretas pela justiça climática e tiveram 8 casos concluídos e 2 ainda em recurso […] Isto por dizerem a verdade sobre a emergência climática.”
Regarding Mourning Posts 2.0 ⌘ Read more
[47°09′21″S, 126°43′20″W] Analyzing samples
There are 19 million legal residents of the U.S. Southwest who are of Hispanic ancestry. If we include legal residents who have not been in the continental United States for more than a year or two, we may add the 1,169,000 Cubans in New York and Florida, and the 800,000 Puerto Ricans in New York, for a total of 20,611,000.
@lyse@lyse.isobeef.org To be fair, I did first notice this a while ago. But no monitor I ever had showed burn-ins like this (be it TFT or CRT), so I didn’t know that I should have sent it back. And then it got worse over time and now I see ghost images after 20-30 minutes. :(
[47°09′20″S, 126°43′11″W] Dosimeter overflow
@prologic@twtxt.net I’d expect a custom build like that to cost at least 50’000€ here in Europe. Used campers with 100’000 - 200’000 km already on their clock are 20-40k€, apparently. 😆
Ainda têm 20 dias para submeter uma apresentação na @FestaSoftwareLivre@FestaSoftwareLivre !
https://masto.pt/@FestaSoftwareLivre/114727786622693696
[47°09′38″S, 126°43′20″W] Saalmi, retransmit, please
[47°09′20″S, 126°43′19″W] Saalmi, retransmit, please
@lyse@lyse.isobeef.org Ja, eine kleine Inventur vorab kann auch nicht schaden. Der Bestand an Erdankern, Heringen und Gaskartuschen ist durch mich die Tage schon wieder aufgestockt worden.
Wo das Gas bleibt weiß ich. Warum die Befestigungen immer weniger werden, obwohl wir durchzählen (!), ist mir unbekannt. Vielleicht sind wir im Zahlenraum von 1 bis 20 einfach nur noch sehr unsicher. 🤓
📚 Programa completo:
📖𝗗𝗶𝗮 𝟭𝟮, 𝘀𝗮́𝗯𝗮𝗱𝗼
16h00 Abertura da Feira do Livro
17h30 Mesa-redonda “A Literatura Lamecense é uma encruzilhada”
18h00 Apresentação livro “Lamego, a terra, a história e a gente”
21h00 Sons do Douro
𝗗𝗶𝗮 𝟭𝟰, 𝘀𝗲𝗴𝘂𝗻𝗱𝗮-𝗳𝗲𝗶𝗿𝗮
15h00 Oficinas: Estórias Electromagnéticas
16h00 VOZ DOS LIVROS – Encontro com Autores e Palavras Vivas Alberto Almeida
18h00 Apresentação livro: Cristina Parauta
𝗗𝗶𝗮 𝟭𝟱, 𝘁𝗲𝗿𝗰̧𝗮-𝗳𝗲𝗶𝗿𝗮
15h00 Oficinas: Estórias Electromagnéticas
16h00 VOZ DOS LIVROS – Encontro com Autores e Palavras Vivas José Pessoa
18h00 Apresentação livro “na cabeça dos Poemas sem pés”
21h00 Espetáculo de Dança - AD
𝗗𝗶𝗮 𝟭𝟲, 𝗾𝘂𝗮𝗿𝘁𝗮-𝗳𝗲𝗶𝗿𝗮
15h00 Oficinas: INSECTARIUM
16h00 VOZ DOS LIVROS – Encontro com Autores e Palavras Vivas Aurora Simões
18h00 Conto da Raposa
21h00 CINEMA EU, DANIEL BLAKE
𝗗𝗶𝗮 𝟭𝟳, 𝗾𝘂𝗶𝗻𝘁𝗮-𝗳𝗲𝗶𝗿𝗮
15h00 Oficinas: Burricos e Burrancas
15h00 Yoga para crianças
16h00 VOZ DOS LIVROS – Encontro com Autores e Palavras Vivas Manuela Vaquero
18h00 Apresentação do livro de Carlos Costa “O Entrudo de Lazarim” Fotografia
21h00 Cinema: “Os Miseráveis”
𝗗𝗶𝗮 𝟭𝟴, 𝘀𝗲𝘅𝘁𝗮-𝗳𝗲𝗶𝗿𝗮
15h00 Yoga para crianças
16h00 VOZ DOS LIVROS – Encontro com Autores e Palavras Vivas André Freire
Para além da Feira do Livro, o Parque Isidoro Guedes acolhe o evento 𝗧𝗥𝗖 𝗮̀ 𝗦𝗼𝗹𝘁𝗮, de 18 a 20 de julho.
A entrada é, está claro, livre.
𝗙𝗲𝗶𝗿𝗮 𝗱𝗼 𝗟𝗶𝘃𝗿𝗼 𝗱𝗲 𝗟𝗮𝗺𝗲𝗴𝗼 📚
A Câmara Municipal de Lamego volta a promover a 𝗙𝗲𝗶𝗿𝗮 𝗱𝗼 𝗟𝗶𝘃𝗿𝗼 📚👩🏫 no Parque Isidoro Guedes, oferecendo um programa enriquecido com uma grande variedade de atividades culturais.
Este evento, que funcionará numa 𝗹ó𝗴𝗶𝗰𝗮 𝗱𝗲 𝗲𝘀𝘁í𝗺𝘂𝗹𝗼 à 𝗹𝗲𝗶𝘁𝘂𝗿𝗮, constitui uma das grandes apostas, na vertente literária, desta autarquia, decorrendo de 12 a 20 de julho.
@eldersnake@we.loveprivacy.club This wasn’t always the case, though. Quake3, Quake4, Unreal Tournament 99 and 2004 are examples of games that used to run very well as native Linux games. But that was 20+ years ago …
Hahaha, I’m sure there were well over one thousand fireflies today! Basically at all times I could watch at least 15 of them around me. At better spots where one could see a few meters into the forest, there were easily 30 individuals, probably more. One even landed on my small finger. I didn’t feel anything at all, but my finger glowed. :-) Awwww! After a 20 meters ride it took off.
But it looks like I have to go already at 21:30 at sunset the next days. Today, I left the house at 22:00 and all the above happend in the first half. The second half of the walk was rather boring, maybe just around 70 glowworms in total. The extremely busy route yesterday was virtually dead this time I came around. They all have already gone to sleep, or something like that.
I also encountered two toads. I nearly stepped on the first one, but it luckily jumped to the side in time. No animals harmed.
OH, FUCK ME DEAD! On the way home from today’s walk I saw easily 800 fireflies! Yes, over eight hundred! That was absolutely amazing. First time this year and already this many. Crazy! They were just fricking everywhere in the entire forest. I counted to one hundred and then stopped. The darker it got, the more fireflies came out and glowed around. :-) There were spots where in under ten seconds I counted 20 glowworms. Super sick. Soooo beautiful. <3
Before I left I tried to call a mate to join me, who apparently wasn’t home yet, though, didn’t pick up. But in the very end I surprisingly met her in the forest and we were super happy to encounter all the fireflies. She also said that today was her first time this year to spot them. I’ll definitely check them out in the next days, too.
Apart from all the glowworms, I also came across some goats, two deer (one of which only the ears showing out of the grass), according to the sounds I sadly must have scared up four more, bucketloads of tadpoles, four big and very active anthills next to each other and three bats to finish the stroll off. I call that extremely successful.
There ya go: https://lyse.isobeef.org/waldspaziergang-2025-06-24/
On my blog: Toots 🦣 from 06/16 to 06/20 https://john.colagioia.net/blog/2025/06/20/week.html #linkdump #socialmedia #quotes #week
@aelaraji@aelaraji.com I use Alt+.
all the time, it’s great. 👌
FWIW, another thing I often use is !!
to recall the entire previous command line:
$ find -iname '*foo*'
./This is a foo file.txt
$ cat "$(!!)"
cat "$(find -iname '*foo*')"
This is just a test.
Yep!
Or:
$ ls -al subdir
ls: cannot open directory 'subdir': Permission denied
$ sudo !!
sudo ls -al subdir
total 0
drwx------ 2 root root 60 Jun 20 19:39 .
drwx------ 7 jess jess 360 Jun 20 19:39 ..
-rw-r--r-- 1 root root 0 Jun 20 19:39 nothing-to-see
** growing good **
“…for the growing good of the world is partly dependent on unhistoric acts; and that things are not so ill with you and me as they might have been, is half owing to the number who lived faithfully a hidden life, and rest in unvisited tombs.”
George Eliot, Middlemarch ⌘ Read more
[47°09′20″S, 126°43′50″W] –no signal–
[47°09′37″S, 126°43′20″W] Transponder jammed
[47°09′57″S, 126°43′20″W] Wind speed: 92kph – batteries low
[47°09′19″S, 126°43′20″W] Resetting dosimeter
Of Pointlessware and CEOs
Had a moment, to check up on some of the companies, I stopped following, get to The Browser Company and see their newest product - it’s just Chrome, with an AI chat window pop-up and that’s it. Something Canary Chrome, come with already.
I see Theo from T3.gg, making fun of it on YouTube and promoting “his” product - an AI chat app, where you can choose from multiple models, by all the popular AI companies. Something I already have a worse version of, at work and I don’t even use it.
There’s also an interview, about the future of virtual keyboards, surely this is at least actually a real thing and not more pointless horse shit. I check the website of the keyboard SDK, and it’s around 20 identical apps, that just copy the same keyboard SDK/api and slap chatgpt features on top - in the App Store, these are surrounded by chatgpt clones, that just feed the users prompts, into the real thing and put ads, next to the answers.
[47°09′34″S, 126°43′20″W] Transponder malfunction
[47°09′13″S, 126°43′20″W] Raw reading: 0x684880B1, offset +/-1
Neom: Brücke über das Rote Meer zu The Line geplant
Saudi-Arabien und die Halbinsel Sinai sollen mit einer 20 km langen Brücke verbunden werden. Das Megaprojekt Neom würde damit eine Bahnverbindung bekommen. ( Infrastruktur, Energie & Klima)
20 Years of the Open Invention Network
The Open Invention Network (OIN) is celebrating
its 20th anniversary.
The central feature of the OIN community is a patent cross-license
that covers core Open Source functionality and expands in parallel
with the growth of Open Source technology. As growth in Open Source
has accelerated, OIN has proactively expanded the scope of the OIN
license’s benefit by including more than 4,500 software components … ⌘ Read more
Nvidia Geforce Grafikkarten: Fast 20.000 Euro für eine RTX 5090 mit Echtgold
Mit der Dahab-Edition hat Asus eine besonders exklusive Geforce RTX 5090 herausgebracht. Scalper machen auch vor dieser Karte keinen Halt. ( Grafikkarten, eBay)
Couple stranded in blizzard rescued in 20-hour operation
Hikers visiting the alps are being urged to take the necessary precautions after a series of rescues in NSW and Victoria. ⌘ Read more
Illicit tobacco crop worth $4.4m discovered near Shepparton after tip-off
Authorities seize a 20-tonne crop of mature tobacco being grown on 2.4 hectares, an area equivalent to more than 450 tennis courts, in Victoria’s north. ⌘ Read more
This is my cat 20 minutes after his teeth surgery. ⌘ Read more
Ukraine meldet bisher größten Angriff
Russland hat die Ukraine nach Angaben der Luftstreitkräfte in Kiew mit dem bisher größten Drohnenangriff seit Kriegsbeginn überzogen. Das Gebiet der Ukraine sei mit 479 Drohnen sowie zusätzlich mit 20 Marschflugkörpern angegriffen worden, hieß es am Montag. ⌘ Read more
Hilfsgüter direkt mit Lkws verteilt
Die umstrittene Gaza Humanitarian Foundation (GHF) hat nach eigenen Angaben erstmals mit Lastwagen Lebensmittel außerhalb der Verteilzentren direkt an Menschen im Gazastreifen verteilt. Am Sonntag seien mit rund 20 Lastwagen Hilfsgüter verteilt worden, berichtete der israelische Sender Kan unter Berufung auf die GHF. Das israelische Militär teilte indes mit, die Leiche von Hamas-Anführer Mohammed Sinwar in einem Tunnel unter einer Klinik gefunden zu haben. ⌘ Read more
** More stink **
I read A Court of Throne and Roses this weekend. Not my usual fare but what the heck it was there so I read it. I found it to be an unremarkable, relatively conservative romantasy.
What stood out to me, though, is that everyone is so stinky. The main character is always describing how folks smell, smelling them before they round a corner and stuff. Even if they don’t like smell bad, this setting seems overwhelming perfumed. ⌘ Read more
Hey cat lovers, here’s a pastel portrait I made of a beloved cat I poured my heart into this drawing, trying my best to bring her spirit back to life. Over 20 hours of work — I hope you feel the love in it. ⌘ Read more
A bill from our ISP in 1998.
We’re talking about a month here, 1998-07-27 to 1998-08-26.
Basic fee: 7.50 DM (about 6€ today).
Online time: 516 minutes, 23.53 DM (about 20€ today).
That’s just the ISP costs, if I’m not mistaken. The underlying phone calls were pretty pricey as well.
Anzeige: Anker-Charger mit Display und 140 W wieder zum Tiefstpreis
Einer der besten USB-Charger ist bei Amazon wieder günstiger: Im befristeten Angebot spart man 20 Prozent auf das neue Ladegerät von Anker. ( Technik/Hardware, Amazon)
Security updates for Friday
Security updates have been issued by AlmaLinux (go-toolset:rhel8, golang, nodejs:20, nodejs:22, openssh, and python36:3.6), Debian (edk2, libfile-find-rule-perl, and webkit2gtk), Fedora (emacs, libvpx, perl-FCGI, and seamonkey), Mageia (cifs-utils), Red Hat (containernetworking-plugins, go-toolset:rhel8, golang, gvisor-tap-vsock, krb5, mod_auth_openidc:2.3, protobuf, and thunderbird), Slackware (seamonkey), SUSE (gimp, gnutls, haproxy, opensaml, openssh, openvpn, python-crypto … ⌘ Read more
Star Wars: Wie das Imperium den zweiten Todesstern so schnell baute
Andor zeigte, dass das Imperium fast 20 Jahre für den Bau des ersten Todessterns brauchte. Wieso gelang der Bau des zweiten so schnell? ( Star Wars, Science-Fiction)
Four killed and 20 injured in Russia’s overnight attack on Kyiv
Russia has mounted an intense and sustained barrage on the Ukrainian capital following Kyiv’s most audacious attack on its neighbour since the war began. ⌘ Read more
Our girl Turtle turned 20 today! ⌘ Read more
Security updates for Thursday
Security updates have been issued by Debian (chromium and mariadb-10.5), Oracle (firefox, ghostscript, git, go-toolset:ol8, golang, kernel, krb5, mingw-freetype and spice-client-win, nodejs:20, nodejs:22, perl-CPAN, python36:3.6, rsync, varnish, and varnish:6), Red Hat (firefox, thunderbird, and webkit2gtk3), Slackware (curl and python3), SUSE (apache-commons-beanutils, apache2-mod_security2, avahi, buildkit, ca-certificates-mozilla, cloud-regionsrv-client, cloud-regionsrv-client, py … ⌘ Read more
[$] Device-initiated I/O
Peer-to-peer DMA (P2PDMA) has been part of
the kernel since the 4.20 release in 2018;
it provides a framework that allows devices to transfer data between themselves
directly, without using system RAM for the transfer. At the 2025 Linux
Storage, Filesystem, Memory Management, and BPF Summit (LSFMM+BPF), Stephen
Bates led a combined storage, filesystems, and memory-management session on
device-initiated I/O, which is perhaps what P2PDMA is … ⌘ Read more
Bombenfund legt Kölner Innenstadt lahm
Die Entschärfung dreier Weltkriegsbomben verwandelt das Zentrum von Köln am Mittwoch in eine Geisterstadt. 20.000 Bewohnerinnen und Bewohner sowie zahlreiche Berufstätige müssen die Sperrzone räumen. Laut den Kölner Behörden handelt es sich um die größte Räumungsaktion seit 1945. ⌘ Read more
KI-Rechenzentren: Meta kauft 20 Jahre lang “sauberen” Atomstrom
Für Training und Nutzung seiner KI-Systeme benötigt Meta viel Strom. Der Konzern setzt dabei auf “saubere” Kernenergie. ( KI, Wirtschaft)
[47°09′20″S, 126°43′59″W] Dosimeter overflow
This internationally award-winning Australian film has no script
Fwends is a uniquely Australian story that follows two 20-somethings who travel interstate to revive their long-distance friendship. ⌘ Read more
‘It’s fake: How police busted illegal tobacco, drugs ring
Police allege the audacious plan to smuggle almost half a tonne of drugs and 20 million illegal cigarettes was masterminded by a cleanskin western Sydney man with no criminal record. ⌘ Read more
James Cameron: Neben Avatar macht er noch einen Horrorfilm
Seit fast 20 Jahren steckt James Cameron tief im Entstehungsprozess der Avatar-Filme. Er hat aber auch Zeit für einen Horrorfilm. ( Filme & Serien, Film)
Apple Shares WWDC 2025 Playlist With One Hour of ‘Summer Sounds’
Looking forward to WWDC 2025? Get in the mood with the official Apple Music playlist for the event, which features 20 songs from a variety of artists, including Benson Boone, Charli xcx, Ed Sheeran, Don Toliver, and others.

Two teens suffer suspected machete wounds in fight with 20 youths
Police say a group of 20 youths set upon two teenage males in Shepparton who were hospitalised with suspected machete injuries. ⌘ Read more
Goodbye my beautiful girl of 20 years 😢 ⌘ Read more
Queensland eyes eco-tourism boom with ambitious 20-year plan
From rejuvenating the Great Barrier Reef islands to launching 45 new eco-tourism experiences, a bold strategy will position Queensland as a green travel destination - but the price tag remains unclear. ⌘ Read more
[47°09′37″S, 126°43′20″W] 4426 days without news from Herve
[$] Reports from OSPM 2025, day three
The seventh edition of the Power Management and Scheduling\
in the Linux Kernel Summit (known as “OSPM”) took place on March 18-20,
2025. Topics discussed on the third (and final) day include proxy
execution, energy-aware scheduling, the deadline scheduler, and an
evaluation of the kernel’s EEVDF scheduler. ⌘ Read more
Olimex Showcases Open Source €20 Smart Home Server Project
Olimex has recently highlighted a new open-source hardware and software project aimed at creating a €20 smart home server. The initiative was introduced during a lightning talk at TuxCon 2025, a community-driven open-source conference held earlier this month in Bulgaria. The project aims to deliver a compact, easy-to-use smart home server that prioritizes local control, […] ⌘ Read more
費時一個多月終於使用 Session 實現了二維碼掃碼登錄功能
我終於完成了二維碼掃碼登錄功能,這個功能開發斷斷續續的用了我一個多月的空閒時間,其中 cookie 回寫和 session 同步就佔了 20 多天,開發有多痛苦,完成後就有多喜悅,。二維碼掃碼登錄是一種常見的無密碼認證方式,它的實現原理非常簡單:第一步在服務器生成一個唯一二維碼 ID 和對應的隨機 token,返回給 Web 網頁並生成二維碼,第二步用戶使用手機 APP 掃描二維碼,然後將用戶信息 ⌘ Read more
casey made it to 20, it’s the one year anniversary of her passing ⌘ Read more
[$] Reports from OSPM 2025, day two
The seventh edition of the Power Management and Scheduling\
in the Linux Kernel Summit (known as “OSPM”) took place on March 18-20,
2025. Topics discussed on the second day include improvements to device
suspend and resume, the status and future of sched_ext, the scx_lavd
scheduler, improving the efficiency of load balancing, and hierarchical
constant bandwidth server scheduling. ⌘ Read more
Status report on optional Rust in FreeBSD support
Shawn Webb has published a status\
report on work to provide basic support in FreeBSD for userland components
written in Rust.
We introduced a new BSD makefile, located at
share/mk/bsd.rust.mk
,
that enables building a Rust application during buildworld. As of … ⌘ Read more
How to Use Surfshark DNS on Mac, iPhone, iPad
Did you know that your internet service provider default DNS servers almost certainly track and log your online activity? Basically this means that every time you visit a website or use an internet-connected application from your Mac, iPhone or iPad, your ISP is aware of that. Many ISP’s will not only log and track your … Read More ⌘ Read more
iOS 19 Will Let Developers Use Apple’s AI Models in Their Apps
Apple will make its artificial intelligence models available to developers to use in their apps, reports Bloomberg. The company plans to introduce a new software development kit (SDK) in iOS 19 that will make it easier for app creators to add AI features.
 Summit took place on March 18-20,
2025. It was organized by Juri Lelli, Frauke Jäger, Tommaso Cucinotta, and
Lorenzo Pieralisi, and was hosted by Linutronix at Alte Fabrik,
Uhldingen-Mühlhofen, Germany. The event was sponsored by Linutronix, Arm,
and the Scuola Superiore Sant’Anna in Pisa. ⌘ Read more
Go 語言中字符串四種拼接方式的性能對比,哪個更勝一籌?
在 Go 語言開發中,字符串拼接是最常見的操作之一。不同的拼接方式在性能上可能有數量級的差異,特別是在高頻調用或大數據量處理的場景下。本文將使用標準基準測試,全面對比四種主流字符串拼接方式的性能表現。測試環境與方法測試環境Go 版本:1.20+ 操作系統:macOS/Windows/Linux CPU:8 核 測試方法我們創建了一個完整的基準測試文件echobenchtest.g ⌘ Read more
Go 語言中字符串四種拼接方式的性能對比,哪個更勝一籌?
在 Go 語言開發中,字符串拼接是最常見的操作之一。不同的拼接方式在性能上可能有數量級的差異,特別是在高頻調用或大數據量處理的場景下。本文將使用標準基準測試,全面對比四種主流字符串拼接方式的性能表現。測試環境與方法測試環境Go 版本:1.20+ 操作系統:macOS/Windows/Linux CPU:8 核 測試方法我們創建了一個完整的基準測試文件echobenchtest.g ⌘ Read more
morning yarn verse, i was up for 20 hours yesterday and i got 4 hours of sleep today. FML
STARPro64 Brings 32GB LPDDR5 and 20 TOPS NPU to RISC-V SBC Platform
The STARPro64 is one of the latest RISC-V single-board computers from PINE64, based on the ESWIN EIC7700X system-on-chip. Now in stock, the board offers key features such as dual Gigabit Ethernet ports, PCIe Gen3.0 expansion, and wireless connectivity. Originally previewed in October 2024, the board integrates a quad-core 64-bit SiFive P550 processor, an Imagination AXM-8-256 […] ⌘ Read more
Get the iPad Mini 7 for $399.99 at Amazon This Week ($99 Off)
Amazon this week is providing record low prices on multiple models of the iPad mini 7, starting at $399.99 for the 128GB Wi-Fi tablet, down from $499.00. Colors on sale at this price include Purple, Space Gray, and Blue.
 改成 numeric(20,4) 會鎖表嗎?首先會鎖表肯定是毋庸置疑的,並且是最重的 8 級鎖,其次我們關心的重點應該是,表是否會發生重寫?即改類型是否會導致全表重寫?廢話不多說,一圖勝千言!在 PostgreSQL 中,大多數操作都是 online 的,不會發生重寫,只會獲取短暫的 8 級鎖,但是始終還是有 ⌘ Read more
Security updates for Wednesday
Security updates have been issued by AlmaLinux (emacs, firefox, gnutls, java-17-openjdk, java-21-openjdk, osbuild-composer, python39:3.9, and thunderbird), Arch Linux (screen), Debian (varnish), Fedora (chromium), Gentoo (Atop, FreeType, and Spidermonkey), Mageia (java-1.8.0-openjdk, java-11-openjdk, java-17-openjdk, java-latest-openjdk and postgresql15, postgresql13), Oracle (389-ds-base, emacs, firefox, kernel, libsoup, libtiff, mod_auth_openidc:2.3, nodejs:20, nodejs:22, … ⌘ Read more
@anth@a.9srv.net 24 years is quite a long time. 😳 My blog domain is from 2006 (still, almost 20 years, oof).
** Dad shrapnel **
In a flash I think I“get” liveliness in relation to programming. It’s talked so much about in the context of programming systems and languages — as being something they do or do not intrinsically have or support…but what if it’s actually about the process of doing the thing, and not inherent to the thing you do it with. A noun-gerund kinda dichotomy.
Left with dad shrapnel, 5 minutes here, 20 there, 120 on the horizon, with which to poke at projects what if the key to collaboration is liveliness? Sporadic, low … ⌘ Read more
Deals: Up to 20% Off iPad Models, iPad 11th Gen for $278, iPad mini 7 for $399, etc
Amazon is back with some really great deals on Apple products, taking 20% off the iPad 11th generation model making it just $278, 20% off the iPad mini 7 for just $399, 17% off M3 iPad Air models, and they’re cutting 15% off the price of the M4 MacBook Air series which now starts at … [Read More](https://osxdaily.com/2025/05/09/deals-up-to-20-off-ipad-models-ipad-11th-gen-fo … ⌘ Read more
** Collaboration is a scary word **
I like programming partially because it’s a practice I can, with appropriate to unhealthy application of effort, usually accomplish something at least proximal to my intention.
This isn’t true for visual art, nor music. Lately I’ve been feeling like the little games and toys I wanna make are sorta hampered by my total inability to make stuff I find aesthetically appealing…so…I’ve been thinking about collaboration. Which is a scary word because, you know, other people and all, but I figured I’d … ⌘ Read more
Lost my boy Jack suddenly. Been my best buddy for 20 years. ⌘ Read more