search

Winsage
July 17, 2026
Microsoft Office Professional Plus 2019 and Windows 11 Pro are available for a one-time fee of .99, regularly priced at 9. This bundle includes a lifetime license for both products without any recurring fees. Microsoft 365 Personal costs .99 annually for only the Office suite, totaling nearly 0 over five years without an OS license. The Office 2019 suite includes core apps like Word, Excel, PowerPoint, Outlook, OneNote, Publisher, and Access, featuring enhanced tools and capabilities. Windows 11 Pro offers a sleek interface, robust security features, and productivity tools. Both licenses are perpetual, eliminating subscription management.
AppWizard
July 17, 2026
Spain defeated France 2-0 in the semifinals of the FIFA World Cup 2026, advancing to the finals. Telegram Messenger expressed schadenfreude over France's exit, tweeting "BYE BYE" with a match result screenshot. Pavel Durov, Telegram's co-founder, faced legal issues in France, including a preliminary investigation into criminal activities involving Telegram, his detention in August 2024, indictment on 12 charges, and a subsequent policy change regarding user data sharing with authorities. Durov characterized his arrest as politically motivated, while Elon Musk criticized the situation, questioning the scrutiny faced by tech leaders.
Winsage
July 17, 2026
Microsoft is rolling out significant improvements to Windows Search for Insiders in the Experimental channel. The search home screen has been redesigned to eliminate clutter, replacing trending topics and promotional offers with a streamlined list of recent searches. Search results now clearly indicate their source, and promotional content has been removed from web results. Users can customize their experience by disabling web and Microsoft Store suggestions. Improvements in typo tolerance allow common misspellings to yield correct results, and local files and settings are prioritized more effectively. Support for two-character file searches has been introduced, and reliability fixes have been implemented to address crashes and loading issues. These updates are expected to be rolled out to the broader user base in the coming months.
AppWizard
July 16, 2026
Google Search has introduced AI Mode, allowing users in the United States to connect with third-party applications like Canva, YouTube Music, and Instacart. This feature enables users to streamline tasks such as designing invitations, compiling music playlists, and populating shopping carts by simply providing prompts. AI Mode processes requests and delivers results quickly, enhancing user convenience. Currently, the integration is limited to a few applications, but Google plans to expand partnerships to increase functionality.
AppWizard
July 16, 2026
Google has expanded its Connected Apps feature in AI Mode for U.S. users, integrating services like Instacart, YouTube Music, and Canva. Users can streamline grocery shopping with Instacart by selecting their preferred store, while YouTube Music integration allows for AI-assisted playlist creation. The feature enables users to incorporate Gemini into applications such as Gmail and Google Drive, enhancing functionality through direct app connections via Search. The introduction of Personal Intelligence in January allowed users to connect personal data across multiple applications, improving tasks like finding important dates or products. This expansion broadens the range of services available and enhances user engagement and satisfaction.
Winsage
July 16, 2026
Microsoft announced that Windows 10 Enterprise LTSB 2016 and Windows 11 24H2 Home and Pro editions will stop receiving updates on October 13, 2026. The Enterprise and Education editions will continue to receive mainstream support until October 12, 2027. Users are encouraged to upgrade to Windows 11 25H2, which became available in September 2024. For unmanaged Windows 11 24H2 Home and Pro users, the transition to 25H2 will occur automatically, although they can postpone the update. Microsoft has also extended the free Windows 10 Extended Security Updates program for consumers until October 12, 2027.
Tech Optimizer
July 16, 2026
Google Cloud has enhanced AlloyDB by integrating AlloyDB AI Functions with Gemini models to improve search indexing for logographic languages like Chinese, Japanese, and Korean. This update addresses challenges in database search functionality, particularly for languages written in continuous scripts, where traditional PostgreSQL text parsing struggles. Developers can now invoke Gemini models directly from SQL to facilitate word segmentation and stop-word removal before creating full-text indexes, offering a more efficient alternative to traditional methods. The architecture maintains raw text, segmented text, search vectors, and embeddings in a single table, with generated columns ensuring automatic updates to search vectors and embeddings. A batching process using a PL/pgSQL stored procedure allows for efficient processing of extensive document collections by aggregating rows into arrays for model requests, thus reducing row-locking issues. Google Cloud provides tailored text search configurations for different datasets, suggesting a simple configuration for solely Chinese text and an English configuration for bilingual datasets. This preprocessing logic can also be applied during query execution, allowing user searches to be directed to Gemini for text segmentation and stop-word elimination. AlloyDB supports RUM indexes on search vectors, which store lexeme positions for computing relevance and word distance, enabling rapid query responses. Additionally, a hybrid search methodology combines full-text and vector search using a ScaNN index on embeddings, merging results through Reciprocal Rank Fusion. This development allows for robust multilingual search and vector retrieval solutions within the database environment, eliminating the need for external microservices.
Winsage
July 15, 2026
Updating Windows applications is important for accessing the latest features and protecting against vulnerabilities. Many users neglect this due to forgetfulness or the time-consuming nature of the process. The Microsoft Store and Windows Update usually provide updates for native Windows applications, but a unified method for updating all programs is lacking. Windows includes a command called winget (Windows Package Manager) that allows users to update all applications simultaneously via the command line. The command to update all apps is:

winget upgrade --all
This command updates both traditional installers and Microsoft Store apps. Users can also update individual apps by specifying the app ID, for example:

winget upgrade "Chrome"
To view all applications managed by winget, the command is:

winget list
To skip confirmation prompts during updates, users can use:

winget upgrade --all --accept-source-agreements --accept-package-agreements
For complete automation, users can create a task in Task Scheduler to run at startup with the following setup: 1. Open Task Scheduler and create a basic task named "Winget Auto Update." 2. Set the trigger to run when the computer starts. 3. Choose to start a program, entering PLACEHOLDER216a2cf34dab649d in Program/script and PLACEHOLDERbe861b18048fd836 in Add arguments. 4. Set the task to run with the highest privileges and add a 1-minute delay to ensure network connectivity. While winget does not cover every Windows application, it effectively manages most mainstream applications.
Search