Compare commits

...

11 commits

Author SHA1 Message Date
cc7d6cf7a0 add note about mob computing in tools list 2023-12-31 11:21:06 -05:00
cdf91053cf put computer message in esperanto
this did not take us two hours
2023-12-30 18:46:48 -05:00
c3faccba8f Update index.html 2023-12-29 19:32:59 +00:00
2e90d5fd9c Update index.html 2023-12-29 19:29:09 +00:00
413b3e471a add rc social rules to list of tools 2023-12-29 14:18:48 -05:00
6af0ba5faa punctuation 2023-12-29 14:04:23 -05:00
e05e9f60d3 fussing 2023-12-29 13:53:46 -05:00
dc982833e1 fussing 2023-12-29 13:45:03 -05:00
0432f5b4bf css 2023-12-29 13:38:21 -05:00
85ea5b7fb4 a few more notranslates 2023-12-29 13:37:38 -05:00
6d83b7d8cc add notranslate to proper nouns (#1)
requires lang attribute in all cases and dir attribute to better support translation to right-to-left scripts;
trailing whitespace within notranslate spans ensures that proper nouns render without run-on in all languages (we allow the html renderer to deal with the extra whitespace);
added "technologists" to end of line 104 to ensure that a p-terminal span with dir=ltr and lang=en does not trick the html renderer into displaying "xerox parc" at the beginning of the line in a right-to-left script

Reviewed-on: maren/startacomputerclub#1
Co-authored-by: sorrel <git@sorrel.dev>
Co-committed-by: sorrel <git@sorrel.dev>
2023-12-29 18:29:18 +00:00

View file

@ -34,7 +34,7 @@ a:visited {
text-align: center; text-align: center;
} }
h1,h2,h3,h4,h5,h6 { h1,h2,h3,h4,h5,h6 {
padding-top: .75rem; padding-top: 1rem;
color: fuchsia; color: fuchsia;
} }
li { li {
@ -70,14 +70,14 @@ src="https://translate.google.com/translate_a/element.js?cb=googleTranslateEleme
<!-- translation section is done --> <!-- translation section is done -->
<h1>YOU SHOULD START A COMPUTER CLUB IN THE PLACE THAT YOU LIVE</h1> <h1>YOU SHOULD START A COMPUTER CLUB IN THE PLACE THAT YOU LIVE</h1>
<pre class="notranslate"> <pre dir="ltr" lang="eo" class="notranslate">
,---------------------------, ,---------------------------,
| /---------------------\ | | /---------------------\ |
| | BREAKING NEWS: | | | | LASTA NOVAĴO: | |
| | YOU SHOULD START A | | | | VI DEVUS ESTABLI | |
| | COMPUTER CLUB IN THE | | | | KOMPUTILAN KLUBON | |
| | PLACE THAT YOU LIVE | | | | EN LA LOKO, | |
| | | | | | KIE VI LOĜAS | |
| \_____________________/ | | \_____________________/ |
|___________________________| |___________________________|
,---\_____ [] _______/------, ,---\_____ [] _______/------,
@ -98,10 +98,10 @@ src="https://translate.google.com/translate_a/element.js?cb=googleTranslateEleme
<p>a computer club is where a group of people hang out and do computer together</p> <p>a computer club is where a group of people hang out and do computer together</p>
<h2>WHAT IS "DOING COMPUTER"?</h2> <h2>WHAT IS "DOING COMPUTER"?</h2>
<p>doing computer is whatever you want...on computers, together. our bias is towards programming and diy shared computing infrastructure. but there's also art and music and open data science and circuit-bending and a million other things we don't know about</p> <p>doing computer is whatever you want...on computers, together. our bias is towards programming and <span dir="ltr" lang="en" class="notranslate"> diy </span> shared computing infrastructure. but there's also art and music and open data science and circuit-bending and a million other things we don't know about</p>
<h2>WHY SHOULD I START A COMPUTER CLUB?</h2> <h2>WHY SHOULD I START A COMPUTER CLUB?</h2>
<p>the political economy of computing is awful. have you read <a href="https://bookwyrm.social/book/525851/s/palo-alto">palo alto</a>? me neither. we should read it. we deserve better than the darpa-funded visions of xerox parc</p> <p>the political economy of computing is awful. have you read <a dir="ltr" lang="en" class="notranslate" href="https://bookwyrm.social/book/525851/s/palo-alto"> palo alto</a>? me neither. we should read it. we deserve better than the <span dir="ltr" lang="en" class="notranslate"> darpa-funded </span> visions of <span dir="ltr" lang="en" class="notranslate"> xerox parc </span> technologists</p>
<p>make the political economy of computing less awful and bring it home to you and yours by starting a computer club in the place that you live</p> <p>make the political economy of computing less awful and bring it home to you and yours by starting a computer club in the place that you live</p>
<h2>RULES</h2> <h2>RULES</h2>
@ -116,10 +116,10 @@ src="https://translate.google.com/translate_a/element.js?cb=googleTranslateEleme
<p>we still can't make you do anything, so continue doing whatever you want. but these are things we think are important to think about</p> <p>we still can't make you do anything, so continue doing whatever you want. but these are things we think are important to think about</p>
<ul> <ul>
<li>computing is political, so let computer club be political too</li> <li>computing is political, so let computer club be political too</li>
<li>the <a href="https://www.recurse.com/social-rules">RC social rules</a> foster collaboration and psychological safety, consider using them</li> <li>the <a href="https://www.recurse.com/social-rules"><span dir="ltr" lang="en" class="notranslate"> recurse center </span> social rules</a> foster collaboration and psychological safety, consider using them</li>
<li>be inspired by permaculture</li> <li>be inspired by permaculture</li>
<li>be inspired by small web</li> <li>be inspired by small web</li>
<li>be inspired by diy culture</li> <li>be inspired by <span dir="ltr" lang="en" class="notranslate"> diy </span> culture</li>
<li>be inspired by computing as a medium through which better things are possible</li> <li>be inspired by computing as a medium through which better things are possible</li>
<li>try to host computer club's stuff on your own computers in the place that you live</li> <li>try to host computer club's stuff on your own computers in the place that you live</li>
<li>be open to interdisciplinary computing</li> <li>be open to interdisciplinary computing</li>
@ -130,24 +130,24 @@ src="https://translate.google.com/translate_a/element.js?cb=googleTranslateEleme
<p>there are lots of ways to start a computer club; how you start will be unique to yours. but you could try</p> <p>there are lots of ways to start a computer club; how you start will be unique to yours. but you could try</p>
<ul> <ul>
<li>talk about what used to excite you about doing computer. talk about how the political economy of computing could be better. talk about these things publicly. the computer club might already be breathing in the communities you're in</li> <li>talk about what used to excite you about doing computer. talk about how the political economy of computing could be better. talk about these things publicly. the computer club might already be breathing in the communities you're in</li>
<li>attend preexisting computing meetups and find like-minded people. meetups about "how to node.js apolitically" are sidelining people who would prefer "how to node.js pro-socially". don't try to be a recruiter -- just be excited at events and find people who are also excited</li> <li>attend preexisting computing meetups and find like-minded people. meetups about "how to <span dir="ltr" lang="en" class="notranslate"> node.js </span> apolitically" are sidelining people who want "how to <span dir="ltr" lang="en" class="notranslate"> node.js </span> pro-socially." don't try to be a recruiter -- just be excited at events and find people who are also excited</li>
<li>does your city have a food coop? food coops and computer clubs have a similar ethos; and food coops are a great place to get your food for the same reasons that a computer club is a great place to do computer. make friends at your food coop and find the computer-doers</li> <li>does your city have a food coop? food coops and computer clubs have a similar ethos; and food coops are a great place to get your food for the same reasons that a computer club is a great place to do computer. make friends at your food coop and find the computer-doers</li>
<li>join a project or start a project and talk to people there about starting a computer club. are you or someone you know doing<ul> <li>join a project or start a project and talk to people there about starting a computer club. are you or someone you know doing<ul>
<li>web design for a diy venue? work together!</li> <li>web design for a <span dir="ltr" lang="en" class="notranslate"> diy </span> venue? work together!</li>
<li>technical support for a cool local project? work together!</li> <li>technical support for a cool local project? work together!</li>
<li>communications for your neighborhood's nascent mesh network? work together!</li> <li>communications for your neighborhood's nascent mesh network? work together!</li>
<li>working on local open data projects? work together!</li> <li>analysis for local open data projects? work together!</li>
</ul></li> </ul></li>
<li>talk to existing computer clubs!</li> <li>talk to existing computer clubs!</li>
</ul> </ul>
<h2>COMPUTER CLUBS AND SIMILAR THINGS THAT WE KNOW OF</h2> <h2>COMPUTER CLUBS AND SIMILAR THINGS THAT WE KNOW OF</h2>
<ul> <ul>
<li><a href="https://cyberia.club/">cyberia computer club</a></li> <li dir="ltr" lang="en" class="notranslate"><a href="https://cyberia.club/">cyberia computer club</a></li>
<li><a href="https://www.ccc.de/">chaos computer club</a></li> <li dir="ltr" lang="en" class="notranslate"><a href="https://www.ccc.de/">chaos computer club</a></li>
<li><a href="https://bunk.computer/">bunk computer club</a></li> <li dir="ltr" lang="en" class="notranslate"><a href="https://bunk.computer/">bunk computer club</a></li>
<li><a href="https://lurk.org/">LURK</a></li> <li dir="ltr" lang="en" class="notranslate"><a href="https://lurk.org/">LURK</a></li>
<li>computer clubs are inspired by <a href="https://en.m.wikipedia.org/wiki/Category:Hackerspaces">hackerspaces</a></li> <li>computer clubs are inspired by <a dir="ltr" lang="en" class="notranslate" href="https://en.m.wikipedia.org/wiki/Category:Hackerspaces"> hackerspaces</a></li>
<li>[coming soon] your computer club!</li> <li>[coming soon] your computer club!</li>
</ul> </ul>
@ -156,11 +156,13 @@ src="https://translate.google.com/translate_a/element.js?cb=googleTranslateEleme
<li>computers (personal computers)</li> <li>computers (personal computers)</li>
<li>computers (servers)</li> <li>computers (servers)</li>
<li>computers (people doing computer)</li> <li>computers (people doing computer)</li>
<li><strong>chat:</strong> matrix, zulip, mattermost, signal, discord</li> <li><strong>chat:</strong><span dir="ltr" lang="en" class="notranslate"> matrix, zulip, mattermost, signal, discord</span></li>
<li>love and trust!</li> <li>love and trust!</li>
<li>a git forge (we like forgejo)</li> <li>the <a href="https://www.recurse.com/social-rules"><span dir="ltr" lang="en" class="notranslate"> recurse center </span> social rules</a></li>
<li>a physical tilde server (it can motivate everyone to create something together)</li> <li>a git forge (we like<span class="notranslate" dir="ltr" lang="eo"> forgejo</span>)</li>
<li>a physical <span class="notranslate"> tilde </span> server (it can motivate everyone to create something together)</li>
<li><strong>locations:</strong> living rooms, libraries, a cool local bookstore</li> <li><strong>locations:</strong> living rooms, libraries, a cool local bookstore</li>
<li><strong>mob programming:</strong> a big monitor, tv, or a projector. computing together is fun and contributes to your computer club's culture!</li>
<li><a href="https://awesome-selfhosted.net/">a very thorough resource for collective computing infrastructure</a></li> <li><a href="https://awesome-selfhosted.net/">a very thorough resource for collective computing infrastructure</a></li>
<li>connections to other local projects</li> <li>connections to other local projects</li>
<li><em>connections to other local projects</em></li> <li><em>connections to other local projects</em></li>
@ -168,11 +170,11 @@ src="https://translate.google.com/translate_a/element.js?cb=googleTranslateEleme
</ul> </ul>
<h2>WHAT NOW?</h2> <h2>WHAT NOW?</h2>
<p>go! find the computer club! found the computer club! tell us about it!</p> <p>go! find the computer club! make the computer club! tell us about it!</p>
<hr> <hr>
<section class="center"> <section class="center">
<p><a href="https://creativecommons.org/licenses/by-sa/4.0/">cc by-sa</a></p> <p dir="ltr" lang="en" class="notranslate"><a href="https://creativecommons.org/licenses/by-sa/4.0/">cc by-sa</a></p>
</section> </section>
<hr> <hr>
</body> </body>