alexw.nyc

Unnamed repository; edit this file 'description' to name the repository.
git clone git://git.alexwennerberg.com/alexw.nyc
Log | Files | Refs | README

commit 271bf96521a662bdaef8a569906aefe90b022e40
parent 8cf8cc39bf1928d49b48d7143761524d613f5388
Author: alex wennerberg <alex@alexwennerberg.com>
Date:   Sat,  8 Apr 2023 17:41:15 -0400

More stuff, cleanup

Diffstat:
Asrc/blog/index.html | 3+++
Dsrc/infrastructure.html | 22----------------------
Asrc/now.html | 6++++++
Msrc/poetry/index.html | 21+++++++++++++++++++--
Msrc/style.css | 1-
Msrc/tech/index.html | 16+++++++++++++++-
Asrc/tech/infra.html | 22++++++++++++++++++++++
Rsrc/server-guide.html -> src/tech/server-guide.html | 0
Mtemplates/footer.html | 6++----
Mtemplates/header.html | 9++++++++-
Dtemplates/nav.html | 9---------
11 files changed, 75 insertions(+), 40 deletions(-)

diff --git a/src/blog/index.html b/src/blog/index.html @@ -0,0 +1,3 @@ +<h1>blog</h1> + +<a href="https://alex.flounder.online/gemlog/">Old Gemini Blog</a> diff --git a/src/infrastructure.html b/src/infrastructure.html @@ -1,22 +0,0 @@ -<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> -<p>(TODO insert picture here)</p> -<p>For more information about setting up your own server, check out my <a href='server-guide'>home server guide</a></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> diff --git a/src/now.html b/src/now.html @@ -0,0 +1,6 @@ +<h1>now</h1> + +<p>moved to brooklyn NY</p> +<p>working in tech</p> +<p>mostly doing computer stuff in my free time</p> + diff --git a/src/poetry/index.html b/src/poetry/index.html @@ -1,3 +1,20 @@ <h2>Poetry</h2> - -Sometimes I write poetry. You can see some of them in the sidebar. +<p>I write poetry sometimes. Some of it has been published elsewhere.</p> +<br> +<h3 id='Collections'>Collections</h3> +<p><a href='https://alex.flounder.online/poetry/untitled.gmi'>Untitled (2020)</a></p> +<p><a href='https://alex.flounder.online/poetry/truman.gmi'>Truman State University (2019)</a></p> +<p><a href='https://alex.flounder.online/poetry/spin.gmi'>Spin (2018)</a></p> +<br> +<h3 id='Published'>Published</h3> +<p><a href='https://alex.flounder.online/one_poem.txt'>One Poem (2019) self-published</a></p> +<p><a href='https://tendernesslit.com/aug17jan18#/by-alex-wennerberg/'>Two Poems (2017) Tenderness Lit</a></p> +<p><a href='http://www.peachmgzn.com/alex-wennerberg'>Two Poems (2016) Peach Mag</a></p> +<p><a href='http://pajamapartyzine.com/pages/Wennerberg_Alex.html'>please don&#39;t call me that (2016) pajama party zine</a></p> +<p><a href='https://web.archive.org/web/20181230144509/http://fogmachine.life/blog/2015/11/16/five-by-alex-wennerberg'>Five Couplets (2015) fog</a></p> +<p><a href='https://preludemag.com/issues/2/four-poems/'>Four Poems (2015) Prelude</a></p> +<p><a href='http://www.potluckmag.com/november-2015/2015/11/3/four-poems'>Four Poems (2015) Potluck</a></p> +<p><a href='https://issuu.com/themoonzine/docs/moonzine-02-oct2015-issuu/32?e=0'>cold towel; steel wool (2015) The Moon Zine</a></p> +<p><a href='http://wuweifashion.com/issue-seven/alex-wennerberg-themed-prom'>themed prom (2015) Wu-Wei Fashion Mag</a></p> +<p><a href='http://wuweifashion.com/issue-seven/alex-wennerberg-amberstuck'>amberstuck (2015)</a></p> +<p>Digital Watches (2014) Windfall</p> diff --git a/src/style.css b/src/style.css @@ -25,7 +25,6 @@ a, a:visited { } h1, h2, h3, h4, h5, h6{ - margin-top:0; margin-bottom:.2em; font-family: monospace; } diff --git a/src/tech/index.html b/src/tech/index.html @@ -1 +1,15 @@ -foo +<h1>Tech Stuff</h1> + +I am a technologist by trade and by passion. Networked computing defines our +era in serious and often concerning ways. I believe that we need a new +relationship to technology, one which is holistic and sustainable. Computing +today is largely defined by an ideology of extraction, exploitation and +domination, and I'm interested in tools that help us escape that ideology, +technology that allows for new forms of relating to each other and to our +environment. + +<a href="http://permacomputing.net/">permacomputing</a> <a href="https://damaged.bleu255.com/">damaged earth catalogue</a> + +Lately, I'm primarily interested in C, Forth and small virtual machines. I'm following closely the development and future of <a href="https://git.sr.ht/~vdupras/duskos">Dusk OS</a>. + +Some of my <a href="https://git.alexwennerberg.com/">projects</a>. diff --git a/src/tech/infra.html b/src/tech/infra.html @@ -0,0 +1,22 @@ +<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> +<p>(TODO insert picture here)</p> +<p>For more information about setting up your own server, check out my <a href='server-guide.html'>home server guide</a></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> diff --git a/src/server-guide.html b/src/tech/server-guide.html diff --git a/templates/footer.html b/templates/footer.html @@ -1,8 +1,6 @@ -</main> -<footer> -<a href="infrastructure.html">live</a> from beautiful Brooklyn, NY +<hr> +<a href="/tech/infra.html">live</a> from beautiful Brooklyn, NY <a href="mailto:alex@alexwennerberg.com">email</a> <a href="https://merveilles.town/@aw">aw@merveilles.town</a> -</footer> </body> </html> diff --git a/templates/header.html b/templates/header.html @@ -5,7 +5,7 @@ <link rel="stylesheet" type="text/css" href="/style.css"> </head> <header> - <table><tr><td><a href="/"><img src="/icon.png" width=80 /></a></td> + <table><tr><td><a href="/"><img src="/icon.png" width=60 /></a></td> <td><h1>alexw.nyc</h1></td></tr></table> </header> <body> @@ -13,8 +13,15 @@ <section class="site-nav"> <ul> <li><a href="/about.html">about</a></li> + <li><a href="/now.html">now</a></li> <li><a href="/tech/index.html">tech</a></li> </ul> </section> + <section> + <h2>Writing</h2> + <ul> + <li><a href="/poetry">poetry</a></li> + </ul> + </section> </nav> <main> diff --git a/templates/nav.html b/templates/nav.html @@ -1,9 +0,0 @@ -<nav> -<section class="site-nav"> - <ul> - <li><a href="/about.html">About</a></li> - <li><a href="/infrastructure.html">Infrastructure</a></li> - </ul> -</section> -</nav> -<main>