Why would anyone want that? I don't want infinite movies, I don't have infinite time. I'd rather have intent over quantity. There is already an abundance of content, a century of cinema. Who actually wants this and why?
I think a lot of people relate with this but kind of sit with this silently for reasons the author mentioned:
“ Would initiating these discussions result in interpersonal stress? Should I just let things slide? Would I become known as a “difficult” coworker for pushing back on AI use? Does any of it really matter? Does anyone really care? “
Interesting! I’ve been working on a tracker for the Belgian parliament [0]. Similar story: very old site + data mostly gets published as a weekly pdf report (including votes and discussions).
I have
1. A scraper/parser that ingests the data daily and transforms it into .parquet files.
2. A LLM summarizer to summarize larger discussions.
3. A static site that gets automatically generated (based on the .parquet files) to provide insight.
What makes your tracker ‘real-time’? Does it ingest the livestream of a parliamentary session while it is happening?
For things like my personal blog I don’t really need complex analytics, just page views is fine so I’m using goatcounter which has been really great so far. It has all I need and nothing more.