diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/about/resume.html | 11 | ||||
-rw-r--r-- | src/cgit/cgitrc | 5 | ||||
-rw-r--r-- | src/talks.rec | 23 |
3 files changed, 39 insertions, 0 deletions
diff --git a/src/about/resume.html b/src/about/resume.html index 1da2d19..753618d 100644 --- a/src/about/resume.html +++ b/src/about/resume.html @@ -381,6 +381,17 @@ <dl> <dt> <a href="https://mikegerwitz.com/talks"> + Computational Symbiosis: Methods That Meld Mind and Machine</a></dt> + <dd class="period">March 2019</dd> + <dd class="desc"> + My talk + at <a href="https://libreplanet.org/2019/">LibrePlanet 2019</a> + exploring how to empower users to do their own computing without + developers. Explores core concepts of the Unix philosophy. + </dd> + + <dt> + <a href="https://mikegerwitz.com/talks"> The Ethics Void</a></dt> <dd class="period">March 2018</dd> <dd class="desc"> diff --git a/src/cgit/cgitrc b/src/cgit/cgitrc index bdabae9..006caff 100644 --- a/src/cgit/cgitrc +++ b/src/cgit/cgitrc @@ -96,6 +96,11 @@ repo.name=SAPSF repo.path=/var/gitrepos/sapsf.git repo.desc=The Surreptitious Assault on Privacy, Security, and Freedom (LibrePlanet 2017) +repo.url=cs4m +repo.name=cs4m +repo.path=/var/gitrepos/cs4m.git +repo.desc=Computational Symbiosis: Methods That Meld Mind and Machine (LibrePlanet 2019) + repo.url=ethics-void repo.name=The Ethics Void repo.path=/var/gitrepos/ethics-void.git diff --git a/src/talks.rec b/src/talks.rec index 3591e88..30a1a85 100644 --- a/src/talks.rec +++ b/src/talks.rec @@ -31,6 +31,29 @@ link: /projects/sapsf/plain/sapsf.bib Bibliography link: /projects/sapsf/ Source Code +id: cs4m +title: Computational Symbiosis: Methods That Meld Mind and Machine +location: LibrePlanet 2019 +date: 2018-03-24 +locimg: lp-2019 +abstract: Words like "wizardry" and "incantation" have long been used to describe ++ skillful computational feats. But neither computers nor ++ their users are performing feats of magic; for systems to think, we must ++ tell them how. ++ ++ Today, users most often follow a carefully choreographed workflow that ++ thinks _for_ them, limited by a narrow set of premeditated ++ possibilities. But there exist concepts that offer virtually no limits on ++ freedom of expression or thought, blurring the distinction between "user" ++ and "programmer". ++ ++ This session demonstrates a range of practical possibilities when ++ machine acts as an extension of the user's imagination, for the technical ++ and nontechnical alike. +link: /talks/cs4m.pdf Slides +link: /projects/cs4m/ Source Code + + id: ethics-void title: The Ethics Void location: LibrePlanet 2018 |