docs: talks.json
This commit is contained in:
parent
cf5d477680
commit
c696c32b6d
1 changed files with 49 additions and 1 deletions
|
@ -506,6 +506,18 @@
|
||||||
"liked": true,
|
"liked": true,
|
||||||
"attended": true
|
"attended": true
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"title": "Version control post-Git",
|
||||||
|
"speakers": ["Pierre-Étienne Meunier"],
|
||||||
|
"date": "2024-02-04T15:00:00",
|
||||||
|
"location": "Fosdem24",
|
||||||
|
"tags": ["git", "pijul"],
|
||||||
|
"url": "TBD",
|
||||||
|
"duration": "PT50M",
|
||||||
|
"description": "Since Darcs, Git and Mercurial were published 15 years ago as the first generation of distributed version control systems, distributed computing has seen exciting progress, in particular with mathematical formalisations of ideal distributed datastructures (CRDTs for example).In this talk, I'll show our work on Pijul, a version control system with sound mathematical properties, making it easy and intuitive to use for non-coders, as well as scalable to arbitrarily large monorepos and binary files. I'll explain how the core datastructures were found rather than designed, why we had to write a new open source key-value store to fork tables efficiently (zero-copy forks), and how that key-value store ended up breaking performance records.",
|
||||||
|
"liked": true,
|
||||||
|
"attended": true
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"title": "NetBSD 10: Thirty years, still going strong!",
|
"title": "NetBSD 10: Thirty years, still going strong!",
|
||||||
"speakers": ["Benny Siegert"],
|
"speakers": ["Benny Siegert"],
|
||||||
|
@ -617,7 +629,7 @@
|
||||||
{
|
{
|
||||||
"title": "I want my own cellular network! Having fun with LTE networks and Open5Gs.",
|
"title": "I want my own cellular network! Having fun with LTE networks and Open5Gs.",
|
||||||
"speakers": ["Alessandro Arcieri"],
|
"speakers": ["Alessandro Arcieri"],
|
||||||
"date": "2024-02-02T176:45:00",
|
"date": "2024-02-02T17:45:00",
|
||||||
"location": "Fosdem24",
|
"location": "Fosdem24",
|
||||||
"tags": ["lte", "network"],
|
"tags": ["lte", "network"],
|
||||||
"url": "https://ftp.fau.de/fosdem/2024/ub5230/fosdem-2024-3062-i-want-my-own-cellular-network-having-fun-with-lte-networks-and-open5gs-.mp4",
|
"url": "https://ftp.fau.de/fosdem/2024/ub5230/fosdem-2024-3062-i-want-my-own-cellular-network-having-fun-with-lte-networks-and-open5gs-.mp4",
|
||||||
|
@ -625,6 +637,42 @@
|
||||||
"description": "Have you ever wondered how your cellphone actually works? Yes, there are cell towers, big antennas, huge buildings with lots of cables inside. But what is the magic that makes everything work every day on a million user scale? This talk aims to keep a less theoretical and more pragmatic approach, explaining the practical aspects of LTE networks. The presentation will begin with an overview of specific binary protocols, detailing some of the main network functions, and eventually delving into the key role of both DNS servers and Diameter protocol. Hopefully, at the end, everybody should be able to go home and fire up their own personal LTE network in a box with Open5Gs open-source core implementation.",
|
"description": "Have you ever wondered how your cellphone actually works? Yes, there are cell towers, big antennas, huge buildings with lots of cables inside. But what is the magic that makes everything work every day on a million user scale? This talk aims to keep a less theoretical and more pragmatic approach, explaining the practical aspects of LTE networks. The presentation will begin with an overview of specific binary protocols, detailing some of the main network functions, and eventually delving into the key role of both DNS servers and Diameter protocol. Hopefully, at the end, everybody should be able to go home and fire up their own personal LTE network in a box with Open5Gs open-source core implementation.",
|
||||||
"liked": true,
|
"liked": true,
|
||||||
"attended": true
|
"attended": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "Brewing Free Beer with ESPHome and Home Assistant",
|
||||||
|
"speakers": ["John Britton"],
|
||||||
|
"date": "2024-02-02T14:45:00",
|
||||||
|
"location": "Fosdem24",
|
||||||
|
"tags": ["beer", "esp"],
|
||||||
|
"url": "TBD",
|
||||||
|
"duration": "PT15M",
|
||||||
|
"description": "In 2023 I built an all grain brewing system for making beer following plans from The Electric Brewery. Unfortunately their plans for electrical control systems are labor intensive, expensive, and lack network connectivity. In this talk, I'll give an overview of all-grain brewing, an introduction to the ESP32 microcontroller, and a deep dive into building an inexpensive and internet connected brewery controller with ESPHome and Home Assistant.",
|
||||||
|
"liked": true,
|
||||||
|
"attended": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "DNS for I2P: Distributed Network without Central Authority",
|
||||||
|
"speakers": ["Konrad Bächler"],
|
||||||
|
"date": "2024-02-02T15:30:00",
|
||||||
|
"location": "Fosdem24",
|
||||||
|
"tags": ["dns", "i2p"],
|
||||||
|
"url": "https://ftp.fau.de/fosdem/2024/k4201/fosdem-2024-3056-dns-for-i2p-distributed-network-without-central-authority.mp4",
|
||||||
|
"duration": "PT30M",
|
||||||
|
"description": "A fully distributed network does not have - by definition - a central authority. Nevertheless overlay networks, like I2P (Invisible Internet Project) do have the need for a DNS. Also, by definition, there is nothing like trust between peers of such a network. Typically such a problem might be solved using a distributed storage layer driven by a byzantine fault tolerant consensus algorithm.After the first prototype in 2022 (presented at FOSDEM 2023) the project has improved and a new version of the storage layer and also the DNS logic is available for FOSDEM 2024.",
|
||||||
|
"liked": true,
|
||||||
|
"attended": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "Sequoia PGP: Rethinking OpenPGP Tooling",
|
||||||
|
"speakers": ["Neal H. Walfield"],
|
||||||
|
"date": "2024-02-03T13:00:00",
|
||||||
|
"location": "Fosdem24",
|
||||||
|
"tags": ["pgp"],
|
||||||
|
"url": "https://ftp.fau.de/fosdem/2024/k1105/fosdem-2024-3297-sequoia-pgp-rethinking-openpgp-tooling.mp4",
|
||||||
|
"duration": "PT50M",
|
||||||
|
"description": "In this talk, I'll present Sequoia's architecture (library first), our design philosophy (usable, low-level, unopinionated interfaces, which are secure by default and are complemented by high-level opinionated interfaces), and the status of the project (we released 1.0 of our low-level library in December 2020, and are currently working towards 1.0 releases of our higher-level libraries and services).",
|
||||||
|
"liked": true,
|
||||||
|
"attended": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue