% Title % Name % Date
List
| # Inspired by: https://towardsdatascience.com/the-one-pytorch-trick-which-you-should-know-2d5e9c1da2ca. | |
| # Monkey patching idea suggested by @kklemon here: | |
| # https://gist.github.com/airalcorn2/50ec06517ce96ecc143503e21fa6cb91?permalink_comment_id=4407423#gistcomment-4407423. | |
| import torch | |
| from torch import nn | |
| def patch_attention(m): |
| import logging | |
| import numpy as np | |
| import tensorflow as tf | |
| from tensorflow.contrib import layers | |
| GO_TOKEN = 0 | |
| END_TOKEN = 1 | |
| UNK_TOKEN = 2 |
| openssl rsa -in ~/.ssh/id_rsa -outform pem > id_rsa.pem | |
| chmod 600 id_rsa.pem |
| #!/usr/bin/env -S uv run --script --quiet | |
| # /// script | |
| # requires-python = ">=3.13" | |
| # dependencies = [] | |
| # /// | |
| """A simple python script template. | |
| """ |
| #~/.mutt/aliases | |
| alias nick Nicholas Levandoski <[email protected]> | |
| alias tim Timothy Pitt <[email protected]> | |
| alias steven Steven Jackson <[email protected]> | |
| alias kaleb Kaleb Hornsby <[email protected]> | |
| alias alug-admin nick, tim, steven |
| # ~/.tmux.conf | |
| # | |
| # See the following files: | |
| # | |
| # /opt/local/share/doc/tmux/t-williams.conf | |
| # /opt/local/share/doc/tmux/screen-keys.conf | |
| # /opt/local/share/doc/tmux/vim-keys.conf | |
| # | |
| # URLs to read: | |
| # |