nice site, it's clean
It's nice but it could be cleaner, by dropping the sidebar, and constraining the width of prose. See "Why is the text on your site so narrow? It wastes screen space." here: http://www.paulgraham.com/gfaq.html
Doing stupid stuff with GitHub Actions
11–20 of 46 posts
Re: Doing stupid stuff with GitHub Actions
#12nice site, it's clean
Also loaded very quickly for me. Static sites FTW!
Almost all of the load is handled by CloudFlare though.
Re: Doing stupid stuff with GitHub Actions
#13Re: Doing stupid stuff with GitHub Actions
#14I really enjoyed Jonty Wareing's hack recently where he built a static site generator inside a GitHub Action that works by doing the following: 1. Spin up a Python Flask web server on localhost 2. Run "wget --mirror" against it to crawl the site and save it as static files 3. Publish the resulting static files to GitHub Pages The workflow is here. It's genius: https://github.com/pubstandards/pubstandards-london/blob/…
Love it! I have seen people doing fun things with GitHub Actions for the new GitHub profile readme feature as well. This community chess game is one of my favorites https://github.com/timburgan/timburgan It uses the creation GitHub issues on the repo as the input method/trgger which is a pretty clever hack.
Re: Doing stupid stuff with GitHub Actions
#15Earlier quoted context omitted.
Love it! I have seen people doing fun things with GitHub Actions for the new GitHub profile readme feature as well. This community chess game is one of my favorites https://github.com/timburgan/timburgan It uses the creation GitHub issues on the repo as the input method/trgger which is a pretty clever hack.
Yeah I have an article about profile README hacks using Actions here: https://simonwillison.net/2020/Jul/10/self-updating-profile-...
Didn't realize it was you -- great post!
Re: Doing stupid stuff with GitHub Actions
#16The "Holiday Reminder" could actually send a somewhat puzzling notification about you needing to check out the GitHub pipeline for a production failure. I would for sure forget about even setting it up and would shit my pants on New Year's Eve... and then have a good laugh on myself.
The name of the action does get included in the email notification so hopefully I'll be able to decypher it, even after some NYE celebration champagne!
Re: Doing stupid stuff with GitHub Actions
#17It's free to sign up and play around with it, and I'd love to get the feedback of any HNs who think this could be useful (I basically built it because it's the CI service I want to exist, and I think others might too).
Re: Doing stupid stuff with GitHub Actions
#18Re: Doing stupid stuff with GitHub Actions
#19Re: Doing stupid stuff with GitHub Actions
#20The real question is, are Github Actions Turing complete?