Skill issue
Having Co-pilot help is like having a junior dev at your side, who is also drunk and high.
I recently put in a lot of hours for a software system to be able to handle webp just as well as every other image format it already accepted. I put in a lot of work as well. Hadn't heard about it for a while, but saw the feature release statement for the new version I knew my changes were in. It wasn't on there. So I reached out to my contact and asked if there was an issue or did it get bumped to a later version or what? So she told me the marketing team that do the release statements decided not to include it. They stated for one, people already expect common formats to be handled. Saying you now handle a format looks bad, since people know you didn't handle it before and were behind the curve. The second (probably more important) reason was nobody knew what webp even was and it's only something technical people care about (they probably said nerds, but my contact translated). So no regular customer would be interested and it could only lead to confusion and questions.
I hope somebody is happy with the work I put in tho. Somebody is going to drag a webp into the system and have it be accepted. Someday.... I hope...
PSA: Chiropractors aren't doctors, they aren't better than any other "alternative" healer and at worse are conmen and can fuck you up permanently. Don't ever go to chiropractors.
"He's probably just joking" is something I heard so much over the past few years about things the right has been spewing. THEY ARE NOT JOKING, THEY ARE NEVER JOKING! I don't know how this is a hard thing to understand.
That's because of the way these scales work. They use a material that deforms under stress and when it deforms the resistance changes. By putting current through this material and measuring the voltage drop, it can be mapped to how much stress the material is under and thus how much weight is on the scale.
This is a pretty roundabout way and has a lot of caveats, but it is very cheap. So cheap scales always work this way. That's why they aren't super accurate and have deviations depending on things like temperature. Another big downside is any permanent deformation ruins the calibration, giving incorrect results. That's why you never put more weight on kitchen scales than it says, it will break them.
The issue you are running into is the way it measures. It applies a very specific voltage and current in order to get the result. The lookup table it uses is only valid within a narrow range. When the battery voltage goes outside that range, it can no longer perform the measurement. Even though there's plenty of juice for things like the little processing chip and the LCD display. They don't need a lot of power and can do with low voltages. But it can no longer weigh anything so it just errors out with a low battery warning.
People call 911 because they are having a medical issue, cops show up and shoot them and their dog, plus the neighbors dog for good measure. Shitheads actually attempt a coup, try to hang congress people, invade government offices, somehow only one of them gets shot. It makes 0 sense.
Is this an American thing? We did absolutely not have to memorize any of that thing. We had to understand the structure, why the rows and columns etc. But memorizing it serves no purpose.
With every class including tests and exams we were allowed to use a reference book. This book was pretty thick and contained a whole lot of info including the periodic table and all the info about elements you could ever need.
I think my education (keep in mind this was 25 years ago) was focused more on the why and less on the what. If you understand why something is the way it is, the reason behind it and how to use it, you know a lot more than just being a flesh book that can list a bunch of facts.
Stunning claims? How is this stunning? Everyone knows Trump is rude as hell, he doesn't even try to hide it.
Yes the compiler/interpreter can figure it out on the fly, that's what we mean by untyped languages. And as stated both have their merits and their faults.
Elon doesn't know what the words mean and just chimes in with his AI future BS.
While the general message of this meme is true, almost none of the internet actually goes through satellites. There are huge cables all around the world connecting the whole thing. And while launching rockets and deploying satellites is really cool, I think ocean crossing cables are impressive all on their own. Imagine a cable not only long and strong enough to cross an ocean, but also resting on the ocean floor, exposed to the environment and expected to work for decades. And to think the first of these cables was deployed back in 1858.
There are valid reasons to limit password length. For example when a hashing function is used that requires a lot of processing power and the amount of power required to calculate the hash is related to the length. In that (very common) case, a denial of service attack vector is exposed. By simply spamming insane long passwords into a login form for example, the servers calculating the hash get easily overloaded. Even with rate limiting, only a small number of attacking nodes can be used to pull down a site.
So a maximum number of characters for a password is a valid thing to do. HOWEVER the maximum length for this purpose is usually set at something like 2048 or 4096 characters.
There is no excuse for a max password length of 16, that's just terrible.