fixed mixed tabs and spaces indentation

This commit is contained in:
Emma Tebibyte 2024-01-31 11:43:53 -07:00
parent 149f34fa48
commit 78b56fb965
Signed by: emma
GPG Key ID: 06FA419A1698C270
6 changed files with 487 additions and 479 deletions

8
.editorconfig Normal file
View File

@ -0,0 +1,8 @@
root = true
[*]
charset = utf-8
end_of_line = lf
indent_style = tab
indent_size = 2
insert_final_newline = true

View File

@ -7,7 +7,7 @@ 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 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 Software Foundation, either version 3 of the License, or (at your option) any
later version. later version.
This website is distributed in the hope that it will be useful, but WITHOUT ANY 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 WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
@ -17,54 +17,54 @@ with this website. If not, see https://www.gnu.org/licenses/. -->
<html> <html>
<head> <head>
<title>TiB. | 404</title> <title>TiB. | 404</title>
<link rel="stylesheet" href="/assets/TiB.css"> <link rel="stylesheet" href="/assets/TiB.css">
<link rel="icon" href="/favicon.ico" type="image/x-icon" /> <link rel="icon" href="/favicon.ico" type="image/x-icon" />
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta content="Emma Tebibyte" name="author" /> <meta content="Emma Tebibyte" name="author" />
<meta content="You're not supposed to be here." name="description" /> <meta content="You're not supposed to be here." name="description" />
<meta content="width=device-width, initial-scale=1" name="viewport" /> <meta content="width=device-width, initial-scale=1" name="viewport" />
<meta content="interest-cohort=()" http-equiv="Permissions-Policy" /> <!-- FUCK GOOGLE --> <meta content="interest-cohort=()" http-equiv="Permissions-Policy" /> <!-- FUCK GOOGLE -->
</head> </head>
<body class="full"> <body class="full">
<header> <header>
<img id="logo" src="/assets/img/TiB-network.png" width=25% /> <img id="logo" src="/assets/img/TiB-network.png" width=25% />
</header> </header>
<nav> <nav>
<menu> <menu>
<li class="home"> <li class="home">
<a href="/">Home</a> <a href="/">Home</a>
</li> </li>
<li class="network"> <li class="network">
<a href="/network">Network</a> <a href="/network">Network</a>
</li> </li>
<li class="blog"> <li class="blog">
<a href="/blog">Weblog</a> <a href="/blog">Weblog</a>
</li> </li>
<li class="git"> <li class="git">
<a href="https://git.tebibyte.media/">Git</a> <a href="https://git.tebibyte.media/">Git</a>
</li> </li>
<li class="about"> <li class="about">
<a href="/about">About</a> <a href="/about">About</a>
</li> </li>
</menu> </menu>
</nav> </nav>
<main> <main>
<section class="errorcode"> <section class="errorcode">
<h1>404: Page Not Found</h1> <h1>404: Page Not Found</h1>
<p> <p>
Sorry, but <a href="https://wikipedia.org/wiki/Liar_paradox"> Sorry, but <a href="https://wikipedia.org/wiki/Liar_paradox">
this page does not exist</a>. this page does not exist</a>.
</p> </p>
</section> </section>
</main> </main>
<footer> <footer>
<div class="copyleft"> <div class="copyleft">
<small>🄯 2023 Tebibyte Media</small> <small>🄯 2023 Tebibyte Media</small>
</div> </div>
</footer> </footer>

View File

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

View File

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

View File

