export

Winsage
May 3, 2026
Microsoft has introduced a feature in the Microsoft Defender dashboard to help IT managers identify devices using 2011 Secure Boot certificates, which expire in June of this year. The recommendation view categorizes devices into three groups: Exposed Devices (trust outdated certificates), Compliant Devices (use new 2023 certificates), and Not Applicable Devices (Secure Boot disabled or unsupported). The dashboard provides a centralized overview of device security status and the distribution of 2023 certificates, allowing filtering by operating system and device context. Devices without the new certificates will still boot but may lack the latest protection during the early boot phase, exposing them to threats. Microsoft does not automatically distribute new certificates via Windows updates on servers, requiring manual action from administrators. The dashboard aids IT teams in prioritizing action on Exposed Devices and exporting data for collaboration.
AppWizard
April 29, 2026
Google's Gemini now allows users to create and download files directly within chat conversations, including PDFs, Microsoft Word and Excel files, and Google Docs, Sheets, and Slides. Users can generate files in various formats instantly without needing to copy and paste content. Supported formats include Docs, Sheets, Slides, PDF, DOCX, XLSX, CSV, TXT, RTF, and Markdown. While users can export work to Google Slides and download it as a PPT file, direct export to Microsoft PowerPoint is currently unavailable. This feature is rolling out to all Gemini users, though some may experience a gradual implementation.
Winsage
April 28, 2026
Windows 11 does not have a built-in option to record internal audio directly from PC speakers. The Stereo Mix feature, which allowed easy recording of audio output, has been phased out on many modern devices. Microsoft's Voice Recorder app only captures microphone audio. Audacity, a free and open-source audio editor, can be used to record internal audio by configuring it to use the Windows WASAPI audio API with a loopback function. This method captures the digital audio stream without quality loss. To record internal audio with Audacity, users need to download and install the software, set the audio host to Windows WASAPI, select the appropriate loopback device, set recording channels to stereo, and then hit record while playing the desired audio. The recorded audio can be exported in various formats such as WAV, MP3, or FLAC. If the WASAPI loopback does not work, users can try enabling Stereo Mix if available or using a virtual audio cable like VB-CABLE. Tips for cleaner recordings include setting the project rate to 44100 Hz or 48000 Hz, disabling audio enhancements, and closing distracting applications. Common issues include no audio recorded, loopback devices not showing up, distorted sound, low volume, and microphone access denial, which can usually be resolved through settings adjustments or driver updates.
AppWizard
April 27, 2026
Sony will discontinue its Music Pro app, with all services ending on October 27, 2026. Key dates in the transition include: - New purchases and subscription renewals will stop on July 27, 2026. - Paid services will end on August 26, 2026. - All app functionalities will be terminated by October 27, 2026. Users are advised to export their video or audio data before the deadlines to avoid losing their work. The discontinuation is attributed to "various circumstances."
AppWizard
April 24, 2026
Facepunch Studios will launch its game creation platform, s&box, on April 28, available on Steam. It is built on the Source Engine 2 and is considered a "spiritual successor to Garry's Mod." The platform features a unique monetization model allowing developers to receive payments directly for their creations without Facepunch taking a cut. Developers maintain complete ownership of their games and can export them as standalone titles on Steam. There are no royalties or hidden fees involved. Garry Newman, CEO of Facepunch Studios, emphasizes a community-centric approach, aiming to uplift the community through the platform.
Winsage
April 23, 2026
Windows 11's File Explorer has been criticized for sluggish performance, with users experiencing unresponsive commands and crashes. Windows 10 still retains over 30% of the desktop Windows market share despite being out of support. Disabling the "Automatic Folder Type Discovery" feature can enhance File Explorer's speed. This feature scans folders and assigns view types based on contents, which can slow down access, especially in folders with many files. To disable it, users must back up the Registry and navigate to a specific path in the Registry Editor to create a new string value named "FolderType" with the value "NotSpecified." After making this change, users will notice improved loading speed, but folders will display a generic view instead of one tailored to specific file types.
Tech Optimizer
April 16, 2026
Cloudflare has deepened its partnership with PlanetScale to enhance the developer experience by providing Cloudflare Workers with access to Postgres and MySQL databases. Users will be able to create PlanetScale databases directly from the Cloudflare dashboard and API, with billing handled through their Cloudflare accounts. Cloudflare credits can be applied towards PlanetScale databases. The integration allows developers to link their PlanetScale accounts and create Postgres databases from the Cloudflare dashboard. Starting next month, new PlanetScale databases will be billed directly to Cloudflare accounts. The integration uses Hyperdrive for database connectivity, managing connection pools and query caching. PlanetScale offers performance and reliability, allowing developers to choose between Postgres and Vitess MySQL. Cloudflare users can deploy PlanetScale databases directly from Cloudflare, with features like query insights and usage breakdowns included. A single node on PlanetScale Postgres starts at a specified monthly rate. Developers can configure Workers to minimize latency by placing them near the primary database, with future plans to automate this process. Currently, billing for existing PlanetScale databases is processed through PlanetScale, but new databases will be billed through Cloudflare starting next month. Further enhancements and API integration are planned, with community feedback encouraged.
Tech Optimizer
April 11, 2026
Google Cloud has made technical contributions to PostgreSQL, focusing on advancements in logical replication, upgrade processes, and system stability. Key developments include the evolution of logical replication towards active-active configurations with automatic conflict detection to identify row-level conflicts during replication. This progress has sparked discussions about consistency models in database systems. Enhancements have also expanded logical replication to include sequences, reducing manual synchronization needs. Improvements to pg_upgrade have streamlined large object management and reduced upgrade times, while ensuring WAL data retention and schema constraint preservation. Bug fixes have addressed issues with index pages, extension loading, and WAL flush logic. Future features under development include a structured conflict log for replication and enhancements to parallel data export in pg_dump.
Tech Optimizer
April 11, 2026
Database branching is a modern approach that addresses the limitations of traditional database management in development workflows. Unlike conventional database copies, which require significant time and resources to duplicate data and schema, database branching allows for the creation of isolated environments that share the same underlying storage. This method utilizes a copy-on-write mechanism, enabling branches to be created in seconds regardless of database size, with storage costs tied only to the changes made. Key features of database branching include: - Branch creation time: Seconds, constant regardless of database size. - Storage cost: Proportional to changes only, not the total data size. - Isolation: Each branch has its own Postgres connection string and compute endpoint. - Automatic scaling: Idle branches can scale compute to zero, incurring costs only when active. The architecture supporting this approach separates compute from storage, allowing multiple branches to reference the same data without conflict. This design facilitates time travel capabilities, enabling branches to be created from any point in the past for instant recovery and inspection. Database branching unlocks new workflows, such as: - One branch per developer, providing isolated environments for each engineer. - One branch per pull request, automating branch creation and deletion tied to PRs. - One branch per test run, provisioning fresh databases for each CI pipeline execution. - Instant recovery from any point in time within a designated restore window. - Ephemeral environments for AI agents, allowing programmatic database provisioning. Databricks Lakebase offers this database branching capability, transforming the database from a bottleneck into a streamlined component of the development process.
Search