Very big day for an engineering team indeed. Can't vibe code your way out of this issue...
Pour one out for the customer service teams of affected businesses instead
A few tens of thousands of British troops - Over 200 years of the British Raj on average there were 60,000 to 70,000 British troops stationed in India - would have been absolutely slaughtered by the hundreds of millions of Indians (1857 population estimated at 250-300 million).
By the time Gandhi came into the picture, the British empire was overextended - any half decent uprising would have been successful..... unless you convinced the natives to give up on any physical form of dissent and sit down, protest and get beaten up as a virtuous slave.
Truly one of the greatest psyops ever.
Colonialism might just as well exist today like it did in the 1800s. UK amongst others specifically stopped it.
A few tens of thousands of British troops - Over 200 years of the British Raj on average there were 60,000 to 70,000 British troops stationed in India - would have been absolutely slaughtered by the hundreds of millions of Indians (1857 population estimated at 250-300 million).
By the time Gandhi came into the picture, the British empire was overextended - any half decent uprising would have been successful..... unless you convinced the natives to give up on any physical form of dissent and sit down, protest and get beaten up as a virtuous slave.
Truly one of the greatest psyops ever.
Unfortunately many less bright people seem to interpret this as "never trust science", when in reality science is still the best way to push humanity forward and alleviate human suffering, _despite_ all the fraud and misaligned incentives that may influence it.
They intuit that some parasitic entity or entities has latched on to Science and is co-opting it for it's own gain to achieve it's own purposes which run counter to the interests of the people.
The heavy handed Covid response and censorship is a prime example of that.
The whole system has been corrupted and therefore it is not possible to have a de-facto assumption of good faith of the actors.
For instance you could ask it for a JavaScript function to count any letter in any word and pass it r and strawberry and it would be far more useful.
Having edge cases doesn't mean its not useful it is neither a free assastant nor a coder who doesn't expect a paycheck. At this stage it's a tool that you can build on.
To engage with the analogy. A propeller is very useful but it doesn't replace the boat or the Captain.
"create a javascript function to count any letter in any word. Run this function for the letter "r" and the word "strawberry" and print the count"
ChatGPT-4o => Output is 3. Passed
Claude3.5 => Output is 2. Failed. Told it the count is wrong. It apologised and then fixed the issue in the code. Output is now 3. Useless if the human does not spot the error.
llama3.1-70b(local) => Output is 2. Failed.
llama3.1-70b(Groq) => Output is 2. Failed.
Gemma2-9b-lt(local) => Output is 2. Failed.
Curiously all the ones that failed had this code (or some near identical version of it)
```javascript
function countLetter(letter, word) {
// Convert both letter and word to lowercase to make the search case-insensitive
const lowerCaseWord = word.toLowerCase();
const lowerCaseLetter = letter.toLowerCase();
// Use the split() method with the letter as the separator to get an array of substrings separated by the letter
const substrings = lowerCaseWord.split(lowerCaseLetter);
// The count of the letter is the number of splits minus one (because there are n-1 spaces between n items)
return substrings.length - 1;
}// Test the function with "r" and "strawberry"
console.log(countLetter("r", "strawberry")); // Output: 2 ```
Lots of middle management power groups that would prevent a cohesive top down vision from easily being adopted.
At least with Apple you have a single vendor who is vertically integrated and makes a huge song and dance about data privacy. Even if you discount their PR and marketing spin, IMHO you are still miles ahead of the likes of Microsoft + (pick one) HP, Asus, Lenovo and the rest of them.
There is no way I would trust any of them not to take advantage of the data gold mine.