Live data from Hacker News

Ask HN: Would my idea be worth developing?

news.ycombinator.com

1–10 of 13 posts

Ask HN: Would my idea be worth developing?

#1
For the longest time I have been wanting to develop an idea of mine which basically consists in a system that works as a "message broker" or "message proxy" that would take a message from a source and redistribute it to any number of other messagig systems (SMS, twitter, etc.) The main implementation that I had in mind was to distribute offers, discounts and publicity to subscribers in any way they chose.

The issue is that I have no idea if this has been done before or if there is a similar system out there, I also don't know if this would be profitable and in case of developing it what would be the best technology to use, I'm thinking of using either Ruby or Python or even node.js as I want it to have a RESTful API for easy integration with other systems.

What do you guys think?

Re: Ask HN: Would my idea be worth developing?

#5
I feel the need for speed. Time is money in clouds and users like it fast too. Fast makes dev fast to so it is a win all around. You can do a lot of flops in the time it takes to turn base 10 to a float, so I have no time for json or xml in the fast path.

Re: Ask HN: Would my idea be worth developing?

#6
post #4

If I may ask, what is your speciality and what everyday pains would this fix for you? Others may disagree with me, but I prefer ideas where you are trying to find a solution to a problem that you have on a regular basis.

I'm a Systems Administrator, but have done development before, mostly fixing and patching stuff on the different projects I've worked on. Part of why I thought of doing this is because there is another project that I am working on that needs to implement something similar, but I thought that maybe I could do a service instead of a module in that project. The aim of that project is to deliver publicity (promotions, discount codes, etc.) to customers from different providers of their choice, this will be limited to a certain area, so basically it attacks a local need since we don't have a widespread service like that yet.

Re: Ask HN: Would my idea be worth developing?

#7
post #2

See IFTTT, Zapier, etc. They are doing what you're doing; maybe you can build on top?

I thought about using one of such services, but I think they're way too general(ist?) for me, what I want to do is basically have a way to either send a message, login to a panel and submit a message from there or schedule a message that will be distributed among several "subscribers" via different methods, like a newsletter system but using a method selected by the end-user (SMS, email, twitter, etc.)

But you might be right, I could probably do something similar on top of IFTTT, Zapier or Yahoo! Pipelines...

Re: Ask HN: Would my idea be worth developing?

#10
that would take a message from a source and redistribute it to any number of other messagig systems (SMS, twitter, etc.)

This part of your idea is great. But I think by thinking of it as a distribution method for offers/discount/publicity is just meh...

Think of application of this idea in areas such as pinging someone on different channels or someone getting a choice of what media they want to receive alert on about something important (not just another crappy promotional offer).

If you are a system administrator, you most probably know there are much more important alerts/messages people willing to send/receive than a 10% discount coupon or PR shrill.

Post reply on HN