Skip to content
View caspercasanova's full-sized avatar

Block or report caspercasanova

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
caspercasanova/README.md

LFW

currently: web, crypto, gaming, homelab and code gardens

future maybe?: robots? infosec? ai?

Pinned Loading

  1. helicopter helicopter Public

    An attempt at a helicopter implemented in Godot

    GDScript 1

  2. VIX Stretch Strategy (AKA FREE MONEY) VIX Stretch Strategy (AKA FREE MONEY)
    1
    <img width="1480" alt="image" src="https://gist.github.com/user-attachments/assets/02dc165e-8714-4423-b60e-1aeaf3e3acb2" />
  3. Install nautilus_trader dev env from... Install nautilus_trader dev env from scratch using uv only
    1
    ```bash
    2
    add_to_zshrc() {
    3
      local line_to_add="$1"
    4
      if ! grep -q "$line_to_add" ~/.zshrc; then
    5
        echo -e "\n$line_to_add" >> ~/.zshrc