TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Tweetspiration – let Twitter brainstorm ideas for you

82 点作者 jellyksong大约 12 年前

24 条评论

kwellman大约 12 年前
I did something very similar to this a while back[1]. I also wrote a blog post about it with code here <a href="http://blog.interstellr.com/post/22534653144/mining-twitter-for-useful-information" rel="nofollow">http://blog.interstellr.com/post/22534653144/mining-twitter-...</a><p>[1] <a href="http://www.twtspire.com/" rel="nofollow">http://www.twtspire.com/</a>
评论 #5584728 未加载
lalos大约 12 年前
Just remember the wise words of Henry Ford, "If I had asked people what they wanted, they would have said faster horses". Nice website and idea!
phildeschaine大约 12 年前
Hey, just wanted to let you know you're breaking the twitter display requirements (<a href="https://dev.twitter.com/terms/display-requirements" rel="nofollow">https://dev.twitter.com/terms/display-requirements</a>) by not swapping out the t.co links with their real addresses. You gotta use those tweet_entities the API gives you.<p>&#62;"Links in Tweet text must be displayed using the display_url field in the URL entities API response, and link to the original t.co url field"
评论 #5583834 未加载
efferifick大约 12 年前
Similar, a subreddit called "somebody make this" <a href="http://www.reddit.com/r/SomebodyMakeThis" rel="nofollow">http://www.reddit.com/r/SomebodyMakeThis</a>
JackWebbHeller大约 12 年前
<i>"Someone should make an app that tells me how much pizza i am"</i><p>Well, I know what I'm doing for my weekend project!
评论 #5585561 未加载
shurcooL大约 12 年前
This is pretty neat, I like it.<p>On this topic, is there an app or site where I can just view inspirational pictures from sources like cgsociety.org CG Choice Gallery, and perhaps others (500px, Deviantart). A place where seeing the next photo is just a swipe or 'j' press away. Mostly I'd like cgsociety because they have a very clumsy way to view photos one after another (you have to open each one in a new tab, etc.).
评论 #5584111 未加载
edwardy20大约 12 年前
You should search for 'somebody should' in addition to 'someone should'.
评论 #5583712 未加载
ceekays大约 12 年前
There is already a similar app called <a href="http://theinternetwishlist.com/" rel="nofollow">http://theinternetwishlist.com/</a> by some female developer, Amrit Richmond.
评论 #5587042 未加载
_dark_matter_大约 12 年前
Very cool idea. Problem: When I choose a filter, and then click "show me more", it deletes the filter. Thus, I can only get one page of results when I use a filter.
评论 #5583675 未加载
RKoutnik大约 12 年前
A lot of fun, even if most the ideas are nonsense or impossible. If you were to build this out further, I'd add more phrases like "There has to be a better way" (i.e. <a href="https://twitter.com/rdegges/status/325885686404227072" rel="nofollow">https://twitter.com/rdegges/status/325885686404227072</a> )
SurfScore大约 12 年前
I like this because its creative, but was relatively easy to implement. It didn't need a million hours of coding, just a text search for keywords (I'm oversimplifying a bit obviously). It let your brain do the heavy lifting to save on programming time. Elegant.
rattray大约 12 年前
Fantastic work! Was thinking about building something similar earlier today, actually. I do find the top banner quite annoying though: the fixed positioning doesn't add any value, and it's quite large. It looks pretty, just give it absolute positioning.
petethepig大约 12 年前
Check the timestamps, they are in UTC, you better change them according to user's time zone
评论 #5583822 未加载
program大约 12 年前
On the $(document).ready call change:<p><pre><code> var d = new Date(element.name); </code></pre> to<p><pre><code> var d = Date.parse(element.name); </code></pre> This will solve the "undefined NaN, NaN:aN PM" issue.
评论 #5585668 未加载
kvprashant大约 12 年前
Someone should make sure that troll tweets are removed :D
Sunlis大约 12 年前
Reminds me of "Ortiel's Game Idea Generator": <a href="http://orteil.dashnet.org/gamegen" rel="nofollow">http://orteil.dashnet.org/gamegen</a>
snomad大约 12 年前
Nice idea. In the display, it shows "undefined NaN, NaN:aN PM". Probably a JS bug of some sort.
评论 #5584298 未加载
xcubic大约 12 年前
Great idea. It would be nice to vote on some of the ideas and then filter the most voted...
评论 #5592613 未加载
nblaisdell大约 12 年前
"Someone should start a Netflixesqu mail service but for pancakes instead of DVDs."<p>Gold.
mofle大约 12 年前
There's a lot of duplicate tweets and retweets of the original. Filter out the duplicates.
评论 #5585795 未加载
SuperChihuahua大约 12 年前
Someone should store them in a database and do some data mining on them
mediagearbox大约 12 年前
This is really neat! Great job!
klrr大约 12 年前
Thank you!
helloamar大约 12 年前
Great job