change

AppWizard
April 6, 2026
In March, Google removed the manual search button from the Now Playing app, causing frustration among users. The recent update reinstated the “Tap to see what’s playing” feature, which allows for a cloud search to improve song recognition accuracy. Users had expressed their concerns about the absence of this feature, emphasizing the need for a reliable fallback in music identification.
AppWizard
April 6, 2026
Samsung will discontinue its Messages app in July 2026, requiring users to switch to Google Messages. After the shutdown, Samsung Messages will only send texts to emergency contacts and services. Users will receive in-app prompts to switch and can easily set Google Messages as the default. Devices running Android 11 or lower will remain unaffected. This follows Samsung's 2024 decision to stop pre-installing its Messages app on flagship Galaxy devices. The transition emphasizes the benefits of Google Messages, including enhanced security, support for Rich Communication Services (RCS), and improved multi-device connectivity.
Winsage
April 5, 2026
Windows 11 allows users to customize background images, themes, accent colors, and the Start menu and Taskbar. However, for more significant changes, Windhawk offers a modular approach to modify the operating system without risky file modifications. To install Windhawk on Windows 11, users can use the Windows Package Manager (winget) by running the command: winget install --id RamenSoftware.Windhawk. Notable mods available for Windhawk include: - Windows 11 Taskbar Styler: Provides control over the Taskbar's visual elements with three levels of customization. - Taskbar on Top for Windows 11: Allows users to reposition the Taskbar to the top of the screen. - Taskbar Height and Icon Size: Enables adjustments to the Taskbar's height and icon size without affecting DPI scaling. - Windows 11 Start Menu Styler: Offers complete customization of the Start menu's appearance using themes and custom XAML/CSS. - Windows 11 File Explorer Styler: Allows control over the File Explorer interface by injecting custom XAML styles. - Windows 11 Notification Center Styler: Modifies the layout, transparency, and aesthetics of the Notification Center and Quick Settings. Windhawk uses dynamic code injection to implement changes without altering system files, minimizing risks associated with traditional modifications.
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 5, 2026
An individual is exploring new career opportunities through virtual experiences, specifically by playing PBA Pro Bowling 2026, a bowling simulation game. As a novice bowler, they are learning the complexities of the sport, including how to hook the ball and the importance of oil patterns on the bowling alley. PBA Pro Bowling 2026 is available on Steam, allowing players to engage with bowling from home.
AppWizard
April 5, 2026
Samsung will phase out the Samsung Messages app by July 2026, encouraging users to transition to Google Messages for a more consistent messaging experience across Android devices. Samsung previously announced in July 2024 that Google Messages would become the default messaging app for Galaxy smartphones. The upcoming Galaxy S26 series will feature Google Messages exclusively, without Samsung Messages. Devices running Android 11 or older will still support Samsung Messages. Users are advised to check their app for specific shutdown details, which may vary by region.
AppWizard
April 4, 2026
The latest update for Crimson Desert, version 1.02.00, introduces significant enhancements based on community feedback. Key features include: - Inventory expansion, allowing private storage to grow from 240 slots to 1,000 with five possible expansions. - Improved movement controls with the option to toggle between new 'basic' controls and classic settings, along with enhanced fast travel capabilities. - A headgear visibility toggle for character customization, with future updates promising additional options for hiding weapons. - Balancing adjustments, including a nerf to a popular flight trick, while maintaining the ability to activate flight mid-air. - New features such as a fresh armor set for cats, clearer visibility for explosive barrels, and a reorganized save/load menu for better user experience. - Graphical improvements addressing foliage display and screen flickering, alongside fixes for crashes and localization errors. The update is available on Steam, the Epic Games Store, and the Mac App Store.
TrendTechie
April 4, 2026
Spotify has introduced a new feature called Pick & Play for users on its free tier, allowing them to select and play any track from its library instead of being limited to shuffle play. This change aims to enhance user engagement and satisfaction, potentially attracting a broader audience and increasing the time spent on the platform.
Tech Optimizer
April 4, 2026
An engineer from Amazon/AWS reported a significant performance regression in PostgreSQL when running on the nearly finalized Linux 7.0 kernel, with throughput dropping to about half of previous kernel versions. The regression, observed on a Graviton4 server, is attributed to increased time spent in a user-space spinlock due to changes in preemption modes in Linux 7.0. A patch to revert to PREEMPT_NONE as the default preemption model has been submitted but may not be adopted. Peter Zijlstra suggested that PostgreSQL should adapt to utilize the Restartable Sequences (RSEQ) time slice extension to mitigate the performance drop. If this adaptation is accepted, the responsibility for the performance decline may shift to PostgreSQL, potentially affecting users until the database is updated. The stable release of Linux 7.0 is expected in about two weeks, coinciding with the launch of Ubuntu 26.04 LTS.
Search