architecture

AppWizard
July 2, 2026
Lullabies Made of Static, released today, features a disconcerting atmosphere reminiscent of the walking simulator Fugue in Void. Players navigate a desolate city with towering walls and peculiar architecture, amplifying feelings of dread and isolation. The objective is to locate a hidden cassette tape, with the game prioritizing atmosphere over traditional quests. The soundscape is minimal, dominated by wind and footsteps, enhancing the labyrinthine exploration. The city has buildings scattered across a monotonous brown plain, and the sparse dialogue varies in quality. The demo is available on Steam.
AppWizard
June 29, 2026
This week in gaming features a mix of nostalgia and innovation. "The Message from Deep Space" is a narrative set in the 1970s about translating signals from an asteroid, inspired by the Voyager Interstellar Record project. The arcade classic "Ninja Masters" returns on Steam with nine-player lobbies and rollback netcode. "Feed the Pit" invites players to explore cursed forests for sacrifices, while "Forgotten Blood" offers a dark journey through a valley with peculiar creatures. "Telluricene" is a visual novel with romantic choices involving a janitor and a plant creature. "Oblivion Maiden" is a dreamy mystery game, and "Cartesian Battle" teaches math through bullet trajectory challenges. "Cat Squeeze" is a lighthearted maze puzzler, and "Mosaic Garden" focuses on cultivating flower patterns. "Mycofall" is an early access bullet heaven adventure, while "Hollow Ground" offers a 90s-style action experience. "Laballatory" allows players to create Newton's Cradle toys, and "American Revolutionary War" is a turn-based wargame featuring strategic battles against George Washington. The RPS team is preparing for various topics, including insights on the Steam Machine and Tennocon.
AppWizard
June 27, 2026
Starbreeze has transferred the ongoing support of Payday 2 to Sidetrack Games, allowing the original developers to focus on Payday 3. Payday 2 continues to attract around 30,000 players on Steam, while Payday 3 struggles with about 1,000 players. Sidetrack Games is planning a significant overhaul, migrating the game to a new 64-bit engine called Diesel 3.0, which aims to improve gameplay and reduce file size from 86 GB to 32 GB. An open beta for this upgrade is scheduled to start on June 30 and run until the end of July. The transition will require a complete re-download of the game, and some mods may break due to the engine change.
Tech Optimizer
June 26, 2026
EDB has introduced new features for its Postgres AI platform, including an agentic database and converged analytics capabilities, allowing enterprises to run AI agents alongside transactional workloads on a unified PostgreSQL foundation. The platform includes governance tools that position control mechanisms at the data layer and integrates AI processing with operational data, enabling businesses to connect live records with AI systems without transferring sensitive information. The agentic database can monitor over 200 metrics, identify issues, suggest changes, and apply fixes automatically based on user-defined policies. It consolidates various data types through a single SQL interface, significantly accelerating database tuning processes and enhancing application performance. EDB has also expanded its analytics capabilities with a zero-ETL architecture for real-time analysis and large-scale warehousing. EDB PG AI for ClickHouse targets real-time analysis, while EDB PG AI for WarehousePG focuses on historical analysis at petabyte scale. The platform claims up to 30 times faster query performance compared to legacy systems and improved scaling efficiency. EDB's platform integrates vector search and retrieval for AI agents, demonstrating lower query latency and higher retrieval accuracy than competitors. NTT East is using EDB PG AI for AI-driven network operations, while the governance feature manages agent access at the data querying point using native Postgres roles and row-level security. The platform can be deployed on-premises, in hybrid environments, or across cloud infrastructures, with partnerships including Dell, IBM, Nvidia, Red Hat, and Supermicro.
Winsage
June 25, 2026
Component Object Model (COM) is a technology in Windows that enables object activation, inter-process communication, and automation across different programming languages. Malware exploits COM interfaces for activities such as lateral movement, execution, downloading, exfiltration, persistence, evasion, system discovery, and automation of Windows and Office functionalities. Reverse engineering COM-heavy binaries involves navigating GUIDs and indirect vtable calls to understand malware mechanics. Research at the AVAR 2025 conference and CARO 2026 workshop discusses methodologies for analyzing COM binaries and case studies of malware families that utilize COM. COM is an application binary interface (ABI) model that allows software components to be reused and enables interaction between different programming languages through interfaces defined at the binary level. Distributed COM (DCOM) allows clients to activate COM objects on remote systems. COM classes are identified by unique class identifiers (CLSIDs), and interfaces by interface identifiers (IIDs). The Windows registry stores COM registration data, with classes and interfaces located under specific keys. Malware often acts as a COM client, utilizing the COM runtime to instantiate classes and request interfaces. ProgIDs provide human-readable registry entries for COM classes. The CoCreateInstance function helps create class objects by resolving CLSID registrations. All COM interfaces derive from IUnknown, which manages object lifetimes and interface querying. COM has its own security model, and identifying classes and interfaces used by malware is crucial for threat researchers. Tools like ComView and OleView.NET assist in inspecting COM registrations. The analysis workflow includes identifying activation API calls, extracting CLSID and IID values, consulting registry definitions, and mapping vtable calls. Qakbot, a banking trojan, exemplifies the use of COM in malware, with its architecture enabling malicious activities like credential theft. Dynamic analysis tools can log COM-related calls in real-time to trace execution flow. Notable malware families that utilize COM include Gh0stRAT, which uses Task Scheduler COM interfaces, and the Attor platform, which employs BITS for file transfers. WarmCookie demonstrates the use of COM for persistence through Task Scheduler. Understanding COM's role in malware is essential for cybersecurity professionals.
Winsage
June 25, 2026
Microsoft has revised its Surface buying guide, now recommending 8GB of RAM for everyday tasks, while stating that 16GB or more is necessary for fully utilizing Copilot+ PC features. Previously, Microsoft had advocated for 16GB as the minimum for a satisfactory Windows 11 experience. Earlier this year, Microsoft suggested 32GB of RAM for serious gamers but retracted this recommendation due to backlash over costs. The introduction of Apple's MacBook Neo with 8GB of RAM at an attractive price has influenced Microsoft's stance, leading to the launch of Surface devices with 8GB of RAM. The buying guide promotes 8GB for everyday tasks, while an AI store assistant suggests 16GB for a "future-proof" laptop. Historically, Windows 10 had a minimum RAM requirement of 2GB, with 4GB recommended for optimal performance, but Windows 11 has increased these requirements. Microsoft's investments in AI infrastructure have contributed to a RAM shortage. The Copilot+ PC branding aimed for a new hardware tier but has not met expectations. The introduction of the MacBook Neo has prompted reactions from PC manufacturers, and concerns exist about the optimization of Windows 11 on ARM architecture.
Tech Optimizer
June 25, 2026
Postgres has been a reliable transactional database for three decades, used for managing customer records and financial transactions. Innovations in the Postgres ecosystem are now focused on minimizing data movement rather than just data storage. The challenge of interoperability is becoming crucial, as organizations seek to share operational data seamlessly across various systems without creating additional copies or pipelines. Many organizations are spending as much effort on data movement as on data storage. Postgres is increasingly viewed as the authoritative system for critical information, and its role is evolving to facilitate better interaction with operational data. Technologies like logical replication and change data capture are enhancing Postgres's integration within data ecosystems. The rise of AI has highlighted the need for real-time access to operational data and has prompted organizations to reconsider the necessity of maintaining multiple copies of the same data. The database industry is shifting focus from optimizing storage to enabling effortless data sharing across systems. Postgres continues to adapt to new workloads and architectural patterns, maintaining its reputation as a stable foundation for operational data while expanding its capabilities through innovative extensions.
Search