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.

    1. The Technologies - A more in-depth look at Rust plugin systems
    2. Getting Started - First steps trying to implement the plugin system
    3. Diving into Dynamic Loading - A closer look at dynamic loading in Rust
    4. Reducing the Pain with Dependencies - Taking a look at the state of dynamic loading in the Rust ecosystem
    5. Getting our Hands Dirty - Finally implementing the plugin system!
    6. Wrapping Up - The last finishing touches and ideas
  2. 79 AD Mount Vesuvius erupts. In Herculaneum, twenty meters of hot mud and ash bury an enormous villa once owned by the father-in-law of Julius Caesar. Inside, there is a vast library of papyrus scrolls. The scrolls are carbonized by the heat of the volcanic debris. But they are also preserved. For centuries, as virtually every ancient text exposed to the air decays and disappears, the library of the Villa of the Papyri waits underground, intact.

  3. Stylus:

    Case:

    Guides:

    System:

    Usage:

    Software:

    Articles:

    • Part 1 - History of development and test environments
    • Part 2 - Optimizing for fast local development
    • Part 3 - Extending our Envoy mesh with staging overrides
    • Part 4 - Gating Deploys with Automated Acceptance Tests
  4. Vim: Function copy 2022-01-05
    va{Vy
    
    1. Place the cursor somewhere in my method,
    2. va{ to visually select the the code block,
    3. V to turn the selection from character-wise to line-wise,
    4. y to yank