Skip to content

Commit

Permalink
Tease OTWSU 18 (#1381)
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultamartin committed Jul 15, 2022
1 parent 64c22bd commit aabc952
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
10 changes: 9 additions & 1 deletion gatsby/content/otwsu/18.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,12 @@ image: /images/otwsu18.png
eventdate: 2022-07-27
---

Guests to be announced! The theme of the episode will most likely be _platforms_.

A massive episode of Open Tech Will Save Us on the very broad topic of
platforms! What makes a platform? Are there different levels of platforms? Who
uses them? What are they useful for? What can be expected from a platform? And
the controversial topics: are Linux or the Web a platform?

To answer those questions, who other than the Linux desktop most advanced
projects GNOME and KDE, and people working on Matrix, the protocol that wants to
become as unmissable as the web itself?
5 changes: 3 additions & 2 deletions gatsby/src/pages/open-tech-will-save-us.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ import moment from "moment";

const title = `Open Tech Will Save Us | ${config.siteTitle}`;

const SHOW_LIVE_STREAM = true;

const SHOW_LIVE_STREAM = false;
const NEXT_EVENT = 18;

let liveStream;
Expand All @@ -31,7 +32,7 @@ if (SHOW_LIVE_STREAM) {
</div>
);
} else {
liveStream = <img src="/images/otwsu17.png" alt="Open Tech Will Save Us" />;
liveStream = <img src="/images/otwsu18.png" alt="Open Tech Will Save Us" />;
}

const OTWSU = ({ data }) => {
Expand Down

0 comments on commit aabc952

Please sign in to comment.