SSDs

Tech Optimizer
September 1, 2026
Choosing a database instance size without prior knowledge of the workload can lead to inefficiencies and excessive compute usage. Lakebase Postgres addresses this with an autoscaling feature that eliminates manual sizing, utilizing in-place VM resizing and a monitoring algorithm for CPU, memory, and working set size. Lakebase Postgres separates compute and storage layers, allowing independent resizing of compute nodes without affecting the database. The autoscaling algorithm relies on three signals: CPU load (cpuGoalCU), memory use (memGoalCU), and compute-cache working set size (lfcGoalCU). The CPU load is monitored every five seconds, aiming to maintain it at or below 90% capacity. Memory usage is tracked at two frequencies: overall memory every five seconds and Postgres-specific memory every 100 milliseconds, with a goal to keep usage below 75% of allocated RAM. The compute cache evaluates active data access efficiency, adjusting size based on workload. The working set is estimated using a modified HyperLogLog algorithm that records timestamps for page accesses, allowing for distinct page estimates over various time frames. The algorithm projects future working-set growth to allocate sufficient cache while capping it at 75% of RAM. Resizing the compute involves four components: the autoscaler-agent, vm-monitor, Kubernetes scheduler, and NeonVM. Scaling up occurs when any of the three goals indicate a need for more resources, while scaling down includes verification to ensure sufficient memory remains for operations. Timely adjustments in both directions are prioritized to minimize costs.
Winsage
August 29, 2026
Windows Patch Tuesdays often lead to uncertainty for users due to the "Getting things ready" screen, which lacks a percentage bar or estimated time of completion. During this time, Windows is performing complex tasks managed by the Update Orchestrator, which assesses applicable components of updates, prepares necessary files, and stages them for installation. The servicing stack, including Component-Based Servicing (CBS), ensures that only relevant parts of an update are applied at the component level. The update process involves checks, package handling, staging, installation, and finalization, influenced by each PC's unique configuration, installed components, optional features, and drivers. The variability in wait times is due to these factors, and while Microsoft does not provide precise completion times, clearer messaging about the current task could improve user experience. The lack of information can create confusion between necessary updates and a system that appears stuck.
AppWizard
August 13, 2026
Preservationists are finding innovative ways to keep physical media alive, including modern PC games. Archades Games, led by Ryan Enstrom, offers options to transfer new titles onto discs and cartridges. At the Utah Retro GameXpo, Enstrom showcased discs compatible with platforms like Steam, GOG, and the Xbox app. He uses GOG's DRM-free installers, emphasizing adherence to licensing agreements. Enstrom notes that most games released before 2020 can run from mechanical drives, and the Xbox app can dynamically detect drive changes, unlike Steam. He has developed a custom user interface for multi-carts and created custom Blu-rays for retro games. While these products are not for sale, there is potential for publishers to adopt this idea, promoting physical PC games. Archades Games provides video tutorials and resources for those interested in converting digital collections into physical formats.
Winsage
August 4, 2026
Pavan Davuluri, Microsoft’s Executive Vice President for Windows and Devices, criticized LG for including non-Microsoft pop-up ads on Windows machines and discussed upcoming enhancements for Windows 11. Notably, promotional content will be removed from local search results, a change that raises questions about its classification as an improvement. Many updates to Windows 11 have focused on removing unwanted features rather than introducing new ones, particularly in applications like Notepad and Paint. Davuluri also mentioned improvements in memory efficiency and latency but did not provide a timeline for these changes. The focus on optimizing memory management is seen as a response to declining PC sales due to high RAM and SSD prices, prompting Microsoft to reassess RAM requirements for Windows 11.
Search