Handy Ways to Use Miniflux: Bookmarklet and Mobile App Integration

Efficient Miniflux Usage: Bookmarklet and Mobile App Integration

In a previous post I covered building “Miniflux”, an RSS reader you can run yourself. Its appeal is that it is simple and fast, but there are ways to make the day-to-day work of “registering feeds” and “reading on mobile” even more convenient. This time I explain the combination that is still the strongest as of 2026: registering feeds at blazing speed from a PC browser with the bookmarklet, and setting up synced reading in “NetNewsWire”, the popular iPhone app. [Read More]

tt-rss Won't Start After an Update: Enabling the PHP intl Module

Watch out when you update TinyTiny RSS

When I updated tt-rss, also known as TinyTinyRSS, to the latest version with git pull, it stopped starting up with the error below PHP UConverter class is missing, it’s provided by the Internationalization (intl) module. The environment it was running in at that point: nginx : 1.16.1 PHP(php-fpm) : 7.3 mysql : 5.5.62 Since it is an error related to Internationalization (intl), I checked the package involved, but it was already installed (php73-php-intl) [Read More]