Something felt definitely wrong, I got up much earlier during the camp than when I have to work. Typically, I woke up beween 6 and 7 because I really had to go to the loo. There was almost always somebody already awake from the kitchen teammates or leaders. So, I always decided to not return to bed. When I was the very first one, I turned on the coffee machine and water kettle to the delight of the others and five minutes later, another person arrived at the kitchen. As a bonus, we sometimes got to enjoy the sunrises, like this one: https://lyse.isobeef.org/2026-09-07-morgensonne/
“AI made me doubt everything about programming” by @Felienne@Felienne - #DDD Europe 2026
@david@daiwei.me Why not indeed 😅 I’m taking nearly a whole month off from Sept 10 to Oct 6 Haha 🤣
@lyse@lyse.isobeef.org I also got up at 5 (I always do 😅) and went on a quick stroll around 6:30, but boy, that was chilly. So I said to myself: Screw that, I’ll try again later.
And now we’re at 32 °C. 🤣
Dunno if anyone will find this interesting… But some ~6 months or so ago I experimented briefly with creating a whole bootloader + kernel + userland – Basically an entire OS in the Mu programming language (which as you know I also designed and created) – 6 months later I’ve worked on it some more after spending the last week working on improvements to Mu itself, which is now able to compile itself with its own Mu implemented compiler and now have an os/arch backend called muos/amd64 that boots into a running shell, with a tiny little vfs, UNIX-like semantics, syscalls, read/write, etc. It works pretty nicely, and aside from a small Assembly “nucleus”, most of the Kernel and Userspace is written in Mu.
Oh good 😅
2026/07/19 02:55:52 sync-reaper: observe-only pass — 1152 namespaces, 6 anchored, 1094 undatable, 0 idle candidate(s), 0 reaped
twtd instnace or via Github/Gitea or any other publishing backend (doesn't amtter). Please read.
quick correction on that cleanup timing 🙏 it’s not 28 days. nothing gets deleted for the first 30 days at all (observe-only), and after that only setups unused for ~6 months that also never saved a recovery code. saved a code = safe forever 👍
Yeah, lol, fuck off. Tried to reproduce that hashing issue, thus playing around with Go a little bit. And what did I find?
$ tree ~/.config/go
/home/user/.config/go
└── telemetry
├── local
│ ├── asm@devel-devel-linux-amd64-2026-07-14.v1.count
│ ├── compile@devel-devel-linux-amd64-2026-07-14.v1.count
│ ├── go@devel-devel-linux-amd64-2026-07-14.v1.count
│ ├── link@devel-devel-linux-amd64-2026-07-14.v1.count
│ ├── upload.token
│ └── weekends
└── upload
4 directories, 6 files
It collects and uploads “telemetry” now.
No.
(Don’t tell me how I can turn that off. Not interested. This is a compiler and it wants to track me, without asking for consent. That’s a no-go.)
@GabesArcade@gabesarcade.com The no-JS part is one thing, but you also have to disable the (nowadays common) forced-HTTP-to-HTTPS-redirect, because those old browsers can’t do modern crypto. And make sure that your webserver serves the correct page even if no Host header is sent by the client. And don’t even think about serving UTF-8 or even just putting utf-8 in the content type. 😅 And for the JPEG thumbnails I pass a special flag to ImageMagick so that IBM Web Explorer from OS/2 won’t trip. 🤣 And always use link rel="stylesheet" for CSS, because some browsers render inlined CSS as literal text. And … probably more that I forgot by now. 😂
@david@daiwei.me Not sure, actually. Let’s see. Those are the ones where I still have the original disks (or have bought them on eBay again):
- SuSE Linux 6.4 (it’s a massive 7 CD distro with a huge manual, best thing ever)
- OS/2 2.1
- OS/2 Warp 3 (red and blue spine because
$reasons)
- OS/2 Warp 4
- PC DOS 7
- MS-DOS 6.22
- Windows 3.1
- Windows for Workgroups 3.11
- Windows 95 C
- Windows 98
- Windows NT 4 Workstation (still in the mail, though 😅)
- Windows 2000
- Windows XP Professional (last Windows I ever used on my private PCs)
(Plus a few “classic” office products as can be seen here: https://movq.de/blog/postings/2024-05-23/0/POSTING-en.html )
Interesting, HTTPS is almost twice as slow as plain HTTP on my server (~72 ms vs. ~135 ms):
$ hyperfine -r 50 "curl -so /dev/null 'http://movq.de/blog/postings/2024-05-23/0/t/word11a.jpg.jpg'"
Benchmark 1: curl -so /dev/null 'http://movq.de/blog/postings/2024-05-23/0/t/word11a.jpg.jpg'
Time (mean ± σ): 72.7 ms ± 17.2 ms [User: 6.2 ms, System: 4.8 ms]
Range (min … max): 49.5 ms … 99.7 ms 50 runs
$ hyperfine -r 50 "curl -so /dev/null 'https://movq.de/blog/postings/2024-05-23/0/t/word11a.jpg.jpg'"
Benchmark 1: curl -so /dev/null 'https://movq.de/blog/postings/2024-05-23/0/t/word11a.jpg.jpg'
Time (mean ± σ): 135.5 ms ± 28.9 ms [User: 17.8 ms, System: 5.6 ms]
Range (min … max): 93.2 ms … 198.5 ms 50 runs
🎵 Doganon - I fought management
(just a joke, those who know, know)
[verse]
Barkin’ at cars in the hot sun,
I fought management and uh they won,
I fought management and uh they won,
I needed a raise cause I had none,
I fought management and uh they won,
I fought management and uh they won,
[chorus]
I wake up at five and it feels so bad,
Guess my project’s gone,
It was the best team that I ever had,
I fought management and uh they won,
I fought management and uh,
[pre-churus]
Stuck in traffic since round 6:01,
I fought management and uh they won,
I fought management and uh they won,
I lost my team and project lost funds,
I fought management and uh they won,
I fought management and uh they won,
[chorus]
@movq@www.uninformativ.de Yeah, that would also be fine with me. I certainly do like the “arbitrary” in your comment.
While writing the article, I also thought about something like that:
date := time.Date(2026, 6, 19,
17, 0, 0, 0, time.UTC)
Or possibly:
date := time.Date(
2026, 6, 19,
17, 0, 0, 0, time.UTC,
)
But it’s four lines for a damn timestamp. I also contemplated whether a comment acting as a separator is all that’s needed:
date := time.Date(2026, 6, 19, /**/ 17, 0, 0, 0, time.UTC)
I might like that the most. Not entirely sure yet. It kinda feels like a hack, but still a little elegant. Add your comment on top and we’re golden. Maybe?
I deliberately excluded them as this only distracted from the points I wanted to make. And I also realized that this example was just not ideal at all. Perhaps I should add them nevertheless?
If I ever invented a programming language, a much more human readable timestamp representation of some sort, RFC 3339 or very close to that would be part of that language. Something along the lines of /pattern/ for regexes in certain languages.
@lyse@lyse.isobeef.org Oh wow, we’re talking about such a detailed level. 🤔
I agree with most of what you said.
I probably would have written it like this:
// Arbitrary reference date.
// Y m d H M S nano
date := time.Date(2026, 6, 19, 17, 0, 0, 0, time.UTC)
Would this be better or worse? 😅
Víťazi 54. ročníka Folklórneho festivalu Tancuj, tancuj…
V sobotu 13. júna sa v Hložanoch uskutočnil 54. ročník Folklórneho festivalu Tancuj, tancuj… Na javisku Domu kultúry a v hložianskom amfiteátri vystúpili stovky účinkujúcich: 34 speváckych skupín, 6 ľudových orchestrov a 19 tanečných skupín. Podľa rozhodnutia odborných porôt najkrajší tanec predviedol Folklórny súbor Klasy zo Starej Pazovy, najkrajšie spievala mužská spevácka skupina SKUS Pivnica a SKOS … ⌘ Read more
Rome Fell and Nobody Noticed
Article URL: https://friedkielbasa.substack.com/p/rome-fell-and-nobody-noticed
Comments URL: https://news.ycombinator.com/item?id=48530841
Points: 6
# Comments: 0 ⌘ Read more
FarOutCompany
Article URL: https://faroutcompany.com/
Comments URL: https://news.ycombinator.com/item?id=48527360
Points: 6
# Comments: 2 ⌘ Read more
Tribblix: the retro illumos distribution
Article URL: http://tribblix.org/
Comments URL: https://news.ycombinator.com/item?id=48524434
Points: 6
# Comments: 0 ⌘ Read more
FDA OKs first new sunscreen ingredient in more than 25 years
Article URL: https://apnews.com/article/sunscreen-fda-bemotrizinol-ingredient-uva-protection-9b9c7e04b418b3c9c1fbaa7ddabade25
Comments URL: https://news.ycombinator.com/item?id=48523165
Points: 6
# Comments: 0 ⌘ Read more
tt. But then, in the message tree, I spot another missed typo. My process is then to go to my twtxt.txt and fix it by hand. However, I still have to clean up tt's cache. This is rather tidious:
Now I’m curious how movwin deals with that. ;-)
Focus handling? I hardly remember, lol. 😅 Did that 6 months ago and haven’t touched it since. Let’s see.
The core main loop gets keyboard/mouse events from curses. At this level, the main loop only knows about exactly one widget, so it passes the event to that widget (whatever that is, doesn’t matter – they all inherit from the Widget base class, it could be a Window, a WindowManager, or an Edit box directly).
The outermost widget is usually a WindowManager. It implements a few hotkeys of its own, like switching to another window. If none of those hotkeys match, it passes the event to the currently focused window.
Same story here: Window implements some hotkeys (like opening the menu bar). If none of those match, then … the magic happens.
Each Window acts as a focus manager. It can descend into its child widget hierarchy and collect all child widgets in a depth-first search. They are collected into a flat list. Each Window then has an attribute _focus_position, which is an index into that list. Pressing Tab or Shift+Tab increases or decreases that index and that allows you to select the next/previous focusable widget in the current window.
Eventually, Window passes the input event to the currently focused widget.
Usually on initialization, the application can ask a Window object to focus a certain widget. The file selection dialog does that, for example, because the “natural” focus order would be to focus the Edit box at the top of the window first – but that’s not what the user wants, the Table showing the list of files should be focused.
If no widget ever feels responsible for handling a certain input event, then there’s a global unhandled_input callback that the application can provide (same as in urwid).
I think that’s it.
Hm, that’s more complicated than I remembered, but apparently it works fine, because I completely forgot about this. 😅 All I did in the last few months was make new classes that inherit from Widget, like the new Table class or Edit or HexEdit or whatever, and if they want to get input events, then they must implement the methods input_key() or input_mouse().
Does this answer your question? 😅 (I admit that I didn’t exactly understand your scenario, so I just went ahead and rambled about my implementation. 😅)
Every now and then, I think that I have carefully proof-read my message enough times and hit the “Add message” button in tt. But then, in the message tree, I spot another missed typo. My process is then to go to my twtxt.txt and fix it by hand. However, I still have to clean up tt’s cache. This is rather tidious:
- Recall the
sqlitebrowser ~/.local/share/twtxt/tt2.sqlitefrom my shell history.
- Switch to the “Browse data” tab.
- Go to the
messagestable and wait a second or two until it’s loaded.
- Sort by the
created_atcolumn twice, so that I get descending order.
- Select the first message, which is typically the one in question.
- Find the “Remove currently selected row” button in the tool bar.
- Commit the changes.
- Close sqlitebrowser.
So, I finally implemented the removal of messages from the cache in tt. I can now hit d and confirm the removal. Bam! Should have done that ages ago!
Next up is the search, I think.
Arch Linux Now Believes Malware Incident Under Control: More Than 1,500 Packages
Article URL: https://www.phoronix.com/news/Arch-Linux-AUR-More-Than-1500
Comments URL: https://news.ycombinator.com/item?id=48516379
Points: 6
# Comments: 0 ⌘ Read more
A low-carbon computing platform from your retired phones
Article URL: https://research.google/blog/a-low-carbon-computing-platform-from-your-retired-phones/
Comments URL: https://news.ycombinator.com/item?id=48515336
Points: 6
# Comments: 1 ⌘ Read more
There is a shadow hanging over this Fable thing
Article URL: https://12gramsofcarbon.com/p/tech-things-there-is-a-massive-shadow
Comments URL: https://news.ycombinator.com/item?id=48513536
Points: 6
# Comments: 0 ⌘ Read more
Reddit RSS feeds recent rate limiting and solution
Article URL: https://lapcatsoftware.com/articles/2026/6/3.html
Comments URL: https://news.ycombinator.com/item?id=48511663
Points: 3
# Comments: 0 ⌘ Read more
People think that “more words means more effort” – that used to be true, and it’s the opposite now.
Anyone can make 200 words. The real flex is turning those 200 words into 6.
Regarding software, I wonder when/if programmers will get this memo.
6 Best Digital Notebooks (2026): ReMarkable, Kobo, Kindle
These nifty tools combine the ease of jotting notes by hand with the power of saving them digitally. ⌘ Read more
The Future of Email
Article URL: https://www.fastmail.com/blog/the-future-of-email/
Comments URL: https://news.ycombinator.com/item?id=48502321
Points: 9
# Comments: 6 ⌘ Read more
AI Agent Bankrupted Their Operator While Trying to Scan DN42
Article URL: https://lantian.pub/en/article/fun/ai-agent-bankrupted-their-operator-scan-dn42lantian.lantian/
Comments URL: https://news.ycombinator.com/item?id=48500012
Points: 6
# Comments: 1 ⌘ Read more
Show HN: Boo – screen-style terminal multiplexer built on libghostty
Article URL: https://github.com/coder/boo
Comments URL: https://news.ycombinator.com/item?id=48496250
Points: 6
# Comments: 0 ⌘ Read more
Running Claude Code Offline on an M3 Pro with Qwen3.6
Article URL: https://har-ki.github.io/claude-code-sre-handbook/handbook/06-air-gapped/
Comments URL: https://news.ycombinator.com/item?id=48492579
Points: 4
# Comments: 0 ⌘ Read more
The $15,000 AI Bill. Your $20 Subscription is a DELUSION [video]
Article URL: https://www.youtube.com/watch?v=UfApUobqN8Y
Comments URL: https://news.ycombinator.com/item?id=48491670
Points: 7
# Comments: 6 ⌘ Read more
Workers are spending over 6 hours a week botsitting AI, fueling job frustration
Article URL: https://www.businessinsider.com/botsitting-ai-hidden-human-labor-at-work-2026-6
Comments URL: https://news.ycombinator.com/item?id=48490057
Points: 9
# Comments: 1 ⌘ Read more
Core PPI up 9.6% annualized (0.8% MoM) in May
Article URL: https://www.bls.gov/news.release/ppi.nr0.htm
Comments URL: https://news.ycombinator.com/item?id=48489655
Points: 20
# Comments: 0 ⌘ Read more
Sweet Jeebus, macOS 27 Golden Gate Removes the Dumb Icons from Menu Items
Article URL: https://daringfireball.net/2026/06/macos_27_golden_gate_removes_the_dumb_icons_from_menu_items
Comments URL: https://news.ycombinator.com/item?id=48487435
Points: 6
# Comments: 1 ⌘ Read more
Deficient executive control in transformer attention
Article URL: https://academic.oup.com/pnasnexus/article/5/6/pgag149/8698838
Comments URL: https://news.ycombinator.com/item?id=48484282
Points: 3
# Comments: 0 ⌘ Read more
Unix GC Remastered
Article URL: https://mohandacherir.github.io/Qdiv7/posts/unix_new_gc/
Comments URL: https://news.ycombinator.com/item?id=48483854
Points: 6
# Comments: 0 ⌘ Read more
US President says ‘I love the inflation’
Article URL: https://www.cnbc.com/2026/06/10/trump-inflation-cpi-iran-oil.html
Comments URL: https://news.ycombinator.com/item?id=48483445
Points: 6
# Comments: 0 ⌘ Read more
What Is It Like to Be a Bat? [pdf]
Article URL: https://www.sas.upenn.edu/~cavitch/pdf-library/Nagel_Bat.pdf
Comments URL: https://news.ycombinator.com/item?id=48482293
Points: 6
# Comments: 0 ⌘ Read more
Building an HTML-first site doubled our users overnight
Article URL: https://mohkohn.co.uk/writing/html-first/
Comments URL: https://news.ycombinator.com/item?id=48475483
Points: 25
# Comments: 6 ⌘ Read more
RIP software hackathons. Long live the hardware hackathon
Article URL: https://blog.oscars.dev/posts/rip-software-hackathons-long-live-the-hardware-hackathon/
Comments URL: https://news.ycombinator.com/item?id=48468766
Points: 6
# Comments: 1 ⌘ Read more
6.12.93: longterm
Version:6.12.93 (longterm)Released:2026-06-09Source:linux-6.12.93.tar.xzPGP Signature:linux-6.12.93.tar.signPatch:full ( incremental)ChangeLog:ChangeLog-6.12.93 ⌘ Read more
I’m building a parallel internet, and it’s called The Thinnernet
Article URL: https://inavoyage.blogspot.com/2026/06/im-building-parallel-internet-and-its.html
Comments URL: https://news.ycombinator.com/item?id=48450694
Points: 6
# Comments: 2 ⌘ Read more
Full Reverse Engineering of the TI-84 Plus Operating System
Article URL: https://siraben.github.io/ti84p-re/
Comments URL: https://news.ycombinator.com/item?id=48448493
Points: 6
# Comments: 0 ⌘ Read more
The gamers taking on the industry to stop it switching off games
Article URL: https://www.bbc.com/news/articles/c8e8e7g0r82o
Comments URL: https://news.ycombinator.com/item?id=48436246
Points: 6
# Comments: 0 ⌘ Read more
We Need VAT and UBI
Article URL: https://wilsoniumite.com/2026/06/07/we-need-vat-and-ubi/
Comments URL: https://news.ycombinator.com/item?id=48434114
Points: 6
# Comments: 3 ⌘ Read more
You May Not Need a Giant Chef’s Knife When a Midsize Knife Does the Trick
These 5- to 6-inch blades are the secret workhorses of the kitchen, whether you’re a smaller person, have smaller hands, or just desire a smaller but still high-functioning knife. ⌘ Read more
They are looting your life savings
Article URL: https://social.bau-ha.us/@raganwald/116705256401454865
Comments URL: https://news.ycombinator.com/item?id=48429343
Points: 6
# Comments: 0 ⌘ Read more
Slávnosti, ale aké?!
Správa o tom, že Obec Báčsky Petrovec zaplatí takmer 9,6 milióna dinárov za vystúpenie srbského folkového speváka Acu Pejovića na tohtoročných Slovenských národných slávnostiach, opäť otvorila otázku, ktorá sa vracia prakticky každý rok: Čo vlastne majú byť Slovenské národné slávnosti? ⌘ Read more
Nvidia is proposing a beast of a CPU system for Windows PCs
Article URL: https://twitter.com/lemire/status/2062880075117113739
Comments URL: https://news.ycombinator.com/item?id=48424605
Points: 6
# Comments: 3 ⌘ Read more
The Age photos of the week, June 6, 2026
The week in photos from our award-winning staff photographers and regular contributors at The Age. ⌘ Read more
The perils of UUID primary keys in SQLite
Article URL: https://andersmurphy.com/2026/06/05/the-perils-of-uuid-primary-keys-in-sqlite.html
Comments URL: https://news.ycombinator.com/item?id=48419571
Points: 6
# Comments: 2 ⌘ Read more
The June 6 edition
The Style Edit | Cinema icon Tony Leung | Kate Ceberano on staying in the game | Vintage fashion’s new moment | Sartorial tricks from the celebrity realm ⌘ Read more
6 products to improve your hair’s health from $21
New-gen follicular care, from serums to “growth caps”, detanglers and peptides. ⌘ Read more
Bricks and Minifigs Parts Ways with Franchise Owners
Article URL: https://bricksandminifigs.com/blog/blog/2026/06/04/bricks-and-minifigs-salem-joshua-johnson-brandon-best-resignation/
Comments URL: https://news.ycombinator.com/item?id=48406328
Points: 6
# Comments: 2 ⌘ Read more
Anthropic’s open-source framework for AI-powered vulnerability discovery
Article URL: https://github.com/anthropics/defending-code-reference-harness
Comments URL: https://news.ycombinator.com/item?id=48403980
Points: 24
# Comments: 6 ⌘ Read more
Babbel Promo Code: Up to 65% Off in June 2026
Master a new language with expert-led courses. Use our verified Babbel coupon codes to save up to 65% on student plans and 60% on 6-month subscriptions. ⌘ Read more
The SpaceX IPO Will Be the Theft of the Century
Article URL: https://montanaskeptic.substack.com/p/the-spacex-ipo-will-be-the-theft
Comments URL: https://news.ycombinator.com/item?id=48394034
Points: 28
# Comments: 6 ⌘ Read more
A Man Who Reads Books for a Living (One Every Two Days)
Article URL: https://lithub.com/the-man-who-reads-books-for-a-living-one-every-two-days/
Comments URL: https://news.ycombinator.com/item?id=48389284
Points: 6
# Comments: 1 ⌘ Read more
The Humanoid Robot of the Future Is a 6-Foot-Tall Beefcake With a Chinese Body and an American Brain
Spencer Huang, Nvidia’s robotics lead, tells WIRED that the new bot combines the best of both worlds. ⌘ Read more
I Don’t Want My Search Engine to Think for Me
Article URL: https://searchzee.com/blog/search-without-ai-summaries
Comments URL: https://news.ycombinator.com/item?id=48378099
Points: 6
# Comments: 1 ⌘ Read more
There’s a 1 in 6 chance we’ll be extinct in 100 years. So what can we do about it?
Smarter people than me reckon there’s a decent chance the human race could soon be wiped out. Our biggest threat? Ourselves. ⌘ Read more
Use your Nvidia GPU’s VRAM as swap space on Linux
Article URL: https://github.com/c0dejedi/nbd-vram
Comments URL: https://news.ycombinator.com/item?id=48377404
Points: 6
# Comments: 0 ⌘ Read more
Major green bridge closed for police operation
The bridge was closed just before 6.20am, and emergency services remain in the area. ⌘ Read more
Microsoft’s MAI-Code-1-Flash Scores 51% SWE-Bench Pro with Just 5B Active Params
Article URL: https://microsoft.ai/models/mai-code-1-flash/
Comments URL: https://news.ycombinator.com/item?id=48374466
Points: 21
# Comments: 6 ⌘ Read more
Michael Burry says neither SpaceX nor Anthropic is worth $1T
Article URL: https://www.businessinsider.com/big-short-michael-burry-spacex-anthropic-ipo-ai-bubble-claude-2026-6
Comments URL: https://news.ycombinator.com/item?id=48368187
Points: 13
# Comments: 3 ⌘ Read more
GitHub and the Crime Against Software
Article URL: https://eblog.fly.dev/githubbad.html
Comments URL: https://news.ycombinator.com/item?id=48361064
Points: 6
# Comments: 0 ⌘ Read more
Superintelligence: The Idea That Eats Smart People (2016)
Article URL: https://idlewords.com/talks/superintelligence.htm
Comments URL: https://news.ycombinator.com/item?id=48360137
Points: 6
# Comments: 0 ⌘ Read more
6.12.92: longterm
Version:6.12.92 (longterm)Released:2026-06-01Source:linux-6.12.92.tar.xzPGP Signature:linux-6.12.92.tar.signPatch:full ( incremental)ChangeLog:ChangeLog-6.12.92 ⌘ Read more
Nvidia Cosmos 3
Article URL: https://developer.nvidia.com/blog/develop-physical-ai-reasoning-world-and-action-models-with-nvidia-cosmos-3/
Comments URL: https://news.ycombinator.com/item?id=48356654
Points: 6
# Comments: 0 ⌘ Read more
Why Are Large Language Models So Terrible at Video Games?
Article URL: https://spectrum.ieee.org/ai-video-games-llms-togelius
Comments URL: https://news.ycombinator.com/item?id=48354405
Points: 6
# Comments: 3 ⌘ Read more
Nvidia RTX Spark
Article URL: https://www.nvidia.com/en-us/products/rtx-spark/
Comments URL: https://news.ycombinator.com/item?id=48352939
Points: 16
# Comments: 6 ⌘ Read more
Dav2d
Article URL: https://jbkempf.com/blog/2026/dav2d/
Comments URL: https://news.ycombinator.com/item?id=48344961
Points: 6
# Comments: 0 ⌘ Read more
6 Best Prepaid Phone Plans (2026): Tello, Boost, Google Fi, More
Forget the pricey, postpaid cell plans and two-year contracts. Save with one of these WIRED-tested options from US Mobile, Boost, and Google Fi. ⌘ Read more
Corporate America Is Starting to Ration AI as Cost Skyrockets
Article URL: https://www.wsj.com/tech/ai/corporate-america-is-starting-to-ration-ai-as-cost-skyrockets-1eb99d7a
Comments URL: https://news.ycombinator.com/item?id=48335388
Points: 6
# Comments: 1 ⌘ Read more
The Kaiser and a “Mediocre Man” Theory of History
Article URL: https://www.deadcarl.com/p/the-kaiser-and-a-mediocre-man-theory
Comments URL: https://news.ycombinator.com/item?id=48334283
Points: 6
# Comments: 0 ⌘ Read more
Danish pension fund excludes SpaceX citing governance and valuation
Article URL: https://www.reuters.com/legal/transactional/danish-pension-fund-excludes-spacex-citing-governance-valuation-2026-05-29/
Comments URL: https://news.ycombinator.com/item?id=48333820
Points: 6
# Comm … ⌘ Read more
EV Stupidity Checklist
Article URL: http://hypercritical.co/2026/05/29/ev-stupidity-checklist
Comments URL: https://news.ycombinator.com/item?id=48329549
Points: 6
# Comments: 0 ⌘ Read more
I Am Retiring from Tech to Live Offline
Article URL: https://openpath.quest/2026/i-am-retiring-from-tech-to-live-offline/
Comments URL: https://news.ycombinator.com/item?id=48323683
Points: 45
# Comments: 6 ⌘ Read more
Headway Therapy Patients Forced to Scan Their Faces to Keep Getting Care
Article URL: https://www.404media.co/headway-therapy-facial-scan-biometric-data-identity-verification/
Comments URL: https://news.ycombinator.com/item?id=48323397
Points: 6
# Comments: 0 ⌘ Read more
Is AI causing a repeat of Front end’s Lost Decade?
Article URL: https://mastrojs.github.io/blog/2026-05-23-is-AI-causing-a-repeat-of-frontends-lost-decade/
Comments URL: https://news.ycombinator.com/item?id=48321631
Points: 6
# Comments: 1 ⌘ Read more
Physical Media Is Making a Comeback. The Next Console Generation Might Kill It
Consoles with disc drives are the easiest way to enjoy all kinds of physical media, but that could end with the next-gen PlayStation 6 and Microsoft’s Project Helix. ⌘ Read more
Valve raises Steam Deck prices by more than $200
Article URL: https://www.theverge.com/games/938340/valve-steam-deck-price-increase
Comments URL: https://news.ycombinator.com/item?id=48297976
Points: 14
# Comments: 6 ⌘ Read more
Declassified CIA Cartography Maps from the 1980s
Article URL: https://brilliantmaps.com/cia-maps-1980s/
Comments URL: https://news.ycombinator.com/item?id=48294831
Points: 6
# Comments: 0 ⌘ Read more
Sonny Rollins, Jazz’s Saxophone Colossus and Greatest Improvisor, Dead at 95
Article URL: https://www.rollingstone.com/music/music-news/sonny-rollins-jazz-legend-saxophone-colossus-dead-obit-1234715446/
Comments URL: https://news.ycombinator.com/item?id=48287678
Points: 6
# Comments: 0 ⌘ Read more
Ferrari shares fall after launch of first EV as Jony Ive design proves divisive
Article URL: https://www.theguardian.com/business/2026/may/26/ferrari-luce-ev-jony-ive-design-sports-car
Comments URL: https://news.ycombinator.com/item?id=48282034
Points: 14
# Comments: 6 ⌘ Read more
C64 Basic: Game Map Overhead “Camera View”
Article URL: https://retrogamecoders.com/overhead-camera-view/
Comments URL: https://news.ycombinator.com/item?id=48279842
Points: 6
# Comments: 0 ⌘ Read more
FreeBSD Foundation Executive Director Tries Daily Driving FreeBSD on Laptop
Article URL: https://www.phoronix.com/news/FreeBSD-On-Laptop-Driver
Comments URL: https://news.ycombinator.com/item?id=48258736
Points: 6
# Comments: 2 ⌘ Read more
Justice Department scrubs its website of news releases about Jan. 6 defendants
Article URL: https://apnews.com/article/justice-department-capitol-riot-news-releases-purged-29c580044a9ed27b643c99feac9e2964
Comments URL: https://news.ycombinator.com/item?id=48253182
Points: 11
# 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
I should have changed the key binding from Print to Shift+Print a long time ago to launch import and upload the screenshot to my server. I was constantly hitting that stupid key on accident when I actually wanted to press [AltGr].
If I only could map a key binding to slap these damn ThinkPad T15 keyboard layout designers at Lenovo remotely in the face. Seriously, who in their right mind puts Print (in German Druck) between AltGr and Ctrl at the bottom row to begin with?! Exactly. Nobody. What a horrible location.
6.18.33: longterm
Version:6.18.33 (longterm)Released:2026-05-23Source:linux-6.18.33.tar.xzPGP Signature:linux-6.18.33.tar.signPatch:full ( incremental)ChangeLog:ChangeLog-6.18.33 ⌘ Read more
6.12.91: longterm
Version:6.12.91 (longterm)Released:2026-05-23Source:linux-6.12.91.tar.xzPGP Signature:linux-6.12.91.tar.signPatch:full ( incremental)ChangeLog:ChangeLog-6.12.91 ⌘ Read more
6.6.141: longterm
Version:6.6.141 (longterm)Released:2026-05-23Source:linux-6.6.141.tar.xzPGP Signature:linux-6.6.141.tar.signPatch:full ( incremental)ChangeLog:ChangeLog-6.6.141 ⌘ Read more
Show HN: ShadowCat – file transfer through QR Codes in a Browser
Article URL: https://github.com/unprovable/ShadowCat
Comments URL: https://news.ycombinator.com/item?id=48234287
Points: 6
# Comments: 1 ⌘ Read more
SpaceX not the behemoth everyone thought
Article URL: https://www.axios.com/2026/05/21/spacex-ipo-musk-ai
Comments URL: https://news.ycombinator.com/item?id=48231815
Points: 6
# Comments: 0 ⌘ Read more
6.6.140: longterm
Version:6.6.140 (longterm)Released:2026-05-17Source:linux-6.6.140.tar.xzPGP Signature:linux-6.6.140.tar.signPatch:full ( incremental)ChangeLog:ChangeLog-6.6.140 ⌘ Read more
6.18.32: longterm
Version:6.18.32 (longterm)Released:2026-05-17Source:linux-6.18.32.tar.xzPGP Signature:linux-6.18.32.tar.signPatch:full ( incremental)ChangeLog:ChangeLog-6.18.32 ⌘ Read more
6.12.90: longterm
Version:6.12.90 (longterm)Released:2026-05-17Source:linux-6.12.90.tar.xzPGP Signature:linux-6.12.90.tar.signPatch:full ( incremental)ChangeLog:ChangeLog-6.12.90 ⌘ Read more
The 6 Best Grills and Smokers of 2026: Smart, Portable, Pellet
I grilled, smoked, seared, cleaned, and synced digital temp controllers to find the best grill option for every cookout and tailgate. ⌘ Read more
6.1.173: longterm
Version:6.1.173 (longterm)Released:2026-05-15Source:linux-6.1.173.tar.xzPGP Signature:linux-6.1.173.tar.signPatch:full ⌘ Read more