bone faucet

CYBERNAUTICAL TOOLS


PYTHON

Homebrew - helps to install packages

Rust - programming language that helps with maintenance

Cryptography.io - pakage that allows you to encrypt and decrypt, I'm currently working with the dynamic Homebrew install


File Encryption (still figuring this out)

  1. Create venv [python3.14 -m venv venv]
  2. Activate venv [source venv/bin/activate]
  3. Upgrade pip [pip install --upgrade pip]
  4. Install homebrew [/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"]
  5. Install rust [curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh]
  6. Install cryptography. There was a broken wheel issue when I tried doing this with [pip install cryptography] so instead I tried dynamically linking it with homebrew [brew install openssl@3 rust][pip install --no-binary cryptography cryptography]
  7. COMMAND NOT FOUND ERROR: Import fernet [from cryptography.fernet import Fernet]

WEB DESIGN

Dither It - All the images on my site are dithered


FINDING MUSIC

NTS - radio stations with an extensive archive

Toronto Rave Mixtape Archive - A sick digital archive of mixtapes from the Toronto rave scene


SITES I LIKE


Karly Hartzman's website

Otto Benson's website

FMHY