Ask HN: Review my app: tweetrad.io
41–50 of 50 posts
Re: Ask HN: Review my app: tweetrad.io
#42Not acceptable.
Re: Ask HN: Review my app: tweetrad.io
#43Agree with the suggestions mentioned already (mute, remove extra commentary).
Well done overall! I will be featuring TweetRad.io on http://TweetSocial.com/directory.php shortly.
Re: Ask HN: Review my app: tweetrad.io
#44Tweetrad.io is a fun little side project that converts twitter feeds into audio using text to speech. We use a distributed network of converter bots to handle the work queue. Jobs are placed on the queue via api calls from the javascript client that interacts with twitter's search api directly in order to avoid rate limiting of a centralized search server. Our app server is a lightweight Sinatra service that handles…
An iPhone app would be great. Especially if it could read tweets from your followers between songs, though I'm not sure if Apple gives you enough control over the iPod to do that.
Good job getting it up and running. What do you use for text to speech conversion?
Re: Ask HN: Review my app: tweetrad.io
#45Re: Ask HN: Review my app: tweetrad.io
#46Re: Ask HN: Review my app: tweetrad.io
#47Tweetrad.io is a fun little side project that converts twitter feeds into audio using text to speech. We use a distributed network of converter bots to handle the work queue. Jobs are placed on the queue via api calls from the javascript client that interacts with twitter's search api directly in order to avoid rate limiting of a centralized search server. Our app server is a lightweight Sinatra service that handles…
An iPhone app would be great. Especially if it could read tweets from your followers between songs, though I'm not sure if Apple gives you enough control over the iPod to do that.
Incase anyone does want to do this, Apple doesn't directly tell you when a song is starting/stopping, but they do tell you how long the song is (with MPMediaItem and the key MPMediaItemPropertyPlaybackDuration) and how far into the song you are (with MPMusicPlayerController).
Re: Ask HN: Review my app: tweetrad.io
#48Kinda says something about America though when not only are we too lazy to write full blogs, read full blogs, but now we don't even want to read our tweets. This of course is not a serious comment on your project as more as it is commentary on America's priorities.
Awesome work and amazing landing page design!