Skip to content

Instantly share code, notes, and snippets.

View lapolonio's full-sized avatar
👨‍💻
probably learning something

Leonardo Apolonio lapolonio

👨‍💻
probably learning something
  • Washington DC
View GitHub Profile
smbutil view //'WORKGROUP;leo:test'@ninjapiratewiz
@lapolonio
lapolonio / Dockerfile
Created March 31, 2020 03:33
Docker used to run trax. Please see our Dockerfile below as a reference. Additionally we identified matplotlib-backend as the root cause of the import-crash. We set the matplotlib-backend to GTK3Agg and by invoking matplotlib.pyplot before importing trax
ARG UBUNTU_VERSION=18.04
ARG ARCH=
ARG CUDA=10.1
FROM nvidia/cuda${ARCH:+-$ARCH}:${CUDA}-base-ubuntu${UBUNTU_VERSION} as base
ARG ARCH
ARG CUDA
ARG CUDNN=7.6.5.32-1
ARG CUDNN_MAJOR_VERSION=7
ARG LIB_DIR_PREFIX=x86_64
ARG LIBNVINFER=6.0.1-1
@lapolonio
lapolonio / brew list
Created June 25, 2020 20:19
installed brew packages
gdbm jq libidn2 openssl@1.1 tree
gettext kompose libunistring python utf8proc
go kubernetes-cli ncurses readline wget
helm kustomize node sqlite xz
icu4c libevent oniguruma tmux yarn
@lapolonio
lapolonio / config_list
Created June 25, 2020 20:33
Files used to config command line
~/.aws/
~/.kube/
~/.zshrc
~/.p10k.zsh
@lapolonio
lapolonio / claude-code-guide.md
Last active April 10, 2026 16:15
A comprehensive, friendly roadmap to 35 essential concepts — from first install to advanced power-user workflows.* Generated from Chase AI https://youtu.be/UAMAAoSPu8o

The Absolute Beginner's Guide to Claude Code

A comprehensive, friendly roadmap to 35 essential concepts — from first install to advanced power-user workflows.


Who this guide is for

You have heard about Claude Code. Maybe a friend mentioned it, maybe you saw a YouTube video, maybe you have been watching developers rave about it on X and wondering what the fuss is about. You do not come from a technical background. You have never used a terminal, or you have used one exactly once and it scared you. You are not sure what "git" is and you definitely do not know what an "MCP" is.