VirtualTam's bookmarks
684 bookmarks found
-
- A summary of my bot defence systems
- Butlerian Jihad - Blog posts on the topic of fighting off spam bots, search engine spiders and other non-humans wasting the precious resources we have on Earth
- EmacsWiki's robots.txt
- A summary of my bot defence systems
-
- Debian -
usb.ids
- vcrhonek/hwdata - Hardware identification and configuration data, such as the pci.ids and usb.ids databases
- Debian -
-
Zork: The Great Inner Workings
2025-01-21 It is pitch black. You are likely to be eaten by a grue.
-
Split tmux.conf into multiple files?
2025-01-17 source-file [-Fnqv] [-t target-pane] path ... (alias: source) Execute commands from one or more files specified by path (which may be glob(7) patterns). If -F is present, then path is expanded as a format. If -q is given, no error will be returned if path does not exist. With -n, the file is parsed but no commands are executed. -v shows the parsed commands and line numbers if possible.
-
- Strings, bytes, runes and characters in Go
- x/exp/utf8string - Index strings by rune rather than by byte
- How can I elliptically truncate text in golang?
- Why can the Go
string
type contain invalid UTF-8 data?