engine

BetaBeacon
June 23, 2026
A new emulator frontend called Socket aims to bring back the feeling of rummaging through a collection of cartridges and game discs to choose what to play. The app displays games as 3D models of cartridges or game discs with customizable stickers, organizes games by platform, and features custom insert animations. The developer plans to release the first alpha version in around a month, with potential expansion to PC and Steam Deck in the future.
AppWizard
June 23, 2026
Sand: Raiders of Sophie has entered early access. It is a first-person base-building extraction shooter set in outer space, featuring customizable walking bases called tramplers. Players can construct their own tramplers or use pre-existing models, equipping them with various weapons and ammunition. The game includes both player-versus-player and PvE elements, with NPCs guarding lootable locations. Players can join solos-only servers for a more strategic experience. After gathering loot, players must transport their trampler to an extraction point, which involves climbing a tower to initiate the extraction process. Initial experiences have included server issues and challenges during gameplay.
Tech Optimizer
June 22, 2026
Postgres, originally developed by Michael Stonebraker in the early 1980s, is an open-source database system that evolved from Ingres. It was designed to handle complex data types and introduced user-defined data types, operators, and functions, leading to the support for abstract data types (ADTs). The initial commercialization of Postgres occurred through a startup named Illustra, later acquired by Informix. In 1995, graduate students Andrew Yu and Jolly Chen revived Postgres, transitioning it from QUEL to SQL, resulting in Postgre95, which evolved into PostgreSQL. Today, Postgres is one of the most popular database systems globally, known for its extensibility and high code quality. However, it currently lacks features like file-level encryption (TDE), which are standard in commercial systems, relying instead on the operating system for encryption. Efforts to implement TDE have faced challenges due to the complexity of required code changes.
AppWizard
June 22, 2026
CryZENx has announced the conclusion of his Unreal Engine 5 fan remake of The Legend of Zelda: Ocarina of Time, which will no longer receive updates or new versions. All previous demos of the project remain available for download. The decision to halt development was made because an official remake of the game is underway, and CryZENx did not receive a cease-and-desist letter from Nintendo. He is exploring new project possibilities, with The Legend of Zelda: Twilight Princess currently leading a poll. CryZENx plans to release a final video showcasing gameplay of Chapters 2 and 3 of Ocarina of Time. Additionally, there are various free fan-made demos in Unreal Engine 5 available for exploration, including titles like Superman UE5 Demo and Halo 3: ODST Remake.
AppWizard
June 21, 2026
Microsoft is undergoing a restructuring that includes layoffs across its game studios and further job cuts and studio closures as part of the "Xbox reset" initiated by new CEO Asha Sharma. This initiative has resulted in the cancellation of several game projects, including: - Odyssey: Shelved in 2024 after challenges in development, including a switch from Unreal Engine to an internal engine. - Everwild: Canceled in 2025 after years of development and at least one reboot. - Perfect Dark: The reboot was canceled in 2025 despite a positive gameplay reveal, with reports of interest from Take-Two Interactive. - Contraband: Development ceased in 2025, leaving the future of the co-op smuggling game uncertain. - Project Blackbird: Canceled in 2025 after over six years of development due to financial concerns regarding the investment required for an MMO. Following the cancellation of Project Blackbird, some team members formed a new studio named Sackbird.
Tech Optimizer
June 20, 2026
PostgreSQL version 18 has deprecated MD5 password authentication in favor of SCRAM-SHA-256, with a new parameter, md5_password_warnings, enabled by default to log deprecation warnings. It has enhanced monitoring capabilities by adding columns to pg_stat_database and pg_stat_statements to track parallel worker activity, with the default max_parallel_workers_per_gather set to 0 in Aurora PostgreSQL. The pg_stat_subscription_stats view now includes new columns for tracking conflict types in logical replication. Optimizer statistics are automatically transferred during upgrades, while uuidv7() generates timestamp-ordered UUIDs. The default streaming option for CREATE SUBSCRIPTION has changed to parallel, and the idle_replication_slot_timeout parameter automatically invalidates inactive replication slots. Enhancements to the COPY command include REJECT_LIMIT for error tolerance and a silent LOG_VERBOSITY level. OLD and NEW aliases have been introduced in RETURNING clauses for various DML commands.
Winsage
June 20, 2026
Microsoft has introduced two versions of Outlook in Windows 11: Outlook Classic (a Win32 desktop application) and the New Outlook. Users have reported significant performance issues with the New Outlook, noting a lag of approximately 10 seconds for tasks that Outlook Classic performs instantly. The New Outlook operates on WebView2, which involves multiple processes and higher memory consumption, while Outlook Classic runs as a single process. Microsoft is aware of these performance challenges and is testing a new API called 'Delayed Message Timing' to address them. Users find Outlook Classic to be more reliable and faster, particularly for businesses that need efficient notification processing.
Tech Optimizer
June 20, 2026
pgEdge ColdFront is a data tiering solution for PostgreSQL that allows seamless access to hot and cold storage without changing application code, reducing storage costs by up to 90%. The cold tier is writable, enabling operations like UPDATE and DELETE on archived rows using standard SQL commands. ColdFront automatically migrates older data to Apache Iceberg in Parquet format, compatible with S3-compatible object stores, while maintaining full accessibility through a single Postgres table name. It enhances performance with the DuckDB vectorized columnar engine, achieving 10-100x faster analytical performance on cold data. ColdFront simplifies data management by automating the movement of cold data to cost-effective storage, addressing challenges like increased storage costs and operational complexities. It allows for compliance tasks, such as GDPR deletion requests, to be executed with a single SQL statement. Key features include a directly writable cold tier, no application changes required, open-source operation, automated partition lifecycle management, cost-effective operations, and distributed access in multi-master clusters. ColdFront is beneficial for sectors like SaaS, IoT, and regulated industries, and is currently available as a production-grade beta, set to be integrated into pgEdge Cloud in the second half of 2026.
Search