site/about/index.html

170 lines
5.3 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<!-- Copyright (c) 20212024 Tebibyte Media
SPDX-License-Identifier: AGPL-3.0-or-later
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">
<head>
<title>TiB. | About</title>
<link rel="stylesheet" href="/assets/TiB.css">
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
<meta charset="UTF-8">
<meta content="Emma Tebibyte" name="author" />
<meta content="Tebibyte Media about page." name="description" />
<meta content="width=device-width, initial-scale=1" name="viewport" />
<meta content="interest-cohort=()" http-equiv="Permissions-Policy" /> <!-- FUCK GOOGLE -->
</head>
<body id="about">
<header>
<img id="logo" src="/assets/img/TiB-network.png" />
</header>
<nav>
<menu>
<li class="home">
<a href="/">Home</a>
</li>
<li class="blog">
<a href="/blog">Weblog</a>
</li>
<li class="git">
<a href="https://git.tebibyte.media/">Git</a>
</li>
<li class="about">
<a href="/about">About</a>
</li>
</menu>
</nav>
<main>
<div class="column">
<section>
<h2 id="members">
<a href="#members">Members</a>
</h2>
<p>
<a href="/~emma">Emma</a>
</p>
<p>
<a href="/~mars">mars</a>
</p>
<p>
<a href="/~sashakoshka">sasha</a>
</p>
<p>
<a href="/~silt">silt</a>
</p>
<p>
<a href="/~trinity">Trinity</a>
</p>
</section>
<section>
<h2 id=history>
<a href="history">History</a>
</h2>
<p>
Tebibyte Media was started in 2020 by Emma Tebibyte to create a
community of technology-savvy individuals on
<a href="/discord">a Discord “server”</a> who shared faer values. Its
original goal was to propagate free software values, which influenced
its current purpose.
</p>
<p>
Today, Tebibyte Media is agroup of free software advocates and
programming hobbyists. We want to promote good practices in
programming, freedom of software, security, and apply those values and
ethics to software of our own. You can read more on our
<a href="/blog">blog</a>.
</p>
</section>
<section>
<h2 id="wtf-is-a-tib">
<i><a href="#wtf-is-tib">
WTF is a Tebibyte?
</a></i>
</h2>
<p>
A tebibyte is a unit of digital storage equal to 1099511627776 bytes.
The confusion ensuing due to Microsoft Windows' usage of the SI
prefixes instead of the proper IEC ones is documented on
<a href="https://wikipedia.org/wiki/Binary_prefix#Consumer_confusion">
Wikipedia</a>.
</p>
</section>
</div>
<div class="column">
<section>
<h2 id="license">
<a href="#license">How is your site licensed?</a>
</h2>
<p>
The Tebibyte Media 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.
</p>
<p>
The Tebibyte Media 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.
</p>
<p>
You should have received a copy of the GNU Affero General
Public License along with the Tebibyte Media website. See
<a href="/COPYING">
here</a> for that copy. The source code is available
<a href="https://git.tebibyte.media/meta/site">here</a>.
</p>
</section>
<section>
<h2 id="hosting">
<a href="#hosting">Who is your hosting provider?</a>
</h2>
<p>
The server hosting this site and its services is hosted on a
<a href="https://www.linode.com/">Linode</a> running
<a href="https://www.debian.org/">Debian 11</a> with the
<a href="https://www.fsfla.org/ikiwiki/selibre/linux-libre/">
Linux-libre</a> kernel.
</p>
</section>
<section>
<h2 id="thanks">
<a href="#thanks">Special Thanks</a>
</h2>
<p>
Thank you to robotcritter for having been a wonderful member of the
staff and for the support with the server. We couldnt have continued
without your contributions. We wish you well at your job! &#8249;3
</p>
<p>
Thanks to
<a href="https://thenostomodernreview.substack.com/">
classic5000</a> from <a href="https://ortuspress.org/">
Ortus Press</a> for giving me the reason I needed to start this whole
ride!
</p>
</section>
</div>
</main>
<footer>
<div class="copyleft">
<small>🄯 20232024 Tebibyte Media</small>
</div>
</footer>
</body>