The latest update to the Android Emulator in Android Studio allows multiple instances to coexist on the same virtual Wi-Fi network and interconnect using standard Wi-Fi-based protocols.
The Windows Insider Program is undergoing changes to improve user experience based on feedback from the community. The channel structure will be simplified into two main options: Experimental and Beta. The Experimental channel will provide early access to features under development, while the Beta channel will showcase features planned for near-term release without gradual rollouts. Users will have the option to select specific Windows core versions and enable or disable features through a new Feature flags page. Additionally, transitioning between channels will now allow for in-place upgrades, preserving apps and settings, except when moving from Experimental Future Platforms. All Insiders will be transitioned to either the new Beta or Experimental channel, with specific transitions outlined for current users in the Beta, Dev, and Canary channels. Commercial customers will see similar changes, while those in the Windows Server Insider Program will not experience alterations.
Many organizations using PostgreSQL face challenges in replicating data across different logical databases while controlling shared information. PostgreSQL 15 introduces native logical replication with column-level and row-level filtering within publications, allowing precise control over data transfer between PostgreSQL databases. Logical replication operates on a publish-subscribe model, where the source database logs changes to the Write-Ahead Log (WAL) and applies publication filters to transmit only the relevant data to the target database.
Two filtering modes are available: column-level filtering allows users to specify which columns to replicate, while row-level filtering uses WHERE clauses to determine which rows to include. Both filtering modes can be combined in a single publication. The SQL syntax for creating publications and subscriptions is consistent across various PostgreSQL environments, with specific configurations required for enabling logical replication.
Use cases for logical replication include multi-tenant SaaS data isolation, regional data distribution for ecommerce, PCI DSS compliance in financial services, development and testing environments, and retail inventory management. Prerequisites for implementing logical replication include using PostgreSQL 15 or later, ensuring network connectivity, having a user with replication privileges, enabling logical replication on the source instance, and monitoring WAL retention.
Logical replication has limitations, such as the need for a replica identity for UPDATE and DELETE operations, the non-replication of DDL changes and sequences, and potential performance overhead during initial synchronization and ongoing replication. After testing, it is advisable to clean up by removing replication resources to prevent unnecessary costs.
On March 31, Microsoft released emergency update KB5086672 in response to issues caused by the previous preview patch KB5079391, which left many Windows 11 devices in a loop with error code 0x80073712, blocking access to March security fixes. Microsoft withdrew KB5079391, which was launched on March 26, and replaced it with KB5086672, a cumulative update that includes all fixes from March 2026. KB5086672 supersedes previous updates, including KB5079473, KB5085516, and KB5079391. Users with the "Get the latest updates as soon as they’re available" setting will receive KB5086672 automatically, while others can manually check for updates or download it from the Microsoft Update Catalog. Microsoft has been issuing multiple emergency updates recently, raising concerns about the quality of its update pipeline, with a history of emergency patches for various issues affecting Windows 10, Windows 11, and Windows Server. The issues from KB5079391 may resurface in the upcoming April cumulative update.
Tesla has updated its Robotaxi app to include the ability to add Home and Work addresses, along with a new address verification feature. The Home and Work addresses will likely be automatically retrieved from the user's Tesla account through cloud profiles. The app now has options labeled Add Home and Add Work for quick entry of these locations, and it includes prompts for address verification. Successful address entries are indicated by phrases such as Save {{addresstype}} and {{addresstype}} Added, with an option to Save Anyway if an address is unreachable.
The Files app has been updated to version 4.0.28, featuring an improved right-click context menu, bug fixes, support for the Microsoft Store version of Dropbox, icon customization for URL and shortcut files, and an option to disable smooth scrolling. The update resolves several issues, including problems with the 'Open With' menu, tab switching, and tag searches. The development team is focused on performance improvements, particularly for thumbnail loading times. Microsoft has plans to enhance Windows 11 and address user pain points related to File Explorer.
Google has released Android 17 Beta 2, which includes features aimed at enhancing user privacy. The update introduces a limited-access contacts picker that allows apps to access specific contacts based on user-selected data fields, employing a temporary, session-based read access model. This reduces the need for broad READ_CONTACTS permissions and allows users to choose which contacts to share. Additionally, the EyeDropper API is introduced, enabling apps to collect display color data without requiring screen capture permissions, thus enhancing security. Both features are designed to give users greater control over their personal information.
Microsoft has released optional February updates for Windows 11 versions 25H2 and 24H2, which include several enhancements:
- A network speed test tool accessible from the taskbar for measuring Ethernet, Wi-Fi, and cellular connections.
- Enhanced camera settings with new pan and tilt options for supported cameras.
- A built-in version of the System Monitor (Sysmon) tool, available as an optional feature.
- Improvements to Remote Server Administration Tools (RSAT) for Windows 11 Arm64 devices.
- A new automatic recovery tool for Windows 11 Professional devices not domain-joined.
- Support for .webp images as desktop backgrounds.
- Introduction of new emojis in the Emoji 16.0 release.
- BitLocker improvements to prevent devices from becoming unresponsive after entering a recovery key.
Additionally, Microsoft has shared release notes for an upcoming optional update for Windows 11 version 26H1, which is currently only available to Insiders on the Canary Channel and is expected to debut on new devices with advanced silicon.
The speed test feature has been introduced in Windows Insider builds 26100.7918 and 26200.7918, allowing users to assess their internet connection directly from the taskbar. Users can access this feature by right-clicking the network icon or using the Wi-Fi/cellular quick settings, selecting "Perform speed test," which opens a streamlined version of Ookla's Speedtest interface in the default browser. The interface displays three key statistics: Latency, Download, and Upload. Additionally, the new Insider builds include new emojis, improved backup and restore capabilities, enhanced camera controls for supported devices, and native implementation of System Monitor (Sysmon) within Windows.