Skip to content

Instantly share code, notes, and snippets.

View willasaywhat's full-sized avatar
👩‍👩‍👧‍👦
Spending less time on digital projects, and more time on organic projects. 😉

Willa Riggins willasaywhat

👩‍👩‍👧‍👦
Spending less time on digital projects, and more time on organic projects. 😉
View GitHub Profile
@veuncent
veuncent / aws_glacier_delete_vault.md
Last active July 12, 2024 09:22
Delete all archives in an AWS Vault

AWS Glacier: Delete vault

Follow these steps to remove all archives from an AWS vault. After this is finished, you will be able to delete the vault itself through the browser console.

Step 1 / Retrieve inventory

This will create a job that collects required information about the vault.

$ aws glacier initiate-job --job-parameters '{"Type": "inventory-retrieval"}' --account-id YOUR_ACCOUNT_ID --region YOUR_REGION --vault-name YOUR_VAULT_NAME 
aight so this is actually really fun but simple.
so remember yr binary math (or skip this if yr confident w/ binary):
1 2 4 8 16
----------
1 0 0 0 0 = 1 in decimal
0 0 1 0 0 = 4 in decimal
1 1 1 1 1 = 31 in decimal, etc
@0xabad1dea
0xabad1dea / singularthey.md
Last active June 18, 2022 18:01
Singular They in Technical English

Guidelines for Singular They in Technical English

by 0xabad1dea, December 2014

This document is an RFC of sorts for increasing the adoption rate of Singular They in technical English. This is not an ultimatum; this is not shaming anyone who has done otherwise; and this is definitely not applicable to any other language.

What is Singular They?

@dergachev
dergachev / GIF-Screencast-OSX.md
Last active July 17, 2024 14:20
OS X Screencast to animated GIF

OS X Screencast to animated GIF

This gist shows how to create a GIF screencast using only free OS X tools: QuickTime, ffmpeg, and gifsicle.

Screencapture GIF

Instructions

To capture the video (filesize: 19MB), using the free "QuickTime Player" application: