Hacker News

Show HN: What people watched on Netflix since 2023

Hacker News - Mon, 08/03/2026 - 9:13am

Netflix makes reports since 2023 showing how much engagement everything in their catalog gets. This joins together all those into one report.

Most surprising to me: 1. What a mega-hit KPop Demon Hunters was. The #2-5 ranked movies got ~500M hours viewed each, KPop Demon Hunters got 1081M. 2. How big old content is. Suits from 2011 is the #2 show on Netflix. Grey's Anatomy starting in 2005 is #3. Gilmore Girls from 2000 #4. 3. The "scale effect" where releasing a new season of a show engenders massive viewing of previous seasons. Stranger Things season 5 got 880M hours of viewing in H2 2025 when it released. But it caused 1200M additional hours of viewing of seasons 1-4. 4. Massive popularity of movies I had never heard of. Leave the World Behind, a movie I had never heard of, was the #2 movie of the last three years. It got ~100 minutes of watchtime per Netflix subscriber. Of the top 10 movies I had only heard of 3.

This was vibe-coded, so could be incorrect, especially in details. I think the overall results of the report are correct in terms of # of hours watched since 2023, though. Reproduction script: girl.surgery/netflix_engagement/reproduce.py.

Comments URL: https://news.ycombinator.com/item?id=49155362

Points: 1

# Comments: 0

Categories: Hacker News

Benford's Law of First Digits

Hacker News - Mon, 08/03/2026 - 9:10am
Categories: Hacker News

Show HN: Runthru – open-source Interactive Demos

Hacker News - Mon, 08/03/2026 - 8:23am

I was looking for a tool to create interactive demos / walkthroughs for web based software. I was amazed that many companies charge well over $1000 per month for something pretty basic.

I made this which so far works well for me. You can point it at a site and either let AI (byo OpenAI or Anthropic keys) record and polish the whole thing or do it manually yourself (or a mixture of both).

Here is an example interactive demo:

https://runnit.io/demos/i-want-you-to-create-a-demo-of-from-...

Disclaimer: This is a tool which works for me and may work for you, it's not production grade software, use at your own risk. Extend it, fork it, sell it, it's up to you.

Comments URL: https://news.ycombinator.com/item?id=49154806

Points: 1

# Comments: 0

Categories: Hacker News

Augmenting Long-Term Memory

Hacker News - Mon, 08/03/2026 - 8:22am
Categories: Hacker News

GitHub/gh-stack: GitHub Stacked PRs

Hacker News - Mon, 08/03/2026 - 8:19am

Article URL: https://github.com/github/gh-stack

Comments URL: https://news.ycombinator.com/item?id=49154769

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: Argot, a Rust AI guardrail based on your codebase AST patterns

Hacker News - Mon, 08/03/2026 - 8:12am

We have lots of benchmarks for new frontier LLMs (SWE benchmarks etc) to make them score on the "best code". In large codebase, the best code is the one that matches the codebase own voice and conventions, because that's the mental model of the team.

Ingesting a full codebase explicit/implict patterns in an agent windows to make them match the codebase doesnt work: too much context, hallucinations, ...

So I built this free/open source project, your codebase is a golden mine of AST code patterns that makes its unique voice, Argot learns them and then allows you to enforce them proactively or defensively.

Comments URL: https://news.ycombinator.com/item?id=49154714

Points: 2

# Comments: 0

Categories: Hacker News

GLM-5.3 Soon

Hacker News - Mon, 08/03/2026 - 8:09am
Categories: Hacker News

Pages