Compare commits

..

4 Commits

Author SHA1 Message Date
Sasha Koshka 55d94d8cfc Replace old logo with turtle 2023-10-04 17:05:31 -04:00
Sasha Koshka e42d6d0eb2 Added local opencollective and liberapay icons 2023-10-04 16:29:18 -04:00
Sasha Koshka 85953bc028 Reset CSS for the most part 2023-10-04 15:28:48 -04:00
Sasha Koshka 4ca7e20f4b Add editorconfig file 2023-10-04 15:23:05 -04:00
12 changed files with 948 additions and 702 deletions

View File

@ -1,8 +1,7 @@
root = true
[*]
charset = utf-8
end_of_line = lf
indent_style = tab
indent_size = 2
insert_final_newline = true
indent_style = tab
[*.{html, htm}]
indent_size = 2

113
404.html
View File

@ -1,13 +1,13 @@
<!DOCTYPE html>
<!-- Copyright (c) 20212024 Tebibyte Media
<!-- Copyright (c) 20212023 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.
@ -17,54 +17,69 @@ with this website. If not, see https://www.gnu.org/licenses/. -->
<html>
<head>
<title>TiB. | 404</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="You're not supposed to be here." name="description" />
<meta content="width=device-width, initial-scale=1" name="viewport" />
<meta content="interest-cohort=()" http-equiv="Permissions-Policy" /> <!-- FUCK GOOGLE -->
</head>
<body class="full">
<header>
<img id="logo" src="/assets/img/TiB-network.png" width=25% />
</header>
<nav>
<menu>
<li class="home">
<a href="/">Home</a>
</li>
<head>
<title>TiB. | 404</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="You're not supposed to be here." name="description" />
<meta content="width=device-width, initial-scale=1" name="viewport" />
<meta content="interest-cohort=()" http-equiv="Permissions-Policy" /> <!-- FUCK GOOGLE -->
</head>
<body class="full">
<header>
<img id="logo" src="/assets/img/TiB-network.png" width=25% />
</header>
<nav>
<menu>
<li class="home">
<a href="/">Home</a>
</li>
<li class="network">
<a href="/network">Network</a>
</li>
<li class="network">
<a href="/network">Network</a>
</li>
<li class="blog">
<a href="/blog">Weblog</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="git">
<a href="https://git.tebibyte.media/">Git</a>
</li>
<li class="about">
<a href="/about">About</a>
</li>
</menu>
</nav>
<main>
<section class="errorcode">
<h1>404: Page Not Found</h1>
<p>
Sorry, but <a href="https://wikipedia.org/wiki/Liar_paradox">
this page does not exist</a>.
</p>
</section>
</main>
<footer>
<div class="copyleft">
<small>🄯 20232024 Tebibyte Media</small>
</div>
</footer>
<li class="about">
<a href="/about">About</a>
</li>
</menu>
</nav>
<main>
<section class="errorcode">
<h1>404: Page Not Found</h1>
<p>
Sorry, but <a href="https://wikipedia.org/wiki/Liar_paradox">
this page does not exist</a>.
</p>
</section>
</main>
<footer>
<div class="copyleft">
<small>🄯 2023 Tebibyte Media</small>
</div>
<div class="webring">
<span>
<a href="https://webring.yesterweb.org/noJS/index.php?d=rand&url=https://tebibyte.media/">
???</a>
</span>
<span>
<a href="https://webring.yesterweb.org/noJS/index.php?d=prev&url=https://tebibyte.media/"><<</a>
<a href="https://yesterweb.org/webring/">
Yesterweb</a>
<a href="https://webring.yesterweb.org/noJS/index.php?d=next&url=https://tebibyte.media/">>></a>
</span>
<span>
<a href="https://yesterweb.org/webring/members.html">..</a>
</span>
</div>
</footer>

View File

