Using a self-rewriting README powered by GitHub Actions to track TILs
1–10 of 32 posts
Re: Using a self-rewriting README powered by GitHub Actions to track TILs
#2Re: Using a self-rewriting README powered by GitHub Actions to track TILs
#3Re: Using a self-rewriting README powered by GitHub Actions to track TILs
#4Re: Using a self-rewriting README powered by GitHub Actions to track TILs
#5Why not self host?
What happens if https://github.com/simonw/til drops away?
Love your work Simon.
Re: Using a self-rewriting README powered by GitHub Actions to track TILs
#6I find the hard dependency on Github a bit disconcerting. Why not self host? What happens if https://github.com/simonw/til drops away? Love your work Simon.
Re: Using a self-rewriting README powered by GitHub Actions to track TILs
#7Thanks for sharing. I also recently started a TIL repo from the same inspiration and found it lame to write my first README entry. Will look at setting up what you described.
This would allow folks to see each other’s TILs, search them, browse by tag, like/favorite each other’s TILs, and some other fun stuff eventually
Re: Using a self-rewriting README powered by GitHub Actions to track TILs
#8I find the hard dependency on Github a bit disconcerting. Why not self host? What happens if https://github.com/simonw/til drops away? Love your work Simon.
My https://til.simonwillison.net/til site acts as a sort of off-site backup - but I should probably run a cron somewhere which pulls my repos. I have a Digital Ocean box I could do that on. Good idea!
I've been using it to backup some of my repos on github/gitlab, without having to rely on any of my own custom scripts/crons.
Re: Using a self-rewriting README powered by GitHub Actions to track TILs
#9For tracking and sharing of personal TILs
Also as an iOS app
Re: Using a self-rewriting README powered by GitHub Actions to track TILs
#10Alright, now I’m definitely going to build a little web app for this
@littke on twitter