conference

AppWizard
June 26, 2026
In June, New York City celebrated the NYC Battle of the Boroughs Champions at a press conference on June 10, recognizing the winners of the 2026 Minecraft Education Battle of the Boroughs. Among the winners was Team Hyper Pigmentation, an all-girl squad that won back-to-back titles. The city's digital games sector supports approximately 7,600 jobs, contributing billion in wages and generating a total economic output of billion. The NYC Mayor’s Office of Media & Entertainment (MOME) has established the Game Development Industry Council, launched the NYC Summer of Games campaign, and funded grants for developers. New York City's digital gaming ecosystem has an annual economic impact of .6 billion, with around 380 digital gaming firms, 65 percent of which are small or indie studios. The share of open roles in the gaming industry increased from 15.1 percent to 29.2 percent between Q3 2024 and Q1 2026. The Summer of Games features events from May through September, including the NYC Video Game Festival and the Tribeca Games Gallery. Mayor Zohran Mamdani is recognized as the first "Gamer Mayor," engaging with gaming culture and platforms like Twitch. Jones-Harvey emphasizes the importance of addressing affordability issues to retain talent in the gaming industry. She advocates for recognizing video games as a vital part of New York City's cultural landscape, alongside music, film, and theater.
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.
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.
Winsage
June 21, 2026
Microsoft has launched a public preview of DirectX Dump Files, designed to improve the debugging process for GPU crashes on Windows. The .dxdmp files are created when a hardware error is detected and contain hardware snapshots, driver data, Direct3D runtime context, and application user data. Developers need to meet specific requirements, including using Windows 24H2 or 25H2 with update KB5089573 or later, Windows 26H1 with update KB5089570 or later, Agility SDK Update Package 1.721.1-preview, and enabling developer mode. Additionally, AMD Software AgilitySDK Developer Preview Edition 26.10.07.02 is required for AMD graphics cards, along with compatible benchmark drivers from Intel, NVIDIA, and Qualcomm, and PIX version 2606.18-preview for analyzing dump files. The tool is currently focused on gathering developer feedback and is not intended for retail game integration. Developers can choose between three operational modes: NOOVERHEAD, MEDIUMOVERHEAD, and HIGH_OVERHEAD. The full launch is expected in fall 2026.
AppWizard
June 21, 2026
Bobby Prince, a significant figure in classic PC gaming, passed away at the age of 81. He was a composer and sound designer known for his work with Apogee/3D Realms and id Software, contributing music to iconic games such as Doom, Wolfenstein, Duke Nukem, and Commander Keen. Originally trained as a lawyer, he transitioned to video game music after connecting with Scott Miller from Apogee. His work on Doom, characterized by heavy riffs and innovative sound design, earned a place in the Library of Congress for preservation. Prince also composed music for Duke Nukem 3D and was recognized as a pioneer in game music, sharing his expertise through articles and presentations at gaming conferences.
Winsage
June 13, 2026
Windows 11 has introduced a new command-line tool called "Intelligent Terminal," which is a fork of the open-source Windows Terminal project and integrates an AI agent, specifically GitHub Copilot by default. Users must manually download and install the Intelligent Terminal, which retains the familiar Windows Terminal interface but adds a side panel for AI interaction. Upon first launch, users select an Agent Client Protocol (ACP) compatible agent, with options to enable features like automatic error detection and session management. The Intelligent Terminal offers two main experiences: agent chat and agent management. The agent chat pane allows users to inquire about errors and receive assistance, while the agent management pane tracks active and past agent sessions. Users can also utilize other agents like Claude Code, Google Gemini, and OpenAI Codex, provided they are installed locally. The Command Palette is enhanced with AI actions, allowing users to initiate tasks without interrupting their workflow. Users can customize terminal and agent settings, including pane position and error detection features. Adjustments require saving to apply changes.
Winsage
June 9, 2026
Microsoft's Build conference highlighted tools and hardware for enhancing the developer experience for Windows applications and AI agents, with a focus on refining Windows 11 and its applications through Windows K2. The Widgets panel, accessible via the weather icon or WIN+W shortcut, has not received significant attention and currently offers only 56 widgets, with few providing genuine utility. Notable widgets include MagicPods, Calendar Flyout, and some utilities, but overall, the panel is seen as lacking. Despite improvements in the Microsoft Store and a growing library of applications, the Widgets panel remains underdeveloped, with only minor enhancements made, and its future is uncertain.
Winsage
June 9, 2026
Microsoft announced a suite of agent-centric features for Windows 11 at the Build 2026 conference, introducing the Microsoft Agent Platform for local AI agents. This includes enhanced integration with Microsoft Foundry, GitHub, and the M365 suite. The developer documentation covers local agent runtimes and isolation patterns, highlighting the Microsoft Execution Containers SDK and Entra Agent ID. Enterprise controls like Intune and Agent 365 are also featured. The upcoming Copilot Actions will allow agents to interact with local files and applications, aimed at improving workflows. Microsoft is addressing security concerns with resources outlining strategies to mitigate risks such as cross-prompt injection. Industry commentary indicates a growing discussion about privacy and security in relation to these changes.
Winsage
June 8, 2026
Microsoft showcased new tools and hardware for Windows development at the Build conference, including the Surface RTX Spark Dev Box for AI-driven solutions. The company is refining first-party applications under the Windows K2 initiative but has not prioritized the Widgets panel, which remains a concern for users despite minor improvements. Microsoft is assembling a team of app developers to enhance the Windows 11 app ecosystem, and the Microsoft Store has improved significantly with a larger library of applications. However, the Widgets panel continues to be overlooked in the modernization efforts.
Search