Simon Willison’s Weblog

Subscribe

Monday, 28th November 2022

If posts in a social media app do not have URLs that can be linked to and viewed in an unauthenticated browser, or if there is no way to make a new post from a browser, then that program is not a part of the World Wide Web in any meaningful way.

Consign that app to oblivion.

JWZ

# 6:22 am / jwz, social-media

TIL actions/setup-python caching for setup.py projects — I used to use a combination of `actions/setup-python` and `actions/cache` in all of my Python GitHub Actions projects in order to install Python dependencies via a cache, rather than hitting PyPI to download copies every time.
Sunday, 27th November 2022
Tuesday, 29th November 2022