@ -7,7 +7,7 @@ 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 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 Software Foundation, either version 3 of the License, or (at your option) any
later version. later version.
This website is distributed in the hope that it will be useful, but WITHOUT ANY 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 WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
@ -16,46 +16,46 @@ 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/. --> with this website. If not, see https://www.gnu.org/licenses/. -->
<html lang="en-US"> <html lang="en-US">
<head> <head>
<title>TiB. | Youre not supposed to be here</title> <title>TiB. | Youre not supposed to be here</title>
<link rel="stylesheet" href="/assets/TiB.css"> <link rel="stylesheet" href="/assets/TiB.css">
<link rel="icon" href="/favicon.ico" type="image/x-icon" /> <link rel="icon" href="/favicon.ico" type="image/x-icon" />
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta content="Emma Tebibyte" name="author" /> <meta content="Emma Tebibyte" name="author" />
<meta content="Leave now, while you still can!" name="description" /> <meta content="Leave now, while you still can!" name="description" />
<meta content="width=device-width, initial-scale=1" name="viewport" /> <meta content="width=device-width, initial-scale=1" name="viewport" />
<meta content="interest-cohort=()" http-equiv="Permissions-Policy" /> <!-- FUCK GOOGLE --> <meta content="interest-cohort=()" http-equiv="Permissions-Policy" /> <!-- FUCK GOOGLE -->
</head> </head>
<body id="template"> <body id="template">
<header> <header>
<img id="logo" src="/assets/img/TiB-network.png" /> <img id="logo" src="/assets/img/TiB-network.png" />
</header> </header>
<nav> <nav>
<menu> <menu>
<li class="home"> <li class="home">
<a href="/">Home</a> <a href="/">Home</a>
</li> </li>
<li class="blog"> <li class="blog">
<a href="/blog">Weblog</a> <a href="/blog">Weblog</a>
</li> </li>
<li class="git"> <li class="git">
<a href="https://git.tebibyte.media/">Git</a> <a href="https://git.tebibyte.media/">Git</a>
</li> </li>
<li class="about"> <li class="about">
<a href="/about">About</a> <a href="/about">About</a>
</li> </li>
</menu> </menu>
</nav> </nav>
<main> <main>
This is a template file! This is a template file!
</main> </main>
<footer> <footer>
<div class="copyleft"> <div class="copyleft">
<small>🄯 2023 Tebibyte Media</small> <small>🄯 2023 Tebibyte Media</small>
</div> </div>
</footer> </footer>
</body> </body>
</html> </html>

View File

