presents

AppWizard
September 25, 2026
Dragon Shelter features a vibrant art style that combines cooking and dragon-themed gameplay. The player arrives at their grandfather's cottage, where they begin learning survival skills and gathering resources. The town is in decline, and the player must earn the townsfolk's trust by completing tasks like delivering baked potatoes. Daily activities include watering crops, cooking, and assisting villagers with various requests. Despite the engaging gameplay, the player feels the world is small and lacks depth, with shops having no interiors and villagers lacking distinct personalities. The game focuses on chores and cooking but may not meet all players' expectations for complex storytelling or mechanics.
AppWizard
September 25, 2026
Gravhounds is a co-op wave shooter currently in early access on Steam, available for free during its open playtest. The game features polished gameplay, allowing players to team up against waves of enemies. It includes unique movement mechanics, enabling players to glide across buildable cables, and introduces light resource mining and tower defense elements using a gravity gun. The characters are designed as dogs with human bodies, adding a whimsical touch, and players respawn with a humorous cone of shame. Gravhounds distinguishes itself from traditional military-themed shooters through its creative design and engaging mechanics.
Winsage
September 24, 2026
The bundle includes a Microsoft Office Pro license for permanent installation of applications like Word, Excel, PowerPoint, Outlook, Teams, OneNote, Publisher, and Access on a single PC, with Publisher support ending after October 2026. It also features Windows 11 Pro, which includes tools like BitLocker for data security, Remote Desktop for remote access, Hyper-V for running virtual machines, Snap Layouts for multitasking, and the Copilot feature for managing quick actions from the taskbar.
AppWizard
September 24, 2026
Google Maps is introducing a new feature on Android Auto that displays pop-ups for traffic lights and stop signs at the next turn during navigation, enhancing the driving experience by providing clearer visual cues. This feature is currently being rolled out and is expected to be available to all users soon. Additionally, users have reported issues with the speedometer feature, which disappears when turn-by-turn navigation is not active and inconsistently switches between kilometers per hour and miles per hour. Google has not provided updates on these issues.
Tech Optimizer
September 23, 2026
A new tool named BigDiskBuster has been released on GitHub, which disrupts Microsoft Defender Antivirus by preventing it from installing updates. It does this by consuming available disk space during the update process, causing Defender to remain on its current version and unable to receive new platform or signature updates. BigDiskBuster operates as a local denial-of-service technique and requires prior access to the target machine to execute. The tool was created by researcher Abdelhamid Naceri, known as Nightmare Eclipse, who has previously worked on similar projects. As of now, there is no CVE identifier, patch, or advisory from Microsoft regarding this issue.
AppWizard
September 23, 2026
More than 70% of the world’s smartphones operate on the Android platform. Users often struggle to find apps that address specific issues, leading to a time-consuming search through numerous options. A curated list presents five applications that provide practical solutions to common mobile frustrations. 1. AppsFree: Monitors Google Play for premium apps, games, and wallpapers that temporarily drop to free, allowing users to snag deals that would otherwise be missed. Developed by ts-apps GmbH, it enables users to blacklist developers and filter low-quality offers. 2. Monocles Browser: Prioritizes user privacy by disabling JavaScript and cookies by default, reducing tracking. It has an APK size of approximately 13–14 MB and integrates ad blocking and supports Tor/Orbot proxy networks. Created by Arne-Brün Vogelsang, it offers a clean browsing experience. 3. Amarok: Allows users to instantly hide files and applications without resource-intensive encryption by obfuscating filenames and signatures. It supports multiple hiding modes and includes a “panic button” feature for quick data concealment. 4. Buckwheat: Budget manager: Requires manual input of total budget and days to cover, promoting financial reflection. It calculates daily spending allowances and provides detailed analytics. Developed by Danil Zakhvatkin, it has a user rating of around 4.6–4.7/5. 5. Chill Live Wallpaper: Offers minimalist landscapes that sync with local time and weather, providing a visually soothing experience. Compatible with Android 7.1+, it is ad-free and has a compact APK size of 5–6 MB.
AppWizard
September 23, 2026
The Android development community has historically addressed memory optimization reactively, but new performance requirements from Google Play, effective February 2027, emphasize proactive memory management. These requirements include metrics for dynamic memory usage, bitmap memory, and DEX code optimization, with apps needing at least 25% optimization coverage. Memory usage can now hinder releases even without local crash replication, necessitating its integration into the pre-production process alongside other performance metrics. Dynamic memory usage is defined as anonymous RSS plus swap, excluding file-backed data. Google Play will evaluate this across different application states and device performance categories. Bitmap memory is scrutinized for the retention of invisible bitmaps, and DEX optimization aims to reduce memory footprint and improve performance. Investigating memory growth involves using Android Studio’s Memory Profiler to monitor memory changes during specific user flows and conducting heap dumps to identify retained objects. Issues often arise from retained state, where components hold onto callbacks that reference image data, necessitating a focus on lifecycle management rather than merely cache size. Bitmap memory should be carefully managed, as the decoded size can significantly exceed the compressed file size. Downsampling images to match UI dimensions is crucial. Memory checks should occur before production, with a focus on establishing a memory budget based on actual measurements and defining representative memory scenarios for testing. A pre-release memory checklist includes running user flows repeatedly, testing on various devices, inspecting heap dumps, examining image configurations, and reviewing optimization metrics. Monitoring Android vitals and Play Console warnings is essential to detect potential issues before they lead to user-reported crashes.
Search