source code

AppWizard
June 11, 2026
The Sony PlayStation 2 is the highest-selling gaming console ever, with sales exceeding 160 million units. Minecraft is the most sold non-arcade video game, second only to Tetris in overall sales. Minecraft was never officially released on the PS2, but a developer has successfully ported Minecraft Pocket Edition version 0.6 to the PS2, allowing it to run without modded hardware. The port achieves frame rates exceeding 30fps despite the PS2's limitations, using a custom "OpenGL adaptor" and various strategies to manage the console's 32MB of RAM. The optimized version of the game is called OptiCraft.
AppWizard
June 3, 2026
Google has initiated a confidential program to acquire app source code from select developers on the Play Store to enhance its AI-powered coding tools. The company is offering financial incentives to developers who share their app source code, allowing them to retain ownership and intellectual property rights. Google is specifically targeting real-world Android applications, including older projects, to improve its Gemini models and coding functionalities. The initiative aims to elevate the performance of Google's AI offerings, particularly the upcoming Gemini 3.5 and Antigravity 2.0 coding agent, and to position the company more competitively against rivals like Microsoft and Anthropic.
AppWizard
June 3, 2026
KRVR is a visionOS application that allows users to play SteamVR games on the Apple Vision Pro using foveated streaming technology. It is a closed-source app that combines features from free, open-source alternatives like ALVR and Clear XR. KRVR supports a wide range of SteamVR titles, including those not using OpenXR, and integrates Nvidia's CloudXR SDK for enhanced visual fidelity. The app includes features such as passthrough cutouts for physical space integration and PC desktop access for multitasking during gameplay. It is compatible with Sony's PlayStation VR2 Sense controllers and other input devices but requires Nvidia's Ada or Blackwell GPU architectures, limiting support to RTX 40-series and 50-series graphics cards. KRVR is available for download on the App Store, with a Windows PC server application on GitHub.
Winsage
May 27, 2026
Windows 95 contains a block of code that checks if the user is playing SimCity and adjusts memory management to address a bug from the game's programming. This bug, a "use-after-free" error introduced by SimCity's developer Jon Ross, went unnoticed in Windows 3.x but caused crashes in Windows 95 due to its different memory management. Instead of asking Maxis to fix the bug, Microsoft engineers modified Windows 95 to mimic the older memory behavior, ensuring SimCity would run smoothly. This approach reflects Microsoft's broader strategy of maintaining compatibility with older software through various "shims," allowing legacy programs to function on modern systems.
AppWizard
May 25, 2026
The OpenTrafficMap initiative has introduced the ESP32-C5 C-ITS receiver board, which uses 802.11p / ITS-G5 V2X communication over the 5.9 GHz WiFi 6 spectrum for traffic management. Peter Holzhauser has forked the firmware for this receiver and ported it to the Waveshare ESP32-C5-WIFI6-KIT development board, adding Bluetooth Low Energy (BLE) streaming capabilities. He also developed the V2X2MAP open-source Android app to interface with the board, allowing users to monitor live traffic and visualize detected nodes on the OpenTrafficMap website. The ESP32-C5 C-ITS receiver board includes an ESP32-C5-WROOM-1 module, a GPS module, and an Ethernet port with Power over Ethernet (PoE). The V2X2MAP app captures signals from vehicles' on-board units (OBUs) and roadside units (RSUs) on the 5.9 GHz V2X band, collecting data such as GPS coordinates, speed, hazard alerts, traffic light countdowns, and intersection geometry. The app can update maps offline and refresh data via MQTT. The source code for the firmware and the V2X2MAP app is available on GitHub under an MIT license. The firmware has been adapted for the Waveshare ESP32-C5-WIFI6-KIT, which is available for purchase online. Users are cautioned about legal considerations regarding the reception and forwarding of ITS-G5 radio data, particularly concerning GDPR compliance in Europe. The ITS-G5 standard is primarily used in Europe, while other regions may rely on C-V2X technology.
AppWizard
May 18, 2026
A developer named EVVIE has integrated a Linux Wayland Compositor with Minecraft, enabling users to display Linux desktop windows within the game. This integration allows for an immersive experience similar to using a virtual reality headset. In a demonstration, EVVIE played the rhythm game Osu! while navigating the Minecraft interface. The project is available on GitHub under the GPL license and requires Minecraft version 26.1.2, the Fabric mod loader, xkbcommon library version 1.11.0, and xkbcommon tools. Additionally, recent updates for Minecraft have introduced a friends list feature for the Java version.
Winsage
May 14, 2026
Microsoft has introduced MDASH (Multi-Model Agentic Scanning Harness), a security solution that uses over 100 specialized AI agents to identify software vulnerabilities. On May 12, 2026, MDASH identified 16 new vulnerabilities (CVEs) in the Windows networking and authentication stack, four of which were critical, including remote code execution vulnerabilities in tcpip.sys, ikeext.dll, netlogon.dll, and dnsapi.dll. Ten of these vulnerabilities can be accessed over the network without authentication. MDASH operates through a four-stage pipeline: analyzing source code, scrutinizing for suspicious elements, debating the exploitability of issues, and attempting to exploit vulnerabilities. The system is model-agnostic and allows integration of new models and domain-specific knowledge. MDASH scored 88.45 percent on the CyberGym benchmark, ranking first among competitors, although the comparison may not be entirely fair as it contrasts a comprehensive framework with individual models. The models used to achieve this score are not specified. MDASH is supported by Microsoft's Autonomous Code Security Team and is currently in a limited private preview for select customers.
Winsage
May 13, 2026
Microsoft has introduced a multi-model AI system called MDASH, designed to enhance vulnerability discovery and remediation processes. Currently in limited private preview testing with select customers, MDASH employs over 100 specialized AI agents for various classes of vulnerabilities, enabling autonomous discovery, validation, and demonstration of exploitable defects in complex codebases. The system operates through a structured pipeline that analyzes source code, constructs threat models, and validates findings using auditor and debater agents. MDASH has successfully identified 16 vulnerabilities in its initial tests, including two critical flaws affecting Windows networking and authentication: 1. CVE-2026-33824 (CVSS score: 9.8) - A double-free vulnerability in "ikeext.dll" allowing remote code execution via specially crafted packets. 2. CVE-2026-33827 (CVSS score: 8.1) - A race condition vulnerability in Windows TCP/IP ("tcpip.sys") enabling remote code execution through specially crafted IPv6 packets.
Winsage
May 13, 2026
Several notable Windows applications, including Space Cadet Pinball and Microsoft 3D Movie Maker, have been successfully ported to Linux. Space Cadet Pinball, originally part of the Microsoft Plus Pack for Windows 95, has been decompiled and rebuilt, now available across 14 platforms, including Linux, thanks to Muzychenko Andrey. The source code for Microsoft 3D Movie Maker was released by Microsoft, and a new fork has been developed by Mark Cave-Ayland and Ben Stone, enabling it to run on Linux. Their project also includes bug fixes, 64-bit compatibility, and builds for ARM64 Windows, with plans for a Raspberry Pi version.
Search