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.

Couldn't sleep. Wrote some code to displays live feed of latest twitpics.

102 pointsby allangalmost 16 years ago
As usual, when your mind races at night, it's tough to sleep. Instead of tossing and turning, I decided to quickly bang out some code using twitter's search API that displays the latest images posted to twitpic.<p>There's probably so many places I could go with this - so, any ideas for enhancements?

25 comments

kevinherronalmost 16 years ago
I know it would take away from the "liveness" of it but it would be neat if you could wait for an entire rows worth of images to appear and have a smooth animation that pushed everything down to make room for that new row.<p>The way each image is added currently is a little "jarring" visually...<p>Cool though :-)
评论 #702541 未加载
jazzychadalmost 16 years ago
I can't see the site (getting 403), but I wrote a live TwitPic viewer for TweetGrid several months ago at <a href="http://tweetgrid.com/twitpicgrid" rel="nofollow">http://tweetgrid.com/twitpicgrid</a> - you can filter by search term or hashtag or whatever, or you can just watch the full stream come in.
tlrobinsonalmost 16 years ago
Heh, as I was watching the images go by TwitPic went down. 502 Bad Gateway.<p>Hope that wasn't your fault ;)
评论 #702600 未加载
zeeonealmost 16 years ago
Man, you're crazy ... I can't stop watching. Now I also can't sleep.
grinichalmost 16 years ago
How much have you made off the ads thus far?
评论 #702655 未加载
stanleydrewalmost 16 years ago
looks like twitpic has shut out requests from pingwire's ip?
评论 #703463 未加载
评论 #704760 未加载
philfreoalmost 16 years ago
This would be really useful if you could filter by subject (search term or hash tag). It'd be a great way to see pictures of a live conference or news event as it was unfolding (to go along with <a href="http://almost.at/" rel="nofollow">http://almost.at/</a>)
shivam14almost 16 years ago
Would be nice to have a customizable update timer or a way to slow down the stream.<p>It appears that some users do not fully grasp the fact that twitter (and related apps) is much more "open" than facebook. Some of the pictures seem pretty private.
paul9290almost 16 years ago
check out <a href="http://picfog.com" rel="nofollow">http://picfog.com</a>. The 1st of many of this type of thing.
fortesalmost 16 years ago
Neat -- watch out though, can be NSFW depending on what people are posting.
评论 #702842 未加载
buckwildalmost 16 years ago
Would you mind posting the source code (or emailing it to me)? I'm interested in seeing how you coded it (not to mention structured it). My background in developing web applications is relatively weak.<p>But if you'd like to keep it to yourself, I can understand...no pressure.
boatmemealmost 16 years ago
Try <a href="http://twitcaps.com" rel="nofollow">http://twitcaps.com</a> - More like 3 sleepless nights of work. But, it does support all major Twitter image hosts and allows searches / filters / captures / location aware, etc.
Periodicalmost 16 years ago
That's pretty neat.<p>However, I can't help asking myself if this real adds any real value to the world. Not that it has to. It's like mental candy. Pleasing, but ultimately lacking in substance.
评论 #702553 未加载
matthewkingalmost 16 years ago
I've just seen Stephen Fry tweet this, and he has 650k~ followers, looks like its gone viral.. not bad for a nights work.
jonahalmost 16 years ago
Nice! Reminds me of one my friend Ian did: <a href="http://gimmeshiny.com/" rel="nofollow">http://gimmeshiny.com/</a>
rmasonalmost 16 years ago
In one word - addictive ;&#60;)
lpgauthalmost 16 years ago
Looks like twitpic.com is having some problems...<p>"502 Bad Gateway nginx/0.6.35"
评论 #702998 未加载
marramalmost 16 years ago
You guys must not be in North America, because it is 4:25 p.m here.
评论 #702440 未加载
评论 #702601 未加载
kngspookalmost 16 years ago
I'm seeing the same pics over and over; any idea what that's from?
评论 #702751 未加载
sligalmost 16 years ago
Really nice to see a modern (kind of) foundphotos.net
omnipresent1almost 16 years ago
release the code!
jacquesmalmost 16 years ago
another suggestion, hash on the image, keep a list of the last 100 images, if an image re-appears drop it.
newsioalmost 16 years ago
It is addictive. Simple, but addictive.
kngspookalmost 16 years ago
What language did you write it in?
domodomoalmost 16 years ago
Nice job.