12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- const interviews = [
- {
- url: "https://techcrunch.com/podcast/social-media-should-be-built-on-protocols-not-platforms-says-mastodon-ceo-eugen-rochko/",
- title: "Social media should be built on protocols, not platforms says Mastodon CEO Eugen Rochko",
- show: "Equity",
- date: "2025-01-15",
- icon: require("../public/press/equity.png"),
- },
- {
- url: "https://hackaday.com/2024/10/16/floss-weekly-episode-805-mastodon-bring-your-own-algorithm/",
- title: "Mastodon — Bring Your Own Algorithm",
- show: "FLOSS Weekly",
- date: "2024-10-16",
- icon: require("../public/press/floss-weekly.jpg"),
- },
- {
- url: "https://softwareengineeringdaily.com/2024/01/31/mastodon-with-eugen-rochko/",
- title: "Mastodon with Eugen Rochko",
- show: "Software Engineering Daily",
- date: "2024-01-31",
- icon: require("../public/press/sed.png"),
- },
- {
- url: "https://dot-social.simplecast.com/episodes/eugen-rochko",
- title: "The State of the Federation, with Mastodon's Eugen Rochko",
- show: "dotSocial",
- date: "2023-12-20",
- icon: require("../public/press/dotsocial.jpg"),
- },
- {
- url: "https://www.theverge.com/23658648/mastodon-ceo-twitter-interview-elon-musk-twitter",
- title: "Can Mastodon seize the moment from Twitter?",
- show: "Decoder",
- date: "2023-03-28",
- icon: require("../public/press/decoder.avif"),
- },
- {
- url: "https://changelog.com/podcast/315",
- title: "Join the federation?! Mastodon awaits...",
- show: "The Changelog",
- date: "2018-09-19",
- icon: require("../public/press/the-changelog.png"),
- },
- {
- url: "https://podtail.com/en/podcast/griftonomics/selling-free-speech-w-eugen-rochko-of-mastodon/",
- title: "Selling Free Speech (w/ Eugen Rochko of Mastodon)",
- show: "Griftonomics",
- date: "2022-05-24",
- icon: require("../public/press/griftonomics.jpg"),
- },
- {
- url: "https://slate.com/technology/2018/08/mastodon-founder-eugen-rochko-is-building-a-nazi-free-alternative-to-twitter.html",
- title: "Twitter Without the Nazis",
- show: "Slate's What Next",
- date: "2018-08-29",
- icon: require("../public/press/slate-what-next.jpg"),
- },
- ]
- export default interviews
|