interviews.ts 1.1 KB

123456789101112131415161718192021222324252627282930313233
  1. const interviews = [
  2. {
  3. url: "https://www.theverge.com/23658648/mastodon-ceo-twitter-interview-elon-musk-twitter",
  4. title: "Can Mastodon seize the moment from Twitter?",
  5. show: "Decoder",
  6. date: "2023-03-28",
  7. icon: require("../public/press/decoder.avif"),
  8. },
  9. {
  10. url: "https://changelog.com/podcast/315",
  11. title: "Join the federation?! Mastodon awaits...",
  12. show: "The Changelog",
  13. date: "2018-09-19",
  14. icon: require("../public/press/the-changelog.png"),
  15. },
  16. {
  17. url: "https://podtail.com/en/podcast/griftonomics/selling-free-speech-w-eugen-rochko-of-mastodon/",
  18. title: "Selling Free Speech (w/ Eugen Rochko of Mastodon)",
  19. show: "Griftonomics",
  20. date: "2022-05-24",
  21. icon: require("../public/press/griftonomics.jpg"),
  22. },
  23. {
  24. url: "https://slate.com/technology/2018/08/mastodon-founder-eugen-rochko-is-building-a-nazi-free-alternative-to-twitter.html",
  25. title: "Twitter Without the Nazis",
  26. show: "Slate's What Next",
  27. date: "2018-08-29",
  28. icon: require("../public/press/slate-what-next.jpg"),
  29. },
  30. ]
  31. export default interviews