Skip to content

Commit

Permalink
2024 videos
Browse files Browse the repository at this point in the history
  • Loading branch information
garrying committed Aug 24, 2024
1 parent 01776d4 commit 6959879
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 1 deletion.
38 changes: 38 additions & 0 deletions _data/sessions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand All @@ -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
4 changes: 3 additions & 1 deletion program.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}

<pre role="img" aria-label="ASCII divider" class="font-display-mono aliased text-10 inline-flex max-w-prose overflow-hidden w-100">
Expand Down
28 changes: 28 additions & 0 deletions recorded-talks.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,34 @@ redirect_from:
- "/conference/recorded-talks"
---

## Our Networks 2024 archive
{:.font-display}

Full archives of 2024 videos are available:

- Internet Archive: [Our Networks 2020 Talks](https://archive.org/details/ournetworks2024) (torrent available)
- YouTube playlist: [Our Networks 2024 — Does not (cloud) compute](https://www.youtube.com/playlist?list=PLx7_J32Ys60d6rMfC9aOY7nLXn_QhZVt7)

{:.font-display}

### Our Networks 2024 videos

{:.mb-1.mt-2}

{% assign sorted2024Sessions = site.data.sessions[2024] | sort: "title" %}

<div class="flex flex-wrap flex-justify-space-between">
{%- for session in sorted2024Sessions -%}
{%- if session.ipfs720 or session.ipfs1080 or session.youtube -%}
{% include session-video.html year=2024 %}
{%- endif -%}
{%- endfor -%}
</div>

<pre role="img" aria-label="ASCII divider" class="font-display-mono aliased text-10 inline-flex max-w-prose overflow-hidden w-100">
.:*~*:._.:*~*:._.:*~*:._.:*~*:._.:*~*:._.:*~*:._.:*~*:._.:*~*
</pre>

## Our Networks 2022 archive
{:.font-display}

Expand Down

0 comments on commit 6959879

Please sign in to comment.