Mitch Downey 

@mitch@podcastindex.social
569 Followers
247 Following
5K Posts

open source developer @ podverse.fm / fediverse / foss / javascript / node.js / podcasts / react / react native / typescript

⚡️:mitch@getalby.com

Podversehttps://podverse.fm
Githubhttps://github.com/mitchdowney

@dave @steven nvm, it looks like the csv is in ascending order by podcast index id.

that's no problem. got that handled in our code.

@dave @steven do you know if the "dead feeds csv" that is generated always puts the most recently added feeds at the end of the file?

podverse nextgen has improved dead feed and duplicate feed handling.

if dead feeds do not always get added to the end of the file, it's not a big deal. just looking at options for avoiding redundantly handling dead feed ids that have already handled.

@dave @archie

the url is https://api.podcastindex.org/api/1.0/recent/data?max=5000&since=1750487078

i believe i am passing the X-Auth-Key, X-Auth-Date, and Authorization header the exact same way both from localhost and within the docker container.

my docker image is node:20-slim, which allegedly supports time syncing (according to copilot).

sample timestamp 2025-06-21T06:54:38.687Z

both localhost and docker container appear to be UTC time, but i can't tell if the time is off by seconds or something in the docker container

hey @dave

i am trying to make a successful request to Podcast Index API from within a docker container, but getting a 400 response.

the thing is, this same request, with the exact same config parameters, when run from my machine's localhost, returns a success response.

do you know if this error could be related to "server time mismatch", or something else? apparently that is a possibility with some api setups, although i'm not sure how to debug it yet.

cc @archie

Did Apple really lose its monopoly on in-app payment processing? 😲

After making a huge Postgres database schema with many join tables...I am finally learning about "Cartesian product" issues 😣

And hoo boy...I am not seeing any appealing ways to handle this.

I have an "item" table, I want to query for one item, and in the screenshot are all the related tables I want to include data from with the result...but apparently the OneToMany relationships (all the tables that end with "s" in this case) cause exponential complexity. Not sure what to do...

RSS PODCAST HOSTING QUESTION

Can anyone recommend platforms that help companies setup *private* RSS feeds, for company internal purposes?

From my friend:

"Basically I have a buddy that wants his company to create a feed that only their employees can see and subscribe to"

Is there an existing product for this use case?

Podcasting 2.0 March 21st 2025 Episode 215: "Traffic and Weather on the 8's"

Adam & Dave Talk with Tom Webster of Sounds Profitable about the future of podcasting http://l.curry.com/fPi

A NEW LIVE edition of Mutton, Mead & Music is coming up now on the No Agenda Stream. #v4v #music #podcasting20

https://listen.noagendastream.com/noagenda

Add stats sql migration file · podverse/podverse-ops@01ce547

Deployment scripts and documentation for the Podverse ecosystem - Add stats sql migration file · podverse/podverse-ops@01ce547

GitHub