From 56e22aff7aed07c18d74db5a29d78ac53973028f Mon Sep 17 00:00:00 2001 From: Jonathan Dahan Date: Wed, 15 May 2024 10:59:04 -0400 Subject: [PATCH] Add home page --- index.md | 34 +++++++++++++++++++++++++++++++++- style.css | 1 + 2 files changed, 34 insertions(+), 1 deletion(-) diff --git a/index.md b/index.md index 8e3f60c..88897c1 100644 --- a/index.md +++ b/index.md @@ -1 +1,33 @@ -Hello, reach out to me via email +--- +title: jonathan.is +--- + +a [hacker](images/me.jpg) of Computational Machinations, Digital Arts and Electronic Sounds, hailing from Brooklyn + +I am a programmer who likes to connect random inputs and outputs to see what people will do with them. +I often take virtual streams and provide them physical facilities to exaggerate their impact on our lives. +I am equally uncomfortable coding in C, C++, Rust, Javascript, Typescript, Coffeescript, Python, Piet, Basic, Hypercard, and Bash. +I painted a simple [echo program](images/piet.png) and could very easily see myself holed up for the winter just with canvas and wine. + +Some communities I'm a part of and love include [the school for poetic computation](sfpc.io), [~~hacker school~~ recurse center](recurse.com), [woodbine](woodbine.nyc), [arthackday](arthackday.net), [the medialab at the met](http://www.metmuseum.org/about-the-museum/museum-departments/office-of-the-director/digital-media-department/digital-underground/posts/2013/introducing-the-media-lab), and [itp camp](http://itp.nyu.edu/camp2014/). If you are interested in chatting about any of these, please reach out! + +# Creations and Consumptions +- [code](github.com/jedahan) +- [short thoughts](twitter.com/jedahan), and [slightly longer thoughts](/writing) +- [where i've been](foursquare.com/jedahan) +- [oscillations](soundcloud.com/jedahan), [static visuals](flickr.com/photos/37234044@N07/sets), and [motion pictures](youtube.com/jeadhan), and [home movies](vimeo.com/jedahan) + +# Endeavours +- teaching at [parsons](http://jedahan.github.io/pucd2035d) +- did not graduate [~~hackerschool~~ recurse center](recurse.com) +- attended the [school for poetic computation](sfpc.io): first class +- taught at the [school for poetic computation](sfpc.io) +- founded [Island Labs](islandlabs.org), a long island [hackerspace](wikipedia.org/HackerSpace) +- maintain package repositories for [KISS](kisslinux.github.io) [exherbo](exherbo.org) linux +- symposium [on programming old computers](https://www.youtube.com/watch?v=N6lX-Gxo3uM) + +
+

This is for IndieAuth support.

+ + github +
diff --git a/style.css b/style.css index 6105177..6e0ee31 100644 --- a/style.css +++ b/style.css @@ -2,6 +2,7 @@ body { font-size: medium; display: flex; padding: 1em; + max-width: 1280px; } header {