website/index.md

58 lines
1.7 KiB
Markdown
Raw Permalink Normal View History

2022-03-04 20:38:16 +00:00
---
layout: default.liquid
---
# {{site.title}}
Hi! We're The System.
2022-08-14 18:01:21 +00:00
> Note: Currently looking for a job, please [contact](/contact) us if you have anything!
2022-04-27 15:37:30 +00:00
2022-08-14 18:01:21 +00:00
## Projects
Most of the projects here are unfinished or not very useful, sorry.
2022-04-27 15:37:30 +00:00
2022-08-14 18:01:21 +00:00
### Hermes
[github.com/erin/hermes](https://waterdrinkers.gay)
2022-04-27 15:37:30 +00:00
2022-08-14 18:01:21 +00:00
Currently a major work in progress.
2022-04-27 15:37:30 +00:00
2022-08-14 18:01:21 +00:00
A native Linux Scuttlebutt client writting in `Rust` with and `GTK4`.
2022-04-27 15:37:30 +00:00
2022-08-14 18:01:21 +00:00
### Website
[bytes.keithhacks.cyou/erin/website](https://bytes.keithhacks.cyou/erin/website)
2022-04-27 15:37:30 +00:00
2022-08-14 18:01:21 +00:00
This website!
2022-04-27 15:37:30 +00:00
2022-08-14 18:01:21 +00:00
Written using `HTML`, `SCSS`, and `Markdown`.
2022-04-27 15:37:30 +00:00
2022-08-14 18:01:21 +00:00
Uses the [cobalt](https://cobalt-org.github.io/) static site generator.
2022-04-27 15:37:30 +00:00
2022-08-14 18:01:21 +00:00
### HRT Wiki
[wiki.the-system.eu.org](https://wiki.the-system.eu.org)
2022-04-27 15:37:30 +00:00
2022-08-14 18:01:21 +00:00
A work-in-progress community wiki for organizing HRT info and guides.
2022-03-05 20:02:44 +00:00
2022-08-14 18:01:21 +00:00
Made with the `Mycorrhiza` wiki engine.
2022-03-07 03:44:46 +00:00
### 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/).
### 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.