Weekly Update: What we've done last week and what we're working on next - podcast episode cover

Weekly Update: What we've done last week and what we're working on next

Apr 22, 202511 min
--:--
--:--
Listen in podcast apps:

Summary

Ilya and Arnab share their weekly progress on the Metacast app, detailing the latest updates, challenges, and future plans. They discuss mobile app development hurdles, handling web app bot traffic with Cloudflare, and upcoming features. They also recommend the Buzzcast podcast and HBO's Last of Us podcast.

Episode description

Every Tuesday, we meet for a weekly standup. We'll summarize our progress in short weekly updates that we record right after our meetings.

Show notes

Download the Metacast podcast app for free:

Transcript

Hello, everyone. This is Ilya, a co-founder of Metacast. And I'm Arnab, the other co-founder of Metacast. Yeah, so we decided to do a new type of episodes as an experiment. So every week, Arnab and I meet for our weekly sync up or stand up, if you like. Right after that, we'll record this short update. and give you a glimpse into what it actually takes to build a mobile app in this day and age. So we will provide brief updates on what we have done in the last...

week or since the last update, because occasionally it will be a bi-weekly update, I guess, if we skip a week. It happens sometimes. And we will also give you an idea of what we are working on next. Keep in mind, these are not hard commitments. We both also have our lives outside of work. But yeah, so we are very nervous about committing to anything publicly. But we will do our best.

to set proper expectations. And it's two people building a mobile app, web app, and a backend infrastructure. So things can always change. But this is what these kind of episodes are for. Okay. And we'll try to keep it to less than 10 minutes. Right, Ilya? Yeah, usually. All right. My timer is started. Let's go. Great. We are doing this to provide more transparency to our users. We mostly expect our regular users to listen to this, not just random people.

So we will be talking about the app a lot. We are also thinking about creating a public roadmap so we can publish what we committed to, what we're working on right now, what we've shaped. because we are getting quite a few requests from users on Reddit. Sometimes they're the same requests coming up in different threads. Sometimes we get them by email. It would be nice to actually have a view that we can...

present to people, let them upvote features, comment on the same threads, so it also reduces the overhead for us, but also provides more transparency. Hopefully, by the time we do the next update, we will figure it out. I think right now we're looking at Trello as a tool, but we need to first test it. Yeah, we tried out GitHub. It doesn't meet all of our things. So yeah, we'll try it out. All right. So Arnab, what have you been working on? Last week, we launched the 1.18 version.

My Mac was like slowing down to a crawl. It's a 2021 M1 Pro. And with the emulator and all that, like for MobileDev, it was really struggling. So I decided to upgrade it. I got an M4 Pro. moved everything over maybe i should talk about it i got a few like changed some terminal apps and launcher apps and all that to newer ones uh there i love it actually maybe we should talk about it sometime but that that was

I want to say maybe a day, a couple, day and a half, something like that to set everything up again. And then every few releases, when we do an app release, I want to say about every month or so, we take the time to upgrade all our dependencies like Flutter, Dart. Firebase, all of the other critical pieces that we use in the app so that they're secure and up-to-date with available version.

So that's out in the beta version right now under V1.19. There are some significant changes that we've made. So you and I and our few beta users, they were going to test it thoroughly. And I think we learned that the couple of links, like the open OPML import or the FAQ, when you tap on it on an Android phone, it's broken right now.

Yeah, we've got a few users reaching out to us saying that that is broken. And also just to give, I guess, an idea to people who are not familiar with mobile app development, we can't just... fix it immediately. We actually have to make the code change, submit it to Apple and Google. They have to approve it, then it gets released. It does take a few days.

Yeah, at least a few days. And on top of it, in this case, it's actually working in the emulator and only broken on some Android phones. So we'll have to figure out what the heck is actually going on. But yeah, it's supposed to be a simple thing. It's like opening up the web view in it. So yeah, that should be ready.

I guess just to give people who are listening to this for the first time, Arnab is mostly working on the mobile app. I mostly work on the web app and both of us contribute to the backend. So on the web app side, we've been experiencing an invasion of automated bots that crawl our website. Just actually this morning, I was looking at the last 24 hours and we had almost a million requests. sent to our web application.

It's a lot. And those are mostly automated bots like the Anthropic, the Cloud bot. They sent us 400,000 requests in 24 hours. collecting data for training their LLMs. It's crazy. Well, the thing is, we had previously incurred some costs from this. And even last month, actually, we spent, I think, three times more than we wanted.

