update

AppWizard
September 3, 2026
Bandai Namco has released a new game titled The Blood of Dawnwalker, developed using Unreal Engine 5. Players are experiencing significant stuttering issues, particularly in the village area, which affects gameplay in this third-person action RPG. The game features a 30FPS cap on cinematic cutscenes, although some decision-based cutscenes run at an unlocked framerate. The prologue area runs smoothly, but performance deteriorates in the village, with frame rates dropping to 45-50FPS at Native 4K resolution. Enabling DLSS Quality allows for a consistent frame rate above 60FPS. The game's visual fidelity does not meet expectations for titles using the same engine, indicating potential optimization issues. A comprehensive performance analysis is forthcoming, testing various AMD and NVIDIA GPUs.
AppWizard
September 3, 2026
Google's September 2026 Android Drop introduces several new features: - The Find Hub and Gemini applications have been upgraded to allow users to track items without traditional tracker tags using voice commands. A "Remembered" tab stores the locations of items, and this feature is available for devices running Android 16 and above. - Motion Assist is a new feature for Android 17+ that helps reduce motion sickness by using a bubble overlay that moves with the vehicle's motion. Users can customize the bubble's appearance, and it can activate automatically when movement is detected. - Gemini Live now includes Guided Vision, which provides verbal descriptions of surroundings, assisting with tasks like reading labels or locating items. This feature will be available for devices running Android 9 and above in regions where Gemini is accessible. - Google Messages is integrating with Google Keep, allowing users to share and update lists directly in chats. This integration includes a "Create list" suggestion and will enhance communication within the messaging platform.
AppWizard
September 3, 2026
Google's latest Android feature Drop introduces enhancements aimed at improving user experience, including aesthetic and functional improvements to messaging threads and the rollout of Motion Assist dots. A key feature is the expanded functionality of Gemini for Android 16 or higher, allowing users to log locations of items without tracker tags and store this information in Find Hub. Another addition is the Guided Vision feature within Gemini Live, which aids accessibility by helping users locate objects in the camera's view and extracting difficult-to-read information, such as text in low-light conditions. Guided Vision can be accessed through system Accessibility shortcuts and the TalkBack menu, compatible with Android devices starting from Android 9 Pie.
AppWizard
September 3, 2026
Google has introduced an animated raccoon named Jimothy in Android Auto version 17.6 to display weather information. Jimothy will present the current temperature in a playful manner, moving across the screen over the music card in the Coolwalk interface. The character's size has raised concerns about visibility and readability for drivers. Initially, weather information was only available on portrait screens, and Google plans to extend this functionality to landscape displays. Weather updates were previously shown in the status bar, and this new approach is still in the experimental phase.
Winsage
September 2, 2026
An active malware campaign is using counterfeit software-download websites to distribute malicious installers, primarily targeting users seeking popular software. This campaign has significantly affected China-based operations of multinational corporations and Chinese-speaking users. The malware, once executed, can establish persistence, undermine security measures, and communicate with attacker-controlled infrastructure. Victims span various sectors, including healthcare, manufacturing, gaming, technology, logistics, government, and education. Microsoft associates this campaign with a Chinese threat cluster called Silver Fox, known for using spoofed vendor download pages to spread Gh0st RAT and ValleyRAT. The malicious websites are hosted on .com.cn and .hl.cn domains, featuring Chinese-language content. The downloaded files are dynamically generated, and upon execution, they deploy a wrapper installer that initiates the malware payload. The malware achieves persistence through scheduled tasks and interferes with Windows Update services. The campaign establishes command-and-control communication over non-standard ports, with two identified domains linked to the activity. Microsoft Defender has detected the threat and initiated containment procedures. Kaspersky reported a related malicious installer exploiting a legitimate adware application to execute a backdoor, which captures keystrokes and clipboard contents. ValleyRAT, a sophisticated implant, can collect system information, reboot the computer, capture screenshots, and transmit logs. The attackers are motivated by cyber espionage and financial gain, targeting organizations globally. A subgroup within GoldenEyeDog, known as CuboidalCanine, has also been linked to the use of ValleyRAT, particularly in the gambling industry. In June 2026, Chinese authorities addressed cybercrime cases involving a new variant of the Silver Fox trojan.
AppWizard
September 2, 2026
Star Wars Zero Company has an aggregate critic score of 85 on Metacritic and is regarded as one of the most acclaimed Star Wars games recently. The game features tactical gameplay similar to X-COM but suffers from technical issues, particularly on PC, including traversal stutters, input lag, and game-breaking bugs. Players have reported frequent crashes, with some needing to restart missions multiple times. The game has a "mostly positive" rating on Steam from nearly 9,000 reviews, yet many highlight similar performance problems. Console players on Xbox Series and PlayStation 5 have also experienced these issues. Bit Reactor, the independent studio behind Zero Company, has furloughed a significant portion of its workforce, with reports indicating that up to 80 percent of employees are currently unpaid. The studio faces an ongoing legal dispute among its co-founders, and confidence in receiving adequate post-launch support is low. Acknowledgment of issues was made on Steam's Community forums on the game's release day, but no further updates have been provided since.
Winsage
September 2, 2026
Microsoft plans to enhance security measures across eligible devices by activating "Memory Integrity Protection" starting in October 2026. This feature operates at the kernel level to defend against cyber threats and requires minimal configuration. It is built on Virtualization-based Security (VBS) and aims to protect critical components of the Windows operating system from tampering.
Tech Optimizer
September 2, 2026
A stateful LangGraph agent was developed to streamline a 15-minute booking process, mimicking a customer service representative. It features a user-friendly Streamlit UI and a backend powered by a Postgres database. The agent can respond to customer queries, calculate service prices, manage acceptance or rejection of services, propose appointment time slots, and confirm booking details. The agent operates in two persistence modes: in-memory for quick testing and Postgres for durability. Testing can be conducted locally with Streamlit or using Docker to simulate a production environment. Docker allows the application to interact with a PostgreSQL server without local installation, enhancing reproducibility. The project includes a docker-compose.yml file to initiate a PostgreSQL container, and users can also utilize a cloud-based Postgres solution. The application behavior remains consistent regardless of the database setup. The complete source code is available on GitHub for testing and further enhancements.
Search