top | item 46978490

NetNewsWire Turns 23

338 points| robin_reala | 18 days ago |netnewswire.blog

102 comments

order

buchanae|18 days ago

I love the philosophy page: https://netnewswire.com/philosophy.html

"""

We believe that apps should never crash. They should be free of bugs. They should be fast — they should feel lighter-than-air.

We believe that quality is more important than just piling on features; we believe that quality is the most important feature. And we believe that high quality is transformative — it makes for an app you never hesitate to reach for. You can rely on it, and you do, again and again.

This makes us slow to add features. We are adding features — but never at the expense of how it feels. Never at the expense of reliability and speed.

eviks|17 days ago

Their new version 7 implements the lower quality design of liquid glass while also blocking all ios versions below the latest (so you can't get bug fixes and slow features with the better design). How does that fit the philosophy?

cosmic_cheese|18 days ago

Hands down the best RSS reader I've used. It's fast, tiny, built extremely well, and has no flab. It sits in a certain class of application along with Alfred and a handful of others in being a standout example of craftsmanship that's reminiscent of the golden era of OS X. More apps should strive for this standard.

pavel_lishin|18 days ago

I wish it had a more accessible scripting API - I use it locally, and back up saved stories, but I have to directly hit their sqlite database to extract data out of it :/

leokennis|17 days ago

With so many apps introducing either paywalls (requiring either login or circumvention measures) or terrible RSS feeds (with content missing, images missing etc.) I have found it necessary to use a feed reader that you can configure per-feed to open either:

- The feed item (read the XML)

- The site fulltext

- The original site (in case of login required)

For me that app is https://www.lireapp.com/

tomaskafka|18 days ago

I love it too, but I would still like some concept of folders, so that I could sort my feeds into eg. programming, design, hobbies, and then have a feed to match the mood.

k2enemy|18 days ago

I love NNW, especially the new iteration since Brent got it back. Mac-assed software at its best.

The other day I was searching for how to turn a youtube channel into an RSS feed and tried all sorts of convoluted instructions for finding channel IDs, etc. At some point I thought this is the kind of user-centric thing that NNW has probably already thought of, and sure enough, if you just paste in a youtube channel URL as the feed, NNW sorts it out and creates a feed for you.

kevincox|18 days ago

> if you just paste in a youtube channel URL as the feed, NNW sorts it out and creates a feed for you.

While I don't doubt that NNW has great UX, feed auto-discovery is a table stakes feature for any RSS client.

navanchauhan|18 days ago

I thought YouTube had native RSS feeds for channels?

chmaynard|18 days ago

I'm staying away from macOS Tahoe for now. NetNewsWire has already announced that they will no longer support the earlier 6.x release that I use. I assume that means no bug fixes or back-porting of new features. Sad.

username223|18 days ago

Don't be sad! NetNewsWire has been my newsreader for well over a decade, and I only consider "upgrading" out of idle curiosity, because the version I have now does what I want, and does it well. The version treadmill is a machine producing only sadness.

josh64|18 days ago

Vienna will support older MacOS releases for longer. Our development has been slow the past couple of years due to maintainers having big life changes. Things are about to pick up so keep an eye out!

brailsafe|17 days ago

I'm staying away from Tahoe for now as well, but are there any bugs in the 6.x release?

jjtheblunt|17 days ago

how could it be reasonable for them to indefinitely maintain an older version?

you didn't say why you prefer use of the earlier version, but i'm curious.

sharkjacobs|18 days ago

NNW is like a river stone tumbled smooth and with enough weight that it feels good in your hand

geoffeg|18 days ago

I started out with NNW and am back on it now. After Google killed Reader I went to Feedly, then tried a few self-hosted solutions and, in the end, NNW is just the easiest solution for me since I'm in the Apple ecosystem.

nntwozz|18 days ago

NNW is my happy place.

Every time I open the app I feel like I'm back in the era of Mac OS X Snow Leopard and Steve Jobs is about to reveal one more thing.

pantulis|17 days ago

When we got notifications through Growl.

arjunbajaj|18 days ago

A truly great piece of software! Been using it for 5+ years.

I think NetNewsWire is a great example of what software should strive for: a useful set of features, while being fast and smooth.

havaloc|18 days ago

I was on Google Reader, then Feedly for a long time, until the Feedly iOS client just slowly degraded and got buggy. I'm not opposed to paying for a good RSS set.

I finally switched to NetNewsWire as the front end and FreshRSS on the backend, and could not be happier. NNW being free is just the icing on the cake, it's really great, and FreshRSS was also really easy to install.

What I like about FreshRSS is that it's PHP and will install on any old shared hosting plan and uses Sqlite as the database, super easy.

dan_m2k|17 days ago

This makes me really happy to see this non social media, non algo part of the internet going from strength to strength.

Having deleted my socials and regained some time, I’ve just got a small skeleton of the sites I used to read left in my phone’s favourites.

Despite all the wrongs of Facebook, et al, I have lost some channels and stories that I used to consume there.

How do users of readers like NNW discover new stuff? Just picking stuff up or do the apps support discovery?

dewey|18 days ago

NNW + Miniflux is my favorite combination and I’ve been using it for many years.

happy_lapper|18 days ago

Just setup Miniflux after realising this was possible (took less than 10 minutes) - it's awesome, thanks!

eitland|18 days ago

How do you combine them?

SSLy|18 days ago

Are you using NNW as a front-end to Miniflux?

mmooss|18 days ago

The biggest problem with newsreaders, IME, has been managing large numbers of feeds. Most user time is spent handling redundant stories - e.g., if you have feeds from many major news sources, for each major event you get one or more stories on each feed, saying mostly the same things.

I haven't seen a newsreader solve that problem. Has anyone tried an LLM?

The best solution I know is grouping redundant stories together, possibly hierarchically: e.g., Sports > Olympics > Figure skating > Jones performance. (Fewer feeds require fewer levels, possibly just one.)

That ~ deduplicates the stories and, by displaying them together, you can compare and choose the coverage you like and delete the rest. Otherwise, IME most user time is spent sorting through redundant stories one at a time.

But as I said, I haven't seen a newsreader do that well. It seems like a good fit for LLMs. Or maybe there's another solution besides grouping?

PaulHoule|18 days ago

My YOShInOn RSS reader uses an SBERT model for classification (will I upvote this or not?) and large-scale clustering (20 k-means clusters and show me the top N in each cluster so I get a diversity of different articles.)

For duplicate detection I am using DBSCAN

https://scikit-learn.org/stable/modules/generated/sklearn.cl...

and found some parameters where I get almost no false positives but a lot of duplicates get missed when I lowered the threshold to make clusters I started getting false positives fast. I don't find duplicates are a big problem in my system with the 110 feeds I have and the subjects I am interested in, but insofar as they are a problem there tend to be structured relationships between articles: that is, site A syndicates articles from site B but for some reason articles from site A usually get selected and site B articles don't. An article from Site A often links to one or more articles, often that I don't have a feed for, and it would be nice if the system looked at the whole constellation. Stuff like that.

Effective clustering is the really interesting technology Google News has had for a long time.

dewey|18 days ago

That was partially the original promise of Fever, which is the API many RSS services still support and that somehow lives on.

Nuzzle did something similar for Twitter but shut down (https://daringfireball.net/linked/2021/05/05/nuzzel).

That would be a good addition to feed readers, especially for news feeds.

emschwartz|18 days ago

You should try Scour (https://scour.ing)!

You specify your interests as free form text, it ranks articles by how closely they match, and you can consume your Scour feed as an RSS feed to read it in NNW.

Disclaimer: I’m the developer

jillesvangurp|17 days ago

I've been thinking of how to tackle that problem. It would require a bit of resources but nothing too crazy. Essentially new articles need to be indexed in some kind of vector search capable DB. That allows things like similarity grouping and a few other things. This is nothing new and exactly how things like Google News work. The difference here would be keeping the per user notion of subscribing only to things they care about.

If you do the embeddings calculation centrally, it becomes shared cost. Every new article gets analyzed only once for all users.

The rest then becomes providing a new view on your RSS feeds that leverages that. You could do a lot of the expensive stuff (vector comparisons) locally actually because most users only have hundreds/thousands of articles that they care about. So, simply download the embeddings for articles and do the comparisons/grouping locally.

This wouldn't be super hard to do. There are lots of OSS models that you can run locally as well. But they are kind of slow. So the trick is to amortize that over many users and share the burden.

The key challenge here is the finances. The centralized embeddings juggling gets costly quickly and you need a revenue model to finance that. That's why most of this stuff is happening by paywalls and staying kind of niche. All the "free" stuff is essentially ad sponsored.

But with some MCP layered on top and a few other bits and bobs, you could fairly easily implement an intelligent LLM based news agent that summarizes personalized news based on exactly your own preferences and news subscriptions. I haven't really seen anything like this done right. But we technically have all the OSS tech and models to do all of this now. It's just the compute cost that kills the use case.

If that could be decentralized bittorrent style, it wouldn't actually be that much of a burden. Given enough users, distributing say thousands of article updates per minute among tens/hundreds of thousands of readers means each of them expending maybe a couple of seconds of compute once in a while to calculate embeddings for articles that they are pulling that don't have embeddings yet. If you make that eventually consistent, it's not that big of a deal if you don't get embeddings for all the new stuff right away. And any finished embeddings could be uploaded and shared. Anything popular would quickly get embeddings. And you could make the point that publishers themselves could be providing embeddings as well for their own articles. Why not? If you only publish a handful of articles, the cost is next to nothing.

If I had more spare time, I might have a go at this. Sadly, I don't.

ubermonkey|17 days ago

As a lifelong nerd in my mid-50s, I've accumulated a number of pieces of software that I love -- like, I really have actual emotional fondness for -- that for whatever reasons I no longer use.

NNW is 100% on that list. It was my first feedreader, but at some point I shifted away from it (I think there was a time when it wouldn't sync with other services?), and now for years I've been using Feedbin's web client on my Mac instead of anything native because it's surprisingly solid. (On iOS, I use Reeder.)

But NetNewsWire is still awesome. I'm glad it's there, and I'm grateful that Brent and Sheila Simmons are out there making excellent software.

lumirth|18 days ago

They update a little too slow for my taste. But, well… that’s the cost for high-quality free software: waiting. I’m happy to pay said cost, and continue to recommend it to friends and family where I can.

rcarmo|17 days ago

I’m not crazy about the Liquid Glass look. I decided to stick with Reeder Classic until it dies, even if it’s nice to see a well maintained alternative…

b__d|17 days ago

Me too. Unfortunately, it seems Silvio has abandoned further development. There are some truly annoying bugs (YouTube embeds do not work, swipe gestures stopped working, iOS images are slightly cut off,…) :( But I tried all alternatives and can't make the transition after idk, 8 years…

pavel_lishin|18 days ago

I use NetNewsWire locally for some stuff, but if you're looking for a web-based RSS reader, I can also highly recommend newsblur.

alsetmusic|18 days ago

First RSS client I ever used. First for which I bought a license. Reeder client seduced me away while NNW was in limbo while Brent Simmons (creator) wasn't working on it directly. Glad he's back at the helm. I never unsubscribed from his blog.

Telemakhos|18 days ago

I'm using the older (non-subscription) Reeder too. How does NetNewsWire compare in features today?

thunderscore|18 days ago

Thank you for a prime example of quality mobile software. A joy to use.

Reading this from NNW via hnrss.org

htk|17 days ago

This is THE reader of RSS feeds if you're in the Apple ecosystem.

It's so good to still find new feeds to subscribe to now and then.

My latest is the newsletter from Retro Game Corps. Pure nostalgia fun right on my NetNewsWire apps.

TheChelsUK|17 days ago

NNW has been a stalwart app on all my devices and home screens for a long time. It just works.

More and more we need RSS feeds and this is the best app for consuming them for me. Happy Birthday.

colesantiago|18 days ago

I wish more software was actually free and didn't need a subscription.

We need more software that is free, open source and comes with no subscriptions.

raw_anon_1111|18 days ago

I also wish that other people would do work for me for free.

Brent Simmons is retired. Most app developers aren’t

incanus77|18 days ago

I bought it the next month (had been using Lite for a few months prior) and I'm still using it. Continuously. I mean, damn.

sp8|18 days ago

NNW definitely restored my faith in RSS readers. Amazing software, I just use it and sync to iCloud, works flawlessly. Thank you NNW!

rorylawless|18 days ago

Happy Birthday, NNW! Such an elegant app, that does one thing extremely well. Here's to 23 more years!.

SSLy|18 days ago

Try GoodLinks if you're looking for something that looks like NNW but is a reading/bookmark manager.

sleepless|18 days ago

Does it support Nextcloud news? Sadly that was the reason I had to switch to other readers a few years ago.

sixeyes|17 days ago

i love it, no idea it was 23 years old!

however, i found it doesn't abide by some "no new content, back off for a bit" part of the protocol. i've had two feeds refuse to be added because it sends multiple requests during discovery, i think. kind of a bummer!

m3kw9|18 days ago

Their IOS app is good, simple and free

isingle|18 days ago

This is great. I have been using NetNewsWire for over 4 years, and I love it.

OGEnthusiast|18 days ago

A nice throwback to the pre-slop, pre-engagement bait era of the Internet.

tbolt|18 days ago

Add pre-enshittification and that covers the trifecta of doom were in.

ftth_finland|18 days ago

Not to take away from NetNewsWires accomplishments, but getting it was such a disappointment. Adding insult to injury, I had to pay to get the app on my iPad. It was one of the few apps I paid for and all I got was a deep sense of wasted money.

Since the demise of Byline, I’ve been rocking Inoreader and have had no reason to look back.

All I miss is Google Reader, but that’s never coming back.

The only new thing I want in an RSS reader is a handsfree, voice only mode. Being able to listen to RSS articles and navigating by voice commands.

dagi3d|18 days ago

Doesn't Apple offer purchases refunds?