layout | order | title | titleDisplay | redirect_from | ||
---|---|---|---|---|---|---|
page |
3 |
Recorded Talks |
Recorded Talks |
|
Full archives of 2018 videos are available:
- IPFS: ipfs://QmQQfD1ztg1aG82VmUmutusbxn7tL4c2o1qHv1ivyWbNj6
- Internet Archive: Our Networks 2018 Talks (torrent available)
- YouTube playlist: Our Networks 2018 Beyond DIY: Do It With Others
We want to thank our A/V volunteers again, without whom the sharing of these videos would have been impossible: Yurko, Henry Wilkinson, Elon Li, and Benedict Lau.
{:.program-heading}
{% assign sortedSessions = site.data.sessions | sort: 'title' %}
{%- for session in sortedSessions -%}
{%- if session.ipfs720 or session.ipfs1080 or session.youtube -%}
{% include session-video.html %}
{%- endif -%}
{%- endfor -%}