@ -1,13 +1,13 @@
<!DOCTYPE html>
<!-- Copyright (c) 20212024 Tebibyte Media
<!-- Copyright (c) 20212023 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.
@ -16,154 +16,212 @@ 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>
<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="network">
<a href="/network">Network</a>
</li>
<li class="git">
<a href="https://git.tebibyte.media/">Git</a>
</li>
<li class="blog">
<a href="/blog">Weblog</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>
<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="structure">
<a href="#structure">Structure</a>
</h2>
<p>
Tebibyte Media is composed of two distinct parts: the Network and the
Project. The latter is made up of its <a href="/about#staff">staff</a>
and the infrastructure that supports it. The constituent projects and
networks associated with the Project make up our Network. This
distinction exists in order to maintain an appropriate separation
between the Project's and members' interests and to preserve some of
the heterogeneity of these communities.
</p>
<h2 id="staff">
<a href="#staff">Staff</a>
</h2>
<p>
<a href="/~emma">Emma Tebibyte</a> is the founder of the Project and
the
<a href="https://wikipedia.org/wiki/Benevolent_dictator_for_life">
benevolent dictator for life</a> of Tebibyte Media. The Network is
designed with <a href="/network#responsibilities">autonomy</a> in mind
so that the Project staff cannot abuse the power given to them.
</p>
<p>
The other members of staff include <a href="/~silt">silt</a>,
<a href="/~mars">mars</a>, <a href="/~sashakoshka">sasha</a>,
<a href="/~thegoose">thegoose</a>, <a href="~/trinity">Trinity</a>,
and <a href="/~vista">vista</a>.
<hgroup>
<h2 id="network">
<a href=#network>Network</a>
</h2>
<aside>
<small>
For aspiring Network members, please see our
<a href="/network#application">
application information</a>.
</small>
</aside>
</hgroup>
<p>
Tebibyte Media's <i lang="fr">raison d'&#234;tre</i> is its Network.
Our goal as a Project is to foster the growth of that Network by
extending connections of solidarity between individuals, projects, and
other networks who share the values we believe are important in the
digital age.
</p>
<p>
For more information regarding the specification of the Network as
well as the current list of members, the benefits they enjoy, and
their responsibilities, see our
<a href="/network">Network</a> page.
</p>
</section>
</div>
<div class="column">
<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 an aspiring group of free software and
open-access enthusiasts who believe that all information should be
free and publicly accessible. To that end, we promote, share, connect,
and support like-minded developers, artists, writers, and creators
whose work progresses toward this goal. Read more at 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>
<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 couldn't have existed
without your contributions. We wish you well at your job and look
forward to seeing what
<a href="https://git.tebibyte.media/cyborg/cyborg">
Cyborg</a> can become! &#8249;3
</p>
<p>
Thanks to
<a href="https://thenostomodernreview.substack.com/">
classic5000</a> at <a href="https://ortusjournal.org/">
Ortus Journal</a> for giving me the reason I needed to create the
Network!
</p>
</section>
</div>
</main>
<footer>
<div class="copyleft">
<small>🄯 2023 Tebibyte Media</small>
</div>
<div class="webring">
<span>
<a href="https://webring.yesterweb.org/noJS/index.php?d=rand&url=https://tebibyte.media/">
???</a>
</span>
<span>
<a href="https://webring.yesterweb.org/noJS/index.php?d=prev&url=https://tebibyte.media/"><<</a>
<a href="https://yesterweb.org/webring/">
Yesterweb</a>
<a href="https://webring.yesterweb.org/noJS/index.php?d=next&url=https://tebibyte.media/">>></a>
</span>
<span>
<a href="https://yesterweb.org/webring/members.html">..</a>
</span>
</div>
</footer>
</body>

View File

@ -18,23 +18,17 @@
@font-face {
font-family: 'Ubuntu';
src: url('https://tebibyte.media/assets/fonts/ubuntu.ttf');
url('https://tebibyte.media/assets/fonts/ubuntu.woff2');
url('https://tebibyte.media/assets/fonts/ubuntu.woff');
}
url('https://tebibyte.media/assets/fonts/ubuntu.woff2');
url('https://tebibyte.media/assets/fonts/ubuntu.woff');
}
@font-face {
font-family: 'Ubuntu Mono Ligaturized';
src: url('https://tebibyte.media/assets/fonts/UbuntuMonoLigaturized-Regular.ttf');
}
::selection {
color: #000000;
background: #8f2424;
@font-face {
font-family: 'Ubuntu Mono Ligaturized';
src: url('https://tebibyte.media/assets/fonts/UbuntuMonoLigaturized-Regular.ttf');
}
* {
box-sizing: border-box;
color: #f0f0f0;
font-family: 'Ubuntu';
scrollbar-color: #8f2424 transparent;
}
@ -43,237 +37,3 @@
outline: 2px solid hsl(0, 80%, 40%);;
}
a {
color: #8f2424;
text-decoration: none;
}
a:active {
color: hsl(0, 80%, 40%);
}
a:hover {
color: hsl(0, 80%, 40%);
text-decoration: underline;
}
aside {
max-width: fit-content;
padding: 0.5em 0.75em;
}
blockquote {
margin: 0 1.5em;
}
blockquote p {
margin: 0;
}
body {
background-color: black;
margin: 0;
padding: 0 5%;
text-align: justify;
}
dd {
margin-bottom: 1em;
text-align: left;
}
div.webring span:not(:last-child)::after {
content: " //";
color: #4a3333;
}
dt {
font-weight: bold;
}
figcaption {
border-top: solid #8f2424 0.1rem;
margin: 1em 1.5em 0;
padding-top: 1em;
text-align: center;
}
figure {
margin: 0 1em;
padding: 1em;
}
footer {
align-items: center;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 1em auto;
max-width: 70em;
padding: 0.5em 1em;
}
h1, h2, h3, h4, h5, h6 {
margin: 0 0 0.5em 0;
border-bottom: solid #8f2424 0.1rem;
font-weight: bold;
padding-bottom: 0.5em;
}
header {
text-align: center;
padding: 0;
margin: auto;
}
i {
color: inherit;
}
li {
margin: 1em 0;
}
li ul, li ol {
margin: 0.25em 0;
}
main {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
gap: 1em;
text-align: inherit;
}
nav {
display: flex;
flex-direction: row-reverse;
font-weight: bold;
}
menu {
padding: 0.5em;
}
menu li {
display: inline;
}
menu li:not(:last-child)::after {
content: "|";
color: #4a3333;
}
menu li a {
text-decoration: underline;
}
section {
flex-basis: 100%;
}
strong {
font-size: 1.17em;
}
ul {
list-style-type: disc;
}
header, main, nav {
max-width: 70em;
margin: 0 auto;
}
aside, .errorcode, figure, footer, menu {
background: hsl(0, 20%, 7%);
width: auto;
border: solid;
border-color: hsl(0, 80%, 40%);
border-radius: 1em;
}
.column {
flex-basis: 49%;
flex-grow: 1;
}
.copyleft {
padding: 0;
}
.copyleft p, .webring p {
margin: 0;
white-space: nowrap;
}
.errorcode h1 {
border: none;
padding: 1em;
}
.errorcode {
margin: 1em 0;
text-align: center;
}
.errorcode section {
flex-direction: column;
}
.icon {
text-align: left;
white-space: nowrap;
}
.icon img {
max-width: 1em;
}
.webring a {
text-decoration: underline;
}
.webring a:hover {
text-decoration: none;
}
@media (max-width: 30em) {
footer {
flex-wrap: wrap;
justify-content: center;
}
.copyleft, .webring {
flex-basis: 100%;
flex-grow: 1;
text-align: center;
}
}
#home nav .home > a {
pointer-events: none;
cursor: default;
text-decoration: none;
}
#network nav .network > a {
pointer-events: none;
cursor: default;
text-decoration: none;
}
#about nav .about > a {
pointer-events: none;
cursor: default;
text-decoration: none;
}
#logo {
vertical-align: top;
max-width: 192px;
min-width: 128px;
}

