historical

Winsage
August 11, 2026
A developer has adapted Microsoft Word 1.1a, originally for 16-bit x86 systems, to run natively on modern 64-bit Windows PCs through a project called “Opus.” This adaptation compiles the original source code into a genuine x64 application, avoiding the use of emulators or virtual machines. The developer translated incompatible segments of the original code, including 16-bit assembly language, into C or C++, while mapping Win16 functions to modern Win32 APIs. The project retains original resources and copyright notices, and is hosted on GitHub without a broad open-source license. Automated testing has been implemented to ensure functionality mirrors the original application. Microsoft has previously published similar historic projects, but this port is an independent effort, providing insights into early Windows software architecture.
AppWizard
August 10, 2026
QuakeCon recently celebrated the 30th anniversary of the iconic game that launched a franchise, featuring a reunion of id Software co-founders Adrian Carmack, John Carmack, Tom Hall, and John Romero. Despite past tensions, the atmosphere was nostalgic and positive, with Tom Hall sharing a clip of the group revisiting old Doom design notes. Romero Games expressed gratitude for the event, and Donna Jackson, known as the "id mom," made a surprise appearance. American McGee reflected on his career transformation thanks to Carmack and Romero. The reunion highlighted the enduring legacy and camaraderie within the gaming community.
AppWizard
August 10, 2026
YouTube's app for Android has begun automatically replaying paused videos when the app is reopened after several hours of inactivity, leading to frustration among users. Reports indicate that this issue affects both paying and non-paying users, with over 3,000 users expressing their concerns on YouTube's support pages. The problem has been noted for several months, with initial reports dating back to March. Some users have found temporary relief by uninstalling and reinstalling the app. This behavior has raised questions about whether it is an intended feature rather than a glitch.
AppWizard
August 9, 2026
Third-party advertising tools embedded in Android applications are automatically collecting location data, often without the app developers' awareness. Software development kits (SDKs) used for advertising come with location data collection enabled by default, unless developers actively disable this feature. Historical location data has been sold to military and intelligence agencies, including the FBI, and used in immigration enforcement actions in the US. The Electronic Frontier Foundation (EFF) reported that app-level location permissions do not provide meaningful consent for location collection by third-party advertising SDKs. The EFF identified four advertising SDKs—InMobi, BidMachine, Verve's HyBid, and Huawei's Petal Ads—that collect and share location data by default. Two analyzed apps had been downloaded 60 million times without providing a privacy notice or seeking user consent for third-party location sharing. Users can manage location permissions through their device settings, but the EFF emphasizes that developers should ensure user data is not shared by default.
Winsage
August 8, 2026
Developer John Marshall has successfully ported Microsoft Word for Windows 1.1a to run on Windows 11 as a native 64-bit executable. This project involved reconstructing the original application from the early 1990s by translating 16-bit Assembly language into C/C++ code and adapting it to modern Win32 APIs. Marshall's work was made possible by Microsoft's release of the source code for Word for Windows 1.1a in 2014. Users interested in setting up the port will need Visual Studio with the C++ workload, the latest Windows SDK, CMAKE version 3.25 or newer, and to execute specific PowerShell scripts provided by Marshall.
Search