home.social
  1. honestly enjoying the convenience of in lately. intend to try on some riscV boards soon
    github.com/tinygo-org/tinygo

  2. Today I learned about the Tuscan Magmetic Province.
    Gigalitres of magma floating around underneatch vineyards. Absolutely wild.

    nature.com/articles/s43247-026

  3. want to see what's on your path in a sane and readable fashion?

    ```echo $PATH | sed 's/:/\n/g' | sort```

  4. laugh all you want but i did have to a writtin in tonight
    also pruned a jacaranda tree

  5. Beautiful

    ```
    struct RandomForest {
    nodes: []Node
    num_trees: i32
    }

    struct Node {
    feature: i32
    threshold: f64
    left: *Node
    right: *Node
    }
    ```

  6. 3Blue1Brown dropped a new video on convolutions over the weekend.
    As always, it's great, because of course it is. A nice intro to fourier convolution too.

    youtu.be/KuXjwB4LzSA?utm_sourc