Elsewhere
Release TIL Research Tool Museum
Filters: Sorted by date
3,116 results
«« first
« previous
page 91 / 104
next »
last »»
Release
dogsheep-photos 0.1a
— Upload your photos to S3 and import metadata about them into a SQLite database
TIL
Restricting SSH connections to devices within a Tailscale network
— I'm running an AWS Lightsail instance and I want to only be able to SSH to it from devices connected to my [Tailscale](https://tailscale.com/) network.
TIL
Close terminal window on Ctrl+D for macOS
— I always forget how to set this up. It's hidden in Preferences -> Profiles -> Basic -> Shell:
TIL
Get Skitch working on Catalina
— I really like Skitch for taking screeshots, mainly because I like to snap a quick shot and then drag the icon onto a Google Doc or similar without saving the file anywhere.
TIL
Use labels on Cloud Run services for a billing breakdown
— Thanks to [@glasnt](https://github.com/glasnt) for the tip on this one. If you want a per-service breakdown of pricing on your Google Cloud Run services within a project (each service is a different deployed application) the easiest way to do it is to apply labels to those services, then request a by-label pricing breakdown.
TIL
Running pip install -e .[test] in zsh on macOS Catalina
— macOS Catalina uses `zsh` rather than `bash` as the default shell (apparently because Apple don't like GPL 3).
TIL
macOS Catalina sort-of includes Python 3
— Once you have installed the "command line tools" for Catalina using the following terminal command:
TIL
Null case comparisons in SQLite
— I wanted to say "output this transformed value if it's not null, otherwise nothing". The recipe I figured out was:
TIL
Using macOS stickies to display a workshop link on the screen
— When giving a workshop it's often useful to have a URL to the workshop materials visible on screen at all times. I use a bit.ly link for these.
TIL
Running different steps on a schedule
— Say you have a workflow that runs hourly, but once a day you want the workflow to run slightly differently - without duplicating the entire workflow.
TIL
Running a Python ASGI app on Vercel
— Vercel really wants you to deploy static assets with [serverless functions](https://vercel.com/docs/serverless-functions/introduction) tucked away in a separate folder. They suggest creating modules like `api/index.py` which will be served up automatically as API backends to your client-side JavaScript.
TIL
Commit a file if it changed
— This recipe runs a Python script to update a README, then commits it back to the parent repo but only if it has changed:
TIL
Convert a datetime object to UTC without using pytz
— I wanted to convert a datetime object (from GitPython) to UTC without adding the `pytz` dependency.
TIL
Set environment variables for all steps in a GitHub Action
— From [this example](https://github.com/GoogleCloudPlatform/github-actions/blob/20c294aabd5331f9f7b8a26e6075d41c31ce5e0d/example-workflows/cloud-run/.github/workflows/cloud-run.yml) I learned that you can set environment variables such that they will be available in ALL jobs once at the top of a workflow:
TIL
Dump out all GitHub Actions context
— Useful for seeing what's available for `if: ` conditions (see [context and expression syntax](https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions)).
TIL
Only run GitHub Action on push to master / main
— Spotted in [this Cloud Run example](https://github.com/GoogleCloudPlatform/github-actions/blob/20c294aabd5331f9f7b8a26e6075d41c31ce5e0d/example-workflows/cloud-run/.github/workflows/cloud-run.yml):
Release
datasette-auth-existing-cookies 0.7
— Datasette plugin that authenticates users based on existing domain cookies
«« first
« previous
page 91 / 104
next »
last »»
