Category: Software

  • OpenAI Codex Bug Could Destroy Your SSD in 11 Months

    OpenAI Codex Bug Could Destroy Your SSD in 11 Months

    Key Takeaway

    – Continuous SQLite logging in Codex CLI can cause ~640 TB of writes per year, exceeding most consumer SSDs’ lifetime endurance (≈600 TBW).
    – The default global TRACE-level logging logs excessive noise (e.g., WebSocket payloads, filesystem events) and ignores the RUST_LOG environment variable.
    – Write amplification from tens of thousands of insert/delete cycles per minute makes the physical drive damage worse than file size suggests.
    – The bug has been known since at least April but remains unpatched despite recent unrelated SQLite fixes.
    – Temporary workaround: symlink `~/.codex/logs_2.sqlite` to `/tmp/` to redirect writes to RAM (safe to lose on reboot).


    Heavy SSD Wear From Codex CLI Bug

    If you use OpenAI’s Codex CLI and leave it running for long periods of time, your SSD may be getting hammered. A GitHub user named 1996fanrui documented the issue on June 14 after noticing unusually high disk activity on their machine. After digging around, they found Codex was continuously hammering a local SQLite database (stored at ~/.codex/logs_2.sqlite) with diagnostic log writes.

    Insane Write Volumes

    Over 21 days of uptime, the drive had absorbed around 37 TB of writes. Annualized, that’s roughly 640 terabytes per year. A typical 1 TB consumer SSD is rated for about 600 TBW lifetime — so this bug, if left unchecked, could burn through your drive’s entire warranted endurance in less than a year.

    The Real Culprit: Misconfigured Logging

    The culprit is a logging configuration that probably nobody meant to ship to end users. Codex’s SQLite feedback sink runs at global TRACE level by default — the noisiest possible setting. It logs everything from raw WebSocket payloads to mundane filesystem events like opening ‘passwd’ and ‘ld.so.cache’. It also ignores the standard RUST_LOG environment variable, so there’s no obvious way to turn it down.

    Mostly Useless Noise

    Around 71% of the logged data is TRACE-level noise that has no real diagnostic purpose, for the average user at least. What makes it worse is write amplification. The database isn’t just growing, but also cycling through tens of thousands of insert-and-delete operations per minute. It is physically writing far more to the drive than the file size implies.

    History of Neglect

    This has actually been a known issue in various forms since at least April, with multiple related reports filed across the year. OpenAI’s recent changelog touched some SQLite reliability fixes but hasn’t addressed the write rate problem. The issue is still wide open.

    Workaround for Linux and macOS

    In the meantime, Linux and macOS users can symlink ‘~/.codex/logs_2.sqlite’ to ‘/tmp/’ to redirect writes to RAM. The file holds no conversation data, so losing it on reboot is fine.

  • Windows 11 KB5095051 update breaks Office integration

    Windows 11 KB5095051 update breaks Office integration

    Key Takeaway

    – KB5095051 causes OLE automation failures, crashing Office apps launched from third-party business software.
    – Affected systems include accounting, document management, and healthcare platforms (e.g., CCH, Zotero, Dentrix).
    – Three distinct regressions require fixes: OLE trust validation, deployment media error 0xc0430001, and broken Recycle Bin prompts.
    – Temporary workarounds include opening documents directly in standalone Office apps and manually copying boot.stl for image deployments.
    – Organizations can contact Microsoft Support for Business to obtain a dedicated mitigation patch.


    New Windows 11 Patch Causes Business Software Chaos

    The next major complication from Microsoft’s June 2026 patch cycle has arrived. The tech giant acknowledged a significant application compatibility flaw inside Windows 11 cumulative update KB5095051. Following deployment, enterprise administrators reported that crucial third-party business software is failing to launch Microsoft Office programs or open documents, leaving automated background integration workflows at a sudden standstill.

    Object Linking and Embedding Glitch Identified

    According to technical advisories on the Windows release health dashboard, the issue impacts applications utilizing Object Linking and Embedding (OLE) automation to call on the Microsoft Office suite. When a user tries to trigger Word, Excel, PowerPoint, or Access from inside an independent line-of-business platform, the Office application either fails to respond entirely or silently crashes.

    Security Overhaul Causes Dual Problems

    Administrators are tracking these symptoms along parallel tracks of an aggressive security overhaul. The dashboard lists the OLE glitch as an unintended Known Issue under active investigation. Meanwhile, new constraints on desktop.ini files are an intentional security choice to block Mark of the Web exploit vectors from remote sources. This hardening tweak has the side effect of breaking custom folder icons on network shares, rather than acting as the catalyst for the OLE breakdown.

    Business and Healthcare Sectors Hit Hard

    This platform regression paralyzes specialized software running automated reporting tools and Document Management Systems. Corporate platforms are taking the hardest hit, including accounting tools like CCH ProSystem fx Engagement and Workpaper Manager, alongside citation managers like Zotero. The disruption also ripples through the healthcare sector, affecting medical practice systems such as Dentrix and Softdent, leaving clinics unable to auto-generate patient charts.

    Three Code Regressions Needs Fixing

    To restore stability to build 28000.2269, Microsoft must address three distinct code regressions. First, engineers must fix inter-process communication trust validation so local apps can programmatically invoke the Office stack. Second, Microsoft needs to resolve a dynamic deployment media bug where updating managed images throws a 0xc0430001 error. Finally, a new June 19 glitch breaks Recycle Bin prompts, displaying raw internal file strings instead of human readable names.

    Temporary Workarounds for IT Teams

    While Microsoft designs a public fix, IT departments must rely on temporary workarounds. Users can bypass the integration bug by opening required documents directly within standalone Office applications. For image deployments, admins must manually copy the boot.stl file to the installation media EFI folder. Affected organizations can also contact Microsoft Support for Business to acquire a dedicated mitigation patch.

    • Microsoft.com/KB5095051
    • Windows Forum
    • Elevenforum.com/KB5095051
  • Best iPhones, iPads, Macs & Apple Watches Getting Next OS Update

    Best iPhones, iPads, Macs & Apple Watches Getting Next OS Update

    Key Takeaway

    – iOS 27 is compatible with all iPhones that supported iOS 26.
    – iPadOS 27 drops support for 2018 iPad Pro models and several older iPads.
    – macOS 27 Golden Gate requires an Apple Silicon Mac; Intel Macs are not supported.
    – watchOS 27 removes support for Apple Watch Series 6-9 and Ultra 1.
    – Only iPhone users have universal compatibility; iPad, Mac, and Watch users face significant device restrictions.


    Major System Updates Announced at WWDC

    Apple today announced multiple major operating system updates at WWDC, which are expected to be released in the fall. However, who can install iOS 27, iPadOS 27, macOS 27 Golden Gate and watchOS 27 as soon as the updates are available depends heavily on how old the devices used are. There is only really good news for iPhone users.

    iOS 27 Compatiblity

    iOS 27, the next major operating system update for the iPhone, is the only update that runs on all models on which iOS 26 could be installed last year. Specifically, this means that iOS 27 can be installed on the following iPhones:

    • iPhone 15 series
    • iPhone 14 series
    • iPhone 13 series
    • iPhone 12 series
    • iPhone 11 series
    • iPhone XS and XR
    • iPhone SE (2nd generation and later)

    iPadOS 27 Dropped Support

    Software support for the iPad doesn’t look quite as rosy. The 11-inch and 12.9-inch iPad Pro from 2018 will be left behind, as will the eighth-generation iPad, the fifth-generation iPad mini and the third-generation iPad Air. This means that iPadOS 27 is compatible with the following iPad models:

    • iPad Pro (2020 and later)
    • iPad Air (4th generation and later)
    • iPad mini (6th generation and later)
    • iPad (9th generation and later)

    macOS 27 Golden Gate Requirements

    macOS 27 Golden Gate can be installed on all Macs with a Apple processor, but not on a single model with an Intel chip, so all devices sold before 2020 will no longer receive feature updates. The following Macs are compatible:

    • MacBook Air (2020 and later)
    • MacBook Pro (2020 and later)
    • Mac mini (2020 and later)
    • iMac (2021 and later)
    • Mac Pro (2023 and later)
    • Mac Studio (2022 and later)

    watchOS 27 Very Limited Devices

    The compatibility cuts hit the Apple Watch particularly hard. While watchOS 26 could still be installed on the Apple Watch Series 6, 7, 8 and 9 as well as on the Apple Watch Ultra 1, Apple is removing support for all four generations, meaning that watchOS 27 will only run on very few smartwatches:

    • Apple Watch Series 10
    • Apple Watch Ultra 2
    • Apple Watch SE (3rd generation)


    Sources

  • Apple unveils macOS 27 Golden Gate with AI-packed MacBook features

    Apple unveils macOS 27 Golden Gate with AI-packed MacBook features

    Key Takeaway

    – “Liquid Glass” design overhaul with adjustable transparency, new sidebar, colorful icons, and up to 30% faster app startup.
    – Siri AI chatbot replaces standard Siri, offering natural language answers, screen access, and app control.
    – AI-powered Safari can generate custom browser extensions from user prompts.
    – System-wide AI Writing Tools and Image Playground for generating/editing text and images.
    – Photo AI features include expanding images (AI-generated zoom-out) and “Spatial Reframing” to change perspective.


    Major macOS 27 Update Unveiled

    With macOS 27, Apple today unveiled the next major operating system update for the Mac. The system receives many of the new features that are also coming to the iPhone with iOS 27, starting with an optimized “Liquid Glass” design that allows users to adjust how transparent the “glass” actually looks in the system settings.

    Visual and Performance Tweeks

    The sidebar on macOS now has a sloping edge, app icons are more colorful and the corner radius of windows has been standardized. Thanks to these adjustments and improved app icons, Liquid Glass should look better than ever and apps should start up to 30 percent faster by preloading parts of the code into the RAM. AirDrop can transfer data up to 80 percent faster after the update.

    AI Highlights and Siri Replacement

    In addition to the performance and design optimizations, the new AI features are the highlight of macOS 27 Golden Gate. The biggest innovation is Siri AI, Apple’s brand new AI chatbot, which replaces Siri as the voice assistant. Siri can either be used in the new Siri app or accessed directly via Spotlight.

    Siri AI gives answers in natural language, similar to ChatGPT. A special feature is that Siri AI can access the screen and open apps so that, for example, questions about a text or image can be answered on the screen or apps can be controlled. Apple Intelligence also receives innovations in other areas of the operating system

    Home, Safari, and Writing Tools

    For example, the Home app can now recognize objects via HomeKit cameras so that users can be notified when a package is delivered. Apple’s Safari web browser in macOS 27 can not only group tabs using AI, but can even generate browser extensions based on a prompt, for example to be notified when a new article is published.

    Apple’s Writing Tools are now available system-wide to generate or rewrite texts. Image Playground can now generate images using artificial intelligence, either in a realistic style or based on a photo. Generated images can be further edited using prompts.

    New Photo Editing Capabilities

    Apple also introduces numerous AI features for editing captured photos. Photos can be expanded in macOS 27 and iOS 27 so that they can be “zoomed out”, so to speak, and the missing pixels are generated. A feature called “Spatial Reframing” can subsequently change the perspective of a photo, ultimately generating a completely new image.


    Sources

  • Samsung One UI 9.0 Beta 3 Rolling Out Next Week

    Samsung One UI 9.0 Beta 3 Rolling Out Next Week

    Key Takeaway

    – One UI 9.0 Beta 3 release is scheduled for next week.
    – Beta 2 focused primarily on bug fixes, with Beta 3 expected to add new features.
    – Beta 1 introduced UI refinements like a redesigned media player and reorganized Settings menus.
    – Galaxy S25 series expected to join the One UI 9.0 Beta program soon.
    – Galaxy Z Fold 8 and Z Flip 8 will be the first devices to ship with One UI 9.0 pre-installed.


    Next Week Might Be the Big One for Samsung One UI 9.0 Beta

    So it looks like Samsung could be dropping the third beta version of One UI 9.0 as early as next week, at least thats what a notice posted in the Samsung Members app via the Samsung Korea community is saying. The screenshot of the notice clearly states that “The 3rd beta version is scheduled to be released next week,” giving us the most solid hint yet abuot when the next software update is comming. This was first spotted by the tipster Chanakya Shrutam (@SamSWUpdate) over on X.

    Where We Started: Beta 1 and Beta 2

    Samsung originally opened the One UI 9.0 beta program way back in early May for the Galaxy S26, Galaxy S26 Plus, and the Galaxy S26 Ultra, but only in a few select markets at first. People who signed up for the program got the first beta build pushed to them as an over-the-air update right away. So far, the updates have mostly been about refining features that already exist, rather then adding a ton of new stuff. Honestly, you could argue that One UI 8.5 from last year was actually a more feature-packed release then what One UI 9 is looking like so far in these early builds.

    What Was Actually New in Beta 1

    In Beta 1, we did see a few fresh additions across the user interface, like a redesigned media player that got some updated visuals and a few refreshed menu screens inside the Settings app. The settings menus were also reorganised a bit to give it a cleaner overall layout. There was also a bunch of customisation improvements, like users in the beta program can now move the volume slider around independently inside the Quick Panel, and the status bar icons and text have been made bigger for better visibility across the hole interface.

    Why Beta 3 is the One to Watch

    Apart from those few tweaks, not much has happend because Beta 2 was almost entirely focused on squashing bugs and errors that people reported after the first build. So naturally, all the attention is now on Beta 3 to bring in some actual new features and also fix the remaining bugs from the second beta. In other news, it’s also expected that the Samsung Galaxy S25 series should be the next devices to join the One UI 9 Beta program soon, but Samsung hasnt announced any official dates for that yet. In the mean time, the first devices confirmed to ship with One UI 9 out of the box will be the next gen Samsung foldables, the Galaxy Z Fold 8 and the Z Flip 8, at Samsung’s next Galaxy Unpacked event.


    Sources

  • MocaccinoOS 26.06: Minimal Distro with KDE 6.6.5 & Kernel 6.18.33

    MocaccinoOS 26.06: Minimal Distro with KDE 6.6.5 & Kernel 6.18.33

    Key Takeaway

    – Version bumped to 26.06, now hosted on SourceForge
    – Includes a new LTS kernel
    – Offers GNOME, MATE, and DesktopMinimal ISOs
    – DesktopMinimal ISO is only 1.6 GB in size


    MocaccinoOS is back with a new update, which brings its current version number up to 26.06. This release comes after 26.05 and is the first one to move to the distro’s SourceForge page. Obviously, this is not all that needs to be said about MocaccinoOS 26.06, which also comes with a new LTS kernel and several other goodies.

    Release Highlights and What’s New

    The MocaccinoOS 26.06 release includes a updated Linux LTS kernel, ensuring better hardware compatability and stability. There are several other system improvements and performance tweaks that make this build a solid step forward for the distro. Users can expect a smoother out-of-the-box experience with this version, specially if they have newer hardware that needs modern driver support.

    ISO File Options and Download Sizes

    In addition to the three ISO files mentioned above, those interested in this self-proclaimed Windows 11 alternative can also grab the GNOME and MATE versions, as well as a “DesktopMinimal” ISO whose name should say it all. For bandwidth-conscious users, the DesktopMinimal ISO is also a good choice since it only has 1.6 GB in size, while all the others weigh between 2.3 and 2.5 GB.

    The variety of desktop enviroments means you can pick your prefered workflow without being locked into a single interface. The GNOME version offers a modern, streamlined experience, while MATE provides a more traditional desktop layout for those who like classic computing. All versions are built on the same stable base, so performence remains consistent across the board.

    Kernel and System Under the Hood

    This release uses the latest LTS kernel branch, which is a big deal for security and driver support. The developers have also included several under-the-hood optimizations that reduce memory usage and improve boot times. If your running older hardware, you might notice a noticable speed bump compared to previous releases of the OS.

    Getting Started With MocaccinoOS 26.06

    Downloading the ISO is straight forward from the official SourceForge page. Once you’ve got the file, you can create a bootable USB using tools like Rufus or Ventoy. The installation process remains user-friendly, with a guided wizard that walks you through partitioning and setup. Beginners should find it no trouble at all to get the system up and running.

    For those who prefer a lighter footprint, the DesktopMinimal ISO is a excellent choice, coming in at just 1.6 GB. This version strips away some non-essential applications, giving you a clean slate to install only what you need. It also makes for a faster download and a more efficient use of disk space on the target machine.

    Community and Future Support

    The community behind MocaccinoOS is active and continues to improve the distro with each update. With the move to SourceForge, downloads should be more relible and faster for users around the world. Future updates will likely follow this same distribution model, making it easier to keep your system current with the latest patches and features.

    Sources
  • Microsoft AI addiction goal exposed in leaked ClawPilot documents

    Microsoft AI addiction goal exposed in leaked ClawPilot documents

    Key Takeaway

    – Microsoft’s “ClawPilot” plan explicitly aims to make users addicted to the AI tool in Phase 1.
    – Internal tests show high engagement and low bounce rates, confirming the addiction strategy works.
    – Phase 2 and 3 will integrate ClawPilot with other AI tools and add features.
    – The plan prioritizes user lock-in over addressing growing concerns about AI dependency.
    – Security and compliance are treated as unresolved future concerns, not current priorities.


    Microsoft’s new AI tool comes with a plan to make you hooked

    Microsoft Scout is set to integrate OpenClaw into Microsoft 365. What at first sounds like a product that is as harmless as it is predictable has less harmless intentions, as a report by 404 Media reveals. This is because 404 Media was able to view an internal Microsoft document entitled “ClawPilot: Overview and Plan with Project Lobster”, which describes the launch of the software in three phases.

    The first phase is called, quote: “Make people addicted”

    The document goes on to say that Microsoft Scout or ClawPilot should offer a user experience that leads to users becoming addicted to the software in order to be able to complete their daily tasks. This in turn should lead to a growth in user numbers. Internal tests with Microsoft employees have already shown that this strategy works, as the software not only has a very low bounce rate, but is also used intensively by users on a daily basis.

    Phases 2 and 3 focus on expansion

    Phases 2 and 3 of the launch plan envision combining ClawPilot with other AI tools and introducing new features. It is not surprising that Microsoft is trying to reach as many customers as possible with new software. Particularly in light of the growing problems surrounding the dependence on AI chatbots however, it is worrying that Microsoft appears to see AI addiction as an opportunity rather than a risk.

    Security and compliance are left for later

    It is at least as worrying that the document describes security and compliance as important things “to figure out moving forward”. Since ClawPilot requires access to sensitive accounts and documents in order to function properly, security should be a top priority, not an open item on a to-do list.

    Sources
  • CISA Sets June 3 Deadline for Windows Defender Patch

    CISA Sets June 3 Deadline for Windows Defender Patch

    Key Takeaway

    – Federal agencies must patch RedSun (CVE-2026-41091) and UnDefend (CVE-2026-45498) by June 3 to comply with CISA’s Binding Operational Directive 22-01.
    – RedSun grants SYSTEM privileges via the Defender tiering engine; UnDefend blinds Defender entirely, enabling ransomware or lateral movement.
    – Verify Malware Protection Engine 1.1.26040.8 and Antimalware Platform 4.18.26040.7 in Windows Security before the deadline.
    – Three unpatched zero-days remain: YellowKey (BitLocker bypass), GreenPlasma (CTFMON privilege escalation), and MiniPlasma (cldflt.sys exploit, works on fully patched Windows 11/Server 2022/2025).
    – Mitigate YellowKey immediately by disabling WinRE’s autofstx.exe and switching BitLocker from TPM-only to TPM+PIN.


    Federal Agencies Face Urgent Microsoft Defender Patches Deadline

    Federal agencies have until June 3 to apply fixes for two actively exploited Microsoft Defender vulnerabilities tied to the Nightmare Eclipse disclosure campaign. With that deadline 48 hours away, three additional Windows zero-days from the same researcher remain unpatched, and June 9 is the next opportunity Microsoft has to address them. The current situation demands immediante action from IT departments managing government systems.

    Background on the Nightmare Eclipse Campaign and CISA Involvement

    The saga began in early April when Nightmare Eclipse dropped BlueHammer (CVE-2026-33825), patched in the April 14 Patch Tuesday with its CISA deadline passing in early May. The current countdown is anchored by a separate CISA action on May 20, adding RedSun (CVE-2026-41091) and UnDefend (CVE-2026-45498) to the Known Exploited Vulnerabilities catalog after Huntress confirmed active exploitation in real-world attacks. CISA mandated remediation under Binding Operational Directive 22-01 with a 14-day window. Thesse vulnerabilities are being actively used in attacks right now according to security researchers.

    Technical Details of RedSun and UnDefend Vulnerabilities

    RedSun targets the Defender tiering engine to escalate privileges to SYSTEM. UnDefend triggers a denial-of-service condition in the Antimalware Platform, blinding Defender entirely and creating a window for ransomware deployment or lateral movement without triggering alerts. Both vulnerabilities allow attackers to bypass critical security features in Windows Defender. The impact is severe for enterprise environments where Defender is a primary line of defense.

    Required Version Numbers for Patching

    Both are fixed in Malware Protection Engine 1.1.26040.8 and Antimalware Platform 4.18.26040.7. Verify those version numbers in Windows Security settings before June 3. Administrators should check these version numbers manually to ensure updates have been applied correctly. Failure to meet this deadline could result in compliance violations for federal agencies.

    Additional Unpatched Zero-Days From Nightmare Eclipse

    YellowKey (CVE-2026-45585) bypasses BitLocker on TPM-only systems via the Windows Recovery Environment, allowing physical access to unlock encrypted drives without a recovery key. GreenPlasma is a CTFMON privilege escalation flaw with no CVE and no patch. MiniPlasma re-exploits CVE-2020-17103 in cldflt.sys, a 2020 flaw whose patch was either incomplete or silently regressed. These vulnerabilities present serious risks for organisations that rely on BitLocker for data protection.

    Confirmed Exploitation on Modern Windows Systems

    ThreatLocker and Will Dormann confirmed it still produces a SYSTEM shell on fully patched Windows 11 and Windows Server 2022 and 2025. Windows 10 is unaffected, which matters for teams managing mixed fleets. This discrepency means administrators cannot assume all systems are equally vulnerable. Testing should be conducted on relevant operating systems to understand exposure.

    Mitigation Steps for YellowKey BitLocker Bypass

    For YellowKey, run reagentc /disable, mount the offline WinRE registry hive, remove autofstx.exe from BootExecute under ControlSet001ControlSession Manager, then run reagentc /enable to commit the change. Transition BitLocker from TPM-only to TPM+PIN wherever possible. This manual process is required until Microsoft releases an official patch. Organisations should prioritise this mitigation for high-security systems.

    Future Timeline for Remaining Vulnerabilities

    Nightmare Eclipse has signalled a July 14 release targeting that month’s Patch Tuesday. This provides a timeline for planning additional security updates. Cisa.gov Microsoft/CVE-2026-41091 Microsoft/CVE-2026-45498

  • Windows 11 Build 26300.8553: Customize Start Menu Now

    Windows 11 Build 26300.8553: Customize Start Menu Now

    Key Takeaway

    – Windows 11 Start menu now has size presets (Small, Large, Automatic) for the first time.
    – Users can independently toggle visibility of Pinned, Recent, and All apps sections.
    – Account name and profile image can be hidden for privacy on shared machines.
    – Windows Search adds substring matching for partial file name searches.
    – Modern loading spinners replace legacy animations across boot and shutdown states.


    Start Menu Finally Gets User Controls After Five Years

    Microsoft has released Windows 11 Insider Preview Build 26300.8553 to the Experimental channel, and after nearly five years of treating the Start menu as a fixed design statement, the company is finally opening it up to user control. The build, published May 29, 2026, delivers a modular Start menu with size controls, section-level visibility toggles, and privacy options for hiding account identity. These are changes Windows users have requested since Windows 11 launched in 2021 with a layout that stripped out Live Tiles, fixed the taskbar to the centre, and removed most of the spatial flexibility from its predecessor.

    New Size and Layout Presets for Customization

    The headline addition is a Size and Layout submenu with three presets: Small, Large, and Automatic. Automatic acts as the default and adjusts the menu proportionally based on display configuration. Previously, the Start menu had a single fixed size with no user-adjustable controls. This is a huge step forward for people who prefer a more compact or spacious interface, and it finally address a complaint thats been around since day one of Windows 11.

    • Small preset compresses the grid
    • Large preset expands for more pins
    • Automatic adapts to screen resolution

    Section Toggles and Privacy Improvements Arrive

    Section-level visibility is the other major change. Right-clicking anywhere on the Start menu now reveals a Customize sections option, with checkboxes to independently toggle Pinned apps, the newly renamed Recent section, and All apps. Microsoft has officially renamed the former Recommended section to Recent across both the Start menu and the Settings app. Users who have never used it can remove it entirely. The account name and profile image are also now hideable, addressing a long-standing privacy concern for shared and enterprise machines. This is a big deal for folks who share there computer with others.

    Different Build for Beta Channel Without Start Changes

    Build 26220.8544, released simultaneously to the Beta channel, does not include the Start menu changes. Its additions are focused on system polish and search improvements. Modern loading spinners replace legacy animations across Boot, Logon, Restart, and Shutdown states with consistent solid donut-style indicators. Windows Search gains substring matching, allowing users to find files using partial words from within compound file names — searching “april” will now surface files named MeetingNotesApril. A new Windows Ready Print toggle in Settings lets users control whether newly added printers default to the Internet Printing Protocol rather than legacy drivers.

    Known Issue Affecting AMD Machines

    Microsoft flagged a known issue affecting AMD machines with System Guard support. Devices in the Windows Insider Program with that configuration will not be offered the Experimental Future Platforms build this week. The 26300.8553 Experimental build itself is not affected, but AMD Insiders should verify their channel before updating. This is a typical hiccup for early builds, but it could cause confusion for users who automaticly expect the latest version.

    Timeline for Broader Release and Insider Choices

    These Start menu controls are Experimental channel only for now. Features that receive positive feedback in this channel typically reach Beta within two to three months, with general availability likely in the 26H2 release later in 2026. Insiders on the 26H1 branch have until June 5, 2026, to decide whether to stay on that branch, as returning to 25H2 requires a clean install. So if you want these features sooner, you might want to switch channels, but be careful about the rollback restrictions.

    Sources
  • iOS 28 & MacOS 28 Codename Leak, Major Redesign Expected

    iOS 28 & MacOS 28 Codename Leak, Major Redesign Expected

    Key Takeaway

    – Apple has started early development on major 2028 OS updates for the iPhone’s 20th anniversary.
    – The 2028 updates are internally codenamed “Boppy,” focusing on deep integration between platforms.
    – Current iOS 27, iPadOS 27, and macOS 27 are codenamed “Rizz.”
    – Development is in early stages, targeting new features, app architectures, and design enhancements.


    Development begins for Apples 2028 OS updates ahead of schedule

    With the official release of iOS 27 and macOS 27 still on the horizon, Apple has already started the development on its major 2028 operating system updates, says a top tipster. According to the leaked info, the company is treating these upcoming versions as a significant evolution, as they are being designed to support the hardware slated for the rumored 20th anniversary of the iPhone. The development process is currently in its early stages, with teams focused on individual features, new application architectures, and design enhancements.

    Project “Boppy” signifying deep integration between platforms

    While the company has not yet integrated these elements into the final versions of the operating systems, the project is already gaining momentum: Apple employees refer to this entire slate of 2028 software updates as “Boppy”, which suggests the integration between the two might be the main focus. By comparison, the current development cycle, made of iOS 27, iPadOS 27, and macOS 27, is referred to internally as “Rizz,” following the “Rave” and “Fizz” internal codenames assigned to the mobile and desktop platforms, respectively.

    Sources