Kevin Rose
π€ SpeakerAppearances Over Time
Podcast Appearances
You can see when it was generated, when it was done, and then just some information about making sure that we don't recrawl the article and have all that.
So that's done.
Okay, any questions so far?
We got one article into the system.
No, keep going.
Okay, so now let's talk about clusters.
So clusters, well, actually, let me show off one other thing.
So how does this actually work?
So how does all of that work on the back end, right?
And there's a couple different ways that you could do this.
You could say, I want to kind of...
write this in Next.js, and I want to have this just be a function.
And if you want to get a little bit more fancy, you could say, okay, I'm using Supabase, so I'm going to throw on some cron jobs there and fire off these things, and I don't know if they fail.
There's a lot of...
it gets a little dicey here because oftentimes things, bad things can happen.
Like you can have a RSS feed that gets blocked temporarily.
You could have timeouts, you could have a model that actually doesn't complete.
Um, and so I need durability around a lot of this stuff.
Right.
And so what I do for that, actually, let me just do a screen share again is for the durability side.