Skip to content

Instantly share code, notes, and snippets.

View archae0pteryx's full-sized avatar

Ryan archae0pteryx

  • @eyepop.ai
  • Oregon, USA
View GitHub Profile
@grenade
grenade / fetch-ec2-pricing.sh
Last active November 30, 2023 15:00
fetch aws ec2 pricing data for on-demand, license free, instances
#!/usr/bin/env bash
# usage: curl -sL https://gist.github.com/grenade/b03edb28bba5d3542a6b50b742318061/raw/fetch-ec2-pricing.sh | bash
# csv filenames
raw_path=/tmp/ec2.csv
machine_path=/tmp/machine.csv
price_path=/tmp/price.csv
region_path=/tmp/region.csv
@ogazitt
ogazitt / auth.go
Created April 14, 2020 05:53
Auth0 PKCE flow for a CLI built in golang
package auth
import (
"encoding/json"
"fmt"
"io"
"io/ioutil"
"net"
"net/http"
"net/url"
@lornajane
lornajane / mac.md
Last active November 19, 2024 09:58
Keyboard Only OS X

Keyboard-only Mac Cheatsheet

Hi, I'm Lorna and I don't use a mouse. I have had RSI issues since a bad workstation setup at work in 2006. I've tried a number of extra hardware modifications but what works best for me is to use the keyboard and only the keyboard, so I'm in a good position and never reaching for anything else (except my coffee cup!). I rather unwisely took a job which required me to use a mac (I've been a linux user until now and also had the ability to choose my tools carefully) so here is my cheatsheet of the apps, tricks and keyboard shortcuts I'm using, mostly for my own reference. Since keyboard-only use is also great for productivity, you may also find some of these ideas useful, in which case at least something good has come of this :)

Apps List

There's more detail on a few of these apps but here is a quick overview of the tools I've installed and found helpful

Tool Link Comments