distributions

Tech Optimizer
June 23, 2025
The extended statistics feature in PostgreSQL allows for the collection of additional statistics on specific sets of table columns, which is beneficial for datasets with implicit relationships between columns. For instance, in the power plant dataset, the primary_fuel column is linked to the country column, affecting query results and row count estimates. When using extended statistics, more accurate cardinality estimates can be achieved, such as improving the estimate for Norway from 93 to 1 row after implementing statistics on country and primary_fuel. Extended statistics can be defined in three types: MCV (Most Common Values), ndistinct, and dependencies. MCV is effective for common value combinations, while ndistinct is useful for estimating group counts in operations like GROUP BY. Despite their advantages, extended statistics are rarely used due to concerns about the time-consuming ANALYZE command and the complexity of determining when to create these statistics. Two rules of thumb guide the creation of appropriate statistics: Rule 1 suggests creating statistics based on index definitions, while Rule 2 focuses on real-world filter patterns. The extension concept involves collecting created object IDs and managing the timing for adding statistics definitions to the database. A columns_limit parameter and a stattypes parameter help manage the computational cost of generating extended statistics. Testing the extension showed that running ANALYZE took longer with the extension activated, particularly when including dependencies. Deduplication procedures were introduced to minimize redundant statistics, resulting in modest gains in time and a significant reduction in the volume of statistics. Comparisons with another statistics collector, joinsel, indicated that while it provides some benefits, it lacks the full capabilities of extended statistics, particularly in terms of dependencies.
Winsage
June 23, 2025
Microsoft will cease all support for Windows 10 on October 14, including software and security updates. In response, advocates have launched the End of 10 website to assist users transitioning to Linux, highlighting advantages such as no new hardware costs, enhanced privacy, environmental benefits, community support, and greater user control. The Linux community, including organizations like GNOME and Debian, supports this initiative, emphasizing local community resources for users. Despite its appeal, Linux remains intimidating for many, but distributions like Ubuntu and Pop!_OS aim to create user-friendly environments. Valve's Proton has improved gaming on Linux, allowing users to play thousands of games easily. Linux powers a wide range of devices beyond desktops, and while not every user may switch, the community's efforts are increasing its adoption as an alternative to Windows 10.
Winsage
June 22, 2025
Microsoft plans to discontinue support for Windows 10 on October 14, 2025, despite a strong preference for it among users. As of June 2025, Windows 10's market share dropped from 66% to 49%, while Windows 11's share increased from 29% to over 47%. The gap between the two operating systems has narrowed to 1%. Microsoft has implemented full-screen reminders to encourage users to upgrade to Windows 11, branding 2025 as the "year of the Windows 11 PC refresh." Windows 11 adoption has increased, but many PCs are unable to upgrade due to stringent minimum system requirements, which include a 64-bit processor, at least 4GB of RAM, 64GB of storage, UEFI firmware with Secure Boot, and TPM version 2.0. Microsoft introduced a new category of Windows 11 PCs called Copilot+ PCs, which feature advanced capabilities and security measures. Starting October 14, 2025, users on Windows 10 will not receive free updates, leaving them vulnerable to security risks. Users whose PCs do not meet the requirements for Windows 11 can either buy new machines or subscribe to the Extended Security Updates (ESU) program for continued support. Enterprise users will pay £48 for the first year of ESU, increasing to £192 for the third year, while consumers can access it for £24 for an additional year. Some users are exploring alternatives like Linux or ChromeOS Flex for older hardware.
Winsage
June 21, 2025
A recent update to Windows 11 version 24H2, released in October 2024, has caused installation issues for users of Western Digital SSDs, particularly the WD SN770 model. Users encounter a compatibility message stating their hardware isn't ready for the new version. Possible solutions include reverting to a Windows 10 image, switching to Linux, or updating the SSD's firmware using the SanDisk Dashboard, which may help pass the Windows hardware scan. While Linux offers fewer hardware restrictions, it may present challenges with application compatibility.
Winsage
June 18, 2025
Microsoft will cease support for Windows 10 on October 14, 2025, affecting an estimated 200 to 400 million devices that will no longer receive updates or patches, exposing them to security vulnerabilities. Transitioning to Windows 11 requires modern hardware specifications, which many older devices lack. Users must decide between investing in new hardware, opting for extended security updates, or switching to alternative operating systems like Linux. The Document Foundation advocates for Linux and LibreOffice as viable alternatives, emphasizing their ability to run on older hardware and providing robust security updates. Linux offers users greater control and transparency, addressing privacy concerns associated with proprietary systems. LibreOffice supports open document formats, ensuring long-term accessibility without vendor constraints. The end of Windows 10 support may prompt significant shifts in the tech industry, encouraging a move towards systems that prioritize sustainability and user rights.
Winsage
June 17, 2025
Microsoft will cease support for Windows 10 on October 14, 2025, leaving an estimated 200 to 400 million devices vulnerable to security risks due to a lack of updates. Users must choose between upgrading to Windows 11, which has strict hardware requirements, paying for extended security updates, or switching to alternative operating systems like Linux. The Document Foundation advocates for Linux and LibreOffice as viable options, emphasizing their ability to run on older hardware and provide robust security updates without vendor lock-in. Privacy concerns regarding data collection by major tech companies are highlighted, with Linux offering users greater control and transparency. The transition away from Windows 10 is seen as an opportunity to promote user empowerment and sustainability in technology choices.
Winsage
June 17, 2025
The LibreOffice project is encouraging users to transition from Windows to Linux as Windows 10 approaches its end. The Document Foundation is developing LibreOffice version 25.8, which will remove support for Windows 7, 8, and 8.1, as well as deprecate x86 (32-bit) Windows builds. The latest version is 25.2, released in February, with version 25.8 expected in August. Users on Windows 7 can access both "fresh" and "stable" releases, with the current stable version being 24.8.7, which will still support Windows 7 after the release of version 25.8.
Winsage
June 15, 2025
Windows 11 was released in October 2021 and initially received a score of 6.5/10 due to its focus on aesthetics over functionality. The author currently uses both Windows 10 and Windows 11, with Windows 10 on their personal laptop and Windows 11 on their work laptop. They have been using Windows 11 for six months but still prefer Windows 10 for its familiarity. While Windows 11 has introduced features like enhanced virtual desktops, improved Microsoft Teams integration, a refined taskbar, and new widgets, these changes do not significantly impact the author's daily tasks. The author would consider switching to Windows 11 if it offered enhancements that directly improve their workflow, particularly with meaningful integration of Teams or AI-driven productivity features. The end of life for Windows 10 is approaching, prompting users to decide whether to upgrade to Windows 11 or explore alternatives. Microsoft is trying to encourage upgrades, but many users remain on Windows 10, which is still the most widely used operating system.
Winsage
June 13, 2025
The Document Foundation (TDF) is advocating for users to transition from Windows 10 to Linux, emphasizing its benefits as a free and open operating system. The deadline for Windows 10 support is October 14, 2025. TDF argues that users are not required to upgrade to Windows 11, which has new hardware requirements that may make many existing PCs obsolete. TDF promotes Linux and LibreOffice as a privacy-centric alternative that allows users to maintain their current hardware while accessing a suite of applications. Other Linux advocates, including KDE, have criticized Microsoft for its subscription model. Transitioning to Linux may be challenging for less tech-savvy users due to the learning curve and potential software compatibility issues. TDF suggests testing Linux on secondary partitions, but acknowledges that this may be difficult for some users.
Search