HackerTrans
TopNewTrendsCommentsPastAskShowJobs

aegrumet

no profile record

Submissions

Show HN: I built a local-first podcast app

wherever.audio
73 points·by aegrumet·9 maanden geleden·34 comments

comments

aegrumet
·9 maanden geleden·discuss
Go to the Following page, scroll to the Danger Zone section at the bottom, and delete all podcasts and episodes
aegrumet
·9 maanden geleden·discuss
This is fixed in v0.47.5.
aegrumet
·9 maanden geleden·discuss
They let me download it, but alas

> The iOS 15.0 simulator runtime is not supported on macOS 15.6.1.
aegrumet
·9 maanden geleden·discuss
My XCode only goes back to iOS 15 :(

Downloading it now, will see what happens.
aegrumet
·9 maanden geleden·discuss
Ah, bummer. Just did some quick research, which suggested that first load can fail on iOS 14, but that refreshing the page might fix the issue. Can you try and report back?

I don't see iOS 14 in the list of simulators that ships with XCode, so this could be a challenge to reproduce.

Another option: try another browser. So if you're using Safari, try e.g. Chrome or Firefox.
aegrumet
·9 maanden geleden·discuss
Agree, the experience is inconsistent. Nice catch! I'll work on a fix and post back.
aegrumet
·9 maanden geleden·discuss
When open in the browser, try some vi navigation keys :-)
aegrumet
·9 maanden geleden·discuss
Ah, just realized you might be talking about syncing state between devices. Definitely haven't tackled that, as there's no coordinating server in the architecture at this point. But I did recently add "beaming", which lets you quickly transfer your subscription lists between devices with a QR code backed by an ephemeral, signed link.
aegrumet
·9 maanden geleden·discuss
Yay! And not at all annoying. No plans to open-source the frontend at this stage but I'll keep the request in mind. Btw, that backend was part of an earlier abandoned infrastructure attempt. Still cool code imo, but no longer running on it.
aegrumet
·9 maanden geleden·discuss
This gives me some motivation to look at the podcast:location tag, which I think unlocks this use case.

https://github.com/Podcastindex-org/podcast-namespace/blob/m...
aegrumet
·9 maanden geleden·discuss
Not at the moment but I've been meaning to dig into stuff like this.

Fun sidenote, what you're describing is how the first podcast apps worked back in the day!
aegrumet
·9 maanden geleden·discuss
Thanks :-)
aegrumet
·9 maanden geleden·discuss
Yes exactly!
aegrumet
·9 maanden geleden·discuss
Nice, thanks!

> Obviously syncing of podcasts / listening positions is not going to work, by design?

Not sure, can you say more? Quick potential answers in the meantime.

For syncing, there's an auto-sync that runs in the background and prioritizes the shows that you've listened to most in the past month, but eventually cycles through all podcasts that you follow. There's also a manual sync on the Following page.

For listening positions, there's a Queue where you can drag individual episodes up and down to change the order, and playback will automatically cycle to the next episode in the queue when the playing episode finishes.
aegrumet
·9 maanden geleden·discuss
<3
aegrumet
·9 maanden geleden·discuss
Thanks! Also, to be transparent, the chatbot uses a third party hosted API. Just updated the post to reflect that. There are actually models that can run in a browser, but last time I checked they were pretty heavy to run.