Stuffing variables into a config file for Miniflux

Something I learnt recently as I moved hosts for my Miniflux instance. I can just take all the variables I want (like feed refresh times, the base url or the address/port Miniflux listens on); and then stuff it into a config file and then launch miniflux like so … miniflux -c 'path/to/file' Pretty handy! P.S. The entire list of variables is here.

September 23, 2019 · Mario Jason Braganza

List Comprehensions, A Story in 3 Pictures

1. You take, this here list. 2. Chew on it. 3. And spit it out, just like a cow. I reposted this, because I called comprehensions, expressions in the older post. Sorry!

August 23, 2019 · Mario Jason Braganza