I hereby claim:
- I am golyalpha on github.
- I am golyalpha (https://keybase.io/golyalpha) on keybase.
- I have a public key ASA66XK-JfYkT7nYHpSC8Gl_wR8c5s3MAwaKV9KJSbfDoAo
To claim this, I am signing this object:
ssh_authorized_keys: | |
- ssh-rsa AAAAB3NzaC1yc2EAAAADAQAB... | |
hostname: cluster | |
k3os: | |
sysctl: | |
kernel.printk: "4 4 1 7" | |
kernel.kptr_restrict: "1" | |
dns_nameservers: | |
- 1.1.1.1 |
I hereby claim:
To claim this, I am signing this object:
from logging import getLogger, basicConfig, INFO, DEBUG | |
from os import path, makedirs, chdir | |
from json import loads | |
from ffmpeg import Progress | |
from ffmpeg.asyncio import FFmpeg | |
from tqdm import tqdm | |
basicConfig(level=INFO) |