TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Why NetNewsWire Is Fast

298 pointsby mrzoolalmost 5 years ago

15 comments

rvzalmost 5 years ago
NetNewsWire is another great example of quality open source Mac applications that don&#x27;t force my laptop in 100% CPU utilization, especially for RSS readers.<p>Given that the author did a recent article about technical programming interviews, I&#x27;d pretty much see this article as enough evidence that the author here knows their stuff in data structures appropriately and also optimising apps beyond his own ones and would bypass the programming interview stage anyway. (All this code is open-source in NetNewsWire).<p>Great article and nice work on NetNewsWire!
评论 #23441429 未加载
abhaybalmost 5 years ago
I love the detail in the post! A lot of this seems to boil down to the author being able to drop to a lower level of abstraction when necessary. I&#x27;m curious to know how they got that facility. Did they dig deep when they found something was slow? Or did they do a bunch of research before hand? Maybe the higher level tooling didn&#x27;t exist when they started working on the platform so they had to pick things up out of necessity?
评论 #23287832 未加载
评论 #23286610 未加载
评论 #23287568 未加载
评论 #23288235 未加载
ryanwaggoneralmost 5 years ago
I used to use NetNewsWire like 12-15 years ago, so I was surprised to see it pop up here in this excellent article.<p>Turns out this is a completely rewritten app and the NetNewsWire name went on quite a journey: <a href="https:&#x2F;&#x2F;inessential.com&#x2F;2018&#x2F;08&#x2F;31&#x2F;netnewswire_comes_home" rel="nofollow">https:&#x2F;&#x2F;inessential.com&#x2F;2018&#x2F;08&#x2F;31&#x2F;netnewswire_comes_home</a>
aaronbrethorstalmost 5 years ago
<i>Remember that Core Data manages a graph of objects: it’s not a database.</i><p>and therein lies the primary reason that I try to never use Core Data if I can avoid it. I almost always want a database. I almost never want to manage a graph of objects. If the backends I spoke to were also organized as object graphs, maybe I’d feel differently about it.
评论 #23286776 未加载
评论 #23288398 未加载
评论 #23288383 未加载
foucalmost 5 years ago
Imagine if Slack or Discord did any of these at all. Lots of performance gains to be had.
评论 #23289783 未加载
评论 #23308853 未加载
评论 #23290013 未加载
tedunangstalmost 5 years ago
I wouldn&#x27;t advocate for slower software, but is all of this really necessary for a fast RSS reader? My RSS reader downloads the entire XML file as blob, parses it into an array of structs, then walks over the array looking for new links. It&#x27;s not particularly slow. I can&#x27;t imagine it would be worth optimizing this aspect of the code base.
评论 #23288041 未加载
评论 #23288074 未加载
评论 #23289171 未加载
评论 #23288011 未加载
评论 #23293330 未加载
BooneJSalmost 5 years ago
RSS applications all have a fixed feature set. Subscribe to feeds, check feeds for updates, organize &amp; sync data for multiple clients, and present user&#x27;s reading list to the screen. There are several RSS readers that all tick these boxes.<p>NNW is clearly a labor of love for the author who has been involved in macOS development and RSS for a long time. NNW is unabashedly Mac-only and unabashedly fast. I love reading about people&#x27;s passion projects.
atonsealmost 5 years ago
I still find Reeder to be the gold standard for a really polished reader.
mikecealmost 5 years ago
I just discovered the iOS app for NetNewsWire and I am blown away that it is only 7.5 MB in size! I did Xamarin development for a while; a blank hello world application is about 45 MB. Kudos to the team!
minimaxiralmost 5 years ago
The relatively new iOS app for NetNewsWire is very good (and free!)
评论 #23287078 未加载
babyalmost 5 years ago
I used to use this, but switched to inoreader due to the mobile app and because it was easy to use. Is it time to switch back?
评论 #23287746 未加载
评论 #23287735 未加载
manigandhamalmost 5 years ago
Any particular reason why this is a local (destop&#x2F;mobile) app? I use Feedly and performance was never an issue, with the bonus that content and status is synced everywhere.
评论 #23289885 未加载
评论 #23288989 未加载
评论 #23298599 未加载
dhhwrongagainalmost 5 years ago
What does the pizza emoji at the end of the article mean?
评论 #23287754 未加载
D13Fdalmost 5 years ago
I’m looking forward to them eventually supporting Inoreader sync.
评论 #23286742 未加载
dirtylowprofilealmost 5 years ago
I used to use NNW but one time my 2 year old kid just did a one quick swipe on my phone’s screen while NNW is open and just deleted the whole content. I’m not sure what gesture made it happen but I switched back to Feedly.
评论 #23287851 未加载