VirtualTam's bookmarks

  1. The XY Problem 2023-08-25

    The XY problem is asking about your attempted solution rather than your actual problem. This leads to enormous amounts of wasted time and energy, both on the part of people asking for help, and on the part of those providing help.

  2. 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.

  3. Note: each input source (keyboard, external keyboards) must be configured separately

  4. To immediately apply notified handlers:

    • meta: flush_handlers
  5. 1# List databases
    2PRAGMA database_list;
    3
    4# Describe table
    5PRAGMA table_info(<table_name>);
    
  6. Let Over Lambda 2015-03-18

    This book is about macros, that is programs that write programs.