

They were also wise to not have revealed the Switch 2 any earlier, because it would have jeopardized sales of the Switch 1. Enough companies have made this mistake in the past.
Ah, the Osborne effect…
They were also wise to not have revealed the Switch 2 any earlier, because it would have jeopardized sales of the Switch 1. Enough companies have made this mistake in the past.
Ah, the Osborne effect…
It’s worth noting that this is a new line of ThinkPad, there’s a bunch of existing lines that will all keep the classic look. Though I feel like the name X9 isn’t great, but whatever.
The issue isn’t just a simple oversight. Git includes the file name as part of the tree and commit hash. The hash has security implications. There’s really no way to make the hash support case insensitivity without opening up a multitude of holes there. So there will always be a mismatch, and you can’t just fix it without changing how git works from the ground up.
Mediatek has been making phone SoCs since forever now, they have two lines - Helios and Dimensity. They’re used in many phones, usually on the lower end. Even Samsung uses them. Both lines have abysmal custom rom support compared to Snapdragon phones, so I don’t think you can hope for much there.
deleted by creator
Podman not because of security but because of quadlets (systemd integration). Makes setting up and managing container services a breeze.
But check that it has all the features you need because it lags behind gitea in some aspects (like ci).
A few months ago I needed to install Google home for something Chromecast related, so I quickly searched the play store and installed it. Loaded it up and I see an ad, what the hell. App opens and I realise it isn’t Google Home, it’s something made to trick me into thinking it was when I wasn’t paying attention.
Google is letting their ads steal their own users from them.
Have you tried running xiaomi.eu ROMs?
I remember watching golden boy on there, it was great.
Podman quadlets have been a blessing. They basically let you manage containers as if they were simple services. You just plop a container unit file in /etc/containers/systemd/
, daemon-reload and presto, you’ve got a service that other containers or services can depend on.
I’ve been in love with the concept of ansible since I discovered it almost a decade ago, but I still hate how verbose it is, and how cumbersome the yaml based DSL is. You can have a role that basically does the job of 3 lines of bash and it’ll need 3 yaml files in 4 directories.
About 3 years ago I wrote a big ansible playbook that would fully configure my home server, desktop and laptop from a minimal arch install. Then I used said playbook for my laptop and server.
I just got a new laptop and went to look at the playbook but realised it probably needs to be updated in a few places. I got feelings of dread thinking about reading all that yaml and updating it.
So instead I’m just gonna rewrite everything in simple python with a few helper functions. The few roles I rewrote are already so much cleaner and shorter. Should be way faster and more user friendly and maintainable.
I’ll keep ansible for actual deployments.
The message that we approve of the removal of the headphone jack done in order to peddle wireless headphones…
All public companies are, it’s just what Boeing makes things that fall out of the sky if they mess up, so it’s more obvious.
Just have NAS A send a rocket with the data to NAS B.
Then they’ll just identify you by the sound of the printer being audible from down the street.
Seems to me that a lot of the world’s problems start with “well, the managers think…” They all seem extremely bad at the whole managing thing, good thing we don’t overpay them or anything like that.
Or libcinder. Or even simply Arduino.
You can start here: https://hackaday.io/project/176931-hp-printer-cartridge-control-module/details
HP printers are conceptually quite simple devices, the printer just moves the cartridge and the paper. The cartridge does all the actual printing. So you reverse engineer the pinout on the cartridge and you can make your 3d printer do normal printing. That’s also how those little handheld cube printers work.
As they point out at the end, this wasn’t about the old control panel, but the new settings panel. It’s all brand new code.