1
assets/img/liberapay.svg Normal file
View File

@ -0,0 +1 @@
<svg width="32" height="32" viewBox="0 0 80 80" xmlns="http://www.w3.org/2000/svg"><rect fill="#f6c915" width="80" height="80" rx="8"/><path fill="#FFF" d="M32.73 56.2651c-2.5867 0-4.6175-.3376-6.0925-1.0107s-2.5308-1.5936-3.1708-2.7611-.9458-2.4933-.9275-4.015.2267-3.1234.6284-4.8357l6.9391-29.0143 8.47-1.3108-7.595 31.4733c-.1458.655-.2275 1.2567-.2458 1.8025s.0817 1.0292.3 1.4475.5917.7566 1.12 1.0108 1.2658.42 2.2133.4925zM40.5333 28.0209c1.46-.4367 3.1267-.8284 5.0025-1.175s3.9075-.5183 6.0933-.5183 3.7985.3092 5.2726.9283 2.6864 1.4667 3.6341 2.5409 1.6475 2.3316 2.1024 3.77.6832 2.9783.6832 4.6183c0 2.6583-.4373 5.09-1.3214 7.2942s-2.076 4.1075-3.6237 5.71-3.4059 2.851-5.5763 3.7475-4.5235 1.3344-7.0718 1.3344c-1.2391 0-2.4775-.1104-3.7158-.3296l-2.4592 9.8912h-8.0865zM43.4867 49.3867c.6192.1458 1.3842.2133 2.295.2133 1.42 0 2.7133-.2583 3.8792-.7875s2.1583-1.265 2.9783-2.2125 1.4557-2.0842 1.9117-3.415.6827-2.795.6827-4.3983-.3467-2.8958-1.0379-3.9892-1.894-1.6391-3.6057-1.6391c-1.1667 0-2.2592.1092-3.2792.3283z"/></svg>

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

@ -0,0 +1,4 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M29.1531 6.8877C30.948 9.47379 31.9999 12.614 31.9999 16.0003C31.9999 19.3866 30.948 22.5271 29.1531 25.1129L25.0085 20.9684C25.8225 19.4957 26.2858 17.8019 26.2858 16.0003C26.2858 14.1987 25.8225 12.5052 25.0085 11.0325L29.1531 6.8877Z" fill="#8FC7FF"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M25.1126 2.84685L20.9678 6.99138C19.4951 6.17745 17.8016 5.71417 16 5.71417C10.3194 5.71417 5.71418 10.3194 5.71418 16C5.71418 21.6806 10.3194 26.2858 16 26.2858C17.8016 26.2858 19.4951 25.8226 20.9678 25.0086L25.1126 29.1532C22.5265 30.948 19.3863 32 16 32C7.16352 32 0 24.8365 0 16C0 7.16351 7.16352 0 16 0C19.3863 0 22.5265 1.05197 25.1126 2.84685Z" fill="#297EFF"/>
</svg>

After

Width:  |  Height:  |  Size: 825 B

15
assets/img/turtle.svg Normal file
View File