@ -7,7 +7,7 @@ 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 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 Software Foundation, either version 3 of the License, or (at your option) any
later version. later version.
This website is distributed in the hope that it will be useful, but WITHOUT ANY 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 WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
@ -16,53 +16,53 @@ 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/. --> with this website. If not, see https://www.gnu.org/licenses/. -->
<html lang="en-US"> <html lang="en-US">
<head> <head>
<title>TiB. | Home</title> <title>TiB. | Home</title>
<link rel="stylesheet" href="/assets/TiB.css"> <link rel="stylesheet" href="/assets/TiB.css">
<link rel="icon" href="/favicon.ico" type="image/x-icon" /> <link rel="icon" href="/favicon.ico" type="image/x-icon" />
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta content="Emma Tebibyte" name="author" /> <meta content="Emma Tebibyte" name="author" />
<meta content="Tebibyte Media project website." name="description" /> <meta content="Tebibyte Media project website." name="description" />
<meta content="width=device-width, initial-scale=1" name="viewport" /> <meta content="width=device-width, initial-scale=1" name="viewport" />
<meta content="interest-cohort=()" http-equiv="Permissions-Policy" /> <!-- FUCK GOOGLE --> <meta content="interest-cohort=()" http-equiv="Permissions-Policy" /> <!-- FUCK GOOGLE -->
</head> </head>
<body id="home"> <body id="home">
<header> <header>
<img id="logo" src="/assets/img/TiB-network.png" /> <img id="logo" src="/assets/img/TiB-network.png" />
</header> </header>
<nav> <nav>
<menu> <menu>
<li class="home"> <li class="home">
<a href="/">Home</a> <a href="/">Home</a>
</li> </li>
<li class="blog"> <li class="blog">
<a href="/blog">Weblog</a> <a href="/blog">Weblog</a>
</li> </li>
<li class="git"> <li class="git">
<a href="https://git.tebibyte.media/">Git</a> <a href="https://git.tebibyte.media/">Git</a>
</li> </li>
<li class="about"> <li class="about">
<a href="/about">About</a> <a href="/about">About</a>
</li> </li>
</menu> </menu>
</nav> </nav>
<main> <main>
<section> <section>
<strong id="slogan">Under construction!</strong> <strong id="slogan">Under construction!</strong>
<p> <p>
We are a group of free software advocate hobbyist programmers who make 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 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 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 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 the forseeable future. Check back every once in a while and see whats
changed! changed!
</p> </p>
<figure> <figure>
<blockquote cite="https://www.gnu.org/philosophy/shouldbefree.en.html#damaging-social-cohesion"> <blockquote cite="https://www.gnu.org/philosophy/shouldbefree.en.html#damaging-social-cohesion">
<p> <p>
Signing a typical software license agreement means betraying your Signing a typical software license agreement means betraying your
neighbor: “I promise to deprive my neighbor of this program so that 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 I can have a copy for myself.” People who make such choices feel
@ -70,123 +70,123 @@ with this website. If not, see https://www.gnu.org/licenses/. -->
importance of helping one's neighbors—thus public spirit suffers. importance of helping one's neighbors—thus public spirit suffers.
This is psychosocial harm associated with the material harm of This is psychosocial harm associated with the material harm of
discouraging use of the program. discouraging use of the program.
</p> </p>
</blockquote> </blockquote>
<figcaption> <figcaption>
<a href="https://stallman.org/">Richard Stallman, <a href="https://stallman.org/">Richard Stallman,
<a href="https://www.gnu.org/philosophy/shouldbefree.en.html"> <a href="https://www.gnu.org/philosophy/shouldbefree.en.html">
<cite>Why Software Should be Free</a></cite>, “Damaging Social <cite>Why Software Should be Free</a></cite>, “Damaging Social
Cohesion”, para. 23 Cohesion”, para. 23
</figcaption> </figcaption>
</figure> </figure>
<p> <p>
The <a href="https://fsf.org/">Free Software Foundation</a> and Stallman The <a href="https://fsf.org/">Free Software Foundation</a> and Stallman
are responsible for the are responsible for the
<a href="">GNU General Public License</a> family of licenses, which are <a href="">GNU General Public License</a> family of licenses, which are
strong copyleft licenses that protect the freedom of software covered by strong copyleft licenses that protect the freedom of software covered by
them. them.
</p> </p>
<p> <p>
Our <a href="/network">Network</a> was originally intended to facilitate Our <a href="/network">Network</a> was originally intended to facilitate
and spread that spirit of sharing, cooperation, and solidarity by and spread that spirit of sharing, cooperation, and solidarity by
providing to members firm foundations of support. Unfortunately, because providing to members firm foundations of support. Unfortunately, because
of the way the Tebibyte Media community came to fruition, it wasnt the of the way the Tebibyte Media community came to fruition, it wasnt the
best idea for us. You can read more best idea for us. You can read more
<a href="https://tebibyte.media/blog/2023-status-update/">here</a>. <a href="https://tebibyte.media/blog/2023-status-update/">here</a>.
</p> </p>
</section> </section>
<div class="column"> <div class="column">
<section id="donate"> <section id="donate">
<h2 id="donate"> <h2 id="donate">
<a href="#donate">Donate</a> <a href="#donate">Donate</a>
</h2> </h2>
<p> <p>
Tebibyte Media's infrastructure is maintained by a few individuals who 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 work on it in their spare time. As a result, funding is tight, so any
donations are highly appreciated. Donations are accepted through donations are highly appreciated. Donations are accepted through
<a class="icon" href="https://liberapay.com/tebibytemedia/donate"> <a class="icon" href="https://liberapay.com/tebibytemedia/donate">
<img class="icon" src=https://liberapay.com/assets/liberapay/icon-v2_white-on-yellow.svg /> <img class="icon" src=https://liberapay.com/assets/liberapay/icon-v2_white-on-yellow.svg />
Liberapay</a> and Liberapay</a> and
<a class="icon" href="https://opencollective.com/tebibytemedia"> <a class="icon" href="https://opencollective.com/tebibytemedia">
<img class="icon" src="https://opencollective.com/static/images/opencollective-icon.svg" /> <img class="icon" src="https://opencollective.com/static/images/opencollective-icon.svg" />
Open Collective</a>. Open Collective</a>.
</p> </p>
</section> </section>
</div> </div>
<div class="column"> <div class="column">
<section> <section>
<h2 id="reading"> <h2 id="reading">
<a href="#reading">Reading List</a> <a href="#reading">Reading List</a>
</h2> </h2>
<dl> <dl>
<dt> <dt>
<a href="https://stallman.org/">Richard Stallman <a href="https://stallman.org/">Richard Stallman
</a> ­<cite>Free Software, Free Society</cite> </a> ­<cite>Free Software, Free Society</cite>
<a href="https://www.gnu.org/philosophy/fsfs/rms-essays.pdf"> <a href="https://www.gnu.org/philosophy/fsfs/rms-essays.pdf">
[PDF]</a> [PDF]</a>
</dt> </dt>
<dd> <dd>
As the de-facto leader of the free software world and the founder As the de-facto leader of the free software world and the founder
of the <a href="https://fsf.org/">Free Software Foundation</a>, of the <a href="https://fsf.org/">Free Software Foundation</a>,
<abbr title="Richard M. Stallman">RMS</abbr> has written a number <abbr title="Richard M. Stallman">RMS</abbr> has written a number
of works. These are not limited to free software; though, of of works. These are not limited to free software; though, of
course, that is what he is known for. This book is an accumulation course, that is what he is known for. This book is an accumulation
of the most important of his writing. of the most important of his writing.
</dd> </dd>
<dt> <dt>
<a href="http://www.catb.org/~esr">Eric S. Raymond <a href="http://www.catb.org/~esr">Eric S. Raymond
</a> <cite>The Cathedral and the Bazaar</cite> </a> <cite>The Cathedral and the Bazaar</cite>
<a href="http://www.catb.org/~esr/writings/cathedral-bazaar/cathedral-bazaar/"> <a href="http://www.catb.org/~esr/writings/cathedral-bazaar/cathedral-bazaar/">
[XHTML]</a> [XHTML]</a>
</dt> </dt>
<dd> <dd>
<q cite="http://www.catb.org/~esr/writings/cathedral-bazaar/cathedral-bazaar/ar01s04.html" <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 >Given enough eyeballs, all bugs are shallow.</q> In his critique of
the “cathedral-builder style” of software development, the “cathedral-builder style” of software development,
<abbr title="Eric S. Raymond">ESR</abbr> covers the importance of <abbr title="Eric S. Raymond">ESR</abbr> covers the importance of
the practical principles behind free software the practical principles behind free software
<a href="#open-source">[1]</a> development. <a href="#open-source">[1]</a> development.
</dd> </dd>
<dt> <dt>
Eric S. Raymond <cite>The Art of Unix Programming</cite> Eric S. Raymond <cite>The Art of Unix Programming</cite>
<a href="http://www.catb.org/esr/writings/taoup/html/index.html"> <a href="http://www.catb.org/esr/writings/taoup/html/index.html">
[HTML]</a> [HTML]</a>
</dt> </dt>
<dd> <dd>
<q cite="http://www.catb.org/esr/writings/taoup/html/index.html">You <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 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 middle-level skills in the operating system, but little development
experience, and want to learn how to design software effectively experience, and want to learn how to design software effectively
under Unix.</q> This book contains information about the Unix under Unix.</q> This book contains information about the Unix
Philosophy and culture <a href="#open-source">[1]</a>. Philosophy and culture <a href="#open-source">[1]</a>.
</dd> </dd>
<dt> <dt>
<a href="https://daniel.haxx.se/">Daniel Stenberg <a href="https://daniel.haxx.se/">Daniel Stenberg
</a> <cite>Uncurled</cite> </a> <cite>Uncurled</cite>
<a href="https://un.curl.dev/">[HTML]</a> <a href="https://un.curl.dev/">[HTML]</a>
</dt> </dt>
<dd> <dd>
Stenbergs guide to developing free software Stenbergs guide to developing free software
<a href="#open-source">[1]</a> projects focuses on the less-obvious <a href="#open-source">[1]</a> projects focuses on the less-obvious
aspects of the process—for example, the section entitled “Your aspects of the process—for example, the section entitled “Your
project” covers the difficulties of <i>starting</i> itself. project” covers the difficulties of <i>starting</i> itself.
</dd> </dd>
</dl> </dl>
<p> <p>
<a href="#open-source" id="open-source">[1]</a> This piece refers to <a href="#open-source" id="open-source">[1]</a> This piece refers to
free software as free software as
<a href="https://www.gnu.org/philosophy/open-source-misses-the-point.html"> <a href="https://www.gnu.org/philosophy/open-source-misses-the-point.html">
“open source”</a>. “open source”</a>.
</section> </section>
</div> </div>
</main> </main>
<footer> <footer>
<div class="copyleft"> <div class="copyleft">
<small>🄯 2023 Tebibyte Media</small> <small>🄯 2023 Tebibyte Media</small>
</div> </div>
</footer> </footer>
</body> </body>
</html> </html>