Hello Megan from HuggingFace - I'm trying to recover my account - under the username zzatkin, for which I lost my two-factor authenticator. :-(
I hereby claim:
- I am zg on github.
- I am zg (https://keybase.io/zg) on keybase.
- I have a public key whose fingerprint is 4BEB 7AD4 AEAA FFAF 2E6C BE9A F886 05CB ACE8 3706
To claim this, I am signing this object:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # unfortunately debian currently panics in xhyve | |
| tmp=$(mktemp -d) | |
| pushd "$tmp" | |
| iso="$HOME"/Downloads/debian-8.1.0-amd64-netinst.iso | |
| #iso="$HOME"/Downloads/debian-8.1.0-i386-netinst.iso | |
| echo "fixing disk" | |
| dd if=/dev/zero bs=2k count=1 of=tmp.iso |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| tmp=$(mktemp -d) | |
| pushd "$tmp" | |
| iso=/Users/lloeki/Downloads/archlinux-2015.08.01-dual.iso | |
| echo "fixing disk" | |
| dd if=/dev/zero bs=2k count=1 of=tmp.iso | |
| dd if=$iso bs=2k skip=1 >> tmp.iso | |
| echo "mounting disk" |
- Create 10GB FreeBSD image using QEMU.
- Run the VM using xhyve.
- Mount host directory.
- Resize the image.
- OSX
- Homebrew
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import java.util.HashMap; | |
| import java.util.Map; | |
| public class TagCloud { | |
| private HashMap<String, Integer> tags; | |
| public static void main(String[] args) { | |
| TagCloud tagcloud = new TagCloud(); | |
| } | |
| public TagCloud(){ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // The four boxing wizards jump | |
| #include <stdio.h> // <= quickly. | |
| int main(int argc, char **argv) { | |
| long il1[]={1-2/3.4,5+6==7/8}; | |
| int OxFaced=0xBAD||"[{(CQUINE"; | |
| unsigned O0,l1,Z2,S5,G6,B8__XY; | |
| printf("@$Hamburgefo%c`",'\n'); | |
| return ~7&8^9?0:l1|!"j->k+=*w"; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Verifying I am +zg on my passcard. https://onename.com/zg |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 48 87 15 43 25 | |
| 65 91 19 19 76 | |
| 21 46 72 29 8 | |
| 22 55 7 95 55 | |
| 11 36 11 33 3 | |
| 39 9 49 66 52 | |
| 95 97 44 96 82 | |
| 53 44 1 86 11 | |
| 48 45 26 3 9 | |
| 54 98 83 86 20 |
NewerOlder