Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror

Comment Re:Ignored rules by not ignoring rules? (Score 1) 35

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.

Comment Re:I sure observe the opposite (Score 1) 28

Yea well ya know. I ran into it when playing with some weather data. I asked for the day in the past 20 years with the most snowfall in the past 20 years. Don't recall exactly but let's say it was 20" in a single day in 2010. I then asked for the year with the most snow fall and got something like 13" in 2008. I challenged it since I'm pretty sure 20 > 13. It insisted, and argued relentlessly that it was possible for the year with the most snowfall to have less snowfall than a single day in a different year (and that different year was inside the 20 year scope). It was like arguing with a flat earther or something. It was really funny. I don't know what MS did to their version of ChatGPT but they managed to really screw it up.

Comment Ignored rules by not ignoring rules? (Score 2) 35

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?

Comment Re:Aliens (Score 2) 63

Aliens is Fox, which Disney consumed, so it's on one of Disney's services (Hulu in this case). We really need mandatory licensing for back catalog films like this so any service that wants to can offer it. Meanwhile I'll keep buying my Blu-rays (which usually come with a digital copy that does work across multiple platforms if it's a Movies Anywhere title).

Comment Re:I still get terrible results from "coding" agen (Score 1) 64

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.

Comment a free intern for everyone (Score 1) 64

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.

Comment Re:Not likely to be effective (Score 1) 50

Small focused models are also used in some cases. You just want to go in order of cost (in compute). Start with the easy stuff like pattern matching and work your way from there.

The real problem is that it's really early days in this field for the most part. It's like the early days of the web when everyone was doing their own thing, and getting the site up was more important than anything else. Everyone is doing custom code vs off-the-shelf (either commercial or open source) for their projects and most of those devs outside the big LLM providers (and, as you just saw, maybe some inside them too) are not giving enough thought to security right now. It's just "Hey, let's buy ___ LLM's API calls for our app!" and run with it. It will work its way out eventually.

Slashdot Top Deals

Real Users never know what they want, but they always know when your program doesn't deliver it.

Working...