git.alexw.nyc home about git garden
    1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16
   17
   18
   19
   20
   21
   22
   23
   24
   25
   26
   27
   28
   29
   30
   31
   32
   33
   34
   35
   36
   37
   38
   39
   40
   41
   42
   43
   44
   45
   46
   47
   48
   49
   50
   51
   52
   53
   54
   55
   56
<html>
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width">
    <link rel="stylesheet" type="text/css" href="../style.css">
    <link rel="icon" type="image/png" href="../icon.png">
    <title>alexw.nyc</title>
  </head>
<body>
  <header>
    <table><tr><td><a href="../index.html"><img src="../icon.png" width=20 /></a></td>
			<td>alexw.nyc</td>
			<td><a href="../index.html">home</a></td>
			<td><a href="../about.html">about</a></td>
			<td><a href="//git.alexw.nyc">git</a></td>
			<td><a href="../garden.html">garden</a></td>
		</tr></table>
  </header>
<main>
<h1>hello world</h1>
<p>alexw.nyc is sent to you by a small computer that I am a caretaker of and 
which resides in my home.</p>
<p>Here is a technical overview:</p>
<ul>
<li>Hardware: Raspberry Pi 3B</li>
<li>Disk: 256GB Sandisk SD card</li>
<li>ISP: Verizon FIOS</li>
<li>OS: Alpine Linux, diskless install</li>
<li>Web server: lighttpd</li>
</ul>

<img src="/img/pi.png" alt="our digital home and host (picture of a raspberry pi)" />

<p>For more information about setting up your own server, check out my <a href='server-guide.html'>home server guide</a></p>

The source code and version history for this website is <a href="https://git.alexw.nyc/alexw.nyc">available</a>

<p>The pixelated avatar is generated via <a href="http://git.alexw.nyc/misc/files/cli/avatar.go.html">this script</a>, hashing the string "alex".</p>

<h2>counter cloud strategies</h2>
<p>I was inspired by christina cochior's talk on <a href="https://www.youtube.com/watch?v=fx3XcKy7LJY&amp;t=1200s">counter cloud strategies</a> and the related work <a href="https://varia.zone/atnofs-publication.html">a traversal network of feminist servers</a></p>
<p>The web today is becoming highly centralized, and most of us are completely
removed from the digital infrastrucure we depend upon. The web of the cloud is
not a community, it is a corporate-controlled ad-ridden monoculture. I believe
in building spaces that are independent of this world, spaces of creativity,
play, community and understanding. I view the current world of cloud
infrastructure as antithetical to this.</p>

</main>
<footer>
<a href="/tech/infra.html">live</a> from beautiful brooklyn, new york
<a href="mailto:alex@alexwennerberg.com">email</a>
<a href="https://merveilles.town/@aw">mastodon</a>
</footer>
</body>
</html>