Skip to content

Instantly share code, notes, and snippets.

View Madrox's full-sized avatar

David Horn Madrox

View GitHub Profile
@Madrox
Madrox / ArtIsNotAboutYou.md
Last active April 16, 2021 14:20 — forked from richhickey/OpenSourceIsNotAboutYou.md
Art is Not About You

Art is Not About You

Forked from a community statement about Clojure

The only people entitled to say how art 'ought' to work are people who make art, and the scope of their entitlement extends only to their own art.

Just because someone creates something does not imply they owe the world a change in their status, focus and effort, e.g. from artist to community manager.

As an appreciator of a piece of art you are not thereby entitled to anything at all. You are not entitled to a say in how it evolves. You are not entitled to timely updates. You are not entitled to the attention of the artist. You are not entitled to having value attached to your complaints. You are not entitled to this explanation.

"""
# cloud_task_delete_old_appengine_versions.py
This is a python file designed to operate as a Cloud Function.
On trigger, it will delete all but the number of non-active
versions equal to `RETAIN_LAST_N_VERSIONS` below (default 5).
Note: failure to delete will not raise an exception. If you're
running into bugs, see the commented line below to help debug
if the delete call is throwing errors