VirtualTam's bookmarks

  1. 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.
    
  2. The benefits are there: you get wonderful type system, wonderful performance, and build times that give you back those coffee breaks you used to get while your code compiled.

  3. jwzhacks 2024-11-26

    I have written a lot of software. I used to do it for fun. Then I started getting paid for it. Then it stopped being fun. Then I stopped getting paid for it. And now I write software sometimes for fun, but mostly in self-defense.

    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