diff --git a/content/issue-4/rustship-1.md b/content/issue-4/rustship-1.md new file mode 100644 index 0000000..e7327e0 --- /dev/null +++ b/content/issue-4/rustship-1.md @@ -0,0 +1,22 @@ +# RustShip #1 — Creating successful open-source projects + +RustShip is a new podcast where I interview other Rust developers to learn from their experiences. + +![RustShip episode image](/static/issue-4/rustship1.jpg) + +In the first episode, I interviewed [Orhun](https://orhun.dev/), Arch Linux package maintainer and author of tens of open-source projects used and loved by thousands of people, including myself. + +Orhun shared what it's like maintaining Rust code and his advice on increasing the adoption of our open-source projects. + +You can find the full episode on [YouTube](https://www.youtube.com/live/_xABF_H8b3g?feature=share&t=311) or your favorite [podcast client](https://ieni.dev/rustship). + +If you don't have time to listen to the full episode, here are some clips: +- [Creativity and Open Source](https://www.youtube.com/watch?v=sTEMWoIMBMY) (25 minutes) +- [Open Source sustainability and burnout](https://www.youtube.com/watch?v=2sHD3CCPt40) (37 minutes) +- [Packaging Rust binaries for Linux distributions](https://www.youtube.com/watch?v=1j4zuPN_8kU) (4 minutes) +- [Dogfooding: use your own tools](https://www.youtube.com/shorts/EPlX1ITjGoE) (1 minute) + +## What's next? + +I plan to do at least one episode every month. +Follow me on [YouTube](https://www.youtube.com/c/MarcoIeni), [Twitter](https://twitter.com/MarcoIeni), [LinkedIn](https://www.linkedin.com/in/MarcoIeni/) and [Mastodon](https://hachyderm.io/@MarcoIeni) to stay up to date with the latest news and join the next live episodes: I'm always happy to answer questions from the chat during the live stream. diff --git a/content/issue-4/zine.toml b/content/issue-4/zine.toml index 76e5c51..1d566d3 100644 --- a/content/issue-4/zine.toml +++ b/content/issue-4/zine.toml @@ -41,3 +41,12 @@ topic = ["tokio", "async"] pub_date = "2023-08-21" publish = true featured = true + +[[article]] +file = "rustship-1.md" +title = "Interview with Orhun Parmaksız" +author = ["ieni", "orhun"] +topic = ["interview"] +pub_date = "2023-08-25" +publish = true +featured = true diff --git a/static/issue-4/rustship1.jpg b/static/issue-4/rustship1.jpg new file mode 100644 index 0000000..1a298d5 Binary files /dev/null and b/static/issue-4/rustship1.jpg differ diff --git a/zine.toml b/zine.toml index 5677e2e..cfe184c 100644 --- a/zine.toml +++ b/zine.toml @@ -190,4 +190,22 @@ bio = """ - [Mastodon](https://mastodon.social/@liujiacai) - [Twitter](https://twitter.com/liujiacai) - [Blog](https://en.liujiacai.net/) -""" \ No newline at end of file +""" + +[authors.ieni] +name = "Marco Ieni" +bio = """ +- [Website](https://ieni.dev/) +- [Twitter](https://twitter.com/MarcoIeni) +- [GitHub](https://github.com/MarcoIeni) +- [Mastodon](https://hachyderm.io/@MarcoIeni) +""" + +[authors.orhun] +name = "Orhun Parmaksız" +bio = """ +- [Website](https://orhun.dev/) +- [Twitter](https://twitter.com/orhunp_) +- [GitHub](https://github.com/orhun) +- [Mastodon](https://fosstodon.org/@orhun) +"""