this post was submitted on 15 May 2025
937 points (98.8% liked)
Technology
70080 readers
3474 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related news or articles.
- Be excellent to each other!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
- Check for duplicates before posting, duplicates may be removed
- Accounts 7 days and younger will have their posts automatically removed.
Approved Bots
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Why do you need "AI" for this? That is something that can be done client side on a 30 year old phone without sweat if you already have a list of timestamps and number of engagements for a video?
I was at Google when they announced that only AI-related projects would be able to request increased budget. I don't know if they're still doing that specifically, but I'm sure they are still massively incentivizing teams to slap an "AI Inside" sticker on everything.
considering thier Pixels are heavily devoting most of its resources to AI solely, while neglecting all the other hardware.
I'd like to see you try:
This task is not that complicated. You have a list of timestamps with the seconds and the number of interactions for that second. All you need to do is to find the seconds with the most interactions. On a 1h video this would be only 3600 calculations "if currentValue is greater than maxValue". If you store it as a Plain integer array you would need ~14KB of RAM. For comparison, a 1987 homecomputer with a 68000 CPU would do ~7Million calculations per second and have ~512kB of RAM, depending on the options.
Done, but the dial up is going to take a while for the reply