tail -f access.log looks like a Matrix screensaver at the moment. Whoooooosh …
@arne@uplegger.eu Indeed. I’m glad that it’s all just static HTML. The most expensive part about this is probably TLS. 🤷♀️
London’s Free Roof Terraces
Article URL: https://diamondgeezer.blogspot.com/2026/05/londons-free-roof-terraces.html
Comments URL: https://news.ycombinator.com/item?id=48343714
Points: 5
# Comments: 0 ⌘ Read more
Feeling the chill? These are the best portable heaters to keep you toasty
From cheap convector panels to cutting-edge far infrared units, what’s the best kind of fan-free portable heater for your home? ⌘ Read more
Ahoy, DECmate II the little PDP-8 that could
Article URL: http://oldvcr.blogspot.com/2026/05/ahoy-decmate-ii-little-pdp-8-that-could.html
Comments URL: https://news.ycombinator.com/item?id=48343078
Points: 3
# Comments: 0 ⌘ Read more
‘Here to stay’: The numbers behind the NFL’s major Australian gamble
With 8.8 million local fans and a confidential cheque from Victorian taxpayers, American football is taking on the AFL and NRL. ⌘ Read more
Microcode inside the Intel 8087 floating-point chip: register exchange
Article URL: https://www.righto.com/2026/05/microcode-inside-intel-8087-floating.html
Comments URL: https://news.ycombinator.com/item?id=48338656
Points: 10
# Comments: 1 ⌘ Read more
Haha, someone had a similar idea … https://lpcvoid.com/blog/0018_why_i_am_against_genai/index.html
Nesbitt: Protestware for coding agents
Andrew Nesbitt has written a blog\
post detailing a recent incident with the jqwik library for property-based testing
in Java. On May 25, the 1.10.0 release of jqwik included a change
that attempts to instruct coding agents to disregard previous
instructions and delete jqwik tests and code.
I think this is a new class of supply-chain input worth ke … ⌘ Read more
<updated> of the feed, too. But for some reason, some articles were suddenly marked as new.
Aha, yesterday’s newly added support for LC_TIME to render localized timestamps also broke the feed parsing with my LANG=de_DE.UTF-8 and LC_CTYPE=de_DE.UTF-8 environment. :-)
Atom feeds make use of RFC 3339 timestamps. They are first converted into RFC 882 timestamp representation, which is the one that RSS feeds use. However, this conversion now results in localized RFC 882 timestamps, which cannot be parsed into Unix timestamp numbers via curl_getdate(…). I bet that it doesn’t know about the localization at all and expects English month and weekday names. Looking at its docs, I reckon that function was selected because of its myriad of supported timestamp formats: https://curl.se/libcurl/c/curl_getdate.html RFC 3339 is not included, though, hence the transformation up front.
The intermediate Item objects in the parser domain use std::string for the timestamp representation. This isn’t all that silly, because Newsboat supports all sorts of different feed formats with different timestamp formats. These RFC 883 timestamps are centrally parsed into time_t.
Speaking of time: It’s time to go to bed after this late bug hunting fun. :-)
@lyse@lyse.isobeef.org Uhhh, yes, I have one single script to build the website and I ran that while writing that noai.html page. Apart from the global updated field in my feeds (that one got changed), everything else should be stable, though.
Maybe this helps narrow things down? 
Google’s plan to run your life could break the internet
The tech giant’s new AI overhaul is set to have damaging ramifications. ⌘ Read more
OMG, most of today’s new slang goes unspoken
Where Romeo and Juliet once uttered pledges on the QT, serenading in shadows, the modern Romeo is as likely to slide into Juliet’s DMs. ⌘ Read more
Justice Dept. Is Said to Open Criminal Inquiry of E. Jean Carroll
Article URL: https://www.nytimes.com/2026/05/27/us/politics/criminal-inquiry-e-jean-carroll-trump-accusations.html
Comments URL: https://news.ycombinator.com/item?id=48303131
Points: 17
# Comments: 4 ⌘ Read more
On Labubu and the Hyperreal
Article URL: https://2earth.github.io/website/20260525.html
Comments URL: https://news.ycombinator.com/item?id=48299335
Points: 3
# Comments: 0 ⌘ Read more
The VibeSec Reckoning
Article URL: https://martinfowler.com/articles/vibesec-reckoning.html
Comments URL: https://news.ycombinator.com/item?id=48294670
Points: 4
# Comments: 0 ⌘ Read more
I’ve started collecting reasons against AI usage here, so I don’t have to repeat myself all the time:
Mini Micro Fantasy Computer
Article URL: https://miniscript.org/MiniMicro/index.html#about
Comments URL: https://news.ycombinator.com/item?id=48291947
Points: 4
# Comments: 0 ⌘ Read more
James Bond’s battle with AI is his most human story yet
As Amazon tries to decide a cinematic future for a broken icon, a new video game provides the best 007 experience in decades. ⌘ Read more
The $180m payday that ‘meme king’ didn’t share with most staff
He’s the face of the viral “co-founder Albo” campaign. He’s also the founder whose $180 million exit handed a payday to a tiny circle while other staff were kept in the dark. ⌘ Read more
@itsericwoordward@itsericwoodward.com Confess, you just registered as {{first_name}}!
Nobody checks their e-mail templates. And even if they do, they only look at the HTML part. The plain text part is useless more often than not. Granted, this is the subject.
Yoti age checks share facial photos and device fingerprints with third parties
Article URL: https://techxplore.com/news/2026-05-online-age-pointless-privacy.html
Comments URL: https://news.ycombinator.com/item?id=48271327
Points: 3
# Comments: 0 ⌘ Read more
Magnifica Humanitas (Encyclical Letter)
Article URL: https://www.vatican.va/content/leo-xiv/en/encyclicals/documents/20260515-magnifica-humanitas.html
Comments URL: https://news.ycombinator.com/item?id=48265206
Points: 41
# Comments: 9 ⌘ Read more
Are chatbots making things more difficult than old-fashioned transactions?
These days as consumers, we are often locked into these false amities with chatbots, our to-and-fro reliant on what previous questions and responses have been digested by the software. ⌘ Read more
The Eternal Sloptember
Article URL: https://geohot.github.io//blog/jekyll/update/2026/05/24/the-eternal-sloptember.html
Comments URL: https://news.ycombinator.com/item?id=48263238
Points: 41
# Comments: 5 ⌘ Read more
I just missed the 20 year anniversary of my blog. 😬 What a stupid long time to do this.
This started out as a PHP page with user comments, MySQL as a database, a PHP webadmin … can you believe that? Totally unnecessary. But everything was “LAMP” back then, so that’s what I was using as well. I kicked out MySQL in 2011 (it just stored files since then) and eventually switched to static HTML pages in 2015.
RSS feeds have only been there since 2009, because I was late to the party. For a long time, I didn’t understand what they were good for. 🤦
Mastering Dyalog APL
Article URL: https://mastering.dyalog.com/README.html
Comments URL: https://news.ycombinator.com/item?id=48256475
Points: 4
# Comments: 0 ⌘ Read more
Microsoft Flight Simulator’s new collaboration with NSW Rural Fire Service
The NSW Rural Fire Service has teamed up with Microsoft for a new aerial firefighting mission in Flight Simulator. 9news.com.au spoke to the game’s director, Jörg Neumann, to learn all about it, and how they’ve used a million-dollar camera to capture real life locations for the game. ⌘ Read more
Limerick
Article URL: https://www.worldwidewords.org/surprise.html
Comments URL: https://news.ycombinator.com/item?id=48254684
Points: 5
# Comments: 0 ⌘ Read more
What you need to know about VPNs in 2026
The technology is increasingly being used to dodge age and verification checks in Australia. But how does it work, and is it legal? ⌘ Read more
My I3-Emacs Integration
Article URL: https://khz.ac/software/i3-integration.html
Comments URL: https://news.ycombinator.com/item?id=48252535
Points: 3
# Comments: 0 ⌘ Read more
Don’t Roll Your Own
Article URL: https://susam.net/do-not-roll-your-own.html
Comments URL: https://news.ycombinator.com/item?id=48252192
Points: 6
# Comments: 1 ⌘ Read more
Reverse engineering circuitry in a Spacelab computer from 1980
Article URL: https://www.righto.com/2026/05/reverse-engineering-spacelab-computer.html
Comments URL: https://news.ycombinator.com/item?id=48248954
Points: 9
# Comments: 1 ⌘ Read more
How to convert between wealth and income tax
Article URL: https://paulgraham.com/winc.html
Comments URL: https://news.ycombinator.com/item?id=48237422
Points: 7
# Comments: 0 ⌘ Read more
FSFE intervenes against Apple before EUCJ for the second time
Article URL: https://fsfe.org/news/2026/news-20260519-01.en.html
Comments URL: https://news.ycombinator.com/item?id=48233939
Points: 5
# Comments: 0 ⌘ Read more
‘Huge validation’: Trump administration backs Aussie quantum tech
Two of Australia’s most prominent quantum names have been drawn into the Trump administration’s growing portfolio of strategic technology companies. ⌘ Read more
OpenBSD 7.9 released
The OpenBSD 7.9 release is
out, right on schedule. There is the usual long list of new features,
including improved architecture support, CPU scheduling on heterogeneous
systems, the ability to hibernate a suspended system after a configurable
delay, socket splicing, a
__pledge_open()
system call giving special access to the C library, and much more. See the
announcement and [the full\
changelog]( … ⌘ Read more
Python 3.15: features that didn’t make the headlines
Article URL: https://blog.changs.co.uk/python-315-features-that-didnt-make-the-headlines.html
Comments URL: https://news.ycombinator.com/item?id=48220696
Points: 4
# Comments: 0 ⌘ Read more
Musk’s X admits breaking Australian child safety law, fined $650,000
Elon Musk’s social media company, formerly known as Twitter, failed to comply with an order to detail its child exploitation safeguards. ⌘ Read more
Google unveils new search bar, smart glasses as it ramps up the AI wars
Google may be starting to win the race towards truly useful consumer AI. ⌘ Read more
[$] In search of faster this_cpu operations
The kernel’s this_cpu\
operations are meant to speed access to per-CPU variables. They are
more optimal on some CPUs than others, though. During a
memory-management-track session at the 2026 Linux Storage,\
Filesystem, Memory Management, and BPF Summit, Yang Shi proposed a
fundamental, and somewhat controversial, change to how these operations
work in order to provide better performance on … ⌘ Read more
pgBackRest will continue
In April, David Steele, maintainer of the popular pgBackRest backup and restore project for
PostgreSQL, announced that he had archived\
the project and it would no longer be maintained due to lack of
sponsorship. On May 18, he announced
that a number of sponsors have stepped forward to ensure its continued
development:
Over the last few weeks, a coalition of sponso … ⌘ Read more
acme9k v9001.0.0: edit text as a treat | https://nilfm.cc/acme9k.html
@tftp@tilde.town mentioning in here requires he whole shebang. With jenny, if using vim, there is a key combination:
Nick name completions: Allows you to use ^X ^U to turn verbatim nick names into full twtxt mentions. For example, typing “cath” and then pressing ^X ^U will turn “cath” into a full mention, like “@”. (This function will read the contents of your “~/.config/jenny/follow” file.)
Digital legacy: How to make sure your family is not locked out
Security keeps people out of our documents, photos, financials, and secrets. How do you make sure family can access them if you die? ⌘ Read more
Suddenly, AI’s tech titans are talking up humanities. Wishful thinking or just a guilt trip?
After decades of dismissing liberal arts as useless, the tech world is coming around to the idea that learning about human nature could be a valuable asset. But it may be too late. ⌘ Read more
[$] HugeTLB preservation over live update
Recent times have seen a lot of effort put into the implementation of the kexec handover and live update orchestrator
features in the Linux kernel. But that work is not yet complete. At the
2026 Linux Storage,\
Filesystem, Memory Management, and BPF Summit, Pratyush Yadav led a
memory-management-track session on adding the ability to preserve [hugetlbfs](https://docs.kernel.org/admin-guide/mm/hugetlbpage.html … ⌘ Read more
AI start-up boss who faked millions in revenue faces jail time
The former chief executive has been told by his own lawyer that a jail sentence is unavoidable after pleading guilty to fraud. ⌘ Read more
お知らせ:JPCERT/CC インターネット定点観測レポート[2026年1月1日~2026年3月31日] ⌘ Read more
[$] Policy groups for memory management
The kernel’s control-group\
subsystem works well for resource management, Chris Li said at the
beginning of his memory-management-track session at the 2026 Linux Storage,\
Filesystem, Memory Management, and BPF Summit. Control groups work
less well for other use cases, though. He was there to present his
proposed enhancement, called “policy groups”, that would address some of
the shortcomings t … ⌘ Read more
Google takes fight to Apple, Microsoft with new high-end laptops
The web giant’s new line of Googlebook laptops will bring Gemini AI to the laptop in an attempt to compete with Apple’s MacBook and Microsoft’s Copilot+ PCs. ⌘ Read more