Krystal, Emily, Ryan, and Griffin discuss a possible imminent Iran attack.
Israel said Thursday it received a new shipment of 6,500 tons of ammunition and military equipment from the US in 24 hours.
“Two cargo ships carrying thousands of air and ground munitions, military trucks, JLTVs, and additional military equipment were offloaded at the ports in Ashdod and Haifa,” the Defense Ministry said in a statement.
https://www.youtube.com/watch?v=zE-NHGHn2Do
🕎 🇵🇸 ☮️
#Gaza #Palestine
#Press #News
There are around 700 million unused phones in EU homes.
That’s nearly two devices for every single person.
By disposing of them properly, we can:
🔸Reuse lithium, cobalt, and rare earth elements
🔸Reduce our reliance on imports
🔸Increase our resilience against global market disruptions
The EU’s Circular Economy Action Plan wants to make repairable design the norm, as a vital step toward reducing e-waste.
@EUCommission
Jetzt müssen "nur noch" die #Smartphone- #Betriebssystem|e so gestaltet sein, dass man diese SELBST ersetzen, erweitern, bereinigen, kontrollieren kann und seine Daten EINFACH von einem Telefon auf ein andere umziehen kann!
#OhneCloudZwang
#Interoperabilität
#interoperability
#Standardisierung
#standardization
#standardisation
Leute, geht in eine Gewerkschaft
@fuzzyleapfrog 25 Jahre IGM mittlerweile. Oh, Jubiläum 🥳
Im Schützengraben kommt die Gesellschaft zusammen.
@wackJackle 😂 And that's where they always want us, fighting each other, rather than them!
17 #Sudanese refugees drown off Tobruk, #Libya
#press
https://www.dabangasudan.org/en/all-news/article/17-sudanese-refugees-drown-off-tobruk-libya
NHS Goes To War Against Open Source
https://shkspr.mobi/blog/2026/05/nhs-goes-to-war-against-open-source/The NHS is preparing to close nearly all of its Open Source repositories.
Throughout my time working for the UK Government - in GDS, NHSX, i.AI, and others - I championed Open Source. I spoke to dozens of departments about it, wrote guidance still in use today, and briefed Ministers on why it was so important.
That's why I'm beyond disappointed at recent moves from NHS England to backtrack on all the previous commitments they've made about the value of open source to the UK's health service.
It's rare that multiple people leak the same story to me, but that's what gives me confidence that lots of people within the NHS are aghast at this news.
A few days ago, I was sent this quote which was attributed to a senior technical person in NHS England.
We are obviously looking at things like Mythos, which is more sophisticated at finding vulnerabilities. In the next week or so, we will be changing our tack on coding the open and making our code public until we're on top of that risk.
Most of our repos, unless they're essential, will be removed for security reasons.
As I've written before, this is not the correct response to the purported threat by Mythos. Neither the AI Safety Institute nor the NCSC recommend this action. While there may be some increase in risk from AI security scanners, to shutter everything would be a gross overreaction.
Nevertheless, that's what the NHS is preparing to do.
On the 29th of April, guidance note SDLC-8 was sent out. Here's what it says:

