Live data from Hacker News

Using a self-rewriting README powered by GitHub Actions to track TILs

simonwillison.net

21–30 of 32 posts

Re: Using a self-rewriting README powered by GitHub Actions to track TILs

#24
Seems like many of us had this same idea. :)

Here's my TIL implementation using Github Actions: https://github.com/mlpetersen/til

Mine is quite simple, you add new TIL's in the develop branch and commit them. Then it's built and added to the master branch.

Re: Using a self-rewriting README powered by GitHub Actions to track TILs

#26

My TIL for today is that I learnt what TIL stands for. How useless.

Actually that's wrong, in the morning I convinced myself that given a sequence of code points which forms a valid Unicode character (an extended grapheme cluster), any non-empty prefix of it also forms a valid Unicode character.

Re: Using a self-rewriting README powered by GitHub Actions to track TILs

#28

Since when is programmatically generating a text file considered noteworthy / novel. Or is this trending on HN because it has the "GitHub Actions" buzzword in the title? Edit: This is a serious question.

Author here. I was really proud of this piece - it's a very detailed tutorial on how to use GitHub Actions, which for me fulfills exactly the kind of content I want to see on Hacker News.

It's the article I wish I had been able to read when I started working on this project.

Post reply on HN