site/index.html

211 lines
8.6 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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) 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.
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>
<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>
<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=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>
<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>
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>