I hereby claim:
- I am andrewshadura on github.
- I am andrewsh (https://keybase.io/andrewsh) on keybase.
- I have a public key whose fingerprint is 7821 30B4 C994 4247 977B 82FD 6EA4 D231 1A2D 268D
To claim this, I am signing this object:
#!/usr/bin/python3 | |
# original XML at http://www.w3.org/Math/characters/unicode.xml | |
# XSL for conversion: https://gist.github.com/798546 | |
# only cyrillic symbols | |
unicode_to_latex = { | |
0x0401: "\\CYRYO", | |
0x0402: "\\CYRDJE", |
#!/usr/bin/gawk -f | |
function flush_out(x) { | |
# debug: | |
if (x != "") printf x ": " | |
if (out["key"] == "") { | |
return | |
} |
I hereby claim:
To claim this, I am signing this object:
diff --git a/.buildkite/.env b/.buildkite/.env | |
new file mode 100644 | |
index 0000000..85b102d | |
--- /dev/null | |
+++ b/.buildkite/.env | |
@@ -0,0 +1,13 @@ | |
+CI | |
+BUILDKITE | |
+BUILDKITE_BUILD_NUMBER | |
+BUILDKITE_BRANCH |
#!/usr/bin/env python3 | |
import asyncio | |
from functools import partial | |
from pathlib import Path | |
import os | |
import ssl | |
import subprocess | |
import sys | |
from urllib.parse import urlparse, parse_qs, urlunparse |
xkb_keycodes "sun" { | |
// include "sun(type6_usb)" | |
<LSGT> = 94; | |
<LALT> = 133; | |
<RWIN> = 105; | |
<LWIN> = 64; | |
<RALT> = 134; | |
<RCTL> = 108; | |
<COMP> = 135; |
This is a work-in-progress note I’m writing for the future me to make his life easier when the laptop breaks again and just plugging the SSD into the new one isn’t going to work for some reason. It is based on this great post: http://www.voleg.info/lvm2-clone-logical-volume.html.
# sfdisk -d /dev/sda | sfdisk /dev/nvme0n1
# sfdisk -l /dev/nvme0n1
Disk /dev/nvme0n1: 953.87 GiB, 1024209543168 bytes, 2000409264 sectors
Disk model: ...