The majority of code repos published by the NHS are not meaningfully affected by any advance in security scanning. They're mostly data sets, internal tools, guidance, research tools, front-end design and the like. There is nothing in them which could realistically lead to a security incident.
When I was working at NHSX during the pandemic, we were so confident of the safety and necessity of open source, we made sure the Covid Contact Tracing app was open sourced the minute it was available to the public. That was a nationally mandated app, installed on millions of phones, subject to intense scrutiny from hostile powers - and yet, despite publishing the code, architecture and documentation, the open source code caused zero security incidents.
Furthermore, this new guidance is in direct contradiction to the UK's Tech Code of Practice point 3 "Be open and use open source" which insists on code being open.
Similarly, the Service Standard says:
There are very few examples of code that must not be published in the open.
The main reason for code to be closed source is when it relates to policy that has not yet been announced. In this case, you must make the code open as soon as possible after the policy is published.
You may also need to keep some code closed for security reasons, for example code that protects against fraud. Follow the guidance on code you should keep closed and security considerations for open code.
There's also the DHSC policy "Data saves lives: reshaping health and social care with data":
Commitment 601 – completed May 2022
We will publish a digital playbook on how to open source your code for health and care organisations
And, here's NHS Digital's stance on open source in their Software Engineering Quality Framework:
The position of all three of these documents is that we should code in the open by default.
All of which is reflected in the NHS service standard:
Public services are built with public money. So unless there's a good reason not to, the code they're based should be made available for other people to reuse and build on.
All of which is to say - open source should be baked into the DNA of the NHS by now. There are thousands of NHS repositories on GitHub. The work undertaken to assess all of them and then close them will be massive. And for what?
Even if we ignore the impracticality of closing all the code - it is too late! All that code has already been slurped up. If Mythos really is the ultimate hacker, hiding the code now does nothing. It has likely already retained copies of the repositories.
And if it were both practical and effective to hide source code - that doesn't matter. These AI tools are just as effective against closed-source. They can analyse binaries and probe websites with ease.
There are tens of thousands of NHS website pages which refer to their GitHub repos - will they all need to be updated? What's the cost of that?
I've no idea what led to NHS England making this retrograde decision - so I've send a Freedom of Information request to find out.
I am convinced that closing all their excellent open source work is the wrong move for the NHS. I hope they see sense and reverse course.
Until then, I've helped make sure that every single NHS repository has been backed up and, because the software licence permits it, can be re-published if the original is closed.
In the meantime, you should email your MP and tell them that the NHS is wrong to shutter its world-leading open source repositories.
Don't let them take away your right to see the code which underpins our nation's healthcare.
Further Reading
- I'm quoted in this article from The New Scientist.
Does Mythos mean you need to shut down your Open Source repositories?
https://shkspr.mobi/blog/2026/04/does-mythos-mean-you-need-to-shut-down-your-open-source-repos/Much Sturm und Drang in the world of Open Source with the announcement that the "Mythos" AI is now the ultimate hacker and is poised to unleash havoc on every code base.
So should you close all your Open Source projects to make them safe?
No.
Firstly, all your Open Source code has already been slurped up.
It was all ingested for "training purposes" years ago. If it was moderately interesting then it was backed-up by a digital hoarder. It has been archived by various digital libraries. Anyone who wants to do research on your code base can.
Closing now doesn't meaningfully protect you.
Secondly, most of the security holes in your systems are probably not in your code. Vulnerabilities exist throughout your supply chain. All the dependencies - your OS, libraries, and even hardware - are all richer targets for hackers. Finding a CVE in a popular library is almost certainly more worthwhile than investigating your Open Source code.
The bigger risk comes not from subtle logic bugs but from phishers, poor password hygiene, and insider threats. Securing your existing systems provides more protection than rushing to close-source your code.
Finally, closing the source of something doesn't protect you. These new AI models can easily investigate and your closed source systems and potentially penetrate them. It has always been possible to analyse websites and binaries. AI doesn't change that - although it might accelerate it.
Open Source does have risks but AI doesn't upend decades of evidence that closed-source is just as vulnerable to attackers.
In cases where the state creates code using public money, it has a responsibly to share that code. Automated threat analysis - even by hypercapabe AI - doesn't change that.
I would strongly recommend reading the UK's AI Safety Institute's evaluation of Claude Mythos Preview’s cyber capabilities and the NCSC's advice. Neither of them recommend closing down Open Source code.
#AI #OpenSourceLe n° 17 #JLMB est consacré aux droits fondamentaux. Podcast sur "Identité de genre et protection des données", commentaire de Fanny Coton et Kimberly Orinx sous CJUE 9 janvier 2025 et 13 mars 2025
#Turquie 6 ans et deux mois de prison pour l'avocat Nurcan Kaya, convaincu d'"appartenance à une organisation criminelle" https://stockholmcf.org/turkish-court-sentences-human-rights-lawyer-to-over-6-years-in-prison/
Al concerto del #primomaggio a Taranto ha partecipato anche Francesca Albanese. Non ha cantato ma le ha cantate...
#Maroc #CFJ s'insurge contre la condamnation à 5 ans de prison du bâtonnier Mohamed Ziane https://defendlawyers.wordpress.com/2026/05/01/morocco-le-cfj-condamne-la-condamnation-du-batonnier-mohamed-ziane/
#Indonésie Début du procès de 5 militaires accusés d'une attaque à l'acide contre l'avocat activiste Andrie Yunus https://www.aljazeera.com/news/2026/4/29/indonesia-court-starts-trial-of-soldiers-accused-of-acid-attack-on-activist
Am I understanding it right that it's essentially the same C2S AP, but with clarifications and improvements that make it more practical to implement?
March in Servo…
➡️⌨️ tab and accesskey navigation
🔬🐞 see live values in the debugger
📝✅ better carets and form fields
📜📦 JS modules in web workers
😈🔱 Servo now runs on FreeBSD!
@servo hello what JavaScript engine are you using in servoshell? Thanks!
Im Schützengraben kommt die Gesellschaft zusammen.
@futuresprog @pezmico is there any way we could get our hands on some of that funding to pay for the Urban Arrow cargo bike we are testing?
Are there any green loan schemes out there to help families like us decarbonise more quickly?
@SimonCHulse @futuresprog not this though. This is part of Auckland Council's Climate fund, intended to develop young climate leaders.
But there might be something similar where you live?