engine

Winsage
June 25, 2026
Setting up a PC with the base Dev Config has been streamlined for developers, utilizing the Winget configuration service to install applications, execute updates, and apply developer settings on Windows. Users can access setup scripts by cloning a GitHub repository or downloading a zip archive, with clear instructions provided by Microsoft. The installation may require a reboot during the Windows Subsystem for Linux (WSL) installation, but the script resumes automatically afterward. The process installs applications such as PowerShell, Git, GitHub command-line interfaces, Windows App SDK, Visual Studio Code, and language support for Node.js, Python, and .NET. It also includes developer-friendly fonts and a theme engine for Windows Terminal, along with options for customizing File Explorer and the Windows Task Bar. After WSL installation, developers can use WSL Comfort scripts to install additional tools and personalize their Windows Terminal experience. This utility has two phases: the Windows component configures WSL and Ubuntu, while the Linux component fine-tunes the WSL environment, allowing for zsh and starship terminal display tools. It also integrates popular command-line interfaces and supports the Homebrew package installer, targeting existing Ubuntu instances without needing a new Linux distribution installation.
AppWizard
June 25, 2026
The 30th anniversary of Quake on June 22, 2026, led to reflections from its creators, particularly Sandy Petersen and John Carmack. Petersen stated, "Quake ruined id Software," acknowledging the game's achievements but highlighting the intense workload that drained the team. Carmack described the project as "overly ambitious technically" and admitted to pushing the team too hard, recognizing the need for a more balanced approach to ownership and work environment. He noted that the original corporate stock arrangement created poor incentives. Petersen mentioned that working in a large room eliminated spaces for relaxation, contributing to team stress. John Romero echoed these sentiments, reflecting on the culture at id Software and praising designer American McGee's contributions. The founders recognized their past mistakes while appreciating the legacy of their work, with id Software continuing to thrive with franchises like Wolfenstein, Doom, and Quake.
Tech Optimizer
June 24, 2026
An advertiser has invested in editorial consideration for a deal that offers two years of Surfshark's VPN and antivirus service for less than .49 per month. Customers opting for the two-year Surfshark One plan receive an additional three months at no extra cost, totaling 27 months of coverage for .33, which breaks down to .49 per month. This offer coincides with Amazon Prime Day and is presented as a cost-effective subscription for long-term security solutions. Surfshark is recognized as the best-value VPN, offering three plans: Starter, One, and One Plus, with the One plan being the optimal choice for most users. It includes antivirus protection, data breach notifications, and a private search 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.
Search