VirtualTam's bookmarks

  1. Here we begin to see that target triples are not a neat system. They are hell.

  2. Web page archive formats:

    Tools for crawling, scraping and archiving Web pages:

    Self-hosted solutions:

    • ArchiveBox - A self-hosted app that lets you preserve content from websites in a variety of formats
    • Wallabag - Save and classify articles, read them later
  3. 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.
    
  4. Standard library:

    • unicode - Data and functions to test some properties of Unicode code points

    Extra libraries:

    Third-party libraries:

    • anyascii/go - Converts Unicode characters to their best ASCII representation

    RFCs:

    Resources:

  5. 2024-11-25