architecture

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.
BetaBeacon
August 10, 2026
The Pixel 10 series had a troubled start with issues such as antialiasing glitches and performance drops in emulators. Google issued updates to improve performance and fix bugs. Despite improvements, the Pixel 10 Pro XL still struggles with gaming performance compared to its predecessor. The upcoming Pixel 11 series is expected to have a new GPU architecture, raising concerns about performance and driver issues.
Winsage
August 9, 2026
A developer named JMarshall23 has ported Microsoft Word for Windows 1.1a to x64 architecture, allowing it to run natively on Windows 11. This port uses the original source code and resources, with modern adaptations to address the limitations of the 16-bit assembly and segmented-memory architecture. Microsoft Word for Windows 1.1a was originally launched over 25 years ago and introduced features like WYSIWYG editing, graphics incorporation, and table insertion. Microsoft has made the source code publicly available through the Computer History Museum, which includes a 7MB bundle with C source files, x86 assembly, build tools, and documentation. Users need the Windows 11 SDK, CMake 3.25 or newer, and PowerShell to build and run this version. The code release is governed by a license that permits only non-commercial use, restricting software redistribution.
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.
AppWizard
August 7, 2026
Governments are finding it harder to suppress protests through internet shutdowns due to the use of offline messaging applications. Bitchat, an app launched in 2025 by Jack Dorsey, allows devices to communicate via Bluetooth without internet access and gained popularity during recent student protests in New Delhi amid an internet blackout. The Indian government attempted to block access to Bitchat's source code on GitHub, marking a notable first instance of trying to geoblock an open-source repository. On July 26, Bitchat had 430,000 daily active users in India, with 74% of global downloads occurring in the country from July 20 to July 26. The app has been used in various protests globally, including those in Hong Kong, Myanmar, Nepal, Uganda, Madagascar, and Iran. On July 23, the Indian government ordered GitHub to disable access to three Bitchat repositories in India quickly. Jack Dorsey expressed concerns about the Indian government's stance on Bitchat, while digital rights advocates criticized the government's actions as unnecessary. The repositories remained accessible in India and were mirrored on decentralized platforms, complicating removal efforts. India's government has increasingly scrutinized communication platforms based on their design, imposing restrictions on apps like Telegram and WhatsApp.
AppWizard
August 4, 2026
Support for independent tech journalism is emphasized, particularly for Chrome Unboxed, which offers a membership for an ad-free experience and exclusive access to a private Discord. The author expresses frustration with the limitations of Android apps on ChromeOS, specifically citing issues with PUBG Mobile's performance on Chromebooks. The introduction of Googlebook, particularly the Lenovo Googlebook ‘Sapphire’ detachable tablet, is highlighted as a potential solution, featuring an architecture built on native Android, which promises improved app compatibility, native input mapping, direct hardware acceleration, and seamless Play Store integration. The author envisions an ideal tablet experience that combines the functionality of a desktop Chrome browser with robust Android applications.
AppWizard
August 4, 2026
Security researchers found that several Samsung Smart TV applications, including Pac-Man, were embedding residential proxy SDKs from data brokers like Bright Data. In response, Samsung has banned the inclusion of residential proxy functionality in new app submissions and is working to remove existing apps with such software. The investigation by Norwegian cybersecurity firm Mnemonic revealed that the Bright Data SDK was integrated into various gaming applications, some promoted by Samsung. While Samsung TVs were not automatically sharing internet connections, the SDK could be activated remotely by developers, requiring user consent. Once consent was granted, the proxy service could operate in the background. Many Samsung TV applications were found to download most of their code from remote servers, complicating verification processes. The issue of residential proxy software is not limited to Samsung, as it has also been identified in various Android apps and devices. Following these findings, LG and Google have also taken measures to address the risks associated with residential proxy networks.
Winsage
August 4, 2026
David W. Plummer, the creator of the original Windows Task Manager, is developing a new tool called Task Manager OG (TMOG) for macOS, aimed at providing a comprehensive system console for users of graphical user interface-based operating systems. TMOG will feature detailed insights into processor frequency, thermal values, resource allocation metrics, in-depth analysis of CPU core activity, and process branching visualization. The macOS version is being developed using Swift and AppKit, while the Windows version will be a pure Win32 application optimized for x86-64 architecture. A beta version for macOS is currently available, with a Windows beta expected soon. TMOG will be free, with a potential "Pro" version planned for additional features. Plummer's previous company, SoftwareOnline, faced legal issues after he left Microsoft, resulting in a settlement that included 0,000 in civil penalties and ,000 in legal fees.
Search