Skip to content

Commit

Permalink
add events of this year to the 38c3 site (#1016)
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon-Laux authored Dec 24, 2024
1 parent c2fca5a commit 1da7df9
Showing 1 changed file with 56 additions and 9 deletions.
65 changes: 56 additions & 9 deletions 38c3.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,16 @@
border-radius: 4px;
background-color: rgba(141, 141, 255, 0.15);
padding: 2px 10px;
margin-block: 8px;
}

.event h4 {
color: var(--color-primary);
line-height: 1rem;
}

h3 {
color: var(--color-accent-b);
}

h2 {
Expand Down Expand Up @@ -161,23 +171,60 @@ <h2 id="test-delta-chat-without-registration">
</p>

<h2 id="our-sessions">Our Sessions</h2>
<h3>🗓️ Day 2</h3>
<div class="event">
<h4>
chatmail: self-hosting email servers, optimized for chatting with Delta
Chat
Delta Chat - from secure e-mail messaging to Peer-to-Peer realtime networking
</h4>
<p>Day 1 18:00 Stage H</p>
<div>21:00-22:00 📍SoS Saal 6 </div>
<p>
Over the years, Delta Chat has matured to be an easy-to-use, secure, and
even fast messenger for all platforms, based on the massive e-mail
server network. We'll give an overview of the ways Delta Chat is used
today and how it is developed by a dozen active contributors. This talk
will highlight our recent introduction of realtime chat-shared apps that
use e-mail OpenPGP-encrypted messaging to establish a private
Peer-to-Peer network among chat group members. In this talk we will
demonstrate how these apps work in real-time. We'll also report on
several interesting situations where Delta Chat is used today in context
of partial shutdowns or strict internet censorship.
</p><p> To showcase
resiliency and functionality, we'll see to immediately onboard everybody
(who wants) in the room, and try out P2P-networked chat apps live!
</p>
<p>
This workshop shows how set up a simple mail server with
<a
href="https://github.com/deltachat/chatmail"
>chatmail</a
>, that is optimized for chatting with Delta Chat. It's never been
easier to create your own decentralized chat server.
href="https://events.ccc.de/congress/2024/hub/en/event/delta-chat-introonboarding/"
>
Event on events.ccc.de</a
>
</p>
</div>

<h3>🗓️ Day 3</h3>
<div class="event">
<h4>
Delta Chat 2025 roadmap and discussions
</h4>
<div>17:00 - 18:00📍 Komona Table Space (hall H)</div>
<p>Take part in shaping Delta Chats future, or just learn what the project might do in 2025</p>
<p>
<a
href="https://events.ccc.de/congress/2024/hub/en/event/delta-chat-2025-roadmap-and-discussions/"
>
Event on events.ccc.de</a
>
</p>
</div>
<div class="event">
<h4>
Chatmail-server for activists (real-life and upcoming usage)
</h4>
<div>19:00 - 20:30📍 Komona Table Space (hall H)</div>
<p>[description coming soon]</p>
<p>
<a
href="https://events.ccc.de/congress/2023/hub/de/event/chatmail-self-hosting-email-servers-optimized-for-/"
href="https://events.ccc.de/congress/2024/hub/en/event/chatmail-server-for-activists-real-life-and-upcomi/"
>
Event on events.ccc.de</a
>
Expand Down

0 comments on commit 1da7df9

Please sign in to comment.