trade

AppWizard
August 10, 2026
Project Xodus is an open-source initiative focused on reverse-engineering Xbox PC and Game Pass titles to enable their use on Linux and Mac systems. The project has made significant progress in Microsoft authentication and package decryption, allowing Linux users to download and process Xbox subscription games locally. The team has successfully reverse-engineered Microsoft’s identity services and license verification systems, unlocking encrypted MSIXVC game files and enabling the verification of game licenses and decryption of installation packages on non-Windows operating systems. Xodus serves as a translation bridge for Microsoft’s proprietary ecosystem services, providing custom proxy libraries for games to function as if they are running in a native Windows environment. It specifically targets modern games built on Microsoft’s GDK framework, excluding older titles using the Universal Windows Platform and those dependent on kernel-level anti-cheat mechanisms. The project aims to improve access to Xbox Game Pass on devices like the Steam Deck by facilitating direct local hardware execution, reducing reliance on cloud streaming and enhancing portable gaming experiences. Community feedback has been positive, with developers actively sharing updates and engaging with inquiries.
AppWizard
August 10, 2026
Google is testing a new feature in its Play Store called “Expand everything,” which automatically expands search results to provide more information about apps without needing to manually expand each result. This feature, found in the “Play Labs” section, displays search results in an expanded format by default, changing the arrow icon from an expander to a collapsible tool. While it offers more detailed information, it occupies more screen space, resulting in fewer visible results. Users can enable or disable this feature by navigating to the “Play Labs” option in their profile settings. The rollout is gradual, with limited access for users currently, but it is expected to become more widely available soon.
AppWizard
August 7, 2026
An array of Android game and app deals includes titles such as Conquistadorio, Boxville 2, TLOTS: Gold Edition, The Macabre Journey: Dark 3D, and Sentinels of Earth-Prime. Best Buy offers launch day deals for the Fold 8 series Galaxy phones, providing significant savings. The official 25W Google Pixelsnap Charger with Stand has dropped to a price reflecting a 50% discount. Additional notable app price reductions include Game X, App Y, Game Z, Utility App A, and Creative App B. Samsung's extra discount via PayPal has ended, and trade-in values have declined, but FRE credit opportunities remain available.
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
The 26.3 Snapshot 7 update introduces new features including Concrete Stairs and Slabs in 16 colors, and Explorer Maps that lead to various Abandoned Camps in multiple biomes such as Bamboo Jungle, Cherry Grove, Birch Forest, and others. Significant structures like Ancient City and Desert Pyramid also have new maps. Changes include updated loot tables for Abandoned Camp Barrels and adjustments to player icons on maps. Explorer Maps are now distinct items with unique icons, and existing maps will convert to the new item type upon loading. Technical changes involve updates to Data Pack and Resource Pack versions, along with various command and data component modifications. Bugs have been fixed, improving overall gameplay experience.
AppWizard
August 4, 2026
Mobile apps often require precise location data for functionality, but there are concerns about the unintentional sharing of this sensitive information with third parties, such as advertisers and data brokers. The Electronic Frontier Foundation (EFF) found that third-party code in apps may collect location data without users' explicit consent due to default settings in software development kits (SDKs). Unless developers disable this feature, SDKs inherit app permissions, leading to the collection of users' location data. This raises privacy issues, as users' location histories can be sold to data brokers and potentially accessed by military and intelligence agencies. The EFF identified that certain Android apps, downloaded over 60 million times, were sharing location data without user awareness. Currently, there are no SDK-specific location permissions, meaning that consent to share location data with an app also extends to advertisers. The EFF calls for a change in industry standards to prevent default data sharing by advertising SDKs.
Search