diff options
author | Frederick Yin <fkfd@macaw.me> | 2020-04-23 19:56:10 +0800 |
---|---|---|
committer | Frederick Yin <fkfd@macaw.me> | 2020-04-23 19:56:10 +0800 |
commit | b8b525b213e6256513dce8ef20aa82889b4a63c2 (patch) | |
tree | 90af8a6c24329ae0396d25d0df0f2fefb21b6e52 /docs/haiku.md |
Initial commit
Custom alabaster theme
3 blogposts and 2 metaposts
Deployment script
Diffstat (limited to 'docs/haiku.md')
-rw-r--r-- | docs/haiku.md | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/docs/haiku.md b/docs/haiku.md new file mode 100644 index 0000000..5c5cc2b --- /dev/null +++ b/docs/haiku.md @@ -0,0 +1,41 @@ +# Haiku collection + +This is a collection of haiku I composed on February 19, 2020, published on mastodon.technology. See [thread](https://mastodon.technology/@fakefred/103683337253008138). + +## Printer + +I do not have the +Slightest fucking intention +To fix that printer + +Background: my inkjet jammed up. + +## Arch in a Nutshell + +What goes wrong if I +`sudo pacman -Syu`? +Google "Arch rollback" + +How to read: + +- `-Syu` is pronounced "S Y U". + +## Python + +``` +#!/usr/bin/python +# what if it gets self-aware? +raise SystemExit +``` + +How to read: + +- `#!/usr/bin/python`: "user bin python" +- `#` is silenced + +## Paccache + +`$ sudo paccache -r` +20 gigas freed from disk +very delighted + |