diff --git a/about.md b/about.md index 2b7e643..f931f36 100644 --- a/about.md +++ b/about.md @@ -14,15 +14,10 @@ We're trying to re-learn it though. ## Interests - Programming, computers, technology, etc. Mainly open-source, decentralized stuff - - Gardening, hydroponics, biology, mycology, and everything related - - Trans-humanism, bio-hacking, anything to gain more control & freedom over our body - - Most types of music, but *mainly* Hyperpop & Metal - - Anarchism & Communism - - Being really fucking gay ## Programming diff --git a/donate.md b/donate.md index 052713c..1fd9d66 100644 --- a/donate.md +++ b/donate.md @@ -10,14 +10,3 @@ However, if you can, a [friend](https://eldritch.cafe/@AgathaSorceress/107900073 You can donate with PayPal [here](https://www.paypal.com/pools/c/8HMDPKhA12), or with Venmo: *wgahnagl* -## HRT -Ideally, I'd like to get HRT, and the most realistic way to get that is DIY. -Unfortunately, it'd cost ~$150 CAD for 2 years. - -I also don't really like asking for money, so only do this if you really can and want to. - -Unfortunately I can only receive & pay with Monero. - -`86fY46G8dxYUaVwo1WvE7gWrAFSaq1etr7NJGTr8x5CNSRLLNwyFKXKZzLbzRmiubcZx63PuTGrW89kGkSvRiJK6Fvqm1Yr` - -![Monero address QR](/assets/monero.png) diff --git a/index.md b/index.md index 92c5037..8f6d911 100644 --- a/index.md +++ b/index.md @@ -6,4 +6,48 @@ layout: default.liquid Hi! We're The System. ## Projects +Most of the projects here are unfinished or not very useful, sorry. +### blur +[bytes.keithhacks.cyou/erin/blur](https://bytes.keithhacks.cyou/erin/blur) + +A simple program to blurhash images from the commandline. + +Written in `Rust` using the [blurhash](https://docs.rs/blurhash/latest/blurhash/) crate. + +### tinymark +[bytes.keithhacks.cyou/erin/tinymark](https://bytes.keithhacks.cyou/erin/tinymark) + +A tiny bookmark manager. Supports most basic functionality. + +Written in `Rust` + +### catgirl.cooking +[bytes.keithhacks.cyou/erin/catgirl-cooking](https://bytes.keithhacks.cyou/erin/catgirl-cooking) + +A simple cooking/recipe site. The backend generates & updates the static frontend code, and eventually will handle new recipe submissions, etc. + +Backend code written in `Rust` using [Rocket](https://rocket.rs/), [sled](https://sled.rs), and [build_html](https://docs.rs/build_html/latest/build_html/). + +### Website +[bytes.keithhacks.cyou/erin/website](https://bytes.keithhacks.cyou/erin/website) + +This website! + +Written using `HTML`, `SCSS`, and `Markdown`. + +Uses the [cobalt](https://cobalt-org.github.io/) static site generator. + +### TI-UI +[bytes.keithhacks.cyou/erin/TI-UI](https://bytes.keithhacks.cyou/erin/TI-UI) + +An attempt to make a custom UI library for the TI-84 calculator. + +Very much a work in progress. + +Written in `C` using the [CE-Programming](https://github.com/CE-Programming/toolchain) toolchain. + +### Deadswitch +[scripts/deadswitch.nim](https://bytes.keithhacks.cyou/erin/misc/src/branch/main/scripts/deadswitch.nim) + +A very basic deadman's switch written in `Nim`.