on our web app infrastructure. First of all, we don't want to block all of those bots. We talked about that on the last episode because there may be some benefits in terms of our site surfacing in ChatGPT and other chatbots. But we need to also protect our costs. So we are implementing Cloudflare, which is this content delivery network, CDN, in front of our web app to cache it. so that we don't pay so much.

The thing with caching is that when content changes, you actually want to make sure that the cache is invalidated. and served fresh. So we have to write some logic to manage that. Because most of our pages or some of our pages are static, like the pricing page and the homepage and all that. But we do have dynamic pages for all the podcasts and episodes, and that's like 2 million plus pages already.

And we can't like hand manage all that. So we are writing logic in the backend to like invalidate the cache whenever it's required. Yeah. Yeah, I wish we could just be building features instead of that, but, well, what user are the features if we are broke because of infrastructure? And talking about 400,000 requests per day, that is insane. Because at first, remember when this all started a month back?

I think that time we were taking in about 30,000 requests a day and we were already paying a heavy amount where that's when we started optimizing everything. Now we are up to like 400,000. But I do feel like at some point we'll probably get some benefits out of it, like that perplexity. A new user told us today that they found us through perplexity and we searched in perplexity. I don't know why it's so hard for me to say perplexity. It's a perplexity about why I can't say the word perplexity.

There you go. But anyway, they told us that they found us through it. We searched and yeah, it does recommend Metacast pretty heavily. So that's pretty cool. Yeah, so the other thing we worked on in the web app is being able to open any podcast in the app. If you have an episode or podcast page open in your phone and you just tap and it opens the app for you.

We don't have that right now. And we've built all the plumbing to enable this in the next version. So in version 1.19, we hopefully have that. But we had to do some work ahead of time last week. All right. So let's move on to next week because we have three minutes left only. For the mobile app, yeah, the same stuff like links. I think we'll have some awesome links sharing as well as opening. Those features will be really nice from the web app to the mobile app as well as deep links.

We're going to start adding summaries into the mobile app. And Ilya, you're going to start working on ingesting creator-provided transcripts into the backend so that it shows up both in the mobile app like it shows up in the web app already. Yeah, and I think that will be really exciting when we have those transcripts in the mobile app because they also have speaker names. It is for some of them. It's going to be great.

And then you're also finish up the caching work that you're doing. Yeah, I'll finish the caching work. I'm also thinking about creating a bunch of pages about Metacast features with screenshots and descriptions because, again, people ask the same questions. we need to be able to just send them a link, right? Instead of responding to the emails and Reddit posts manually. Also, it will hopefully give us some more discoverability on Google and chatbots.

And as silly as it sounds, we are also doing a minor rebrand. The designer friend of ours offered us some help with the design. He created some really great visuals, and one of those visuals is a new logo. So we are just going to swap the logo files both in the app and in the web app. And now we've been sort of chastised for like not having the right priorities on Reddit. This is one of those things I'm like, shouldn't even talk about this. But it is actually a fairly minor piece of work.

And I think it will make the app look a lot better. Okay, so we have one minute left to go. And that means two 30-second segments of what you're listening to right now, Ilya. Let's go start. I'll start a timer. So these are podcast recommendations, right? So my favorite episode of last week was the Buzzcast. episode by Buzzsprout, where they ranted about initiatification of all of the content that just becomes short form clickbait videos all over the place in all platforms.

Except for audio podcasts that remain hands-free, eyes-free, so you can actually enjoy the slow-moving... Oh, man, he showed me the timer, and I lost my train of thought. All right, that's it. Anyway, the link is in the show notes. Okay, so my update. I'll start the timer again. HBO's Last of Us. The second season, second episode came out on Sunday and it was, I won't give you spoilers, but it was insane.

Dude, we're supposed to recommend podcasts, not HBO series. So I love that show so much that I listened to the HBO's like official Last of Us podcast and I listened to that episode. Hey, I did it in 25 seconds, Ilya. I don't know why it took you more than 30 seconds. I guess it's because you had the visual cue with the metronome in front of you, right? So I think that's a wrap.

Yeah, that was fun. So let's see how long this 10-minute update will be. I think it will be about 30 minutes. No, I think it was 12 minutes recording, so it will be less than... Okay, less than 12 minutes for sure. Okay, bye. Ciao.

This transcript was generated by Metacast using AI and may contain inaccuracies. Learn more about transcripts.