August 2019 Update



Web Service

Over the last couple of days, I have been testing a new way for reliably fetching and caching RSS data from your favourite RSS feeds. 

Ironically, my preliminary implementation of this reliable method wasn’t all that reliable usually not adding new articles to the database. Luckily, I caught this issue within 24h and has now been patched. 

This change matters for two reasons:

  1. Although this new method is slower by almost 50%, it uses less resources like CPU and RAM, so I was able to downsize the server that runs this process. This means a small reduction in operating costs for me. 
  2. I have improved logging across the board so now I’ll know exact reasons why a particular RSS Feed failed to update. So the next time if you reach out to me telling me a feed wasn’t updated in a while, I should be able to resolve it quicker. 

iOS App

The progress on this has been slower than I had hoped. iOS 13 is changing a lot across the Betas, and has been one of the buggiest releases in recent memory. I have all the major things covered but I’m most likely not going to release the iOS 13 release of Elytra until the iOS 13 GM becomes available. 

macOS App

Yes, this is planned. But in the mean time, NetNewsWire is out in Public Beta. Definitely give it a shot. 

Back