site/index.html

312 lines
10 KiB
HTML
Raw Permalink Normal View History

2022-09-15 01:24:40 +00:00
<!DOCTYPE html>
2023-01-23 07:11:17 +00:00
<!-- Copyright (c) 20222023 Emma Tebibyte
SPDX-License-Identifier: AGPL-3.0-or-later AND CC-BY-NC-SA-4.0
This website is free software: you can redistribute it and/or modify it under
the terms of the GNU Affero General Public License as published by the Free
Software Foundation, either version 3 of the License, or (at your option) any
later version.
This website is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along
with this website. If not, see https://www.gnu.org/licenses/. -->
<html lang="en-US">
2022-11-22 06:17:23 +00:00
<head>
<title>Emma Tebibyte @ Tebibyte Media</title>
<link rel="stylesheet" href="assets/style.css">
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
2023-02-24 18:16:36 +00:00
<meta charset="UTF-8"/>
2022-11-22 06:17:23 +00:00
<meta content="Emma Tebibyte" name="author" />
2023-01-23 07:11:17 +00:00
<meta content="Emma Tebibytes personal web page." name="description" />
2022-11-22 06:17:23 +00:00
<meta content="width=device-width, initial-scale=1" name="viewport" />
<meta content="interest-cohort=()" http-equiv="Permissions-Policy" /> <!-- FUCK GOOGLE -->
</head>
<body>
<small class="back">
<a href="/">Return Home</a>
</small>
<main>
<section class="intro">
<hgroup>
<h1>
2023-01-23 04:58:10 +00:00
Hi! Im Emma Tebibyte.
2022-11-22 06:17:23 +00:00
</h1>
<p id="pronouns">
2023-11-29 05:23:58 +00:00
(<a href="https://pronounslist.com/fae-faer"
2023-12-02 00:15:16 +00:00
title="my pronouns" target="_blank">fae/faer</a>)
2022-11-22 06:17:23 +00:00
</p>
</hgroup>
<p>
2023-11-29 05:23:58 +00:00
I am the founder of Tebibyte Media, the central organizing node of a
<a href="/network">Network</a> of different free software and
open-access groups. Currently, the group is undergoing a major change.
Keep an eye out on the <a href="/blog">blog</a> for more news.
2022-11-22 06:17:23 +00:00
</p>
<p>
2023-11-29 05:23:58 +00:00
In my spare time (which I find is quickly becoming more and more rare)
I am a free software developer. I created Tebibyte Media because I
wanted a place where I could espouse the aspects of that hobby I
believe are most important: simplicity, interoperability, and ethics.
2022-11-22 06:17:23 +00:00
</p>
</section>
<section>
<h2 class="full" id="contact">
<a href="#contact">Contact</a>
</h2>
<p>
2023-11-29 05:23:58 +00:00
If you'd like to contact me, the best ways to do so are as follows, in
order of preference:
</p>
2022-11-22 06:17:23 +00:00
<ul>
<li>
2023-11-29 05:23:58 +00:00
Via e-mail, using my <a href="assets/pgp/">PGP key</a> or by
2023-01-23 04:58:10 +00:00
sending mail to my given name at this domain.
2022-11-22 06:17:23 +00:00
</li>
2022-09-16 04:17:55 +00:00
2023-11-29 05:23:58 +00:00
<li>Using XMPP, which is the same as my e-mail address.</li>
2022-11-22 06:17:23 +00:00
</section>
<section>
<hgroup class="full">
2023-11-29 05:23:58 +00:00
<h2 id="projects">
<a href="#projects">Things Im Making</a>
2022-11-22 06:17:23 +00:00
</h2>
</hgroup>
<p>
2023-11-29 05:23:58 +00:00
<dl>
<dt>
<a href="gemini://tebibyte.media/~emma/amazon.gmi">Amazon
Alternatives
</a>
</dt>
<dd>
A list of websites you can shop at to avoid Amazon, available
using the <a href="https://geminiprotocol.net">Gemini Protocol.</a>
</dd>
<dt>
<a href="https://git.tebibyte.media/emma/bike">bike(1)</a>
</dt>
<dd>A <i>revolutionary</i> new Unix tool (my first C practice).</dd>
<dt>
<a href="https://git.tebibyte.media/bonsai">
The Bonsai Computer System
</a>
</dt>
2024-03-02 06:36:16 +00:00
<dd>A simple operating system to replace POSIX-compliant ones.</dd>
2023-11-29 05:23:58 +00:00
<dt>
<a href="https://git.tebibyte.media/emma/dotfiles">My dotfiles</a>
</dt>
<dd>Weve all got em.</dd>
<dt>
<a href="https://git.tebibyte.media/emma/searpent">searpent(1)</a>
</dt>
<dd>A command-line tool to search Searx instances.</dd>
<dt><a href="https://git.tebibyte.media/emma/site"</a>site</a></dt>
<dd>This site!</dd>
<dt>
<a href="https://git.tebibyte.media/emma/tomcat">tomcat(1)</a>
</dt>
<dd>A command-line TOML parser.</dd>
<dt>
<a href="https://git.tebibyte.media/emma/yt">yt(1)</a>
</dt>
<dd>A script for interaction with YouTube and local playlists.</dd>
<dt><a href="web">Web Browsing</a></dt>
<dd>A fun guide on how to contract surveillance-induced anxiety.</dd>
<dt>
<a href="https://git.tebibyte.media/emma/which">which(1)
</a>
</dt>
<dd>A <a href="https://carlowood.github.io/which/">which</a>
implementation in POSIX shell.
</dd>
</dl>
2022-11-22 06:17:23 +00:00
</p>
</section>
<section>
<h2 class="full" id="links">
<a href="#links">Links</a>
</h2>
<p>
2023-11-29 05:23:58 +00:00
Some useful links you might like to click on:
2022-11-22 06:17:23 +00:00
<ul>
<li>
2023-11-29 05:23:58 +00:00
<a href="gemini://tebibyte.media/~emma/">
My gemini capsule
2022-11-22 06:17:23 +00:00
</a>
<li>
<a href="https://git.tebibyte.media/emma/">
The link to my git profile
</a>
</li>
2022-09-16 04:17:55 +00:00
2022-11-22 06:17:23 +00:00
<li>
The <a href="https://adnilarchive.wordpress.com/">
Sarah Adnil Archives</a>, which I help run
</li>
</ul>
</p>
</section>
<section>
<hgroup class="full">
<h2 id="reviews">
<a href="#reviews">Reviews</a>
</h2>
<p>
2024-03-02 06:36:16 +00:00
Idea stolen from <a href="https://trinity.moe/">Trinitys page</a>.
2022-11-22 06:17:23 +00:00
</p>
</hgroup>
<p>
<a href="https://desuarchive.org/g/thread/82485208/#q82485390">
[2021-07-10T18:36:38] Anonymous</a>: this emmatebibyte should really
post feet pics to verify cuteness, ngl
</p>
<p>
<a href="https://nightly.revolt.chat/server/01FSNXPC8QGW89RPKJC6VNXJSV/channel/01FSNXPC8QFXEB1DK7K6XBCRG2/01FWHMJW8X4E97767873KAMHYB">
[2022-02-22] @Nyann</a>: Emma Tebibyte gives me the
"non-trustworthy-female" vibes
</p>
<p>
2024-03-02 06:36:16 +00:00
<a title="dead link :("
href="https://tech.lgbt/@emmatebibyte/109378672682392828">
2022-11-22 06:17:23 +00:00
[2022-11-20T18:14]
</a>
<a href="https://tech.lgbt/@marcelinecramer">
2023-01-23 04:58:10 +00:00
@marcelinecramer@tech.lgbt</a>: Hasn't seen a single movie in faer life
2022-11-22 06:17:23 +00:00
</p>
</section>
<section class="full">
<hgroup>
<h3 id="frens">
<a href="#frens">I have friends!</a>
</h3>
<p>
Riveting content here, folks.
</p>
</hgroup>
<p>
Here are some of their stickers:
</p>
<div id="stickers">
2023-12-02 00:15:16 +00:00
<a href="https://holanet.xyz/" target="_blank">
2022-11-22 06:17:23 +00:00
<img src="assets/img/holanet.webp" />
</a>
2023-12-02 00:15:16 +00:00
<a href="https://sleepy.zone/" target="_blank">
2022-11-22 06:17:23 +00:00
<img src="assets/img/sleepy.png" />
</a>
2023-12-02 00:15:16 +00:00
<a href="https://0xc3.win/" target="_blank">
2023-12-02 00:01:16 +00:00
<img src="assets/img/0xc3.win.gif" />
</a>
2023-12-02 00:15:16 +00:00
<a href="https://trinity.moe/" target="_blank">
2022-11-22 06:17:23 +00:00
<img src="assets/img/trinitydotmoe88x31.bmp" />
</a>
2023-12-02 00:15:16 +00:00
<a href="https://versary.town/" target="_blank">
2022-11-22 06:17:23 +00:00
<img src="assets/img/versarytown.png" />
</a>
</div>
<p>
And here some of their links:
</p>
<div id="frens-links">
2023-12-02 00:15:16 +00:00
<a href="https://darkelfmagic.neocities.org/" target="_blank">
2024-03-02 06:36:16 +00:00
<!-- <img class="favicon" src="https://darkelfmagic.neocities.org/favicon.ico" /> -->
2023-02-24 18:16:36 +00:00
A Dark Elf's Spell Book
2022-11-22 06:17:23 +00:00
</a>
2023-02-24 18:16:36 +00:00
2023-12-02 00:15:16 +00:00
<a href="https://metaspinoza.wordpress.com/" target="_blank">
2023-03-02 23:53:43 +00:00
<img src="https://metaspinoza.wordpress.com/favicon.ico" />
Between Vanity and Vexation
</a>
2023-12-02 00:15:16 +00:00
<a href="https://jerl.zone/" target="_blank">
2023-03-02 23:53:43 +00:00
<!-- <img src="https://jerl.zone/favicon.ico" /> -->
2023-03-03 00:19:07 +00:00
chloe jerl
2023-03-02 23:53:43 +00:00
</a>
2024-03-02 06:36:16 +00:00
<a href="http://joshuacitarella.com/" target="_blank">
<!-- <img src="http://joshuacitarella.com/favicon.ico" /> -->
Joshua Citarella
</a>
2023-12-02 00:15:16 +00:00
<a href="https://lfav.co/" target="_blank">
2024-03-02 06:36:16 +00:00
<!-- <img class="favicon" src="https://lfav.co/resources/favicons/favicon-192.png"> -->
2023-03-02 23:53:43 +00:00
leastfavorite!
2023-02-24 18:16:36 +00:00
</a>
2023-12-02 00:15:16 +00:00
<a href="/~mars" target="_blank">mars</a>
2023-10-02 05:11:21 +00:00
2024-03-02 06:36:16 +00:00
<a href="https://magician.codes/" target="_blank">
<!-- <img class="favicon" src="https://magician.codes/favicon.ico"> -->
Michael Carducci
</a>
2023-12-02 00:15:16 +00:00
<a href="https://nihilistcommunism.wordpress.com/" target="_blank">
2022-11-22 06:17:23 +00:00
<img class="favicon" src="https://nihilistcommunism.wordpress.com/favicon.ico" />
Nihilist Communism
</a>
2023-02-24 18:16:36 +00:00
2024-03-02 06:36:16 +00:00
<a href="https://2078.gay/" target="_blank">
<img class="favicon" src="https://2078.gay/images/icon.png">
Nikki
</a>
<!-- Currently offline
2023-12-02 00:15:16 +00:00
<a href="https://ortuspress.org/" target="_blank">
2023-03-03 00:05:31 +00:00
<img class="favicon" src="https://ortuspress.org/wp-content/uploads/2020/09/cropped-New-Project-20-2-100x100.png" />
2023-02-24 18:16:36 +00:00
Ortus Press
2022-11-22 06:17:23 +00:00
</a>
2024-03-02 06:36:16 +00:00
-->
2023-02-24 18:16:36 +00:00
2023-12-02 00:15:16 +00:00
<a href="https://embeddedscript.net/" target="_blank">
2023-03-02 23:53:43 +00:00
<img class="favicon" src="https://embeddedscript.net/favicon.ico" />
Richard Williams
</a>
2023-12-02 00:15:16 +00:00
<a href="https://thenostomodernreview.substack.com/" target="_blank">
2022-11-22 06:17:23 +00:00
<img class="favicon" src="https://thenostomodernreview.substack.com/favicon.ico" />
2023-01-23 07:11:17 +00:00
The Nostomodern Review
2022-11-22 06:17:23 +00:00
</a>
</div>
</section>
2023-01-23 07:11:17 +00:00
<section class="full">
2023-02-24 18:16:36 +00:00
<menu id="cornring">
<li>
<a href="https://cornring.netlify.app/emmatebibyte/previous">
<<</a>
</li>
2023-01-23 07:11:17 +00:00
2023-02-24 18:16:36 +00:00
<li>
<a href="https://cornring.netlify.app/">Cornring</a>
</li>
2023-01-23 07:11:17 +00:00
2023-02-24 18:16:36 +00:00
<li>
<a href="https://cornring.netlify.app/emmatebibyte/next">>></a>
</li>
</menu>
2023-01-23 07:11:17 +00:00
</section>
2022-11-22 06:17:23 +00:00
</main>
<footer>
<section class="full">
<small>
2023-01-26 08:18:00 +00:00
This sites HTML & CSS are licensed under the
2023-01-23 07:11:17 +00:00
<a href="COPYING">AGPLv3</a> or later and its content under the
<a href="legalcode.txt">CC BY-NC-SA 4.0</a> license.
2022-11-22 06:17:23 +00:00
</small>
</section>
</footer>
</body>
</html>