TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show and Tell YC: Built a webapp in ~14 hours

39 pointsby aupajoalmost 17 years ago

11 comments

aupajoalmost 17 years ago
Woke up on Friday morning (read: lunchtime) after a to-4am code-a-thon with a startup project I'm working on, refreshed and ready to take a well-deservered early weekend of rest and relaxation.<p>:) Right.<p>Needless to say, the first thought I had when I woke up was "wouldn't it be cool if..." and the rest, as they say, is two days of pure hackery. I give you the end result: TweetSnap.<p>It's a really simple premise: enter your Twitter username, get an image back which you can put on your site to show your latest tweet.<p>It's designed for people who uses websites/etc which don't allow the typical "insert javascript snippet for AJAXy awesomeness" but does allow you to hotlink images (great example: forum signatures).<p>I haven't looked to see if anyone else has done this yet, mainly because I just did this for fun and I don't really care :) But try it out, give me your feedback. Temperamental results to be expected while on shared hosting :)<p>For the techies:<p>- Rails 2.1 w/ a minimalist MySQL DB<p>- Image generation done with RMagick 2.5<p>- XML parsing with Hpricot<p>- Message parsing a combo of htmlentities and a custom lib (supports characters like ø™¡)
评论 #237588 未加载
评论 #237630 未加载
评论 #237565 未加载
评论 #237666 未加载
ivankiriginalmost 17 years ago
The link you generate shoots back tweetsnap. People might want it to point to their twitter stream. This is an interesting tradeoff between what people would want and what will make this spread.<p>I think the solution is to make the tweetsnap link have a link to the user's twitter stream. For example:<p><pre><code> &#60;a href="http://tweetsnap/twitter/tipjoy"&#62; &#60;img alt="Tipjoy" src="http://tweetsnap.com/twitter/show/tipjoy.png" /&#62; &#60;/a&#62; </code></pre> The href leads to a page that shows the same form to make your own tweetsnap widget, but the page could have a side bar that grabs the last few tweets from @tipjoy and a link to <a href="http://twitter.com/tipjoy" rel="nofollow">http://twitter.com/tipjoy</a>
评论 #237676 未加载
评论 #238131 未加载
babulalmost 17 years ago
I love the Show and Tell idea, we should have more of them!
frooalmost 17 years ago
Further expanding on what you've done there, what about doing "mood avatars" based off tweets? Essentially a mashup of Twistori/Tweetsnap?<p>What I'm thinking basically is, people can upload their normal avatars to your site, which you use as the backdrop for your image.. and based off emotions that they tweet (love, hate etc) it can overlay a translucent colour on it?<p>So in effect, changing the mood of someone's avatar, based off their Tweets?<p>Just a thought :)
评论 #237701 未加载
thoraxalmost 17 years ago
This is a cool idea.<p>We had our fun with image hackery with featurelist. A lot of users discuss things on forums, etc, where they can't post javascript/flash, so we created little banners like this so users can get other people to vote for their feature requests:<p><a href="http://featurelist.org/widgets/feature_badge/513/banner.png" rel="nofollow">http://featurelist.org/widgets/feature_badge/513/banner.png</a>
评论 #237587 未加载
jfornearalmost 17 years ago
This is the most impressive app I've seen in weeks. Very cool.
crescendoalmost 17 years ago
The design is beautifully minimalist. I love it!
austonalmost 17 years ago
Once again... Perfect opportunity for TIPJOY!
评论 #237629 未加载
PStamatioualmost 17 years ago
nice work. not sure where but something like this was around when people thought Virb was cool and people needed images of their tweets as it didnt allow JS etc
Andialmost 17 years ago
Twitter, tweitter, twitter. Is there nothing else?
aupajoalmost 17 years ago
By the way, if anyone's curious, my Twitter name is Aupajo.