@ -0,0 +1,15 @@
<svg style="fill-rule:nonzero;clip-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;" version="1.1" viewBox="0 0 1024 1024" width="256" height="256" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
<title>Tebibyte Media Logo (Turtle)</title>
<desc>
Created by Sasha Koshka (pseudonymous)
https://holanet.xyz
Licensed under Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)
https://creativecommons.org/licenses/by-sa/4.0/legalcode
</desc>
<path d="M341.814 590.837C298.274 496.846 339.172 385.355 433.163 341.814C527.154 298.274 638.645 339.172 682.186 433.163C725.726 527.154 684.828 638.645 590.837 682.186C496.846 725.726 385.355 684.828 341.814 590.837Z" fill="#ffffff" fill-rule="nonzero" opacity="1" stroke="none"/>
<path d="M146.721 196.984C133.568 203.375 121.775 213.046 112.669 225.777C83.5315 266.515 92.9306 323.156 133.669 352.294C171.345 375.058 252.412 385.147 303.511 415.303C315.595 389.217 332.571 365.325 353.898 345.123C309.246 310.236 272.93 233.098 239.187 204.777C211.179 184.744 175.658 182.924 146.721 196.984Z" fill="#ffffff" fill-rule="nonzero" opacity="1" stroke="none"/>
<path d="M546.174 284.672C574.776 288.999 602.331 298.719 627.339 313.198C654.383 257.718 692.691 228.859 707.277 194.992C721.971 151.993 699.032 105.237 656.033 90.5434C613.035 75.8493 566.251 98.8015 551.557 141.8C542.413 177.325 559.857 224.588 546.174 284.672Z" fill="#ffffff" fill-rule="nonzero" opacity="1" stroke="none"/>
<path d="M731.667 444.259C731.686 444.319 731.704 444.379 731.723 444.439C740.573 473.222 743.424 502.39 741.108 530.677C784.387 533.03 815.335 549.738 844.664 548.693C885.251 544.086 914.433 507.419 909.826 466.832C905.22 426.245 868.562 397.093 827.975 401.7C799.261 407.233 785.631 424.61 731.667 444.259Z" fill="#ffffff" fill-rule="nonzero" opacity="1" stroke="none"/>
<path d="M644.258 699.748C633.225 707.616 621.336 714.61 608.592 720.513C595.837 726.422 582.797 730.948 569.649 734.277C594.68 801.183 580.562 860.618 595.178 899.872C615.56 943.871 667.756 962.994 711.754 942.612C755.752 922.23 774.888 870.063 754.506 826.065C734.019 789.539 682.318 763.921 644.258 699.748Z" fill="#ffffff" fill-rule="nonzero" opacity="1" stroke="none"/>
<path d="M347.901 673.051C329.963 654.776 314.798 633.189 303.418 608.624C302.358 606.335 301.402 604.017 300.423 601.712C257.015 619.929 204.585 624.295 174.143 641.44C137.438 666.033 127.601 715.709 152.194 752.414C176.787 789.12 226.491 798.944 263.197 774.351C290.575 752.762 309.418 706.336 347.901 673.051Z" fill="#ffffff" fill-rule="nonzero" opacity="1" stroke="none"/>
</svg>

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@ -1,61 +1,16 @@
<!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. | Youre not supposed to be here</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="Leave now, while you still can!" 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="template">
<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>
This is a template file!
</main>
<footer>
<div class="copyleft">
<small>🄯 20232024 Tebibyte Media</small>
</div>
</footer>
</body>
<html>
<head>
<title>TiB. | You're not meant to be here.</title>
<link rel="stylesheet" href="/assets/TiB.css">
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
<meta content="Emma Tebibyte" name="author" />
<meta content="Tebibyte Media page info goes here." name="description" />
<meta content="width=device-width, initial-scale=1" name="viewport" />
<meta content="interest-cohort=()" http-equiv="Permissions-Policy" /> <!-- FUCK GOOGLE -->
</head>
<header><img id="logo" src="assets/img/TiB-network.png" width=25% style="vertical-align:top" /></header>
<body id="home">
<nav><h4 style="text-align: right"><li class="home"><a href="/">Home</a></li> | <li class="blog"><a href="/blog">Weblog</a></li> | <li class="about"><a href="/about">About</a></li></h4></nav>
</body>
</html>

View File

@ -1,17 +1,17 @@
<!DOCTYPE html>
<!-- Copyright (c) 20212024 Tebibyte Media
<!-- Copyright (c) 20212023 Tebibyte Media
SPDX-License-Identifier: CC0 -->
<html>
<head>
<title>TiB. | Tebicord</title>
<link rel="stylesheet" href="/assets/TiB.css">
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
<meta content="Emma Tebibyte" name="author" />
<meta content="Tebibyte Media Discord invite." name="description" />
<meta content="width=device-width, initial-scale=1" name="viewport" />
<meta content="interest-cohort=()" http-equiv="Permissions-Policy" /> <!-- FUCK GOOGLE -->
<meta http-equiv="REFRESH" content="0;url=https://tebibyte.media/blog/2023-status-update/">
</head>
<head>
<title>TiB. | Tebicord Invite</title>
<link rel="stylesheet" href="/assets/TiB.css">
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
<meta content="Emma Tebibyte" name="author" />
<meta content="Tebibyte Media Discord invite." name="description" />
<meta content="width=device-width, initial-scale=1" name="viewport" />
<meta content="interest-cohort=()" http-equiv="Permissions-Policy" /> <!-- FUCK GOOGLE -->
<meta http-equiv="REFRESH" content="0;url=https://discord.gg/BhChgu9nzu">
</head>
</html>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 66 KiB

View File

