VirtualTam's bookmarks

  1. A list of the map projections that may be viewed and saved by G.Projector, along with alternative names, parameter-specific and special cases. Sample images of an Earth topographical map are linked for each unique projection

  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. 2024-11-25
  4. The conflict between subclassing and composition is as old as object-oriented programming. The latest crop of languages like Go or Rust prove that you don’t need subclassing to successfully write code. But what’s a pragmatic approach to subclassing in Python, specifically?

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