From 6959879f37fbb051b3e18eaf2fcef883a919df46 Mon Sep 17 00:00:00 2001 From: Garry Ing Date: Thu, 22 Aug 2024 21:44:31 -0400 Subject: [PATCH] 2024 videos --- _data/sessions.yml | 38 ++++++++++++++++++++++++++++++++++++++ program.md | 4 +++- recorded-talks.md | 28 ++++++++++++++++++++++++++++ 3 files changed, 69 insertions(+), 1 deletion(-) diff --git a/_data/sessions.yml b/_data/sessions.yml index e4d1a68e..7b5ef2de 100644 --- a/_data/sessions.yml +++ b/_data/sessions.yml @@ -1593,6 +1593,7 @@ sessionType: talk description: > Lori Emerson will discuss the surprising depth and breadth of wired and wireless networks that preceded the internet and many of which still exist today. From packet radio networks to barbed wire fence phones, telefacsimile, videophone, telex, and microbroadcasting, she will talk about how we have become so accustomed to associating networks with computer networks that it is easy to forget: networks have long been deeply heterogeneous and they also have existed for nearly as long as human civilization as existed. + youtube: LjS5_dsuFfo - sessionID: 24002 title: "Tiny Dreams: Ecomedia and Small File Web Art" @@ -1601,6 +1602,7 @@ sessionType: workshop description: > Join the Small File Media Festival for this interactive workshop on creating small footprint and small-file web art! Technologies and devices used for web hosting account for 3.7% of the world's carbon emissions today, and we are responding by sharing data-negligible ecomedia techniques, creative image compression pipelines, and innovative lofi media alternatives. In this workshop, learn about 'folk web' creation techniques and reclaim websites as an offline or local network medium. Draw from permacomputing philosophies and experiment with HTML, CSS, and JavaScript to build sustainable and accessible web content. + youtube: EInkwpMErrE - sessionID: 24003 title: "Software Unplugged: Rewriting the Rules with Local-First Software" @@ -1609,6 +1611,7 @@ sessionType: talk description: > Local-First software (“LoFi”) is an approach to software that boasts many advantages over the cloud, from enhanced privacy to improved collaboration without relying on the network or a specific host. This promises more user agency, lowers barriers to entry, and adds new degrees of freedom, but comes with new constraints and challenges. In this talk, Brooklyn will explore the state of LoFi today, what we can learn from its successes, and what comes next. + youtube: 0CDtUoVdkco - sessionID: 24004 title: "Caring for the Chips: Repair and Reuse as Permacomputing" @@ -1617,6 +1620,7 @@ sessionType: discussion description: > Permacomputing is a concept and practice that draws inspiration from permaculture and its values of situated, regenerative and resilient systems. Where permaculture seeks a more holistic and ecologically harmonious alternative to industrial agriculture, permacomputing challenges dominant extractive, growth-oriented approaches to computing. In this roundtable, Michelle will guide a discussion to consider computing repair and reuse cultures/futures through the perspective of permacomputing. How can permacomputing principles shape the ways we design, relate, and reckon with our computing materials? What practices of “caring for the chips” could we foster in our local networks? + youtube: 1G-H5mTxsnU - sessionID: 24005 title: "DIY Infrastructure Building for Power" @@ -1625,5 +1629,39 @@ sessionType: talk description: > This interactive talk presents a model for a non-profit, educational community-owned and operated Internet access network (“community learning network”) that builds power among participants and produces a “learning commons” for in-context hands-on technical learning. Based on participant observer research conducted through the mobilization of the Seattle Community Network (SCN) and work with NYC Mesh and other CN builders from 2019 to the present, I frame DIY infrastructure building as a way of claiming power over technology within diverse settings of technological marginality. I introduce opportunities that CNs present for solidarity with Tiny House Village residents, other housing unstable or mutual aid groups, as well as Tribal and First Nations groups. I emphasize the importance of in-context “actual” problems for DIY learning and empowerment as well as access to community-of-practice resources such as tools and expert knowledge. + youtube: 9xOUy3BD980 + - sessionID: 24006 + title: "Permaweb: can a website last a lifetime?" + description: "Neil Kandalgaonkar. Lightning talk." + sessionType: "lightning-talk" + youtube: hP4PO8ae9WM + + - sessionID: 24007 + title: "Captive Cinema" + description: "Brett Ian Balogh. Lightning talk." + sessionType: "lightning-talk" + youtube: 43JTIL2PUZc + - sessionID: 24008 + title: "Teleporting SQLite databases around the world" + description: "Carl Sverre. Lightning talk." + sessionType: "lightning-talk" + youtube: 0NJb8JTmpvo + + - sessionID: 24009 + title: "Production self-hosting howto" + description: "Damien Norris. Lightning talk." + sessionType: "lightning-talk" + youtube: illHXzFwEm0 + + - sessionID: 24010 + title: "Ideas and tricks to steal from AT Protocol" + description: "Bryan Newbold. Lightning talk." + sessionType: "lightning-talk" + youtube: _KfTBRRDaZ8 + + - sessionID: 24011 + title: "Opening remarks" + sessionType: "orga" + youtube: hJixUk5vF7s diff --git a/program.md b/program.md index d1f6c1ea..9bda2610 100644 --- a/program.md +++ b/program.md @@ -133,7 +133,9 @@ titleDisplay: "Program" {% endif %} {% for session in sortedSessions %} - {% include session-details.html year=2024 %} + {%- if session.sessionType != "orga" and session.sessionType != "lightning-talk" -%} + {% include session-details.html year=2024 %} + {% endif %} {% endfor %}