@ -1,13 +1,13 @@
<!DOCTYPE html>
<!-- Copyright (c) 20212024 Tebibyte Media
<!-- Copyright (c) 20212023 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.
@ -16,177 +16,195 @@ 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. | Home</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 project website." 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="home">
<header>
<img id="logo" src="/assets/img/TiB-network.png" />
</header>
<nav>
<menu>
<li class="home">
<a href="/">Home</a>
</li>
<head>
<title>TiB. | Home</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 project website." 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="home">
<header>
<img id="logo" src="/assets/img/turtle.svg" />
</header>
<nav>
<menu>
<li class="home">
<a href="/">Home</a>
</li>
<li class="blog">
<a href="/blog">Weblog</a>
</li>
<li class="network">
<a href="/network">Network</a>
</li>
<li class="git">
<a href="https://git.tebibyte.media/">Git</a>
</li>
<li class="blog">
<a href="/blog">Weblog</a>
</li>
<li class="about">
<a href="/about">About</a>
</li>
</menu>
</nav>
<main>
<section>
<strong id="slogan">Under construction!</strong>
<p>
We are a group of free software advocate hobbyist programmers who make
cool stuff. Our goal with this project is to work together to make good
software that at least we want to use. Currently, our plans are a bit
muddy, and given that we all have busy lives, progress may be slow for
the forseeable future. Check back every once in a while and see whats
changed!
</p>
<figure>
<blockquote cite="https://www.gnu.org/philosophy/shouldbefree.en.html#damaging-social-cohesion">
<p>
Signing a typical software license agreement means betraying your
neighbor: “I promise to deprive my neighbor of this program so that
I can have a copy for myself.” People who make such choices feel
internal psychological pressure to justify them, by downgrading the
importance of helping one's neighbors—thus public spirit suffers.
This is psychosocial harm associated with the material harm of
discouraging use of the program.
</p>
</blockquote>
<figcaption>
<a href="https://stallman.org/">Richard Stallman</a>,
<a href="https://www.gnu.org/philosophy/shouldbefree.en.html">
<cite>Why Software Should be Free</a></cite>, “Damaging Social
Cohesion”, para. 23
</figcaption>
</figure>
<p>
The <a href="https://fsf.org/">Free Software Foundation</a> and Stallman
are responsible for the
<a href="">GNU General Public License</a> family of licenses, which are
strong copyleft licenses that protect the freedom of software covered by
them.
</p>
<p>
Our <a href="/network">Network</a> was originally intended to facilitate
and spread that spirit of sharing, cooperation, and solidarity by
providing to members firm foundations of support. Unfortunately, because
of the way the Tebibyte Media community came to fruition, it wasnt the
best idea for us. You can read more
<a href="https://tebibyte.media/blog/2023-status-update/">here</a>.
</p>
</section>
<div class="column">
<section id="donate">
<h2 id="donate">
<a href="#donate">Donate</a>
</h2>
<p>
Tebibyte Media's infrastructure is maintained by a few individuals who
work on it in their spare time. As a result, funding is tight, so any
donations are highly appreciated. Donations are accepted through
<a class="icon" href="https://liberapay.com/tebibytemedia/donate">
<img class="icon" src=https://liberapay.com/assets/liberapay/icon-v2_white-on-yellow.svg />
Liberapay</a> and
<a class="icon" href="https://opencollective.com/tebibytemedia">
<img class="icon" src="https://opencollective.com/static/images/opencollective-icon.svg" />
Open Collective</a>.
</p>
</section>
</div>
<div class="column">
<section>
<h2 id="reading">
<a href="#reading">Reading List</a>
</h2>
<dl>
<dt>
<a href="https://stallman.org/">Richard Stallman
</a> ­<cite>Free Software, Free Society</cite>
<a href="https://www.gnu.org/philosophy/fsfs/rms-essays.pdf">
[PDF]</a>
</dt>
<dd>
As the de-facto leader of the free software world and the founder
of the <a href="https://fsf.org/">Free Software Foundation</a>,
<abbr title="Richard M. Stallman">RMS</abbr> has written a number
of works. These are not limited to free software; though, of
course, that is what he is known for. This book is an accumulation
of the most important of his writing.
</dd>
<li class="git">
<a href="https://git.tebibyte.media/">Git</a>
</li>
<dt>
<a href="http://www.catb.org/~esr">Eric S. Raymond
</a> <cite>The Cathedral and the Bazaar</cite>
<a href="http://www.catb.org/~esr/writings/cathedral-bazaar/cathedral-bazaar/">
[XHTML]</a>
</dt>
<dd>
<q cite="http://www.catb.org/~esr/writings/cathedral-bazaar/cathedral-bazaar/ar01s04.html"
>Given enough eyeballs, all bugs are shallow.</q> In his critique of
the “cathedral-builder style” of software development,
<abbr title="Eric S. Raymond">ESR</abbr> covers the importance of
the practical principles behind free software
<a href="#open-source">[1]</a> development.
</dd>
<li class="about">
<a href="/about">About</a>
</li>
</menu>
</nav>
<main>
<section>
<strong id="slogan">For the dreamers, from the doers.</strong>
<p>
Tebibyte Media is the culmination of what
<a href="https://www.gnu.org/philosophy/free-sw.html">free software</a>
and <a href="https://www.openaccess.nl/en/what-is-open-access">
open-access</a> philosophy is all about—preserving and promoting the
essential freedom to share:
</p>
<figure>
<blockquote cite="https://www.gnu.org/philosophy/shouldbefree.en.html#damaging-social-cohesion">
<p>
Signing a typical software license agreement means betraying your
neighbor: “I promise to deprive my neighbor of this program so that
I can have a copy for myself.” People who make such choices feel
internal psychological pressure to justify them, by downgrading the
importance of helping ones neighbors—thus public spirit suffers.
This is psychosocial harm associated with the material harm of
discouraging use of the program.
</p>
</blockquote>
<figcaption>
<a href="https://stallman.org/">Richard Stallman</a>,
<cite>
<a href="https://www.gnu.org/philosophy/shouldbefree.en.html">
Why Software Should be Free</a></cite>, “Damaging
Social Cohesion”, para. 23
</figcaption>
</figure>
<p>
Our <a href="/network">Network</a> is designed to facilitate and spread
that spirit of sharing, cooperation, and solidarity by providing to
members firm foundations of support. If your project or community is
young and you and your team is not sure how to build a userbase,
maintain your own services, or if you need a way to get yourself and
your work out there, you should consider
<a href="/network#application">applying</a>!
</p>
<p>
Even if you've been around the block, we're always accepting new members
who share our values, and experienced Network members are also extremely
important to us.
</p>
</section>
<div class="column">
<section id="donate">
<h2 id="donate">
<a href="#donate">Donate</a>
</h2>
<p>
Tebibyte Media's infrastructure is maintained by a few individuals who
work on it in their spare time. As a result, funding is tight, so any
donations are highly appreciated. Donations are accepted through
<a class="icon" href="https://liberapay.com/tebibytemedia/donate">
<img class="icon" src="/assets/img/liberapay.svg" />
Liberapay</a> and
<a class="icon" href="https://opencollective.com/tebibytemedia">
<img class="icon" src="/assets/img/opencollective.svg" />
Open Collective</a>.
</p>
</section>
</div>
<div class="column">
<section>
<h2 id="reading">
<a href="#reading">Reading List</a>
</h2>
<dl>
<dt>
<a href="https://stallman.org/">Richard Stallman
</a> ­<cite>Free Software, Free Society</cite>
<a href="https://www.gnu.org/philosophy/fsfs/rms-essays.pdf">
[PDF]</a>
</dt>
<dd>
As the de-facto leader of the free software world and the founder
of the <a href="https://fsf.org/">Free Software Foundation</a>,
<abbr title="Richard M. Stallman">RMS</abbr> has written a number
of works. These are not limited to free software; though, of
course, that is what he is known for. This book is an accumulation
of the most important of his writing.
</dd>
<dt>
Eric S. Raymond <cite>The Art of Unix Programming</cite>
<a href="http://www.catb.org/esr/writings/taoup/html/index.html">
[HTML]</a>
</dt>
<dd>
<q cite="http://www.catb.org/esr/writings/taoup/html/index.html">You
should read this book if you are a Unix user with novice-level up to
middle-level skills in the operating system, but little development
experience, and want to learn how to design software effectively
under Unix.</q> This book contains information about the Unix
Philosophy and culture <a href="#open-source">[1]</a>.
</dd>
<dt>
<a href="http://www.catb.org/~esr">Eric S. Raymond
</a> <cite>The Cathedral and the Bazaar</cite>
<a href="http://www.catb.org/~esr/writings/cathedral-bazaar/cathedral-bazaar/">
[XHTML]</a>
</dt>
<dd>
<q cite="http://www.catb.org/~esr/writings/cathedral-bazaar/cathedral-bazaar/ar01s04.html"
>Given enough eyeballs, all bugs are shallow.</q> In his critique of
the “cathedral-builder style” of software development,
<abbr title="Eric S. Raymond">ESR</abbr> covers the importance of
the practical principles behind free software
<a href="#open-source">[1]</a> development.
</dd>
<dt>
<a href="https://daniel.haxx.se/">Daniel Stenberg
</a> <cite>Uncurled</cite>
<a href="https://un.curl.dev/">[HTML]</a>
</dt>
<dd>
Stenbergs guide to developing free software
<a href="#open-source">[1]</a> projects focuses on the less-obvious
aspects of the process—for example, the section entitled “Your
project” covers the difficulties of <i>starting</i> itself.
</dd>
</dl>
<p>
<a href="#open-source" id="open-source">[1]</a> This piece refers to
free software as
<a href="https://www.gnu.org/philosophy/open-source-misses-the-point.html">
“open source”</a>.
</section>
</div>
</main>
<footer>
<div class="copyleft">
<small>🄯 20232024 Tebibyte Media</small>
</div>
</footer>
</body>
<dt>
Eric S. Raymond <cite>The Art of Unix Programming</cite>
<a href="http://www.catb.org/esr/writings/taoup/html/index.html">
[HTML]</a>
</dt>
<dd>
<q cite="http://www.catb.org/esr/writings/taoup/html/index.html">You
should read this book if you are a Unix user with novice-level up to
middle-level skills in the operating system, but little development
experience, and want to learn how to design software effectively
under Unix.</q> This book contains information about the Unix
Philosophy and culture <a href="#open-source">[1]</a>.
</dd>
<dt>
<a href="https://daniel.haxx.se/">Daniel Stenberg
</a> <cite>Uncurled</cite>
<a href="https://un.curl.dev/">[HTML]</a>
</dt>
<dd>
Stenbergs guide to developing free software
<a href="#open-source">[1]</a> projects focuses on the less-obvious
aspects of the process—for example, the section entitled “Your
project” covers the difficulties of <i>starting</i> itself.
</dd>
</dl>
<p>
<a href="#open-source" id="open-source">[1]</a> This piece refers to
free software as
<a href="https://www.gnu.org/philosophy/open-source-misses-the-point.html">
“open source”</a>.
</section>
</div>
</main>
<footer>
<div class="copyleft">
<small>🄯 2023 Tebibyte Media</small>
</div>
<div class="webring">
<span>
<a href="https://webring.yesterweb.org/noJS/index.php?d=rand&url=https://tebibyte.media/">
???</a>
</span>
<span>
<a href="https://webring.yesterweb.org/noJS/index.php?d=prev&url=https://tebibyte.media/"><<</a>
<a href="https://yesterweb.org/webring/">
Yesterweb</a>
<a href="https://webring.yesterweb.org/noJS/index.php?d=next&url=https://tebibyte.media/">>></a>
</span>
<span>
<a href="https://yesterweb.org/webring/members.html">..</a>
</span>
</div>
</footer>
</body>
</html>

