Live data from Hacker News

Yahoo Pipes

en.wikipedia.org

41–50 of 97 posts

Re: Yahoo Pipes

#41
post #6

Pipes where awesome! The product seemed to have influenced a few products (off the top of my head): 1. IBM's Node Red [1] 2. AWS IoT Things Graph [2] I'm sure there are others? [1] https://nodered.org/ [2] https://aws.amazon.com/iot-things-graph/?nc=sn&loc=3&dn=6

Azure Logic Apps / Microsoft Flow is yet another that likely owes some direct influence to Pipes.

https://docs.microsoft.com/en-us/azure/azure-functions/funct...

Re: Yahoo Pipes

#43
post #16

Thanks for posting and the nice comments. Glad to have built something that people found useful...

Was Caterina Fake involved in any way with Yahoo Pipes? I believe she headed Yahoo Brickhouse at the time, but the timelines are foggy for me. Pipes is so unlike any Yahoo product.

Re: Yahoo Pipes

#44
I used Pipes for RSS processing as well. I set up a rather convoluted system that let me forward email to SMS for free.

It used a weird mix of free services, including Yahoo Pipes and IFTTT. It went from email to RSS to Google Calendar to SMS. It was nice while it lasted, but now Google Calendar doesn't send SMS notifications so it's no longer possible for free.

Re: Yahoo Pipes

#45
post #16

Thanks for posting and the nice comments. Glad to have built something that people found useful...

Sorry, one last note. I was a broke college student at the time. I made tens of thousands of dollars with Pipes doing ethical arbitrage. I still miss it, where's our Kickstarter?

Re: Yahoo Pipes

#47
post #16

Thanks for posting and the nice comments. Glad to have built something that people found useful...

It feels like Zapier and IFTTT are the successors to Pipes, but I never quite got the same feeling from them (maybe I haven't checked Zapier in a while). But Pipes was ahead of its time and I'm still not sure of anything that really comes close to what I could do with pipes even back then. Thank you.

Re: Yahoo Pipes

#48
post #6

Pipes where awesome! The product seemed to have influenced a few products (off the top of my head): 1. IBM's Node Red [1] 2. AWS IoT Things Graph [2] I'm sure there are others? [1] https://nodered.org/ [2] https://aws.amazon.com/iot-things-graph/?nc=sn&loc=3&dn=6

https://n8n.io/ is another option.

Re: Yahoo Pipes

#49

I remember not too many years ago (2011/12?) Yahoo was the best source of free APIs for weather/stock/news information. It was well documented, fully-featured, had a great web dashboard, and most importantly of all it was super stable. Not sure if it shut down or if it just became irrelevant in the modern web. But many a engineering student plugged into it to make "hello world" weather apps.

They were shut down. I remember building many a widget that would pull information from Yahoo's simple and thorough APIs, and they were all sunset sometime between 2010 and 2015. Their stock API was unique in that it was one of the few with good data on almost any ticker.

Most stock tracking APIs require licenses to use, or have terrible latency. Similar with weather APIs now.

Re: Yahoo Pipes

#50
A couple of fun behind the scenes stories which I think at this point are past the statute of limitations.

Source: I was the Service Engineer on pipes for around a year or so.

1) When you went to the pipes landing page, there were a few demo pipes to show people what was possible. One of them combined search results from say ebay/craiglist/amazon to show prices for things.

One day I was looking through the source of these, and noticed there were affiliate ids in the ebay/amazon links. They all belonged to some early team member who had long since left.

I showed a couple people on the team, we all guessed at how much they were making from this, said good on em and went about our day. I still wonder how much they ended up making from it.

2) It was my first on-call, and all of a sudden the west coast pipes cluster just went bananas. After ~5 minutes, east coast started to go nuts and the west coast subsided.

Someone, despite numerous defensive measures, had found a way to create a pipe-bomb that would recursively call multiple versions of itself. Once the west coast load balancer failed over, one of these requests would hit the east coast and the 'virus' would jump over there. This flipped flopped back and forth until I figured out how to blacklist pipe ids (and eventually got a code fix).

Post reply on HN