application

AppWizard
August 7, 2026
A nonprofit organization in Rochester, Walking for Rochester, has launched a mobile application to help residents report and track litter in the city. The app allows users to report litter from their smartphones and document their cleanup efforts, aiming to engage citizens in maintaining a cleaner community. Since its founding in 2020, the organization has collected over 17,000 pounds of litter. The app is available for free on Apple and Android devices.
Winsage
August 6, 2026
Apple's launch of the MacBook Neo has prompted Microsoft to reassess and improve Windows 11 due to user complaints about the operating system's performance and resource demands. Global PC shipments are projected to decline by 11.3% in 2026, with a significant drop of 20% expected in the fourth quarter, attributed to a memory shortage. Microsoft announced plans to reduce RAM usage in Windows 11, targeting completion by the end of 2026, which will benefit PCs with 8GB and above. Following the MacBook Neo's release, a benchmark showed that Windows machines had more RAM and storage than Apple's model, but performance issues persist, with Microsoft Word launching slower on Windows 11 compared to MacBooks. Microsoft is addressing these performance issues by replacing legacy components with the WinUI framework to reduce memory usage and enhance overall performance.
Winsage
August 5, 2026
Mark Russinovich, the Chief Technology Officer of Microsoft Azure, has created a project called DoomPaint, which allows the classic game DOOM to be displayed within Microsoft Paint. The game operates through the ViZDoom engine, rendering frames headlessly and transferring them to Paint via the Windows clipboard. DoomPaint features full keyboard controls, sound effects, and a MIDI soundtrack, maintaining a frame rate of around 35 FPS. To run DoomPaint, users need to download the project from GitHub, ensure Python is installed, extract the folder, and run a batch file, which sets up a virtual environment and opens Microsoft Paint for gameplay. The default controls include movement with W/S or arrow keys, turning with A/D or arrow keys, strafing with Q/E, firing with Ctrl/F, and other functions assigned to different keys. The project uses the shareware DOOM1.WAD for the initial episode and additional maps from Freedoom due to licensing restrictions. DoomPaint differs from previous attempts to integrate DOOM into Paint by using Paint’s canvas as the sole display for the game. The clipboard race condition was addressed by allowing the application to own the clipboard as a reference-counted OLE data object. Sound effects come from ViZDoom through OpenAL, and music is played using a separate module that loops through the Windows MIDI sequencer. Russinovich utilized Claude Fable 5 for this project, demonstrating how AI tools can enhance software development.
AppWizard
August 5, 2026
AnduinOS V2.0 has launched, featuring a full Wayland stack that improves user experience. It is a custom Linux distribution based on Ubuntu, designed for newcomers to Linux, with a GNOME desktop environment that resembles Windows. The distribution includes minimal preinstalled software, such as Firefox and a music player, but allows users to install additional applications via GNOME Software with Flathub integration. A key feature is the onboarding process that prompts users to enable the Windows Compatibility Sandbox for running Windows applications. Waydroid can be easily set up with two terminal commands, providing access to Android apps. AnduinOS maintains stability and speed comparable to other Linux distributions, supports easy application installation, and offers user-friendly customization options. It promotes open-source principles by combining Linux, Android, and Windows functionalities.
Tech Optimizer
August 5, 2026
Google Cloud has introduced its Database Migration Service, which focuses on converting SQL Server stored procedures with multiple result sets into PostgreSQL code. The service uses an automated decision-making process to determine if a SQL Server procedure should be translated into a PostgreSQL stored procedure or function, based on the number of result sets and the presence of a scalar return value. Procedures with a single result set or scalar return value are converted into PostgreSQL stored procedures, while those with multiple result sets are transformed into functions returning a SETOF refcursor. In a healthcare reporting example, a master procedure retrieves patient details and may return multiple result sets along with a status integer. The PostgreSQL translation involves simpler child procedures as standard procedures and more complex routines as functions that open cursors sequentially. Scalar return values are handled by placing them in a dedicated cursor at the end of execution, changing how applications interact with the outputs. Testing of these translated objects must occur within an explicit transaction block due to PostgreSQL cursor lifecycle constraints. The user executes the function to generate cursor references and fetches data sequentially. Google Cloud's internal analysis classifies stored procedures by scanning for direct result sets and considers conditional logic and loops that may complicate result set counts. A directed graph of procedure calls is constructed to determine the result set classification. Database migrations often face challenges due to legacy application logic, especially with stored procedures designed to minimize database round trips. Successful code conversion is only part of the task, as teams must also adjust test harnesses and application data access layers for PostgreSQL's cursor management. Google Cloud's service categorizes SQL Server procedures into three types: no result sets, a single result set, or multiple/dynamic result sets.
AppWizard
August 5, 2026
The Tor Project has launched Snowflake Volunteer, an Android app that allows users to share their internet bandwidth to help others bypass online censorship. Snowflake functions as a Tor pluggable transport, disguising user traffic as video calls and routing it through temporary proxies managed by volunteers, making detection by censors more difficult. The app was developed by Bloco, a Portuguese studio, in collaboration with Tor’s anti-censorship team and is designed to be user-friendly while minimizing battery consumption. Users can configure the app to operate on unmetered networks and limit connections. Snowflake Volunteer is available on Google Play and F-Droid, with its source code also accessible for independent use. Volunteers are advised to consider their data limits and device impact before using the app.
AppWizard
August 5, 2026
The 26.3 Snapshot 7 update introduces new features including Concrete Stairs and Slabs in 16 colors, and Explorer Maps that lead to various Abandoned Camps in multiple biomes such as Bamboo Jungle, Cherry Grove, Birch Forest, and others. Significant structures like Ancient City and Desert Pyramid also have new maps. Changes include updated loot tables for Abandoned Camp Barrels and adjustments to player icons on maps. Explorer Maps are now distinct items with unique icons, and existing maps will convert to the new item type upon loading. Technical changes involve updates to Data Pack and Resource Pack versions, along with various command and data component modifications. Bugs have been fixed, improving overall gameplay experience.
AppWizard
August 4, 2026
Private Internet Access (PIA) has launched its VPN application for Android on F-Droid, a platform known for privacy and open-source software. This allows users to download the VPN without sideloading, simplifying the installation process and reinforcing PIA's commitment to transparency. The F-Droid platform provides a catalog of free and open-source Android applications, ensuring that apps are compiled from public source code by volunteers, which helps eliminate concerns about tampering. The introduction of PIA's app on F-Droid allows users to install the VPN easily while prioritizing their privacy. F-Droid operates under a model emphasizing user trust and community engagement, with strict privacy policies in place. This collaboration enhances PIA's accessibility and solidifies its position in the open-source VPN market.
AppWizard
August 4, 2026
Mobile apps often require precise location data for functionality, but there are concerns about the unintentional sharing of this sensitive information with third parties, such as advertisers and data brokers. The Electronic Frontier Foundation (EFF) found that third-party code in apps may collect location data without users' explicit consent due to default settings in software development kits (SDKs). Unless developers disable this feature, SDKs inherit app permissions, leading to the collection of users' location data. This raises privacy issues, as users' location histories can be sold to data brokers and potentially accessed by military and intelligence agencies. The EFF identified that certain Android apps, downloaded over 60 million times, were sharing location data without user awareness. Currently, there are no SDK-specific location permissions, meaning that consent to share location data with an app also extends to advertisers. The EFF calls for a change in industry standards to prevent default data sharing by advertising SDKs.
Search