offers

Winsage
June 19, 2026
Microsoft is collaborating with Adobe to enhance the performance of Photoshop, a widely used image editing software. The partnership focuses on optimizing operations within Photoshop, which is primarily developed in C++ and compiled using Microsoft’s Visual C++ (MSVC) compiler. Microsoft aims to improve performance for CPU-intensive tasks, particularly those that are latency-sensitive, such as brush responsiveness and file-opening tasks. The engineering team activated MSVC’s "peak-performance" compilation mode and explored profile-guided optimization (PGO) to refine executables. However, due to the complexity PGO introduced, they shifted to Sample-based Profile Guided Optimizations (SPGO), which uses hardware performance samples from actual release binaries. This method allows for greater flexibility in data collection and typically yields performance improvements of 5% to 15%. By combining MSVC’s peak-performance mode with SPGO, the teams achieved a 20% performance boost on x64 Windows systems and a 13% enhancement on Arm architecture. These optimizations resulted in improved responsiveness for critical tasks in Photoshop, enhancing the user experience in professional creative workflows.
Winsage
June 18, 2026
The Microsoft team behind PowerToys has released an updated Shortcut Guide in version 0.100 for Windows 11, which now appears as a context-sensitive flyout instead of a static reference page. This guide provides relevant keyboard shortcuts based on the application currently in use, improving user efficiency and learning. Users can access the Shortcut Guide by installing PowerToys and can customize its settings, including color theme and activation shortcut. The guide displays shortcuts for various applications and includes a list of Windows 11 and PowerToys shortcuts when no applications are focused. Developers can integrate their apps into the Shortcut Guide as well.
AppWizard
June 18, 2026
Google's sideloading process allows users to access applications beyond the Play Store, including open-source and free apps. Five notable apps highlighted are: - WriteOn: A minimalist note-taking app that supports checklists, numbered lists, images, an in-app calendar, and a calculator. It features a Scratchpad for temporary notes and allows exporting notes as TXT files. It also includes a Flashcards feature for studying. - Fridgey: An open-source app for managing fridge and pantry inventory, allowing users to catalog food items by freshness and expiration. Users can input item details and adjust quantities as items are consumed. - PrivacyFlip: An app that enhances privacy control for Android users, enabling toggling of Wi-Fi, Bluetooth, and other features even when the device is locked. It includes a battery-saving feature and requires a straightforward setup process. - Timety: A productivity app that combines a to-do list, habit tracker, and focus timer. Users can categorize tasks, set priorities, and create subtasks. It features customizable habit tracking and a Pomodoro timer for maintaining focus. - Lune: An offline music player that supports Hi-Fi audio, allowing users to organize songs by various criteria and create customizable playlists. It includes equalizer adjustments and playback controls from notifications. These apps were selected for their open-source nature and utility in productivity and entertainment, with a focus on those that have received updates in the past year.
AppWizard
June 18, 2026
Velan Studios has announced the release of the final update for their multiplayer shooter, Midnight Murder Club, which was launched by Sony in August 2025 for PS5 and PC. This update is primarily for Steam players and marks the end of post-launch support, although the game will remain available and the servers will stay operational. Midnight Murder Club features online multiplayer gameplay where players navigate a dark mansion using stealth and strategy. Despite its innovative concept, the game struggled to maintain a large player base.
Tech Optimizer
June 18, 2026
Norton 360 Deluxe is a comprehensive antivirus software package that includes features such as a parental control app, a virtual private network (VPN), a password manager, scam protection, and cloud backup capabilities. The current promotional price for the first-year subscription is £29.99, reduced from £89.99, representing a 67% discount. It offers 50GB of cloud backup, a secure password manager, a scam detector for analyzing suspicious communications, and a SafeCam feature for webcam protection. The School Time control feature helps parents restrict access to certain websites during study time.
AppWizard
June 18, 2026
Recent updates in Android, particularly with Android 17, focus on refining existing functionalities rather than introducing numerous new features. Key highlights include: - Revamped multitasking capabilities with expanded chat bubbles, allowing interaction with multiple apps simultaneously. - A bubble bar for foldable devices that displays all active floating windows for easy access, though launching apps as bubbles from the recents menu is not supported. - Tailored updates for foldable devices, including a dedicated gaming mode and native controller remapping for customization. - New customization options, such as hiding app labels on home screens and per-app adjustments for the dark theme. - Enhanced background blur effects and the ability to disable them through accessibility settings. - Security updates including Theft Detection Lock and Remote Lock enabled by default, and a new Contact Picker feature for sharing specific contacts. - Improved parental controls allowing for daily limits, downtime schedules, and individual app restrictions. - A consistent user experience across devices, with applications adapting to different screen sizes and the introduction of features like Continue On for cross-device continuity. - Anticipated future enhancements related to Gemini Intelligence.
Tech Optimizer
June 18, 2026
Interactions with antivirus software occur during installation and when issues arise, while the software operates quietly in the background. Modern antivirus solutions continuously monitor for threats using various detection methods, including real-time scanning, which actively scrutinizes files as they are downloaded or accessed. The signature database is essential for identifying malware by comparing files against known signatures, but it can only detect documented threats. Heuristic detection and behavioral analysis help catch unknown malware by evaluating suspicious characteristics and monitoring file actions during execution. Sandboxing allows suspicious files to run in a controlled environment, logging their behavior to determine if they are malicious. Quarantine neutralizes threats by locking files in a secure location, allowing users to review them before deletion. Full scans are resource-intensive and can slow down system performance, while real-time scanning is less demanding. Users can schedule scans during idle times, exclude trusted folders, or consider cloud-based solutions to mitigate performance impacts.
AppWizard
June 18, 2026
A new music player app named NostalgicPod has been released, designed to resemble the Apple iPod Classic. It features offline playback, podcast support, and a click wheel interface. The app supports various music file formats, including FLAC lossless, and can access music stored on devices, SD cards, or USB drives. It retrieves missing artwork and lyrics through integration with LRCLIB and provides access to thousands of internet radio stations. NostalgicPod supports multiple languages, including English, Spanish, Italian, French, and Japanese. The app has received positive feedback for its nostalgic appeal and modern functionality.
Tech Optimizer
June 18, 2026
Every enterprise operates in two realms: one for real-time applications that process orders and engage customers, and another for analytics platforms that extract insights and drive AI. Snowflake is introducing Snowflake Postgres to bridge these realms with two key features: 1. Data mirroring, which is an always-on replication feature between Postgres and Snowflake, set to enter public preview soon. 2. Postgres for data lakes, allowing synchronization with analytics using open formats like Iceberg, which will be generally available shortly. These features aim to simplify the connection between transactional and analytical data, reducing the need for complex ETL pipelines. Customer feedback indicates that transferring data between OLTP and OLAP databases is the most challenging infrastructure task, leading to costs and issues such as data inconsistencies and delayed decision-making. Snowflake Postgres offers a simplified integration method with low-latency data mirroring that automatically maintains target tables in Snowflake to reflect the current state of source tables in Postgres. This setup can be configured easily through various interfaces or a single SQL command.
Search