disk space

Tech Optimizer
August 26, 2025
A team decided to test PostgreSQL's capabilities with a one-petabyte database, setting a challenge for December 10, with a report due by January 20. They initially sought cloud storage but found no provider could meet their requirement for a single chunk of storage, leading them to rent physical servers. They used Shardman, a distributed database engine, to manage the database across seven servers. They employed the YCSB benchmark for performance testing and faced various challenges, including data loading issues and hardware problems. By January 15, they reached 863 terabytes of data generation, falling short of their petabyte goal, and documented their findings for future reference.
Winsage
August 17, 2025
Microsoft is set to implement a broader dark mode feature in Windows 11, which has historically been limited to core system interfaces. Recent developments indicate that File Explorer will receive a dark mode upgrade, as seen in Windows 11 build 26100.5061, where dialog boxes adopt a darker interface when dark mode is activated. This update includes support for dark mode in file operation dialogs. Additionally, an AI agent has been introduced in the Settings section to provide context-sensitive suggestions. Users are looking forward to a more expedited rollout of dark mode across all legacy applications, with expectations for a full-scale rollout targeting the 25H2 update window.
Winsage
August 16, 2025
Microsoft is rolling out dark mode support for legacy dialogs in Windows 11, starting with essential file operations like copying, deleting, cutting, and moving files. The latest beta build (Build 26120) integrates this feature into file operation dialogs, aligning them with the dark theme of the operating system. Testing indicates that dark mode is consistent across various dialogs, with plans to extend support to additional dialogs related to file operations. Updated dialogs include those for deleting large files, emptying the recycle bin, confirming folder merges, and notifying users of file access issues. The feature is currently being tested in the Beta and Canary channels of Windows 11 24H2, with a low likelihood of cancellation as it approaches finalization for public feedback.
AppWizard
July 17, 2025
2K Games has released the system requirements for NBA 2K26. Minimum Requirements: - OS: Windows 10 64-Bit (latest update) - Processor: Intel Core i3-9100 or AMD Ryzen 3 1200 - Memory: 8 GB RAM - Graphics: NVIDIA GeForce GTX 1060 (5 GB) or AMD Radeon RX 5500 XT (4 GB) or Intel Arc A580 - DirectX: Version 12 - Network: Broadband Internet connection - Storage: 110 GB available space - Additional Notes: SSD required, dual-analog gamepad recommended, one-time internet connection for Steam authentication required, and installations for DirectX and Visual C++ Redistributable 2019 included with the game. A processor supporting AVX2 and a graphics card supporting DirectX feature level 12.0 are necessary. Recommended Requirements: - OS: Windows 11 64-Bit (latest update) - Processor: Intel Core i5-10600 or AMD Ryzen 5 3600X - Memory: 16 GB RAM - Graphics: NVIDIA GeForce RTX 2070 (8 GB) or AMD Radeon RX 5700 (8 GB) or Intel Arc A770 - DirectX: Version 12 - Network: Broadband Internet connection - Storage: 110 GB available space - Additional Notes: SSD required, dual-analog gamepad recommended, one-time internet connection for Steam authentication required, and installations for DirectX and Visual C++ Redistributable 2019 included with the game. A processor supporting AVX2 and a graphics card supporting DirectX feature level 12.0 are necessary. The Steam page for NBA 2K26 does not currently list Denuvo, similar to the pre-order phase of NBA 2K25. The specifications for NBA 2K26 are identical to those of NBA 2K25, suggesting no significant graphical enhancements.
Winsage
July 13, 2025
In April, Microsoft released dynamic updates for Windows 10, including KB5057589, which was intended for the Windows Recovery Environment (WinRE). Users faced issues with the 0x80070643 error code despite having sufficient disk space. Microsoft decided not to reoffer this update to users who installed it and promised a more reliable update. In July 2025, Microsoft released a new WinRE update, KB5063523, which automatically applies the Safe OS Dynamic Update (KB5062691) to enhance recovery features. This update resolves the previous installation issue, although the error code may still appear. Additional dynamic updates released on July 8, 2025, include KB5062682, KB5062787, KB5062788, KB5062691, KB5062689, and KB5062692, all aimed at improving Windows setup and recovery environments. These updates will be automatically downloaded and installed via Windows Update.
Winsage
June 25, 2025
The process of gathering historical data for a Windows storage dashboard involves two steps: creating a PowerShell script to collect and save the data, and configuring the Windows Task Scheduler to run this script at set intervals. The script collects data on file system drives using the Get-PSDrive cmdlet, creating a custom PowerShell object with columns for Timestamp, Drive, UsedGB, FreeGB, and TotalGB, which is then exported to a CSV file. The script specifies the CSV file path, appends new data without overwriting existing data, and excludes type information from the header. The generated CSV file includes a header row and records for each drive with their respective usage statistics.
Search