VirtualTam's bookmarks

  1. This guide favors authenticity over accuracy, and it aims to entertain before it informs. It is only as accurate as it feels it needs to be. It is constantly changing and it is infinitely mutable, so the map, the music, and my self-righteous opinions are all subject to change as I discover, investigate, and incorporate new knowledge and more music. Nothing is definitive.

    Go exploring. Listen and learn about music you don't know anything about.

  2. The BBS Documentary Video Collection is a varied set of video items collected by Jason Scott, curator of TEXTFILES.COM. These are recordings about and from the era of the domination of ASCII and Dial-up Bulletin Board Systems (roughly the 1970s through the 1990s, with examples far before and after that).

  3. The Web Authentication API (also known as WebAuthn) is a specification written by the W3C and FIDO, with the participation of Google, Mozilla, Microsoft, Yubico, and others. The API allows servers to register and authenticate users using public key cryptography instead of a password.

  4. > One of the references on Wikipedia’s Elevator Paradox page is a paper written by Donald E. Knuth dated many years prior to his simulator. A side-effect of that research experience may have been a lasting interest in the intricate details of elevator systems.

  5. Bigger than my head 2015-03-17

    A friend of mine was once interviewing an engineer for a programming job and asked him a typical interview question:

    • How do you know when a function or method is too big?
    • Well, said the candidate, I don't like any method to be bigger than my head.
    • You mean you can't keep all the details in your head?
    • No, I mean I put my head up against my monitor, and the code shouldn't be bigger than my head.

    ~ from http://www.gigamonkeys.com/book/practical-a-simple-database.html

  6. Very cool & detailed tutorial on how to setup Emacs for Python editing, completion & execution.

    https://github.com/jhamrick/emacs