Europe has gone from 90% U.S. GDP to 65% over 10 or 15 years.
Don't worry about that EU, we're working on fixing this for you.
I'd love to understand where does the love for a company comes from for people like you.
I don't give a shit about Apple, but I give a shit about sensationalizing misinformation.
- They did break their own rules, just not the rule regarding in-app purchase, but the rule regarding links to external websites.
No, they did not. I gave two examples of other apps, available in the app store today, that link to external websites to make theater ticket and digital movie purchases that do not trigger any warnings to the user. So tell me again how they broke their own rule?
Like you start defending them even before getting the fact.
Maybe read a little closer before you start spouting off next time.
but considers movie tickets a "real-world experience" exempt from its In-App Purchase system.
So they didn't actually break their own rules? Not that it matters since it is their platform and they get to make the rules.
Also, it's not the only app that does this. Justwatch doesn't seem to need warnings to link you out to the web to buy digitial films from various vendors. Rotten Tomatoes app (yea they do have one, it's awful) also does not seem to require them for linking you out via the web to buy tickets to films currently in theaters. The very same thing Apple did here. So, WTF is the complaint here exactly?
It's like visual coding or RAD all over again. Whenever suits and PHBs are told there's a magic wand that'll allow them to do without paying people for the nitty-gritty bits, they get all excited and convince each other in their echo chamber that their dream of a company of all managers and no workers is just around the corner.
Then reality says "hi", the hype dies down, a few scam artists got rich and the world continues as it was, with a couple new cool tools in the toolbox of those who know how to use them correctly - which is generally the same people that were supposedly being replaced.
That's how I see AI. I've been writing software for the better part of 40 years. What I see from AI is sometimes astonishing and sometimes pathetic. I would never, ever, ever put AI generated code into production software without carefull checking and refactoring, and I would fire anyone who does.
Code completion is mostly in the "astonishing" part. If I write a couple lines of near-identical stuff, like assigning values from an input to a structured format for processing, the AI most of the time gets right the next line I want to write. Anything more complex than that is hit-and-miss.
Mostly, I use AI the way I would use an intern. "Can you look up how to use this function correctly? What are the parameters and their defaults?" or "Write me some code that's tedious to write (like lots of transformation operations) but not rocket science by far.
Essentially, it does faster and a little bit better what previously I'd have done with Google and Stackoverflow.
I have no fear it'll replace developers anytime soon. Half of the time the code is outright wrong, most of the time it has glaring security issues or isn't half as fault-tolerant as it should be, and for any case where I know how to do it without any research, I'd be faster writing the code myself then going through several iterations with an AI to get it done.
Real Users never know what they want, but they always know when your program doesn't deliver it.