From Selfoss to CommaFeed – RSS in 2025

I’ve been using RSS feeds to create a centralized place for me to read news pretty much since the Internet became a thing. The first mention of it I can find on this blog is 2013, when I installed Selfoss on a Raspberry Pi to collect the news for me. And before that I was using Google Reader for many years. At the time, I wondered if I was a dinosaur, because RSS feeds were portrayed by big tech to be a thing of the past. 12 years down the road and I use RSS feeds more than ever. But perhaps time has come for a bit of a change.

I like my self hosted Selfoss installation a lot, but the software seems to have fallen a bit behind times. Pretty soon, I have to update the VM it runs on, which means a new OS, new Apache version and a new PHP version. That’s likely a lot of work and quite frankly, the days when I relished tweaking Apache and PHP configuration parameters are long gone.

Today, a dockerized reverse proxy that can be installed in 2 minutes does the frontend job just fine, including the regular update of the TLS certificate. So I was looking for a way to use a dockerized version of Selfoss as well. And while there is a docker image and docker-compose project for it, it’s not from the official project, and I would have to convert and import my database, so I’m a bit hesitant to use it.

What I would like is a modern RSS feed reader with an official Docker container that is part of the project. So I looked around a bit, and it is really nice to see that there are many open source and self hosting alternatives around. After trying some of them, I decided to stay with CommaFeed. It is super simple to install as a docker-compose project, works well in the web browser, even on mobile, and has almost all options I need. No complexity, just a stream of news that I can mark as read after I’ve browsed through them.

There are only two features I’m missing: Many RSS feeds only offer the first few sentences of a new post. For reading the full article, one has to go to the respective web page. Selfoss had a generic way of scraping full web pages for an RSS stub that worked surprisingly well and is easy to use. CommaFeed also has options to do this, but it looks rather complicated to get it working. And so do the full feed solutions of other products as well. So I decided to see if I really need the feature. So far, the pain is manageable.

The second feature I am missing is that posts I mark with a star are kept indefinitely. At the moment, CommaFeed deletes them like all other entries after a year. That sounds like a limitation, as I have almost starred 2000 RSS entries over the past 12 years. At least that is what I thought at first. But then, I wondered how often I have actually looked at or searched for a starred entry in the past decade that is more than 1 year old!? I have to admit that the answer is < 10. So perhaps keeping starred entries indefinitely is not so important after all.

So it’s CommaFeed for me for the moment, and I wonder if it will stick to it for as long as I ran Selfoss. Let’s see.

Immich – Pictures and AI at Home

A problem that was not really pressing and hence unsolved for a long time is how to archive and synchronize images I and members of the family take regularly. Obviously, using a public cloud service for this was out of the question, my pictures are my pictures. Back in January, a friend made me aware of Immich, an open source and GNU APGL licensed ‘Self-hosted photo and video management solution’. Could this be a software to address my needs?

Continue reading Immich – Pictures and AI at Home

Shell in the Browser – ttyd – Perhaps For Online Courses?

I recently came across this article on Tecmint, which describes ttyd, a nifty program to make the Linux shell available remotely over the Internet.

I played around with it a bit and was delighted to see ttyd can be configured to request username and password from the client and provides an https channel if you supply keys and a certificate. While a relatively recent version can be installed directly from the Debian / Ubuntu repository in recent OS versions, the latest version is available as source or binary on Github. I tried installing all three variants in a test VM and even compiling from source worked without much trouble.

Continue reading Shell in the Browser – ttyd – Perhaps For Online Courses?

Anker Power Supply Revisited – Temperature Limits

A few months ago I bought an Anker A1336 72 Wh power bank with a nice display, supporting 3 USB ports, 100W charge and discharge power and simultaneous loading and discharge. All in all, a great power bank, and I reviewed it here and here. However. there are a number of limitations mostly related to prevent overheating, of which I only became aware while using the power bank extensively. So let’s have a look:

When charging or discharging the power bank, its temperature rises, and while you don’t go to the specified charge/discharge power limits you probably won’t notice. But try to recharge the power bank with a 65W power supply while at the same time connecting a notebook and mobile phones, all with low batteries and high power draw, and you will notice a quick rise in the power bank’s temperature, which in turn quickly leads to counter measures.

Continue reading Anker Power Supply Revisited – Temperature Limits

Dishy on Ice – Starlink in Iceland

When I was in Iceland recently, another thing I wanted to have a look at was if Starlink would work reliably there as well. So why wouldn’t it? Have a look at the Starlink satellite map image below and you see where my question came from: Most Starlink satellites are in orbits with an inclination that doesn’t bring them over arctic and antarctic areas of the planet. However, there are some that have a different orbit that brings them close to the poles for coverage of such areas.

If there are enough, then this will work, as you definitely don’t need a lot of capacity at these higher latitudes. But are there enough satellites for a continuous coverage?

Continue reading Dishy on Ice – Starlink in Iceland

Docker ‘Latest’ Can Be Fun – Or Not!

When I updated my Docker Compose based Onlyoffice instance today, I soon discovered that the update broke my installation. Hm, wasn’t one of the promises of container based services to prevent exactly such a thing from happening? Well perhaps, but if you have several containers working with each other in a Docker Compose setup, non-backwards compatible changes in one image can render the overall service unusable. So what exactly happened?

Continue reading Docker ‘Latest’ Can Be Fun – Or Not!

Flat Prices for Storage – Rising Costs

Back in December 2024 I wrote a blog post about hard disk prices having remained pretty much constant over the past decade. Also, there seem to be no price cuts in the making, the technology seems to have hit a wall. Sure, HDD capacities have increased in the last decades, but so have prices per drive, and hence the price per TB is pretty much the same it was a decade ago. This might have some interesting consequences:

Continue reading Flat Prices for Storage – Rising Costs

Beware of Your Log Files

A little anecdote today about log files and SSD wear: As you might have noticed, I’ve recently done a lot of disk drive benchmarking. The iostat command is a great tool to check how much data is written to a block device over time, and just because I’m curious, I had a look at how much data is written to the main drive of one of my servers since I rebooted it 4 days ago. When I looked I got a shocking number: 400 GB! In 4 days! Now that is impossible I thought at first, perhaps iostat is giving me wrong numbers. So I had a closer look.

Continue reading Beware of Your Log Files