legacy

AppWizard
August 5, 2026
The Google Assistant will be discontinued on Android and Wear OS devices effective September 4, with users receiving notifications about this change. The Gemini chatbot is set to replace the legacy Assistant, which was initially planned for last year but faced delays. Dedicated versions of Gemini are available for connected speakers and Google TV. Google has assured users of a seamless transition to Gemini, which will become the sole assistant on Android devices after the legacy Assistant is phased out. The retirement process may take several weeks, during which users will gradually lose access to the old Assistant. The legacy Assistant will also be discontinued on Wear OS smartwatches, headphones, and Android Auto after the September deadline, but will remain available in vehicles with Google built-in until September 4, 2026.
Tech Optimizer
August 5, 2026
Google Cloud has introduced its Database Migration Service, which focuses on converting SQL Server stored procedures with multiple result sets into PostgreSQL code. The service uses an automated decision-making process to determine if a SQL Server procedure should be translated into a PostgreSQL stored procedure or function, based on the number of result sets and the presence of a scalar return value. Procedures with a single result set or scalar return value are converted into PostgreSQL stored procedures, while those with multiple result sets are transformed into functions returning a SETOF refcursor. In a healthcare reporting example, a master procedure retrieves patient details and may return multiple result sets along with a status integer. The PostgreSQL translation involves simpler child procedures as standard procedures and more complex routines as functions that open cursors sequentially. Scalar return values are handled by placing them in a dedicated cursor at the end of execution, changing how applications interact with the outputs. Testing of these translated objects must occur within an explicit transaction block due to PostgreSQL cursor lifecycle constraints. The user executes the function to generate cursor references and fetches data sequentially. Google Cloud's internal analysis classifies stored procedures by scanning for direct result sets and considers conditional logic and loops that may complicate result set counts. A directed graph of procedure calls is constructed to determine the result set classification. Database migrations often face challenges due to legacy application logic, especially with stored procedures designed to minimize database round trips. Successful code conversion is only part of the task, as teams must also adjust test harnesses and application data access layers for PostgreSQL's cursor management. Google Cloud's service categorizes SQL Server procedures into three types: no result sets, a single result set, or multiple/dynamic result sets.
AppWizard
August 5, 2026
August 2026 is a calm month for PC gaming, with several notable releases and updates. The full release of Fields of Mistria 1.0 is scheduled for August 5. Other new titles include ReStory: Chill Electronics Repair and Sovereign Tower on August 6, and Marvel Tōkon: Fighting Souls, which also releases on August 6. The Metal Gear Solid: Master Collection 2 and Star Wars Zero Company are set to launch on August 27. Key gaming events include Quakecon's 30th anniversary starting on August 6 and Gamescom beginning on August 26. The month features themed Steam sales, including Cyberpunk Fest from August 3-10, Pins and Pegs Fest from August 17-20, and PvE Survival Crafting Fest from August 31 to September 7. Updates and DLCs include the Man of Honor DLC for Mafia: The Old Country on August 14, Hell Rising DLC for Nioh 3 on August 19, and the Cost of Hope DLC for Stalker 2 on August 20. The Tarnished Pack for Elden Ring will be available on August 28.
Winsage
August 4, 2026
Marcus Ash, Corporate Vice President of Design and Research at Microsoft, discussed the stagnation in UI updates for Windows 11 tools like Control Panel, File Explorer, and Registry Editor, emphasizing the importance of maintaining functionality and compatibility with legacy systems. He noted that changing the Control Panel is challenging due to the need to avoid disrupting existing functionalities that users rely on. Microsoft is focused on modernizing these applications while ensuring core functionalities remain intact, using user behavior, telemetry data, and feedback to guide updates. Ash mentioned that the Registry Editor is also set for modernization without compromising its essential functions. Additionally, Pavan Davuluri, President of Windows and Devices, stated that Windows 11 would be optimized for devices with 8GB of RAM.
AppWizard
August 3, 2026
Microsoft plans to expand its backward compatibility initiative by bringing Xbox 360 games to PC, allowing players to access iconic titles like Halo 3 and Gears of War across multiple devices, including the upcoming Project Helix console and handheld gaming devices. This move aims to create a unified gaming ecosystem and aligns with Microsoft's strategy of reducing traditional console exclusivity. The initiative enhances subscription services like Xbox Game Pass by incorporating a rich catalog of classic games. The technical implementation remains unclear, but Microsoft's previous backward compatibility efforts have been commendable. This strategy also presents opportunities for game developers to reach new audiences without extensive remasters. Additionally, the inclusion of handheld devices indicates Microsoft's intentions to compete in the portable gaming market.
Winsage
August 3, 2026
Marcus Ash, Microsoft’s Corporate Vice President of Design and Research for Windows and Devices, discussed the company's efforts to refine the user interface of Windows 11, focusing on modernizing the Control Panel. This initiative began with Windows 8 over 13 years ago and is still ongoing.
Winsage
August 3, 2026
The Linux desktop market share has not exceeded 10% in North America, and Windows is not experiencing a significant loss of users. Recent claims about Linux's market share reaching over 10% are based on misinterpreted data from StatCounter, which tracks page views rather than actual users. StatCounter's methodology can lead to inflated Linux numbers due to increased bot activity. In July 2026, it was reported that Windows market share remained above 60%. Cloudflare Radar also noted a spike in Linux usage, but this was largely attributed to automated traffic, with human-only traffic showing Linux at approximately 4.7%. Microsoft reports that Windows 11 is currently operating on 1.6 billion PCs.
AppWizard
August 2, 2026
Modder Elevna has released Nier Gestalt ver.1.22474487139…, which replaces the youthful protagonist from the 2022 remaster with the older version from the original 2010 game. The mod enhances the character model and integrates audio files from the original voice actor, Jamieson Price. It features reimagined alternate skins, repurposed voice lines, and includes original DLC content that allows players to engage in battles as different versions of Nier. The mod aims to provide a nostalgic experience for fans of the game.
Search