Automatically update your GitHub readme through GitHub Actions

Pawel Grzybek has set up a workflow that uses GitHub Actions’ Scheduled Events to automatically update his profile README.md. It runs every 6 hours and pulls in his RSS feed to populate the README.md import fs from "fs"; import fetch from "node-fetch"; import parser from "xml2json"; const FEED_URL = "https://pawelgrzybek.com/feed.xml"; const TAG_OPEN = `<!– FEED-START …

RSS Feeds for GitHub Project Releases and User Activity

As an extra to RSS feed for youtube channels and GitHub projects, Pawel notes that it’s also possible to get a feed for the releases published in GitHub Projects. GitHub gives us RSS feeds for project releases and tags. Thats my preferred way of finding out about my followed projects fixed bugs and new features. …

Tiny Tiny RSS

Update 2013.03.18: Just took Tiny Tiny RSS for a spin. It works as advertised (it collects your feeds and you can stroll through them), but I found it not that great (the concept of the reading pane just doesn’t work, some frontend bugs, couldn’t get the authentication plugin to work although it was enabled, etc.). …

Introducing BramVanDamme.be

Bram.us always went along with the tagline “Days in the Life of a Geezer named Bramus!” As of last week this is no more as this site doesn’t fully track my online trail as – next to this blog – I’m blogging on Nieuw in Gent, tweeting all day long, uploading pics to flickr, bookmarking …