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)
- Create venv [python3.14 -m venv venv]
- Activate venv [source venv/bin/activate]
- Upgrade pip [pip install --upgrade pip]
- Install homebrew [/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"]
- Install rust [curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh]
- 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]
- 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