Ask HN: Would you use a service that sent you customized spoken information?
I want to make something for myself, and I'd like to know if it has broader appeal.
An MP3 is recorded in the daytime here, and if you're in the US you receive it at 5am. It runs like this:
"Hi Ken, this is Patti, It's Monday, May 19th. Bitcoin is up a dollar since yesterday, and your blog kind of had a minor spike yesterday when a lot of people shared the "Why God Hates German Words" post on twitter. Ray Kurzweil's Google News share went up because he announced a new book. The Syrian rebels took over an airport. Your mom's birthday is next week, and you have that stupid meeting tomorrow at six. Remember to bring the file for Deogracia. Ani Difranco's new album comes out on Friday. Another Emirati professorship posted on higheredjobs.com, but it doesn't say anything about family housing. It's supposed to be sunny today with a high of 85. Have a good one, dude."
I would kill for this, and it would be easy to configure some web scraping scripts that gave Patti crib notes for making these MP3s so she didn't have to do a lot of manual web browsing. I can imagine holding the phone to my head after my alarm went off an being totally energized and ready to get up after listening to something like this, and my friends over here, even professor friends, think it would be a laughably good deal to get a dollar per recording. I figure I could charge $2 and turn a profit.
Does this sound to the veteran entrepreneurs on HN like something that a wider audience might be interested in? Is there something I haven't thought of that would make it incredibly stupid to try? Any other thoughts or suggestions?
24 comments
[ 273 ms ] story [ 321 ms ] threadI also don't like the trend of posting programming "how-tos" as videos.
I also think this is a feature, not a product? Unless you perhaps make it a text-to-actual-speech API?
(For you Something Positive fans: "It's like Nerdrotica meets New Relic" )
(oh god thats amazing)
Basically, do a thing like this for egotistical investors and bankers--how many do you think would pay large amounts of money just to enjoy having somebody read them the closing bell and after-market action on their stocks?
Shit, you could put together a basic portfolio tracker and script generator, and then just farm it out to spare VA talent.
Anybody interested in doing this?
( SaaS => sadness as a service )
I think you'd find that assembling all the right data (which is the true product) is way more work than you imagine. Sure, you could probably do it for yourself with a doable amount of work, but to be able to do it for ANYONE is a massive undertaking. And... yeah, you probably don't want to try to build Google Now.
Maybe this is something I should just pitch to friends. I could handle the scripting load for 30 people, and 30 customers is $900 a month.
I have a built and working version of something not far off what the OP describes, only for myself (haven't had time to open source it or add a config interface) but that uses snippets of my own voice (for reminders) as well as Twilio's text-to-speech API to generate these messages (partially due to its providence as an alarm - TTS + avconv + e-mail would work for those who didn't want that).
I've had to custom build the generators (templated text + scraping code using utilities) for each data source, but it's not much of a chore and indeed a one-time task. I write these by hand mainly because I think it's valuable to have audible cues (provided by the surrounding template) when hearing particular information and code + template makes conciseness easy, too (cf. IFTTT).
I've thought in passing about the fact that people might appreciate its use, but I've felt inclined towards open source rather than subscription, at least in part because I haven't necessarily the time to make it configurable for the non-technical.
I suppose throwing humans into the mix, as you suggest, would help with that. :)
All I'd worry about is proper distribution of tasks to alleviate privacy concerns.
Also, I'm not in the US, but shrug to that. ;)
Also, have a look at http://anten.na which aggregates and organizes short news and other MP3 genres.