We did it, reddit NYPD!
We did it, reddit NYPD!
That’s what I signed up for.
Podman not because of security but because of quadlets (systemd integration). Makes setting up and managing container services a breeze.
The receptacle is the issue - it can have up to 24 pins (though usually it’s 12ish), all bunched up in just a slightly larger space than on a micro usb receptacle which has 4 pins. So it takes some good skill to replace.
Just recently I had a tech store guy gently but repeatedly insist to me that a certain USB cable was a USB 3 cable because it was type C on both ends. I didn’t wanna argue with him, but the box clearly said “480 Mbit”, so it was just a type C charging cable.
Of course the box designers were hoping you’d make that mistake so they didn’t write USB 2 on there, just the speed. And most boxes won’t even have that, you’ll just have to buy it and see.
But I mean if someone who spent their whole life fixing computers can get something that basic wrong, then it’s really a hopeless situation for anyone who isn’t techy.
And of course once it’s out of the box it’s anyone’s guess what it is. It’s a real mess for sure.
The mic being active or not doesn’t affect her hearing. If he interrupts her she’d still hear it, only the TV audience wouldn’t, so she’d seem flustered.
But check that it has all the features you need because it lags behind gitea in some aspects (like ci).
I live in a qwertz ISO layout country, but I use qwerty ANSI layout keyboards because I find that text editing is better with them. Makes finding a laptop pretty hard though.
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.
Yay, fan club.
I was just introducing someone to Rodney last night because some actor in a show we saw looked a bit like him. Then I wake up and see this here. Life sure has funny coincidences sometimes.
Shame he didn’t have a scandal on that stage. They would have stopped taking about it within the day.
Just have NAS A send a rocket with the data to NAS B.
It’s like calling all fuel diesel.
Or libcinder. Or even simply Arduino.
That’s a very arbitrary delineation that just seems to be something you worked out backwards to support your claim. I’m an EE and software developer and I sometimes do projects involving both fields (which would be computer engineering, I guess), and there’s really not that much difference. I certainly don’t see why I would label half of it engineering and the other half not.
These arguments are so overly tired and so cyclic that AI researchers coined a name for them decades ago - the AI effect. Or succinctly just: “AI is whatever hasn’t been done yet.”
so OPs original question remains: why is it called “AI”, when it plainly is not?
Because a bunch of professors defined it like that 70 years ago, before the AI winter set in. Why is that so hard to grasp? Not everything is a conspiracy.
I had a class at uni called AI, and no one thought we were gonna be learning how to make thinking machines. In fact, compared to most of the stuff we did learn to make then, modern AI looks godlike.
Honestly you all sound like the people that snidely complain how it’s called “global warming” when it’s freezing outside.
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.