It's really one of the better April Fools' pranks I've ever come across. It's grounded and almost believable that it actually had me there for a minute! 😂
Congress in the US has banned Copilot for security reasons. I would take it further. Really the way Windows is coded now, it is a significant security problem. The idea that it is unclear whether you are using local data or online data is unacceptable.
This includes:
- Login. Login should be local. You are not logging into a service. You are logging into a computer. The service should be separate from the computer.
- Copilot. Clearly another case where you may not realize that you are sharing data by asking a question.
- OneDrive. Another case where local data is backed up in the cloud, without active actions by you as a user. Backup is great, but you should have to explicitly enable it and there should be a warning that your data may be scanned.
- Windows. In reality even Windows is now a problem given the login issue and any tracking that is happening.
Online cloud services can be great, but one should never be forced into online services or lured into them. Any computer should work fine without having to use OS online services, except basic services, like updates and the like.
Regarding xz-utils backdoor (liblzma5): Right now no Debian stable versions are known to be affected. Compromised packages were part of the Debian testing, unstable and experimental distributions, with versions ranging from 5.5.1alpha-0.1 (uploaded on 2024-02-01), up to and including 5.6.1-1. The package has been reverted to use the upstream 5.4.5 code, which we have versioned 5.6.1+really5.4.5-1. Debian #Linux 12/11/10 appears safe. Taken from https://lists.debian.org/debian-security-announce/2024/msg00057.html#infosec#security
An incredibly technically complex #backdoor in xz (potentially also in libarchive and elsewhere) was just discovered. This backdoor has been quietly implemented over years, with the assistance of a wide array of subtly interconnected accounts:
I always thought homebrew would be perfect for atomic Linux but ran into the same issues. Today, I run Rust-based CLI apps installed with cargo and/or, less favourably, Go apps. I only use a container when I have to build something from source.
So, yeah, I’ll be keeping an eye on Bluefin. They seem to get it.
A new project to resume development on the formerly open-source Redis project. This project was forked from the open source Redis project right before the transition to their new source available licenses. https://github.com/valkey-io/valkey Linux Foundation is behind this project. #opensource#unix#linux