triggers

AppWizard
July 17, 2026
Jibril-sama, a Redditor, has transformed old 2.5" SSDs into a new gaming cartridge system, combining nostalgia with modern technology. The SSDs, acquired for approximately each, serve as the basis for this project, which involves minor software tweaks and custom printed labels. The setup allows games stored on the SSDs to auto-navigate to their Steam pages and can auto-start games. This approach offers a practical solution for PC gamers facing rising storage costs, utilizing spare drives while maintaining SATA III speeds. The configuration requires a systemd template and a udev rule to launch scripts from the SSDs.
AppWizard
July 17, 2026
PlayStation plans to phase out physical discs for new releases by 2028. A Reddit user, Jibril-sama, has created a Game Cartridge system using affordable 2.5" SSDs that contain games and a script to navigate to the game's page on Steam. The system operates on Linux and requires a systemd template to function. Jibril-sama acquired 128GB SSDs for €7 each. While gamers can use an external USB drive for their Steam library, this method lacks the charm of individual cartridges. Jibril-sama notes that players do not truly "own" their games on Steam due to reliance on Valve's online authentication.
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.
AppWizard
July 15, 2026
Google has been enhancing Google Maps with features similar to Waze, including road hazard warnings and a visual upgrade called Immersive Navigation, which began rolling out in early 2026. This upgrade was launched for Android Auto users in July 2026, linked to Android Auto version 17.3, but its rollout may be server-side, causing delays for some beta users. Immersive Navigation features a three-dimensional interface with 3D buildings and animated trees, and aims to provide more intuitive directions using images from Google's Street View. Since March 2026, it has been gradually reaching users alongside the updated Ask Maps functionality, which uses AI through Gemini for enhanced navigation assistance. The update's distribution is uneven, with no method to expedite the process. Immersive Navigation utilizes real-time traffic data for better route context, positioning Google Maps favorably against Waze, although Waze still excels in live user feedback on road hazards. There is currently no information on whether Immersive Navigation will support offline maps.
AppWizard
July 15, 2026
A Reddit user named Jibril-sama has created a Steam Game Cartridge system that uses old SATA SSDs as game cartridges, allowing users to access their Steam library in a nostalgic format. The system includes a disk mount detection and execution script for easy game launching, alleviating storage issues for gamers. It operates on Linux, utilizing Valve’s Steam URL Protocol for navigation. The setup requires a systemd template and a udev rule to function properly. There are concerns about the compatibility of Steam game libraries when transferred across different PCs, and there is potential for Jibril-sama to share guides and resources for others to replicate the project.
Winsage
July 14, 2026
Microsoft's design strategies continue to influence users towards its Edge browser, as revealed in a study by Dr. Harry Brignull and Cennydd Bowles, published by Mozilla. The researchers tested Windows 10 and 11 across the US, UK, India, and Germany, focusing on whether users could download, set, and maintain a default browser other than Edge without interference. Findings showed that users encountered harmful design patterns that hindered their ability to choose alternative browsers. For example, searching for "download Chrome" on Bing led to Edge promotions, and downloading Chrome triggered an Edge banner. In Windows 11, the setup prompts users to allow Edge to import data from other browsers, with the accept option more visible than the decline option. Additionally, Microsoft's Copilot and Windows Backup tool opened links in Edge regardless of the user's default browser choice, resetting the default browser to Edge during migration without consent. The study noted regional differences, with fewer harmful patterns in Germany due to the EU's Digital Markets Act, although some issues persisted. The researchers recommend eliminating these harmful design patterns and advocate for global regulatory enforcement.
Tech Optimizer
July 7, 2026
Researchers at Positive Technologies have identified two significant vulnerabilities in the PHP Data Objects (PDO) extension layer, both posing high severity risks. The first vulnerability (CVE-2025-14180) leads to a NULL pointer dereference, causing PHP worker processes to crash. It affects PHP versions 8.1.x prior to 8.1.34, 8.2.x before 8.2.30, 8.3.x before 8.3.29, 8.4.x before 8.4.16, and 8.5.x before 8.5.1. This issue occurs when the pdo_pgsql driver operates with PDO::ATTR_EMULATE_PREPARES enabled, allowing a remote attacker to exploit it without authentication by submitting malformed character sequences. The second vulnerability (CVE-2025-14179) allows for SQL injection and affects PHP versions 8.2.x before 8.2.31, 8.3.x before 8.3.31, 8.4.x before 8.4.21, and 8.5.x before 8.5.6. It arises from a mishandling of NUL bytes in the Firebird driver during the PDO::prepare() process, despite the quoting routine functioning correctly. Additionally, the audit revealed an integer overflow in PostgreSQL’s libpq client library and an information disclosure flaw in Firebird 3’s fbclient.
Tech Optimizer
July 3, 2026
Cybercriminals are using a sophisticated method to bypass security measures by embedding malware within the VLC media player. This campaign exploits VLC to install ValleyRAT, a remote access trojan, through phishing emails that contain links to download a seemingly harmless file. Once the file is opened, it activates a hidden backdoor that evades detection by antivirus solutions. The malware has been active since 2023, with a significant increase in activity noted through 2025 and into 2026, particularly targeting Chinese and Japanese-speaking users. The infection process begins when a victim clicks a link in a phishing email, leading to a ZIP archive containing a disguised executable and a malicious DLL (libvlc.dll). The executable mimics a legitimate VLC file, and when executed, it loads the DLL, allowing the malware to run under the guise of VLC. The malware establishes persistence by creating a registry entry and connects to a remote server to retrieve the final payload. ValleyRAT employs evasion tactics to avoid detection, such as performing checks on system behavior and using a fileless approach to inject its payload directly into memory, avoiding storage on disk. Researchers recommend training employees to recognize suspicious filenames and deploying endpoint detection tools to identify DLL sideloading behavior. For organizations affected by this campaign, isolating compromised systems and reviewing security logs are critical initial steps. Indicators of compromise include a malicious email domain, a ZIP archive containing a fake VLC executable, and a download URL for ValleyRAT.
BetaBeacon
July 2, 2026
Pixel phones are facing gaming performance issues after the Android 17 update. Some affected games include Brawl Stars, Clash Royale, and Hill Climb Racing 2. Users have tried makeshift solutions but are waiting for an official resolution from Google. The Pixel 10, Pixel 9, and Pixel 8 series are the most impacted. The exact cause of the problem is unclear, with some pointing to the Android 17 update or recent Play Services updates. Users have suggested clearing the cache for Google Play services and adjusting GPU driver preferences as potential solutions.
Search