DiscoverRustShip - a RustLang podcast
10 Episodes
Reverse
🦀 In RustShip #9, Orhun Parmaksiz talks about Binsider, a TUI to analyze ELF binaries.
We'll see how Orhun created this tool, what info it shows and how you can get started creating your own TUIs with Ratatui!
https://binsider.dev/
Orhun's contacts
⭐ GitHub: https://github.com/orhun
👾 Website: https://orhun.dev/
🐦 Twitter: https://x.com/orhundev
💖 Donate: https://donate.orhun.dev/
Marco's contacts
👾 Website: https://ieni.dev/
🐦 Twitter: https://ieni.dev/t
💼 LinkedIn: https://ieni.dev/in
💖 Donate: https://github.com/sponsors/MarcoIeni
🦀 In RustShip #8, Luciano Mammino, co-author of "Crafting Lambda Functions in Rust", dives into the intricacies of using Rust in AWS Lambda and Serverless environments. Discover the advantages and challenges compared to other programming languages and explore the tooling ecosystem.
👉 How does the Rust developer experience compare to other programming languages? Are the available tools good enough?
👉 What's the best way to get started with Rust and AWS?
Luciano
🌐 Website: https://loige.co
📚 Book: https://rust-lambda.com
🎙️ AWS podcast: https://awsbites.com
📽️ Twitch: https://www.twitch.tv/loige
🐦 Twitter: https://x.com/loige
Marco
🌐 Website: https://ieni.dev/
🐦 Twitter: https://ieni.dev/t
💼 LinkedIn: https://ieni.dev/in
🐘 Mastodon: https://hachyderm.io/@MarcoIeni
🦀 In RustShip #7, Ernest Kissiedu tells us everything about Rust Nation, one of the biggest Rust conferences, and the Rust London meetup.
👉 What to expect from rust nation 24, and what are the biggest lessons learned from the previous edition?
👉 How do you send a great conference talk proposal?
Ernest
🌐 RustNation Website: https://www.rustnationuk.com/
🐦 RustNation Twitter: https://twitter.com/RustNationUK
🐦 RustLondon Twitter: https://twitter.com/RustLondon_
Marco
🌐 Website: https://ieni.dev/
🐦 Twitter: https://ieni.dev/t
💼 LinkedIn: https://ieni.dev/in
🐘 Mastodon: https://hachyderm.io/@MarcoIeni
🦀 In RustShip #6, Lisa Passing tells us what a creative technologist does, and how she uses Rust to create interactive artwork.
👾 How to combine embedded devices and video games to create alt.ctrl games?
📚 How to get started with embedded and game development in Rust?
Lisa
🐘 Mastodon: https://toot.cat/@lislis
🐙 GitHub: https://github.com/lislis
Marco
🌐 Website: https://ieni.dev/
🐦 Twitter: https://ieni.dev/t
💼 LinkedIn: https://ieni.dev/in
🐘 Mastodon: https://hachyderm.io/@MarcoIeni
Links
- https://docs.rust-embedded.org/book/
🦀 In RustShip #5, Matthias Endler walks us through corrode.dev, his Rust consultancy company, and lychee, a fast, async, stream-based link checker written in Rust.
👉 Matthias will share with us what it's like being a consultant and advice for developers who want to get into consultancy, especially for the Rust niche.
👉 Lychee is a tool you can run in your CI to check the links of your repositories. We will discover how lychee works and what pitfalls hide behind this task.
Matthias
🌐 Consultancy: https://corrode.dev/
🌐 Personal website: https://endler.dev/
🐙 GitHub: https://github.com/mre
Marco
🌐 Website: https://ieni.dev/
🐦 Twitter: https://ieni.dev/t
💼 LinkedIn: https://ieni.dev/in
🐘 Mastodon: https://hachyderm.io/@MarcoIeni
✏️ In RustShip #4, Keavon Chambers and Dennis Kobert walk us through Graphite, a free and open-source raster and vector graphics editor written in Rust.
👉 How much is Rust suitable for this domain? How to make an open-source project approachable for new contributors? What are the challenges of running a 2D graphic editor in the browser?
🦀 RustShip is a podcast where Rust developers share their experiences and talk about their projects. Join the live stream to ask questions to Keavon and Dennis.
Graphite's contacts
🌐 Website: https://graphite.rs/
🐦 Twitter: https://twitter.com/graphiteeditor
🐙 GitHub: https://github.com/GraphiteEditor/Graphite
📺 YouTube: https://www.youtube.com/@GraphiteEditor
👾 Discord: https://discord.graphite.rs/
Marco's contacts
🌐 Website: https://ieni.dev/
🐦 Twitter: https://ieni.dev/t
💼 LinkedIn: https://ieni.dev/in
🏍️ In RustShip #3, Ellie Huxtable walks us through Atuin, a Rust CLI tool she created to boost your CTRL+R shell history search.
🐢 Atuin replaces your existing shell history with an SQLite database and records additional context for your commands to give you a faster and better search of your shell history! Additionally, Atuin (optionally) syncs your shell history between your machines! Learn more at https://atuin.sh/
🦀 RustShip is a podcast where Rust developers share their experiences and talk about their projects. Join the live stream to ask questions to Ellie.
## Ellie's contacts
🌐 Website: https://ellie.wtf/
🐦 Twitter: https://twitter.com/ellie_huxtable
🐘 Mastodon: https://hachyderm.io/@ellie
## Marco's contacts
🌐 Website: https://ieni.dev/
🐦 Twitter: https://ieni.dev/t
💼 LinkedIn: https://ieni.dev/in
✨ Querying Rust API and beyond ✨
🦀 RustShip is a podcast where Rust developers share their experiences and talk about their projects.
🧙♂️ In this episode, Predrag Gruevski walks us through Trustfall and Cargo-semver-checks, two Rust projects he created.
🔍 Trustfall is a query engine for any combination of data sources, allowing to query files and APIs as if they were databases. https://github.com/obi1kenobi/trustfall
🛡️ Cargo-semver-checks is a cargo plugin that scans Rust crates looking for semver violations. Under the hood it uses Trustfall and Rustdoc to do its job. https://github.com/obi1kenobi/cargo-semver-checks
Predrag's contacts
🌐 Website: https://predr.ag/
🐦 Twitter: https://twitter.com/PredragGruevski
🐘 Mastodon: https://hachyderm.io/@predrag
☁️ Bluesky: @predraggruevski.bsky.social
Marco's contacts
🌐 Website: https://ieni.dev/
🐦 Twitter: https://ieni.dev/t
💼 LinkedIn: https://ieni.dev/in
🦀 RustShip is a new podcast where I interview other Rust developers to learn from their experiences.
🧙♂️ In this episode, we have Orhun Parmaksız, Arch Linux package maintainer and author of tens of open-source projects used and loved by thousands of people, including myself.
✨ Orhun will share what it's like maintaining Rust code and his advice on increasing the adoption of our open-source projects.
Orhun's contacts
⭐ GitHub: https://github.com/orhun
👾 Website: https://orhun.dev/
🐦 Twitter: https://twitter.com/orhunp_
💖 Donate: https://donate.orhun.dev/
Marco's contacts
👾 Website: https://ieni.dev/
🐦 Twitter: https://ieni.dev/t
💼 LinkedIn: https://ieni.dev/in
💖 Donate: https://github.com/sponsors/MarcoIeni
🦀 RustShip is a new podcast where I interview other Rust developers to learn from their experiences.
🧙♂️ In this episode, we have Orhun Parmaksız, Arch Linux package maintainer and author of tens of open-source projects used and loved by thousands of people, including myself.
✨ Orhun will share what it's like maintaining Rust code and his advice on increasing the adoption of our open-source projects.
## Orhun's contacts
⭐ GitHub: https://github.com/orhun
👾 Website: https://orhun.dev/
🐦 Twitter: https://twitter.com/orhunp_
💖 Donate: https://donate.orhun.dev/
## Marco's contacts
👾 Website: https://ieni.dev/
🐦 Twitter: https://ieni.dev/t
💼 LinkedIn: https://ieni.dev/in
💖 Donate: https://github.com/sponsors/MarcoIeni
Comments
Top Podcasts
The Best New Comedy Podcast Right Now – June 2024The Best News Podcast Right Now – June 2024The Best New Business Podcast Right Now – June 2024The Best New Sports Podcast Right Now – June 2024The Best New True Crime Podcast Right Now – June 2024The Best New Joe Rogan Experience Podcast Right Now – June 20The Best New Dan Bongino Show Podcast Right Now – June 20The Best New Mark Levin Podcast – June 2024
United States