Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add rustship-1 #120

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions content/issue-4/rustship-1.md
Original file line number Diff line number Diff line change
@@ -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.
9 changes: 9 additions & 0 deletions content/issue-4/zine.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Binary file added static/issue-4/rustship1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 19 additions & 1 deletion zine.toml
Original file line number Diff line number Diff line change
Expand Up @@ -190,4 +190,22 @@ bio = """
- [Mastodon](https://mastodon.social/@liujiacai)
- [Twitter](https://twitter.com/liujiacai)
- [Blog](https://en.liujiacai.net/)
"""
"""

[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)
"""