←back to thread

634 points david927 | 2 comments | | HN request time: 0.001s | source

What are you working on? Any new ideas that you're thinking about?
1. xeo84 ◴[] No.41343576[source]
I'm currently working on NewsNinja[0] in my spare time, a RSS reader app that groups articles talking about the same story and optimizes reading time.

I started it a couple of months ago, I was tired of reading the same story posted across different news outlets.

Over time I added new features like summarization, the ability to hide articles that have specific words in titles, etc.

Currently working on adding custom themes and fonts for the reader mode and various customization options.

It's a fun little side project, still much to do to improve it, I'll be busy for a while!

[0]https://newsninja.timelabs.io

replies(1): >>41352694 #
2. harabat ◴[] No.41352694[source]
I'm working on a news analysis project where I'll have to identify articles that speak about the same event. For now, I think it'll be based on date + "asking an LLM", but you probably came up with something better. How do you approach this problem?