Microsoft will require users to verify their age when purchasing games rated R18+ on Xbox and Microsoft Store starting in August 2026 to comply with Australian regulations.
Microsoft has announced enhancements to the out-of-box experience (OOBE) for Windows 11, aiming to streamline the setup process before the end of 2026. The current setup requires a Microsoft account and an internet connection, eliminating the option for a local account, which was available in previous Windows versions. Users face delays due to mandatory updates, which can take 20 to 50 minutes, and are subjected to numerous promotional pages during the setup. Microsoft has introduced a “Skip for now” option for updates but has not addressed the forced Microsoft account sign-in requirement. There is no mention of removing this requirement in recent updates, despite ongoing demand from users. Microsoft has relaxed some account requirements in other areas, such as allowing sign-ins with Google or Apple accounts for Bing, but the OOBE still mandates a Microsoft account.
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.
Bitdefender has partnered with Digimune Australia to allow Digimune to distribute Bitdefender's consumer cybersecurity products in Australia. This partnership aims to improve access to cybersecurity solutions amid rising threats like scams and ransomware. The products available through Digimune include Bitdefender Antivirus Plus, Bitdefender Total Security, Bitdefender Premium, Bitdefender Mobile Security, and Bitdefender Premium VPN, which support various platforms such as Windows, macOS, iOS, and Android. The collaboration focuses on household consumers, providing local support and simplifying the purchasing process for multi-device subscriptions. The partnership also addresses the growing competition in the Australian consumer security sector and aims to meet the demands for protection against various digital threats.
Malwarebytes is offering two years of complimentary access to its Malwarebytes Premium Security software suite for students enrolled in accredited colleges and universities in the United States. This offer is part of the Student Protection Program and is available to students aged 18 and older with a .edu or .college email address. The program includes features such as real-time malware and ransomware protection, phishing and scam detection, and ad and tracker blocking, and can be used on up to three devices. Students can verify their institution's eligibility on the Malwarebytes website and can request early access or a 50% student discount if their school is not listed. After the two-year period, students can choose to continue with a limited free version or transition to a Premium subscription.
Google is phasing out the Google Assistant app and transitioning users to its new AI-powered assistant, Gemini. Notifications have been sent to users about the discontinuation, which will begin on September 4 and take several weeks to complete. Devices that meet system requirements and are in supported regions will automatically switch to Gemini, allowing users to use familiar commands. The transition will also impact other connected devices like smartwatches and wireless earphones. Gemini aims to replicate the capabilities of Assistant while offering a more natural conversational experience.
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.
The Google Assistant will be discontinued on Android and Wear OS devices effective September 4, with users receiving notifications about this change. The Gemini chatbot is set to replace the legacy Assistant, which was initially planned for last year but faced delays. Dedicated versions of Gemini are available for connected speakers and Google TV. Google has assured users of a seamless transition to Gemini, which will become the sole assistant on Android devices after the legacy Assistant is phased out. The retirement process may take several weeks, during which users will gradually lose access to the old Assistant. The legacy Assistant will also be discontinued on Wear OS smartwatches, headphones, and Android Auto after the September deadline, but will remain available in vehicles with Google built-in until September 4, 2026.
Google will discontinue Google Assistant on Android devices effective September 4, 2026, replacing it with Gemini, a new AI-powered assistant. The phased removal of Google Assistant will take several weeks to implement across all devices, including mobile phones, tablets, Wear OS watches, headphones, and vehicles using Android Auto. However, Google Assistant will continue to function in vehicles equipped with Google built-in beyond the September 2026 deadline. Gemini will also be available on Google TV devices, Google Home speakers, and smart displays, though the rollout timeline for the Pixel Tablet is uncertain. The decision to phase out Google Assistant was initially planned for the end of 2025 but has been extended to 2026. Users currently have the option to switch to Google Assistant within the Gemini app, but this will soon become obsolete.
The article discusses a serverless pipeline for creating an irreversibly redacted and queryable archive of Amazon RDS for PostgreSQL audit logs. It sanitizes sensitive information, such as Social Security numbers, credit card details, and email addresses, before storing the clean logs in Amazon S3, which can be queried using Amazon Athena. The deployment process is facilitated by a single AWS CloudFormation template.
The challenge is that pgAudit logs sensitive data in cleartext to Amazon CloudWatch Logs, which poses compliance risks under regulations like GDPR and HIPAA. While CloudWatch Logs Data Protection offers reversible masking of PII, this is insufficient for compliance needs requiring permanent separation of PII from audit evidence. The proposed pipeline creates an irreversibly redacted copy stored in Amazon S3, ensuring original values cannot be restored.
The deployment requires an active AWS account with specific permissions, AWS CLI v2, a compatible AWS region, and confirmation of service quotas. The CloudFormation template has four main parameters for deployment, including ProjectName, DBInstanceClass, DBAllocatedStorage, and EnvironmentType, with sensible defaults provided.
Three deployment options are available: via the AWS console, AWS CLI, or a deploy script. After deployment, users can generate test data, trigger the redaction pipeline, and verify results in Athena. The process includes steps to create a PostgreSQL table, insert records with PII, run queries, and monitor the execution of the redaction pipeline.
The article emphasizes that unredacted PII remains in the source CloudWatch Logs, recommending enabling CloudWatch Logs Data Protection for added security. To clean up resources and avoid charges, users must empty the S3 buckets and delete the stack. Cost considerations for the pipeline include infrastructure costs and the expense of achieving irreversibility.