Multizone | All our technotes
If we've published it, you can find it here.
Prime Day 2026: More Than Just One Day
If you still picture Prime Day as a single frantic 24-hour sprint, it is time to update your expectations.
TL:DR – Amazon Prime Day 2026 in the UK runs from 23 to 26 June, giving shoppers a full four days to browse, compare, and buy before the event closes.
- Details
Android 17 Features: What Mobile Developers and IT Managers Need to Know
Introduction
Android 17 is rolling out now, beginning with Pixel devices, with broader availability to other eligible Android devices expected throughout 2026. The release brings meaningful changes across productivity, gaming, security, and core platform behavior. For mobile developers and IT managers, Android 17 is not simply a feature update. It introduces behavioral changes and new enforcement rules that require attention and, in some cases, immediate action.
TL:DR – This article breaks down the most important Android 17 features and explains why each one matters to your work.
- Details
The UK Government Draws a Line in the Sand on Social Media for Under-16s
On 15 June 2026, Prime Minister Keir Starmer announced that the United Kingdom will ban children under the age of 16 from using a range of social media platforms. The move follows one of the largest public consultations ever conducted by the current government.
TL:DR – The ban raises profound questions not just for parents and policymakers, but for anyone involved in building digital products.
- Details
Your Joomla front-end starts returning 500 errors on every page. Admin still loads. Joomla’s own error log is empty. If that’s where you are right now, and you run the JCE editor, read this before you do anything else — you may be looking at the 2026 JCE profile-import remote code execution chain, and the fix is methodical rather than complicated.
TL:DR – This is a write-up of a real incident response on a production Joomla 6.1.1 site in June 2026. Names, paths and database prefixes are anonymised; the technical details are exactly as encountered. If your symptoms match, the playbook below will get you out cleanly.
- Details
Apple announced on 8 June 2026 a comprehensive suite of child safety features set to arrive with software updates this autumn, giving parents significantly more control over what their children can see, who they can contact, and how long they spend on their devices [1]. The announcement represents the most substantial overhaul of Apple's parental controls to date, informed by guidance from online safety and health experts.
TL:DR – These are important changes which should be welcomed as directly addressing online harms.
- Details
Read more: Apple Previews Major Child Safety Features Coming in Autumn 2026
Three Decades of Online Harm Prove That Self-Regulation Was Never Enough
There is a version of the internet regulation debate that treats government oversight as a novel, heavy-handed intrusion into a space that has functioned perfectly well on its own. Advocates of this position argue that platforms are already doing enough, that existing laws are sufficient, and that any legislative intervention risks stifling the innovation that made the internet great. This argument has been made persistently, passionately, and with considerable political effect since the mid-1990s.
It is also demonstrably wrong — and in 2026, the evidence against it is no longer confined to history. Governments are now legislating with a specificity and urgency that would have been unthinkable a decade ago. The United Kingdom has enacted criminal penalties for possessing AI models optimised to generate child sexual abuse material. Prime Minister Keir Starmer used London Tech Week in June 2026 to announce that Britain intends to become the first country where children cannot take, share, or view nude images on their devices — with Apple and Google given three months to comply before legislation kicks in. Apple, for its part, previewed a suite of new child safety features the same month, including mandatory parental controls for under-thirteens that will ship with iOS later in 2026.
TL:DR – These are not proposals. They are policy in motion. And they are the direct consequence of thirty years of documented harm that the industry declined to prevent on its own.
- Details
Chrome Local Network Permission on macOS
What It Is and Why It Can Be So Hard to Diagnose
Starting with Chrome 130, Google introduced a new permission prompt that asks users whether a website should be allowed to access devices on their local network. This change aligns Chrome's behavior with the privacy goals outlined in the Private Network Access specification, a W3C proposal designed to prevent malicious websites from reaching routers, printers, smart home devices, and other hardware that sits behind a firewall.
On macOS, this permission works alongside the operating system's own network permission layer, which means users and administrators can find themselves troubleshooting problems that involve two entirely separate permission systems at once. The result is a diagnostic challenge that is easy to underestimate.
TL:DR – If you find this because Google sent you here after a few hours of staring at `ERR_NAME_NOT_RESOLVED`, `ERR_ADDRESS_UNREACHABLE`, or `net::os_error: 65` (ENETUNREACH) when Chrome can't reach a host on your own network, scroll to "The fix" at the bottom. The first 80% of this post is the diagnostic journey, because the journey is the lesson: the obvious suspects were all innocent, and the real cause was a quietly broken state in macOS itself.
- Details
Read more: Why Chrome couldn't reach my LAN web server on macOS, and why it wasn't DNS