interviews.ts 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. const interviews = [
  2. {
  3. url: "https://techcrunch.com/podcast/social-media-should-be-built-on-protocols-not-platforms-says-mastodon-ceo-eugen-rochko/",
  4. title: "Social media should be built on protocols, not platforms says Mastodon CEO Eugen Rochko",
  5. show: "Equity",
  6. date: "2025-01-15",
  7. icon: require("../public/press/equity.png"),
  8. },
  9. {
  10. url: "https://hackaday.com/2024/10/16/floss-weekly-episode-805-mastodon-bring-your-own-algorithm/",
  11. title: "Mastodon — Bring Your Own Algorithm",
  12. show: "FLOSS Weekly",
  13. date: "2024-10-16",
  14. icon: require("../public/press/floss-weekly.jpg"),
  15. },
  16. {
  17. url: "https://softwareengineeringdaily.com/2024/01/31/mastodon-with-eugen-rochko/",
  18. title: "Mastodon with Eugen Rochko",
  19. show: "Software Engineering Daily",
  20. date: "2024-01-31",
  21. icon: require("../public/press/sed.png"),
  22. },
  23. {
  24. url: "https://dot-social.simplecast.com/episodes/eugen-rochko",
  25. title: "The State of the Federation, with Mastodon's Eugen Rochko",
  26. show: "dotSocial",
  27. date: "2023-12-20",
  28. icon: require("../public/press/dotsocial.jpg"),
  29. },
  30. {
  31. url: "https://www.theverge.com/23658648/mastodon-ceo-twitter-interview-elon-musk-twitter",
  32. title: "Can Mastodon seize the moment from Twitter?",
  33. show: "Decoder",
  34. date: "2023-03-28",
  35. icon: require("../public/press/decoder.avif"),
  36. },
  37. {
  38. url: "https://changelog.com/podcast/315",
  39. title: "Join the federation?! Mastodon awaits...",
  40. show: "The Changelog",
  41. date: "2018-09-19",
  42. icon: require("../public/press/the-changelog.png"),
  43. },
  44. {
  45. url: "https://podtail.com/en/podcast/griftonomics/selling-free-speech-w-eugen-rochko-of-mastodon/",
  46. title: "Selling Free Speech (w/ Eugen Rochko of Mastodon)",
  47. show: "Griftonomics",
  48. date: "2022-05-24",
  49. icon: require("../public/press/griftonomics.jpg"),
  50. },
  51. {
  52. url: "https://slate.com/technology/2018/08/mastodon-founder-eugen-rochko-is-building-a-nazi-free-alternative-to-twitter.html",
  53. title: "Twitter Without the Nazis",
  54. show: "Slate's What Next",
  55. date: "2018-08-29",
  56. icon: require("../public/press/slate-what-next.jpg"),
  57. },
  58. ]
  59. export default interviews