user

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.
AppWizard
August 5, 2026
Recent findings from the Electronic Frontier Foundation (EFF) indicate that many applications on Android phones may unintentionally share users' location data with advertisers without explicit user knowledge. This issue arises from certain Software Development Kits (SDKs) used by app developers, which collect location data by default when users grant permission. The EFF report emphasizes that users likely do not expect their location data to be shared with third parties. Android users can manage their location sharing preferences through the device's Settings by reviewing app permissions or disabling location sharing entirely, though the latter may impact apps that require location access.
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
Mango Launcher is a home screen launcher for Android that is described as "minimal and fast," featuring playful physics effects that animate app icons. The free version includes premade themes, dynamic physics effects, a favorite apps section, three app list layouts, folders, frosted glass effects, accent color options, icon customizations, font selection, notification badges, and extensive customization options. The Pro version, available for .99 per year or a one-time fee of .99, adds widgets, custom themes, auto-changing wallpapers, custom gestures, scribble functionality, voice commands, and digital well-being tools. Users can modify the app drawer layout and customize the notification shade, although the latter remains unchanged by the launcher’s themes.
AppWizard
August 5, 2026
Recent research from the Electronic Frontier Foundation (EFF) has revealed that millions of Android users' location data are being inadvertently exposed to advertisers through third-party code libraries. This occurs when seemingly harmless applications, like weather services and fitness trackers, integrate third-party SDKs that collect user location information automatically upon permission approval, often without developers' awareness. Data brokers aggregate this location information to create detailed movement profiles sold to advertisers and government agencies. Despite privacy regulations like GDPR and CCPA, enforcement is inconsistent, and developers may claim ignorance regarding data practices they did not implement. Google has improved Android's privacy controls, but visibility into third-party libraries accessing data remains limited. Developers face challenges in auditing third-party code due to resource constraints, leading to a complex landscape where user information traverses multiple entities without clear accountability. Privacy advocates are calling for new technical standards to require SDKs to disclose their data practices.
AppWizard
August 5, 2026
Google will discontinue Google Assistant on Android devices effective September 4, 2026, replacing it with Gemini, a new AI-powered assistant. The phased removal of Google Assistant will take several weeks to implement across all devices, including mobile phones, tablets, Wear OS watches, headphones, and vehicles using Android Auto. However, Google Assistant will continue to function in vehicles equipped with Google built-in beyond the September 2026 deadline. Gemini will also be available on Google TV devices, Google Home speakers, and smart displays, though the rollout timeline for the Pixel Tablet is uncertain. The decision to phase out Google Assistant was initially planned for the end of 2025 but has been extended to 2026. Users currently have the option to switch to Google Assistant within the Gemini app, but this will soon become obsolete.
Winsage
August 5, 2026
Scott Hanselman, deputy technical director at Microsoft, explained that a service within the Windows diagnostic system collects local performance data to help users identify PC slowdowns. This data remains on the user's device unless the user opts to share it with Microsoft. Hanselman acknowledged that the service's description is unclear and that Microsoft plans to revise it based on user feedback. Concerns about data collection have been raised by Windows users, particularly regarding services like Recall, which faced backlash despite its local data storage promise. Microsoft is reconsidering its data collection approach in light of these concerns.
AppWizard
August 5, 2026
The Tor Project has launched Snowflake Volunteer, an Android app that allows users to share their internet bandwidth to help others bypass online censorship. Snowflake functions as a Tor pluggable transport, disguising user traffic as video calls and routing it through temporary proxies managed by volunteers, making detection by censors more difficult. The app was developed by Bloco, a Portuguese studio, in collaboration with Tor’s anti-censorship team and is designed to be user-friendly while minimizing battery consumption. Users can configure the app to operate on unmetered networks and limit connections. Snowflake Volunteer is available on Google Play and F-Droid, with its source code also accessible for independent use. Volunteers are advised to consider their data limits and device impact before using the app.
Winsage
August 4, 2026
Microsoft has begun silently installing the "OneDrive Photos" app on Windows PCs, including enterprise systems managed via Microsoft Intune, without prior notification. IT professionals have expressed significant frustration over this unexpected addition, noting that the app is incompatible with Entra accounts and cannot be removed without uninstalling OneDrive entirely. The app functions as a web-based gallery feature, indexing and displaying photos stored on local machines, but its necessity is questioned due to the existing Microsoft Photos app. OneDrive Photos is linked to the OneDrive sync client, making it impossible to uninstall independently. Users have reported that the app appears in Windows Search results with an 'Uninstall' option but does not show up in the Installed apps page, leading to confusion. A script has been developed to remove the shortcut, but it often reappears due to its connection with the OneDrive sync client. Discussions with Microsoft suggest that the rollout may have been unintended, with an apology expected soon.
Search