blob: c6ffd1ed3aff4d477c43f45be6411b49f81e27cc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
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
Background: my inkjet jammed up.
>I do not have the
Slightest fucking intention
To fix that printer
## Arch in a Nutshell
This one is my favorite. `-Syu` is pronounced "S Y U".
> What goes wrong if I
`sudo pacman -Syu`?
Google "Arch rollback"
## Python
```
#!/usr/bin/python
# what if it gets self-aware?
raise SystemExit
```
How to read:
- `#!/usr/bin/python`: "user bin python"
- `#` is silenced
## Paccache
This is a real story.
> `$ sudo paccache -r`
20 gigas freed from disk
very delighted
|