third-party software

AppWizard
June 6, 2025
The Duke Nukem franchise has seen a resurgence with the release of a prototype for the unreleased PlayStation 2 game, Duke Nukem: D-Day, developed by n-Space. This prototype, dating back to 2001, features twelve playable levels and has been made available on the Internet Archive. The game is described as "90% complete," though it lacks cutscenes and voicework. Players start in a strip club and engage in a time-traveling mission against the Third Reich and aliens. The controls are reminiscent of older gaming systems, and while the game framework is present, it lacks polish. To play the prototype, users need a PlayStation 2 with third-party software or an emulator like PCSX2. The game was in development until 2003, indicating that a more refined version may still exist.
Winsage
June 5, 2025
Microsoft is implementing significant changes to its Windows operating systems in response to the European Union's Digital Markets Act (DMA), which took effect in March 2024. Starting in June 2025, Windows 10 and 11 users in the European Economic Area (EEA) will have the option to uninstall pre-installed applications, including the Windows Store. The process for setting third-party browsers, such as Chrome or Firefox, as the default will be simplified, moving away from the default Edge browser. Microsoft will also stop incentivizing users to switch to Edge by removing pop-up prompts. Additionally, users will be able to select alternative news feeds within taskbar widgets. These changes aim to enhance user control and promote competition within the Windows ecosystem.
Winsage
May 29, 2025
Redpill was a mechanism in Windows 8 designed to activate disabled features for authorized users, inspired by the red pill from The Matrix movie. It utilized the licensing subsystem to shield under-development features from both internal employees and the public. Microsoft engineer Raymond Chen confirmed the origin of the Redpill codename. The mechanism aimed to restrict access to hidden features, which included enhancements like a new Start menu and a redesigned logon interface. Critics argue that this approach may have limited valuable feedback, contributing to the perception of Windows 8 as a misstep. In contrast, current Windows development trends favor transparency and collaboration.
Tech Optimizer
May 19, 2025
Performance issues in PostgreSQL can arise as databases grow, leading to declines in query performance. To identify problematic queries, one can log long-running queries by setting the `log_min_duration_statement` parameter in the `postgresql.conf` file. The `pg_stat_statements` module can be enabled to monitor execution statistics of SQL statements, providing insights into query performance, including execution time and the number of calls. Queries with high standard deviation in execution time may indicate inconsistency, while sorting query statistics by total execution time can reveal excessive load from multiple fast queries. Real-time monitoring can be done using the `pg_stat_activity` view to check active queries and their states, and the `pg_locks` view can help identify blocked processes. The `EXPLAIN` command can analyze query execution plans, and using the `auto_explain` module can log plans for slow queries. Understanding cost parameters in query plans helps in optimizing performance, and different join methods (Nested Loop, Merge Join, Hash Join) have varying complexities and costs. To influence the planner's choice of scanning methods, configuration parameters can be adjusted, such as disabling sequential scanning. Extensions like `sr_plan`, `pg_hint_plan`, and `AQO` can further optimize query execution. Monitoring query progress can be done using dynamic views like `pg_stat_progress_*` for various commands.
Winsage
May 9, 2025
Microsoft's WinGet is a command-line tool for managing software on Windows, allowing users to install, update, list, and uninstall applications. UniGetUI is an open-source graphical user interface that enhances WinGet's functionality, making it easier for users to manage software without using the command line. UniGetUI supports various package managers and features batch operations, automatic updates, and custom installation options. To install UniGetUI, users can execute the command winget install --exact --id MartiCliment.UniGetUI --source winget or download it from the Microsoft Store. Users can easily navigate its interface to discover, install, and uninstall packages.
Winsage
May 8, 2025
Huawei Technologies has launched its first laptop powered by HarmonyOS, following the expiration of its Microsoft Windows license in March. The laptop features HarmonyOS 5 and includes an AI assistant named Celia, which can create presentation slides, summarize meeting minutes, and retrieve information from local documents. It supports various software applications, including WPS and DingTalk, and is expected to integrate with over 2,000 mobile applications available on HarmonyOS smartphones by the end of the year.
Winsage
April 25, 2025
Users transitioning from Windows 10 to Windows 11 often accumulate unnecessary files, creating an opportunity for digital cleanup to reclaim storage space. It is recommended to use Windows' built-in tools for this process. To start, users can launch the Disk Cleanup application to select and delete various categories of files, such as Lifetime Optimization Files from Windows Update. The Downloads folder should also be checked for large, unneeded files, which can be sorted by size for easier identification and removal. Additionally, outdated components can be removed via the command prompt using the commands: 1. dism.exe /online /cleanup-image /AnalyzeComponentStore 2. dism /online /cleanup-image /startcomponentcleanup This method can free up significant space, with reports of nearly five gigabytes reclaimed even on fresh installations. While third-party software is generally discouraged, programs like Wiztree are exceptions, as they efficiently scan disks and display files by size, aiding in the cleanup process. Users should avoid deleting files from critical folders and verify any uncertain files through web searches.
Winsage
March 26, 2025
Microsoft has released a Windows Update for Windows 10, designated as KB5053606, which has caused various issues for users. Problems reported during installation include long wait times and error messages like 0x80070020, with some users experiencing the update being installed despite disabling automatic updates. After installation, users face issues such as missing taskbar icons, reset customizations, typing lag, printer connectivity problems, compatibility issues with third-party software like Citrix, and overall reduced system performance. Some users are using Microsoft's Show and Hide Update tool to block the update, while others consider system restore as a potential fix.
Search