View File

@ -1,17 +1,438 @@
<!DOCTYPE html>
<!-- Copyright (c) 20212024 Tebibyte Media
SPDX-License-Identifier: CC0 -->
<!-- Copyright (c) 20212023 Tebibyte Media
SPDX-License-Identifier: AGPL-3.0-or-later
<html>
<head>
<title>TiB. | Network</title>
<link rel="stylesheet" href="/assets/TiB.css">
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
<meta content="Emma Tebibyte" name="author" />
<meta content="Tebibyte Media Network directory." name="description" />
<meta content="width=device-width, initial-scale=1" name="viewport" />
<meta content="interest-cohort=()" http-equiv="Permissions-Policy" /> <!-- FUCK GOOGLE -->
<meta http-equiv="REFRESH" content="0;url=https://tebibyte.media/blog/2023-status-update/">
</head>
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. | Network</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 Network directory." 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="network">
<header>
<img id="logo" src="/assets/img/TiB-network.png" />
</header>
<nav>
<menu>
<li class="home">
<a href="/">Home</a>
</li>
<li class="network">
<a href="/network">Network</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>
<section>
<h2 id="members">
<a href="#members">Members</a>
</h2>
<dl>
<dt>
<a href="https://git.tebibyte.media/arf/arf">ARF</a>
</dt>
<dd>
An experimental programming language with a focus on
modularization and clarity of code.
</dd>
<dt>
<a href="https://git.tebibyte.media/canary/canary-rs">
Canary</a>
</dt>
<dd>
A post-structuralist graphical user interface (GUI)
using WebAssembly scripting for its runtime logic.
</dd>
<dt>
<a href="https://git.tebibyte.media/cyborg/cyborg">
Cyborg</a>
</dt>
<dd>
An artist-oriented realtime 3D rendering engine.
</dd>
<dt>
<a href="https://git.tebibyte.media/minecrust/hopper">
Hopper</a>
</dt>
<dd>
A Minecraft package manager, which is capable of
globally downloading and updating mods, modpacks,
plugins, and resource packs.
</dd>
<!-- <dt>
<a> href="https://ortusjournal.org">Ortus Journal</a>
</dt>
<dd>
A journal of speculative analysis
</dd> -->
<dt>
<a href="https://git.tebibyte.media/yac">YAC</a>
</dt>
<dd>
A simple, standards-compliant set of operating system
tools.
</dd>
</dl>
</section>
<section>
<hgroup>
<h2 id="specification">
<a href="#specification">Specification</a>
</h2>
<aside>
<small>
Read about Tebibyte Media's structure and governance
<a href="/about#structure">here</a>.
</small>
</aside>
</hgroup>
<p>
The members of the Network are split into two separate categories: a
<dfn id="project">project</dfn> in this context is an entity whose
constituents are individuals; a <dfn id="network">network</dfn> is one
whose members are projects themselves or a mix of projects and other
networks.
</p>
<p>
A Tebibyte Media project does not necessarily have to be a free software
project; it can be anything involving strong public engagement and
iterative development. For example, a postmodernist fiction blog could
count as a Tebibyte Media project as long as the work is available to
its readers under a free
<a href="https://www.gnu.org/licenses/license-list.html#OtherLicenses">
license</a>.
</p>
<p>
A network might be a webring, an online social hub for the
advancement of an idea or collective agenda, or an
organization which has multiple discrete components or
internal projects with distinct individuals heading them up.
A group of sites whose constituents are all blogs that focus on
physics could be an example of a Tebibyte Media network.
</p>
</section>
<section>
<h2 id="responsibilities">
<a href="#responsibilities">
Responsibilites &amp; Assurances
</a>
</h2>
<p>
Tebibyte Media's Network is designed in a way that is meant to prevent
the Project from wielding power over members. All data and servers
relating to any given member's infrastructure and the administrative
privileges that come with it are theirs.
</p>
<p>
Every project in the Network will be represented by a single person who
will be appropriately selected by the members of that project. For
example, in the case of a free software project run by a BDFL, the
leader of that project would be tasked with selecting the
representative.
</p>
<p>
Note that we only want one representative from each project because it
will simplify communication; to have a specific individual we know we
can reach out to in discussions is important for quick resolutions.
</p>
<p>
Member networks are given the opportunity to provide as many
representatives as there are distinct viewpoints in the community that
network represents.
</p>
<p>
Every month, on the first day of the month, the Project will publish a
blog post detailing the month in review of the Network. Representatives
of each member will be responsible for working with the Project editors
to write a short decription of the state of the member, including what
has been accomplished in the past month and what is on the horizon.
These sections will be submitted to the blog repository using the git
version-tracking system. Knowledge of this system is not required but is
preferred. Our editors will be able to guide representatives through the
submission process and help with any problems presented by this setup.
</p>
</section>
<section>
<h2 id="benefits">
<a href="#benefits">Member Benefits</a>
</h2>
<p>
The Project takes upon itself responsibilities for each member of the
Network. We will provide infrastructure that your project needs to
succeed. Infrastructure currently available includes:
<ul>
<li>Website hosting</li>
<ul>
<li><a href="https://jekyllrb.com/">Jekyll</a></li>
<li>
Self-hosted <a href="https://wordpress.com/">
WordPress
</a>
</li>
<li><a href="https://getzola.org/">Zola</a></li>
</ul>
<li>
A dedicated <a href="https://matrix.org/">Matrix</a>
room
</li>
<li>An e-mail server</li>
<li>
A dedicated feed channel on <a href="/discord">our
Discord “server”</a>
</li>
</ul>
Planned infrastructure includes:
<ul>
<li><a href="https://fosscord.com/">Fosscord</a> Guilds</li>
<li>
Package maintenance (i.e.
<a href="https://mpr.makedeb.org/">
MPR
</a>/<a href="https://aur.archlinux.org/">
AUR
</a>)
</li>
<li>Documentation</li>
<ul>
<li>
<a href="https://rust-lang.github.io/mdBook/">
mdBook
</a>
</li>
</ul>
</ul>
In addition to benefits, we also offer community coordination and the
existing Tebibyte Media Network as a baseline level of exposure.
</p>
</section>
<section>
<h2 id="application">
<a href="#application">Application</a>
</h2>
<p>
In order to apply to be a member of the Tebibyte Media Network, please
reference the below guidelines. All applications should be sent to
<a href="mailto:apply@tebibyte.media">apply@tebibyte.media</a>.
</p>
<p>
Please write the application in plaintext as an essay without the use of
a markup language.
</p>
<ol>
<li>
<p>
Include the name of the applicant and describe its organizational
makeup; specify constituents and appoint representative(s).
<a title="More Information" href="#specification">[?]
</a>
</p>
</li>
<li>
<p>
Define the type of work it is (i.e. software, educational resource,
publisher, art project).
</p>
</li>
<li>
<p>
Describe the programming languages, writing styles, target
platforms, or technical information regarding the creation of its
contents.
</p>
</li>
<li>
<p>
Link technical resources which contextualize its creation, including
reference materials, any work that is similar, or anything upon
which it is based. This may include any issues encountered by
similar works that the applicant plans to solve.
</p>
</li>
<li>
<p>
Is this an experimental undertaking, which innovates in its field;
a refined reimplementation of a tried-and-true solution; or
something in between?
</p>
</li>
<li>
<p>
Create a description of the vision of the applicant's
<a href="https://en.wikipedia.org/wiki/Minimum_viable_product">
minimum viable product</a>. Minimum viable products are not complete
or fully functional; they must simply demonstrate promising work. It
is important to the success of any work that it
<a href="http://www.catb.org/%7Eesr/writings/cathedral-bazaar/cathedral-bazaar/ar01s04.html">
releases early and releases often</a>.
</p>
</li>
<li>
<p>
Explain who the target users or audience are and what kinds of
contributors the applicant would appeal to are.
</p>
</li>
<li>
<p>
Describe the long-term goals of the applicant:
</p>
<ul>
<li>
<p>
Estimated timespans: what will it look like in a month? In a
year? Write a road map.
</p>
</li>
<li>
<p>
How will it contribute to the ecosystem it inhabits?
</p>
</li>
<li>
<p>
Is it trying to solve a problem, occupy an unfilled niche, or
something else?
</p>
</li>
<li>
<p>
Does anything exist that is also attempting solve these
problems? If so, how is this endeavor different?
</p>
</li>
</ul>
</li>
<li>
<p>
Answer the following questions:
</p>
<ul>
<li>
<p>
What does it gain from joining the Network?
</p>
</li>
<li>
<p>
What does it bring to the table for other Network members? For
example, if the applicant were a writing collective, it could
provide valuable editorial knowledge. If it were an art project,
it could create mixed-media projects with other members or
design graphics for their projects.
</p>
<p>
It should be noted that the applicant need not provide services
to other Network members. For the guidelines on what <i>is</i>
required from members, see the
<a href="#responsibilities">Responsibilities</a> section of this
page.
</p>
</li>
<li>
<p>
Does the applicant's work follow the
<a href="http://www.catb.org/esr/writings/taoup/html/ch01s06.html">
Unix Philosophy</a> (if applicable)? Explain why or why not and
how, if at all, it departs from it.
</p>
</li>
</ul>
</li>
<li>
<p>
Include licensing details—Tebibyte Media will not accept applicants
whose licensing conflicts with our goal of furthering free software
and open-access ideology. See
<a href="https://www.gnu.org/licenses/license-recommendations.html">
the Free Software Foundation's recommendations
</a> as well as
<a href="https://www.gnu.org/licenses/license-list.html">
their list of free software licenses
</a> for guidance on software licensing; for others, see the
<a href="https://chooser-beta.creativecommons.org/">
Creative Commons license chooser</a>. Applicants whose works are
covered in part by a No-Derivatives variant of these licenses are
accepted <i>only</i> in circumstances when that part was created by
a third party.
</p>
</li>
</ol>
</section>
</main>
<footer>
<div class="copyleft">
<small>🄯 2023 Tebibyte Media</small>
</div>
<div class="webring">
<span>
<a href="https://webring.yesterweb.org/noJS/index.php?d=rand&url=https://tebibyte.media/">
???</a>
</span>
<span>
<a href="https://webring.yesterweb.org/noJS/index.php?d=prev&url=https://tebibyte.media/"><<</a>
<a href="https://yesterweb.org/webring/">
Yesterweb</a>
<a href="https://webring.yesterweb.org/noJS/index.php?d=next&url=https://tebibyte.media/">>></a>
</span>
<span>
<a href="https://yesterweb.org/webring/members.html">..</a>
</span>
</div>
</footer>
</body>
</html>