removal

Tech Optimizer
April 5, 2026
An AWS engineer reported a significant drop in PostgreSQL throughput on Linux 7.0, with performance reduced to approximately half of its previous capability. Benchmark tests showed that the removal of the PREEMPT_NONE scheduling option was the main cause of this regression. On a 96-vCPU Graviton4 instance, throughput measured at just 0.51x compared to earlier kernel versions. Salvatore Dipietro from Amazon/AWS conducted benchmarking analysis of PostgreSQL 17, revealing that Linux 7.0 delivered only 0.51x the throughput of its predecessors. The root cause was traced to kernel commit 7dadeaa6e851, which eliminated PREEMPT_NONE as the default option, leading to increased contention due to the new PREEMPT_LAZY model. Profiling data indicated that 55% of CPU time is consumed by spinning in PostgreSQL’s spinlock, causing significant performance degradation. When a revert patch was applied, throughput rebounded to 1.94x the baseline. The decision to restrict preemption modes in Linux 7.0 aimed to address issues within the kernel's scheduling model. Dipietro proposed a patch to restore PREEMPT_NONE, but kernel developers suggested PostgreSQL adopt the rseq time slice extension instead. Database operators running PostgreSQL on Linux face potential performance reductions with the upgrade to Linux 7.0.
AppWizard
April 4, 2026
Nothing will phase out the CMF Watch app, removing it from app stores on April 3, and users are encouraged to migrate to the Nothing X app. Full functionality of the Nothing X app is expected by July 19, 2026. Users must begin transferring their data now, which will deactivate their CMF Watch app accounts. The Watch 3 Pro, launched in July 2025, features a four-channel heart rate sensor, 131 sports modes, a 1.43-inch AMOLED display, dual-band GPS, and a battery life of 13 days. CMF Watches offer budget-friendly options and have received a million investment from Optiemus to enhance their capabilities. CMF operates independently from Nothing, headquartered in India, and has created around 1,800 jobs.
AppWizard
April 3, 2026
Developer Mega Crit has introduced a new feature called badges in Slay the Spire 2, which will highlight unique player achievements at the end of gameplay runs. The current balance of reviews for the game stands at 801 negative against 817 positive. Ascension 6 has been reworked to increase the cost of removing cards from the deck at the Merchant. The Blade of Ink card has been revamped to generate Inky Shivs, and the Borrowed Time card now offers increased energy gain. The Doormaker enemy has been adjusted for enhanced challenge, while Leading Strike has received buffs and other cards like Speedster and Untouchable have been slightly nerfed. The History Course relic has been adjusted for its X-value, and the Skulking Colony has been buffed to attack on all turns. New portrait art has been added for several cards, and improvements have been made to dialogue timings and speech bubble positions. Clarifications in card descriptions and updates to translations have been implemented. Various bug fixes have addressed issues from startup crashes to specific softlocks related to card upgrades.
Winsage
April 3, 2026
Microsoft's Copilot+ launch event in May 2024 introduced a feature called Recall, which sparked privacy concerns among enthusiasts. Pavan Duluri, head of Windows, indicated a focus on addressing Windows 11's "pain points" in 2026, but expectations among fans exceeded his promises. The introduction of AI features, including Copilot, received mixed reactions, with some users fixating on the removal of elements like the Copilot icon rather than overall functionality. There is a divide between passionate enthusiasts and the broader user base, complicating Duluri's task of balancing user needs with corporate demands for new AI features. Rudy Huyn, a principal lead architect at Microsoft, promised to replace web-based inbox apps with "100 percent native" applications, a claim viewed skeptically due to the complexities involved. While enhancing web-based experiences is feasible, many significant web apps are designed to remain as such. The challenges facing Windows include broader corporate strategies and user dissatisfaction, with concerns about perceived declines in quality. Improvements to features like the Start menu and File Explorer may not satisfy ongoing complaints from enthusiasts.
Winsage
April 1, 2026
The Windows 11 Pro license is currently available for .97, significantly reduced from its standard retail price of 9. This offer is found on the Tech Deals website and is intended for Windows machines needing a new license, not for devices already running Windows 10 that cannot access a free upgrade. Minimum system requirements include a 1GHz processor with at least 2 cores, 4GB RAM, 64GB storage, UEFI Secure Boot capability, TPM version 2.0, a GPU compatible with DirectX 12 or later, a display of at least 9 inches with 720p resolution, and internet connectivity for activation. Activating Windows 11 Pro removes the "Activate Windows" watermark, unlocks personalization options, ensures access to updates and technical support, and provides enhanced security and remote management features compared to the Home version.
Winsage
March 31, 2026
Fastfetch version 2.61 has been released, discontinuing support for Windows 7 and 8, with Windows 8.1 as the oldest supported version. The GPU module on Windows now uses DXCore for improved detection accuracy, available only on Windows 10 and later. In the Windows Subsystem for Linux (WSL), the GPU module has been optimized for speed but may have reduced accuracy due to the removal of directx-headers. On Linux, Fastfetch has transitioned to a pure C implementation, enhancing performance and simplifying the build process. New features include a brightness option for color display, detection of Bluetooth keyboards on Linux, display of empty memory slots, support for GlazeWM detection, identification of marketing product names on Asahi Linux, and recognition of M5-based Mac models on macOS. Improvements in hardware detection and system reporting have been made across all platforms, with enhanced SMBIOS data handling and reliability for Intel-based Macs. Stability improvements for terminating child processes on Windows have also been implemented. Critical fixes address missing memory device reporting, CPU cache deduplication issues, accurate window manager version reporting for niri, SSID decoding problems, and a Windows-specific issue affecting the command prompt code page.
Winsage
March 31, 2026
Conhost.exe, or Console Window Host, is a legitimate Windows system process responsible for managing the display and behavior of console windows such as Command Prompt and PowerShell. It facilitates text rendering and manages input/output interactions with the graphical user interface. Each time a console application is launched, a new instance of conhost.exe is created, and multiple instances can appear in Task Manager based on active console applications. To verify the authenticity of conhost.exe, it should run from C:WindowsSystem32 or C:WindowsSysWOW64, have a valid Microsoft Windows Publisher digital signature, and not make outbound network connections. High CPU usage or unusual behavior may indicate malware masquerading as conhost.exe. Troubleshooting steps for issues related to conhost.exe include running a malware scan, checking for Windows updates, updating device drivers, and using the System File Checker. Disabling conhost.exe is not advisable as it is essential for the functioning of console applications.
Search