Forgot your password?
typodupeerror
Movies

Sony Boss Urges Theaters To Stop 30 Minutes of Trailers and Ads Before Movies (variety.com) 152

Sony Pictures chief Tom Rothman urged theater owners to cut down the roughly 30 minutes of trailers and ads before movies. "Get off the ad crack," Rothman told the audience at CinemaCon this week. "Get rid of the endless advertising and substantially shorten the long pre-shows." Variety reports: He noted that frequent moviegoers now show up a half hour late to avoid all the spots (something that reserved seating has made easier than ever before). Rothman said that means many people "don't even see the trailers," which results in "enticements gone to waste." Rothman predicted that the 2026 box office, which has already benefitted from hits like "Super Mario Galaxy Movie" and "Project Hail Mary," will rebound in a big way. But he acknowledged that attendance still trails pre-pandemic levels.

Rothman has been a vociferous defender of the big screen, pushing studios to embrace longer windows so that movies will stay in cinemas longer. That was a theme that Rothman returned to at CinemaCon, pressing exhibitors to hold strong and agree not to show movies that quickly appear on streaming services or on-demand platforms. "Enforce longer windows," Rothman said. "Yes, even if that means you cannot play every film."

In addition to stumping for exhibition, Rothman has practically begged Hollywood to invest in new stories along with all the franchise fare. In a recent New York Times op-ed, for instance, Rothman, the longest-serving studio chief, wrote, "For all the success of films driven by existing intellectual property, originality is essential to movies. Neither movie theaters nor the art form itself can survive without at least some originality. After all, you can't make a sequel to nothing."

Comment Re:Looks like panic to me (Score 2) 80

More like the total opposite, I'd say.

I can't imagine what's the business value of having ChatGPT doing a BloodNinja impression. It's not good for PR, it'd risk exclusion in serious environments, school and the like, it'd risk legal trouble, the list goes on. The potential for trouble far outweighs any possibly benefit, which is what? There's only downsides because it'd go wrong in some way sooner rather than later.

No, doubling down on serious, well paying uses and removing controversial ideas of little worth is exactly what looks like a clear, decent strategy here.

Comment What counts as 'prevention'? (Score 4, Insightful) 78

Does a DoS attack count as prevention?

Shannon-Hartley's theory-- Capacity Limit: As noise approaches infinity relative to signal, capacity approaches zero, meaning reliable communication becomes impossible without increasing power.

So, DoS attacks effectively prevent communication.

Is AI slop a DoS attack? It sure as heck feels that way...

Comment Wrong assumption in the article (Score 5, Interesting) 83

I, Steve Wozniak, did not participate in the theft of the BASIC. It was funny to me to see others enjoying doing this. I had never used BASIC myself, at that time, only the more-scientific languages like Fortran, Algol, and PL-1, and several assembly languages. I sniffed the air and sensed that you needed BASIC to sell computers into homes, because of the book 101 Games in BASIC. I loved games and saw games as the key. It was the [MS] BASIC that inspired me to write a BASIC interpreter for my 6502 processor, in order to have a more useful computer.

Comment Re:Makes No Sense (Score 2) 187

TIOBE's methodology is to plug "$LANG programming" into a bunch of search engines (including oddly enough Amazon and ebay), apparently take the "1.2 million results" stats in the corner at face value, apply some magical fudge factors and call that good.

I'm constantly mystified why this nonsense gets this amount of prominence when there's better data sources. Look at employment offers, Github or something at least.

Comment Re:Detectors are unreliable (Score 1) 32

They were talking about text, I don't believe there's watermarking for that. There's just statistical guesses, and I don't think most LLMs are likely to be any good at it.

Then this is all a distraction. Maybe he filtered the text through/images a LLM to make it less recognizable, maybe it's just coincidence. It doesn't matter. The only important matter is whether it's actually true or not.

Comment Detectors are unreliable (Score 1) 32

Also, the Verge are morons.

The Verge put the original 586-word Reddit post through several free online AI detectors, in addition to Gemini, ChatGPT, and Claude. The results were mixed: Copyleaks, GPTZero, Pangram, Gemini, and Claude all pegged it as likely AI-generated, but ZeroGPT and QuillBot both reported it as human-written.

You can't ask ChatGPT "is this AI generated"! LLMs don't have permanent memory. ChatGPT can't confirm "I wrote this for another user", it can't know. Besides that it's unlikely to be a good detector. It will answer, but it's not qualified to answer, it's a very general system not aimed at anything particular, and detectors are unreliable even when made for it.

Anyway, not saying it's not fake, just that the methodology presented here is complete bullshit.

Comment Re:But why a smart garage door opener? (Score 5, Informative) 126

With RATGDO (or the one or two other things that do the same thing), you can:
- View status of door
- Open/Close door (this includes positioning it to some position, like 5% up, or 50%, etc)
- 'Lock/Unlock' the RF side. RF stuff is relatively insecure, so being able to 'lock' it is helpful

And you can do all of this without cloud, without paying subscriptions, and without worrying about the vendor going "poof" (open source is cool that way) and leaving you stranded, and without requiring an app (the device serves a basic webpage that you can access from your LAN (or IoT lan)).

You can use it with (local!) home automation like Home Assistant too.,

Comment Re:AI/LLMs and language translation (Score 2) 100

I wonder how TIOBE would measure this sort of work. As activity in the source language (C)? Editing language (C#)? Or both?

It wouldn't. TIOBE is bullshit, I don't know why anyone uses it. Look at what it is: https://www.tiobe.com/tiobe-in...

It's just searching various engines for "$LANG programming" and applying magic fudge factors. It searches multiple languages versions of Google as well as for some reason Amazon and Ebay. And it relies on the "$NUM results found" provided by those sites.

So at best it's a vague indicator of the language's presence. It doesn't say much of anything about whether it's in use. If a popular documentation site goes down it will note a decrease, and it's trivial to cheat by encouraging the insertion of keywords in websites.

Comment I don't think so (Score 4, Interesting) 47

I don't think it does, at least not currently.

AI currently doesn't generate whole big projects, just smaller snippets of code. You can't just go "Make me a non-GPL VLC" in VSCode. You can have AI write smaller things, like "Create a skeleton for a Wayland program", but in such usages it's not all that different from copying stuff from Stack Overflow and random snippets from Google.

I'd say in general anything where one would worry about licensing is too large for AI yet.

If we do get to the point where we can just have a LLM spit out a full video decoding library that actually works, then it's fair to say that we're living in the future and any concern about licensing is probably obsolete. If AI gets to that point it's probably now able to do projects of almost unlimited size and the world is being turned upside down.

Slashdot Top Deals

Just about every computer on the market today runs Unix, except the Mac (and nobody cares about it). -- Bill Joy 6/21/85

Working...