Show HN: Mashups – Resurrecting Yahoo Pipes, my side project
31–40 of 41 posts
Re: Show HN: Mashups – Resurrecting Yahoo Pipes, my side project
#32I actually wrote a little, easily modifiable Digital Ocean function I've been customizing and deploying per feed I want to filter. It feels like a hack, and it is, but it's "good enough". It's been working reasonably well and runs rarely enough that it falls into Digital Ocean’s free tier.
Re: Show HN: Mashups – Resurrecting Yahoo Pipes, my side project
#33Re: Show HN: Mashups – Resurrecting Yahoo Pipes, my side project
#34Re: Show HN: Mashups – Resurrecting Yahoo Pipes, my side project
#35Also check out https://nodered.org/ and https://github.com/huginn/huginn if you're interested in free and open-source software you can run yourself.
Is there a consolidated comparison website for these? There is also n8n that is on the rise now.
Re: Show HN: Mashups – Resurrecting Yahoo Pipes, my side project
#36These kinds of software pipelines can be strangely satisfying to implement.
The development style of thinking of stream processing and online algorithms
It's also inspired by mapping and filtering and functional programming with flatmap.
It reminds me of factorio
Re: Show HN: Mashups – Resurrecting Yahoo Pipes, my side project
#37Also check out https://nodered.org/ and https://github.com/huginn/huginn if you're interested in free and open-source software you can run yourself.
Re: Show HN: Mashups – Resurrecting Yahoo Pipes, my side project
#38Re: Show HN: Mashups – Resurrecting Yahoo Pipes, my side project
#39Earlier quoted context omitted.
Is there a consolidated comparison website for these? There is also n8n that is on the rise now.
Something like https://github.com/awesome-selfhosted/awesome-selfhosted ?
Re: Show HN: Mashups – Resurrecting Yahoo Pipes, my side project
#40I've been thinking a lot about how LLM agents need some kind of glue to connect them to everyday websites at a level higher than raw HTML. What you’re building here really reminds me of that idea.