Compare commits

...

4 Commits

Author SHA1 Message Date
~erin 2cca8ed876
Update Onion location 2022-08-16 16:22:27 -04:00
~erin b39e99c8b0
Update contact page 2022-08-14 14:02:23 -04:00
~erin e2ff967ad6
Remove friends, add projects 2022-08-14 14:01:21 -04:00
~erin 20d5fbb8e5
Add new fedi account to rel link 2022-08-14 14:00:31 -04:00
3 changed files with 25 additions and 39 deletions

View File

@ -14,7 +14,7 @@
<li><h3>Mirrors:</h3></li>
<li>
<a href="http://pqr366modvw3zz3io4s3azvketwmubcnviw4tt7okyzrmoleh5gjbqyd.onion">Onion</a>
<a href="http://74h26slhlqu6eqkwgiqn6tsxqujgna45ub7krptbnfuojon2ybm4dgqd.onion">Onion</a>
<a href="gemini://the-system.eu.org">Gemini</a>
</li>
@ -41,4 +41,5 @@
</ul>
</div>
<a rel="me" href="https://transmom.love/@erin" style="display:none"></a>
<a rel="me" href="https://fedi.mint.lgbt/@erin" style="display:none"></a>
</footer>

View File

@ -33,7 +33,7 @@ We recommend the [nheko](https://nheko-reborn.github.io/) client.
[@erin:chat.is-cute.ml](https://matrix.to/#/@erin:chat.is-cute.ml)
### XMPP
[XMPP]() is a pretty shitty and broken messaging platform, but sometimes works ok.
[XMPP](https://xmpp.org/) isn't our preffered platform, but works too.
Please use *OMEMO* encryption when messaging us.
[arson@lain.faith](xmpp:arson@lain.faith)
@ -43,6 +43,8 @@ Please use *OMEMO* encryption when messaging us.
[Mastodon](https://joinmastodon.org) is an open source federated social media platform following the activity-pub protocol.
You can contact us using any compliant software, including [Pleroma](https://pleroma.social/) & [Misskey](https://misskey-hub.net/).
However, we try not to be on here as much atm.
[erin@transmom.love](https://transom.love/@erin)
### Pixelfed
@ -52,8 +54,9 @@ You can contact us using any compliant software, including [Pleroma](https://ple
### Scuttlebutt
[SSB](https://scuttlebutt.nz/) is a fully distributed p2p communication platform.
It's still in development however.
We recommend either [Manyverse](https://www.manyver.se/) or [oasis](https://github.com/fraction/oasis) as a client.
We're most active on here.
`@7Y4nwfQmVtAilEzi5knXdS2gilW7cGKSHXdXoT086LM=.ed25519`

View File

@ -5,27 +5,7 @@ layout: default.liquid
Hi! We're The System.
## Friends
[Charlotte](https://char.lt/)
[Agatha](https://technogothic.net/)
[annie](https://versary.town/)
[elysia](http://alphamethyl.barr0w.net/~elysia/)
[Luna](https://kitty.lgbt)
[Naia](https://naia.gay)
[mira](https://boxin.space)
[~keith](https://keithhacks.cyou)
[anna](https://fef.moe)
[Kescher](https://kescher.at)
> Note: Currently looking for a job, please [contact](/contact) us if you have anything!
## Projects
Most of the projects here are unfinished or not very useful, sorry.
@ -33,10 +13,26 @@ Most of the projects here are unfinished or not very useful, sorry.
### Hermes
[github.com/erin/hermes](https://waterdrinkers.gay)
Not currently made.
Currently a major work in progress.
A native Linux Scuttlebutt client writting in `Rust` with and `GTK4`.
### 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.
### HRT Wiki
[wiki.the-system.eu.org](https://wiki.the-system.eu.org)
A work-in-progress community wiki for organizing HRT info and guides.
Made with the `Mycorrhiza` wiki engine.
### tinymark
[bytes.keithhacks.cyou/erin/tinymark](https://bytes.keithhacks.cyou/erin/tinymark)
@ -51,15 +47,6 @@ A simple cooking/recipe site. The backend generates & updates the static fronten
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)
@ -68,8 +55,3 @@ 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`.