Edge

AppWizard
August 7, 2026
QuakeCon 2026 is celebrating the 30th Anniversary of the Quake franchise. A new episode titled "Dawn of the Machine," created by MachineGames and id Software, is now available as a free update for Quake, featuring a 19-map campaign, time-bending mechanics, a new soundtrack, and a new Deathmatch map. A special event discussing this episode will take place on August 6 at 1:30 PM CT with industry legends. The id Signature Series has new designs available for purchase, including tees and hoodies. "Quake: The Board Game," a cooperative dungeon crawler developed by Archon Studios, is set to launch in Q4 2026. The DOOM Collection for Evercade, including DOOM (1993) and DOOM II), is available for preorder, along with a limited-edition Evercade Nexus DOOM Edition releasing in October 2026. Additionally, "Return to Castle Wolfenstein" is now available uncensored in Germany on various platforms.
Tech Optimizer
August 5, 2026
Timescale has released its State of PostgreSQL 2024 Report, highlighting PostgreSQL's growing role as the preferred database for AI applications. Key findings from a survey of 688 developers indicate that 78.6% prefer PostgreSQL for its ability to manage diverse data types, including vectors. There has been a 65% increase in PostgreSQL usage compared to the previous year, with 55.3% of developers now using AI tools, reflecting a 55% year-over-year growth. Additionally, 60% of developers use PostgreSQL for both personal and professional projects, a 20% increase from last year. PostgreSQL is recognized for its stability, extensibility, and developer-friendly nature, making it a strong alternative to specialized databases. Developers cite data integration flexibility (78.6%) and ease of use (56%) as key reasons for their preference. PostgreSQL's capabilities have led to its adoption across various industries, including finance, healthcare, and IoT, due to its proficiency in handling transactional and analytical workloads. Timescale is enhancing PostgreSQL's AI capabilities with innovations like pgai and pgvectorscale.
Tech Optimizer
August 5, 2026
Google Cloud has introduced its Database Migration Service, which focuses on converting SQL Server stored procedures with multiple result sets into PostgreSQL code. The service uses an automated decision-making process to determine if a SQL Server procedure should be translated into a PostgreSQL stored procedure or function, based on the number of result sets and the presence of a scalar return value. Procedures with a single result set or scalar return value are converted into PostgreSQL stored procedures, while those with multiple result sets are transformed into functions returning a SETOF refcursor. In a healthcare reporting example, a master procedure retrieves patient details and may return multiple result sets along with a status integer. The PostgreSQL translation involves simpler child procedures as standard procedures and more complex routines as functions that open cursors sequentially. Scalar return values are handled by placing them in a dedicated cursor at the end of execution, changing how applications interact with the outputs. Testing of these translated objects must occur within an explicit transaction block due to PostgreSQL cursor lifecycle constraints. The user executes the function to generate cursor references and fetches data sequentially. Google Cloud's internal analysis classifies stored procedures by scanning for direct result sets and considers conditional logic and loops that may complicate result set counts. A directed graph of procedure calls is constructed to determine the result set classification. Database migrations often face challenges due to legacy application logic, especially with stored procedures designed to minimize database round trips. Successful code conversion is only part of the task, as teams must also adjust test harnesses and application data access layers for PostgreSQL's cursor management. Google Cloud's service categorizes SQL Server procedures into three types: no result sets, a single result set, or multiple/dynamic result sets.
Winsage
August 4, 2026
Microsoft Edge includes a Read Aloud function, which allows users to listen to content. Speechify has launched a Windows app that offers real-time text-to-speech and voice typing capabilities. Speechify provides a variety of natural-sounding voices and allows users to customize speech speed and tone, while Edge's Read Aloud is integrated into the browsing experience without additional downloads. Speechify's app includes voice typing, a feature not available in Edge's Read Aloud.
AppWizard
August 2, 2026
Actor, the developer of Spanking Exorcist, released a free "apology game" called Apology.exe after missing its launch date on July 24 due to content moderation issues on Steam. The game allows players to humorously simulate spanking the developer as a form of retribution. Spanking Exorcist, which blends first-person exploration with unsettling visuals, officially launched on Steam six days after the missed date, priced at .99 with a launch discount bringing it to .39.
AppWizard
August 2, 2026
Android 17 introduces App Bubbles, allowing users to create floating bubbles for apps on their screen for easier access while using other applications. Samsung Galaxy phones have a similar feature called Pop-Up View, which offers a more refined multitasking experience with resizable, floating windows. Pop-Up View allows users to interact with multiple apps simultaneously without disrupting the primary app, making it useful for tasks like watching videos while chatting. Users can access Pop-Up View through the Recents menu, a swipe gesture, or the Edge Panel. The swipe gesture is preferred for its speed, though it may require practice. Pop-Up View supports individual window resizing and maintains visibility of app contents in the background, unlike App Bubbles, which can obscure the screen.
Winsage
August 2, 2026
Microsoft is expanding the testing of its redesigned taskbar for Windows 11 to the Beta Channel of the Windows Insider Program with the release of Beta Build 26220.9022 on July 31, 2026. This update allows selected participants to reposition the taskbar along any edge of the screen—top, left, right, or bottom—and introduces a more compact variant that reduces icon size and overall height. Users can adjust their taskbar position through the Settings menu under Personalization, and Windows will adapt associated flyouts and animations accordingly. The implementation aims to restore flexibility lost when Windows 11 was launched, where the taskbar was fixed to the bottom of the screen. However, some features remain under development, and limitations exist for alternative positions, including incomplete touch gestures and a simplified search box. The compact taskbar feature currently only supports reduced height at the top or bottom positions. Microsoft is also exploring taskbar positioning across multiple monitors but has not guaranteed different positions for each screen. The recent updates include renewed certificates for the Windows Insider Program and additional builds, with the timeline for stable release of these taskbar adjustments still uncertain.
Search