Microsoft Accidentally Breaks Replying To an Email On Outlook
Microsoft has accidentally introduced a bug in Outlook for Mac that omits the original message from email replies, making it difficult for recipients to follow conversation history. Until Microsoft releases a fix, its suggested workaround is to roll back from version 16.110 and disable automatic updates, which is âgreat for users in full control of their ⌠â Read more
zlib-rs 0.6.4 Released With Fix For Intel Raptor Lake Crash, SIMD Optimizations
As a follow-up to last weekâs article around Firefox leveraging zlib-rs and some nice upstream improvements to this Rust-based Zlib implementation, the zlib-rs 0.6.4 release is now available to ship all of these latest enhancements⌠â Read more
Waymo Recalls About 3,900 Robotaxis After Some Drove Into âFreeway Construction Zonesâ
CNBC reports:
Waymo is recalling almost 3,900 robotaxis in the U.S. to fix software issues after some cars drove into freeway construction zones, according to notices filed with the National Highway Traffic Safety Administration. The voluntary recall, the Alphabet-owned companyâs second in just over a mon ⌠â Read more
KDE Plasma 6.8 Making It Easier To Configure Multi-Monitor Setups
With KDEâs Plasma 6.7 desktop having released this week, more development attention is turning to feature work toward Plasma 6.8 but there are also some fixes already accumulating for the Plasma 6.7.1 point release⌠â Read more
New NTFS Driver Sees Hardening & Fixes, Windows Native Symlinks With Linux 7.2
Happening back in Linux 7.1 was the âNTFS resurrectionâ with landing a new NTFS driver into the Linux kernel that had been years in the making and began as the former NTFS read-only kernel driver many years back before the stint of the Paragon NTFS3 driver in the Linux kernel. For Linux 7.2 that new/modern NTFS driver has seen more hardening work, some fixes, and Windows native symbolic links support⌠â Read more
@movq@www.uninformativ.de Yeah, the damn message to urge me into updating for no reason. It still works fine, why update then!? Leave me alone. If downloading fails, thereâs already a hint that updating might fix it. The introduction of this banner in https://github.com/yt-dlp/yt-dlp/pull/13937 doesnât give any reason for that change either.
Google Toldl Researchers âNice Catch!â Then Denied Bug Bounty For Flaw It Still Hasnât Fixed
Security researcher Justin OâLeary says Google initially accepted his Config Connector privilege-escalation report as a high-priority, high-severity bug, then denied a bounty by declaring the behavior âworking as intended.â âGoogle initially rated the bug high priority and high severity, with a re ⌠â Read more
Claude AI Assists In Fixing Years Old AMD Radeon Linux Display Bug Affecting Numerous Laptops
A bug in the AMDGPU Linux kernel graphics driver leading to some laptop displays freezing after periods of use may finally be close to being resolved. Given the length and quantity of bug reports and one of the problematic commits being tracked back to 2017, itâs a heavy hitting issue for some Linux users. With the help of Claude Code, it looks like a fix is on the way to the Linux kernel⌠â Read more
Initial AMDGPU HDMI 2.1 FRL Support Successfully Merged For Linux 7.2
The Direct Rendering Manager (DRM) kernel graphics/display and accelerator driver changes have been merged for Linux 7.2. The Linux 7.2 DRM merge is headlined by the long-awaited HDMI 2.1 Fixed Rate Link (FRL) support for the AMDGPU open-source driver as part of the larger effort of finally proceeding with a full HDMI 2.1 implementation for this AMD Radeon Linux driver⌠â Read more
Waylandâs Weston 16 Alpha Brings HDR Improvements, Vulkan Renderer Fixes
Wayland developers have prepared the release of Weston 16.0 Alpha 1 for this reference Wayland compositor with new features⌠â Read more
Firefox 152 Adds JPEG XL Support, Redesigned Settings
An anonymous reader quotes a report from Linuxiac: Mozilla has released Firefox 152, the latest update to its popular open-source web browser, with updated settings, improved media controls, experimental JPEG XL support, and various platform-specific fixes for desktop and Android. A key update is the redesigned Firefox Settings page, which now features clearer groupings ⌠â Read more
Linux 7.2 Power Management Adds New Hardware Support While Dropping AMD Elan
The power management changes merged for the Linux 7.2 kernel are aplenty as usual. New hardware support, dropping obsolete hardware support, and various bug fixes and other enhancements throughout this important area of the kernel⌠â Read more
@lyse@lyse.isobeef.org Interesting approach. đ¤
The master branch should never be in a broken state (apart from bugs I donât know about). Any intermediate state during the development of a larger feature will happen in a different branch.
I mean, yeah, but ⌠I donât know, I like having âtraditional releasesâ as a second safety net when I write programs. I like to let things mature for a while and then I cut a new release. So itâs, like, âwe have a bunch of new features and fixes here, and to the best of my knowledge this works fine nowâ. But maybe Iâm just paranoid. đ¤
Vim Classic 8.3 Launched as an AI-Free Vim Fork
This month saw the release of Vim Classic 8.3, the first stable version of a new long-term support fork of Vim maintained without generative AI tools. Linuxiac reports:
The release is based on Vim 8.2.0148 and includes selected bug fixes and patches backported from later upstream Vim releases. Vim Classic was first announced by [SourceHutâs CEO/founder] Drew DeVault in March 20 ⌠â 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:
Getting the vim key bindings to work for focus switching in this modal dialog took me forever. Only cursors and (Shift+)Tab are supported out of the box. I absolutely understand that, itâs fine. I installed an input handler on the dialog, but the focus always stayed the same.
After two wasted hours, I was in despair to copy the tview.Modal into my own code base. Of course, I had to fix all the private tview field accesses first. But even installing the input handler directly on the buttons themselves did not work. Even though, the handler was definitely executed, the focus did not shift. Forcing redraws as a last resort also did not work.
Looking through all the messy chained input handling, I eventually stumbled across another place in the tview.Form, which is internally used by tview.Modal. This messed around with app focus receptions and input handlers. This gave me the idea to make the tview.Application refocus my modal dialog after I told the modal dialog which button to select. And would you look at that, this did the trick! I havenât completely figured out what is going on exactly, but I could get rid of my Modal clone again.
I always go through hell with focus handling in tview. Each and every time. It just does not feel natural to me. Complete brainfuck to wrap my head around. The Urwid API felt sooo much more refined, it never was an issue. It just works. In fact, I cannot think of any other TUI library that has remotely the same pain level when it comes to focusing widgets as tview.
Now Iâm curious how movwin deals with that. ;-)
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.
I just fixed it.
Worldâs First Crewed Solid-State Flight Electrifies Aviationâs Future
The Helios Horizon has completed what its developers call the first crewed, fixed-wing flight powered by solid-state batteries. New Atlas reports: On June 5, test pilot Miguel Iturmendi lifted off from Zephyrhills Municipal Airport in Florida at the controls of the Helios Horizon â the first crewed, fixed-wing aircraft ever to fly on ⌠â Read more
KDE Plasma 6.7 Sees Last Minute Fixes Ahead Of Next Weekâs Release
Ahead of the much anticipated Plasma 6.7 desktop release next week, KDE developers have been busy putting final touches on it, mostly in the form of bug/regression fixes⌠â Read more
OpenZFS 2.4.3 Released With Many Bug Fixes
OpenZFS 2.4.3 is out today as the newest stable point release to this open-source ZFS file-system implementation as well as point releases for the OpenZFS 2.3 and 2.2 series too⌠â Read more
A man kept asking his flatmate on dates. Talikaâs idea might fix the problem
Years of soaring property prices have meant the age of renters extend well beyond young adults and into new generations. But for women, it can come with additional hurdles. â Read more
GCC 15.3 Compiler Brings Nearly A Year Worth Of Bug Fixes
For those relying on last yearâs stable GCC 15 series in not yet having migrated to the latest GCC 16, out today is GCC 15.3 to ship all of the latest back-ported bug fixes⌠â Read more
Nobody ever gets credit for fixing problems that never happened (2002) [pdf]
Article URL: https://web.mit.edu/nelsonr/www/Repenning=Sterman_CMR_su01_.pdf
Comments URL: https://news.ycombinator.com/item?id=48498385
Points: 3
# Comments: 0 â Read more
Justice League Memberâs Dark New Origin Fixes a DC Problem
DC Comicsâ dark revamp of a Justice League origin story fixes a problem with the original. It is not uncommon for superheroes to have their histories changed to fit modern sensibilities. In this case, however, the new origin addresses some more logical issues with a classic comics story. The fix came in The Fury of [âŚ]
The post [Justice League Memberâs Dark New Origin Fixes a DC Problem](https://www.c ⌠â Read more
House of the Dragon Finally Delivers the Daemon Targaryen Fix Fans Wanted
House of the Dragon Season 3 is almost here, and itâs course-correcting one of its most debated creative decisions. Season 2âs isolating portrayal of Matt Smithâs Daemon Targaryen is going to change. The actor himself divulges, and with the trailers as anything to go by, it seems fans will finally get what they wanted. House [âŚ]
The post [House of the Dragon Finally Delivers the Daemon Ta ⌠â Read more
Microsoft Defender âRoguePlanetâ Zero-Day Grants SYSTEM Privileges
A researcher using the name Nightmare Eclipse has released a new Microsoft Defender zero-day exploit called âRoguePlanet,â which reportedly works on fully patched Windows 10 and 11 systems and can spawn a command prompt with SYSTEM privileges through a Defender race condition. The release came just hours after Microsoft fixed two previously discl ⌠â Read more
CISA Tells US Agencies to Fix Security Bugs in as Little as 3 Days Thanks to AI Threats
âDefenders cannot afford to take weeks to patch,â one Cybersecurity and Infrastructure Security Agency official warned on Wednesday. â Read more
@lyse@lyse.isobeef.org Yeah, it probably would look better. I might fix that. Itâs just laziness, the implementation was easier this way. đ
Glad you find it interesting! And honestly, I agree, nobody but me would use this anyway. There are more mature and featureful toolkits out there.
Microsoft Smashes Record For Biggest Ever Patch Tuesday Update
An anonymous reader quotes a report from ComputerWeekly: Microsoft has issued patches for about 200 flaws in its latest monthly Patch Tuesday drop, blasting past a previous record high of almost 170 common vulnerabilities and exposures (CVEs) set in October 2025. Among a great many others, the latest update from Redmond fixes a total of 32 critical C ⌠â Read more
Buildroot 2026.05 released
Version\â¨2026.05 of the Buildroot tool
has been released. Buildroot simplifies and automates the process of
building embedded Linux systems using cross-compilation. Notable
changes in this release include support for Arm Neoverse cores,
addition of XFS rootfs generation, as well as many package updates and
bug fixes. See the CHANGES
file f ⌠â Read more
Three stable kernels for Tuesday
Greg Kroah-Hartman has announced the release of the 7.0.12, 6.18.35, and 6.12.93 stable kernels. Each contains
important fixes throughout the tree. Users are advised to upgrade. â Read more
@lyse@lyse.isobeef.org @bender@twtxt.net @prologic@twtxt.net Oh, snap! 𤌠I am so sorry about that. I had no idea that was happening!
Iâm working on a fix right now.
Scary Movie 7 Needs to Fix 1 Major Issue That Made 6 Divisive
Scary Movie 7 seems like a safe bet following the success of 6. Should another sequel be made though, it should fix one major issue from the latest release. Following the release of the new parody horror film, Scary Movie 6 has had a great time at the box office. The latest entry in the [âŚ]
The post [Scary Movie 7 Needs to Fix 1 Major Issue That Made 6 Divisive](https://www.comingsoon.net/mov ⌠â Read more
@itsericwoodward@itsericwoodward.com Turns out, this is a bug in my config to cache synchronization. Nickname changes in the configuration file are just not synced to the cache at startup if the feed URL already exists in the cache. I must have fixed this typo in my config ages ago, because I donât even recall having that spelling mistake to begin with. Yet, the cache was happily showing the erroneous nickname. Composing a reply automatically adds the mentions from the conversation participants. Everything originates from the cache, so, I successfully poissoned my replies.
rsync 3.4.4 released with regression fixes
Andrew Tridgell has announced
the release of rsync 3.4.4 with
fixes for the regressions introduced in the 3.4.3 release. He also
notes there will be an rsync 3.5.0 soon, with many more security
updates:
As part of the 3.5.0 release update I have created a
rsync-security@lists.samba.org mailing list for anyone who is willing
to do testing of the 3.5.0 release. T ⌠â Read more
Linux EFS File-System May Have New Maintainer - Or It Might Just Get Removed
An interesting quandary has arose on the Linux kernel mailing list over maintainership of old, unmaintained code within the Linux kernel. Someone has stepped up to maintain an old, very rare file-system driver but admittedly doesnât even use it and just submitted basic fixes. Or is it just better removing that old code?.. â Read more
@lyse@lyse.isobeef.org Bummer, but thanks for the heads-up. đ
Where are you seeing it? I remember running across a similar issue before, but I thought I already fixed it by falling back to the hash URL.
That having been said, I like your idea of defaulting to the subscribed / âfollowingâ URL.
Also, there appears to be an extra ârâ in my handle in your mention (itâs âitsericwoodwardâ, not âitsericwoordwardâ). No big deal, just wanted to mention it.
Linux 7.1-rc7 Adding More AMD Zen 6 CPU Models
Ahead of the Linux 7.1-rc7 test kernel release due out later today, a pull request has been submitted of some âx86 fixesâ for this kernel release. Most notable with this pull request is acknowledging some additional AMD Zen 6 CPU models⌠â Read more
FreeBSD 15.1 Delayed To Mid-June Due To Critical x86 Bug Fixes
FreeBSD 15.1 was supposed to be out at the start of June but a second release candidate pushed it back by a week and now a third needed release candidate has pushed out the stable release by an additional week⌠â Read more
@itsericwoodward@itsericwoodward.com That DORA quote is 𤯠â and it perfectly explains why AI coding tools terrify me in certain contexts. Dropping Copilot into a codebase full of technical debt isnât gonna fix the debt, itâs just gonna write more of it faster 𤣠Fred Brooks would be nodding his head right now đ
(#xbh2sbq) @itsericwoodward@itsericwoodward.com That DORA quote is 𤯠â and it perfectly explains why AI coding tools terrify me in certain contexts. Dropping Copilot into a codebase full of technical debt isnât gonna fix the debt, itâs just gonna write more of it faster 𤣠Fred Brooks would be nodding his head right now đ
Linux DRM Ioctl Developed By AMD Being Disabled Following Ongoing Security Issue
Itâs unfortunately another busy week in the Linux 7.1 kernel space with not everything slowing down so well, late in the cycle and leading to the upcoming 7.1 stable release. This weekâs DRM pull request of kernel graphics/accelerator drivers is again heavy on fixes and also ends up disabling an ioctl interface given ongoing security concerns from that code merged last year⌠â Read more
Astronauts on ISS told to shelter as repairs under way to fix air leaks
Article URL: https://www.bbc.com/news/live/c4g44ew3g1kt
Comments URL: https://news.ycombinator.com/item?id=48413464
Points: 13
# Comments: 2 â Read more
Ask HN: Is the web for machines (/llm.txt) the one we wished we had as humans?
I got really tired, as a human, of parsing the standard marketing heavy web we have today.
Iâve always loved the simplicity of gopher and gemini web.
Recently I found myself manually adding `/llm.txt` to most websites I visit because I find the content for LLMs strait to the point and clear.
The only annoyance is web browsers like chrome do not render the markdown.
So could the AI revolution actually fix the web for humans as a side effect? ⌠â Read more
AMD Submits Its Long-Awaited HDMI 2.1 FRL Support For Linux 7.2 AMDGPU
Itâs happening! The long-awaited HDMI 2.1 Fixed Rate Link âFRLâ support for handling higher resolutions and higher refresh rates on modern AMD Radeon graphics cards with the upstream AMDGPU open-source driver has been submitted to DRM-Next ahead of this monthâs Linux 7.2 merge window!.. â Read more
Demand Is Booming For New No Tech, Repairable Tractor
An anonymous reader quotes a report from 404 Media: The secondary market for decades old, low-tech John Deere tractors has been booming for years as farmers have sought reliable tractors that they can actually fix without having to deal with John Deereâs repair monopoly. A Canadian company has seen that demand and came up with a radical thought: What if they made a new ⌠â Read more
Widely-Used libinput Updated Due To Arbitrary Root Code Execution
The libinput input handling library used by both X.Org and Wayland environments on modern Linux desktops is out with a new security fix release. A new vulnerability is now public allowing for arbitrary root code execution⌠â Read more
Masters of the Universe Has 1 Big Problem That Nostalgia Canât Fix
Amazon MGM Studios is attempting to relaunch the Masters of the Universe franchise to mass audiences this summer. Unfortunately, the movie faces several challenges, including one big problem that nostalgia canât fix. Masters of the Universe is based on Mattelâs media franchise from the early 1980s. The franchise spawned action figures, comics, animated television series, [âŚ]
The post [Masters ⌠â Read more
Data Center Operators Are Trying to Fix Their Water Use Problems
Google, Microsoft, and other hyperscalers have come under scrutiny for their impact on water quality and availability. â Read more
@movq@www.uninformativ.de Itâs the âLyse types the entire HTML by handâ generator. Yes, no kidding. I write articles so rarely, that I can do that once in a while. Itâs fun to some degree, but also not.
After some time, I finally recorded some Vim macros to insert <b>âŚ</b>, <var>âŚ</var>, <span class=s>âŚ</span> etc. around the tokens. This helped a little bit. But I was still questioning my mental state doing it like that. I also had to fix a bunch of the end tags by hand, because the word movement wasnât enough or the end movement went too far. Quite the annoying process for sure.
But I think the HTML looks a wee bit nicer and is maybe even semantically a little bit better than having only <span>s everywhere. I find the <span class="whatever"> just soo awfully long. Of course, I never look at the code again, but knowing, that e.g. there is a <b> and it saves so many bytes in comparison, makes me happy. It is a more elegant solution in my opinion. Not by much, but better nonetheless. Itâs a matter of simplicity. Admittedly, even I canât avoid the <span>s alltogether. Oh well. On the other hand, Iâm sure that this does not make any difference whatsoever. I bet, nobody and nothing, like a screenreader, analyzes the HTML for that, where this would be truly useful.
Oh! Maybe text browsers, though. It just occurred to me while composing this reply. :-) Haha, I lost my bet quickly. w3m picks up at least the <b> for keywords and builtin types, <u> for filenames and <i> for comments. Yey. No different styles for <var> and <mark>, unfortunately. elinks only renders the bold. Itâs cool that I had the right intuition right from the beginning, despite being unable to pinpoint it. :-)
All the <span> hell with common syntax highlighters is a downer for me that keeps me from looking more into them. If I wrote more articles, I might rig something up with Pygments. At least thatâs somehow positively connotated in my brain. Not sure if it actually deserves it, but I dealt with that in some loose form (canât even remember) years and years ago. Apparently, it wasnât too terrible.
To prepare the table of contents, I used grep and sed with some manual intervention in the end. The entire process can be improved. Absolutely.
You wrote your own site generator, didnât you?