Skip to content

Instantly share code, notes, and snippets.

View jasonmorganson's full-sized avatar

Jason Morganson jasonmorganson

View GitHub Profile
open .default-cloud-sdk-components | lines | each { |component| gcloud components install $component }
@jasonmorganson
jasonmorganson / LLM.md
Created March 28, 2023 21:05 — forked from rain-1/LLM.md
LLM Introduction: Learn Language Models

Purpose

Bootstrap knowledge of LLMs ASAP. With a bias/focus to GPT.

Avoid being a link dump. Try to provide only valuable well tuned information.

Prelude

Neural network links before starting with transformers.

keybinds {
normal {
bind "Ctrl a" { SwitchToMode "tmux"; }
}
}
plugins {
tab-bar { path "tab-bar"; }
status-bar { path "status-bar"; }
strider { path "strider"; }
format = """
$username\
$hostname\
$directory\
$git_branch\
$git_state\
$git_status\
$cmd_duration\
$line_break\
$python\
import os
if 'PYTHONHISTFILE' in os.environ:
history = os.path.expanduser(os.environ['PYTHONHISTFILE'])
elif 'XDG_DATA_HOME' in os.environ:
history = os.path.join(os.path.expanduser(os.environ['XDG_DATA_HOME']), 'python', 'python_history')
else:
history = os.path.join(os.path.expanduser('~'), '.python_history')
history = os.path.abspath(history)
# DIRCOLOR file for the mac.
# Designed for a text on black terminal.
# Below, there should be one TERM entry for each terminal
# type that can be colored.
TERM linux
TERM linux-c
TERM mach-color
TERM console
TERM con132x25
# This file controls the behaviour of line input editing for
# programs that use the GNU Readline library. Existing
# programs include FTP, Bash, and GDB.
# Manual https://www.gnu.org/software/bash/manual/html_node/Readline-Init-File.html
# Copied from "A ~/.inputrc for Humans" (https://www.topbug.net/blog/2017/07/31/inputrc-for-humans)
# Include any system-wide bindings and variable assignments
$include /etc/inputrc
@jasonmorganson
jasonmorganson / Brewfile
Last active October 12, 2019 23:08
Linux Brewfile
tap "derailed/k9s"
tap "fishtown-analytics/dbt"
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/core"
tap "homebrew/services"
tap "linuxbrew/xorg"
tap "loadimpact/k6"
tap "txn2/tap"
tap "wagoodman/dive"
@jasonmorganson
jasonmorganson / Brewfile
Last active June 12, 2023 03:08
MacOS Brewfile
tap "argoproj/tap"
tap "azure/draft"
tap "boz/repo"
tap "browsh-org/browsh"
tap "contribsys/faktory"
tap "datawire/blackbird"
tap "davrodpin/mole"
tap "derailed/k9s"
tap "dtan4/dtan4"
tap "eko/tap"
tap "azure/draft"
tap "boz/repo"
tap "browsh-org/browsh"
tap "contribsys/faktory"
tap "datawire/blackbird"
tap "davrodpin/mole"
tap "derailed/k9s"
tap "dtan4/dtan4"
tap "fishtown-analytics/dbt"
tap "fluidkeys/tap"