Live data from Hacker News

Idea Week. Post ideas you don't plan on implementing.

news.ycombinator.com

91–100 of 110 posts

Re: Idea Week. Post ideas you don't plan on implementing.

#91
http://ikbot.blogspot.com/2007/10/server-side-video-processi... http://news.ycombinator.com/item?id=65320 "Server-side video processing of life-casting robots"

I love iRobot's history of openness. The roomba API is completely open: anyone with a serial cable and some know-how can control it. The ConnectR should eventually be open as well.

I'd like to see this taken to the next level with live-casting from a robot. Justin.tv meets ConnectR.

The robot would either have to be managed by a human when in public, or it could wander alone in a private space. Community voting could control where the robot goes and whhere it directs its gaze. Ideally, the robot would be placed where average people can't be, like back stage at a concert or fashion show. Dangerous places are also ideal. Let the robot go where the humans shouldn't.

Robots with internet enabled cameras can do more than normal robots. Server-side processing means the robot doesn't need to have expensive hardware on board for the intelligence.

Obstacle avoidance, mapping, localization, face & pedestrian detection, object detection, object tracking & motion modeling, etc. can all be done using today's technology with a single camera stream. Some processing would need to be local given the constraints of network bandwidth, but plenty could be offloaded. It is also a good model for premium services: pay more to get faster connections, fast processing, and more capabilities.

Automated surveillance with alerts for intruders could be a killer-app for wifi/webcam robots. Today's choices for home security are immobile, cost thousands, or both.

Server side image processing itself is a viable idea. It's the next step in online video. Today, we just stream compressed pixels. Tomorrow, we'll calculate and stream information about the scene. You can send a flickr image stream to a service which finds faces, builds a corpus of data to identify the people from context, and performs face recognition. Face recognition companies like Animetrics could be tapped to do the hard part.

Motion detection for surveillance applications could all be online, with companies like Intellivid and ObjectVideo already having optimized the image processing component.

Street Views in maps can be combined with GPS tagged digital camera shots to build super high resolution aerial imagery, and eventually 3D.

Services like Fauxto which aim to be photo-shop online could build an interesting api where any image can be sent with instructions for processing.

The point is that all of these services require sending video and images to a server, where some intelligent processing occurs. Often times, the processing will involve the same software modules, so each problem is not unique. Tap the long tail of software development and allow 3rd parties to build their own processing streams that live on your servers. This could be made simple and standard using tools like Python with modules for image processing like OpenCV, PIL, NumPy, and SciPy.

Re: Idea Week. Post ideas you don't plan on implementing.

#92

I've always wanted to be able to write notes on top of emails I receive. So say I receive an email about a new bug, I could just jot down more details into another layer on top that email in transparent font/colour. I've noticed other people often print out emails and do something like this with a red marker. I use Thunderbird and I've thought about digging around in the source to see if this is possible. It's not so…

If you're stuck on Windows Outlook lets you edit any message (and you can have what you write be in a different color). It was a neat trick I used a couple of years ago.

Re: Idea Week. Post ideas you don't plan on implementing.

#93
post #53

Here's one for a FireFox plugin. The aim is to record articles where you submitted a comment and to be able to track follow-ups. The plugin has to detect HTTP POST. It could ask the user if he wants to save the page or have an automated process that removes logins and other unrelated actions.

http://www.cocomment.com/ is what you're after I think

does this work with YC?

Re: Idea Week. Post ideas you don't plan on implementing.

#94

I realize some misdirection on my part. I should post my ideas in this context too. This thread will be gone by Friday, so I'll continue to submit ideas as separate posts like these: http://news.ycombinator.com/item?id=65320 http://news.ycombinator.com/item?id=65083 ------------------------------------------------------------------------- http://www.tipjoy.com/our2cents/2007/10/real_liveblogging_li... "Real live-blog…

"... Live blogging is an interesting aspect of the blogosphere. Bloggers post in real-time, often while attending an event, chiming in live with their thoughts and views. This is a great way for bloggers to communicate with their readers, but it's currently not well supported in blogging tools. ..."

One start would be to create an opensource wordpress plugin + a client side browser bit of js code to support it. That way each user could support their own comment systems for each place they comment. The bit that currently alludes me is the discovery bit. How do others know you have commented on a particular site?

One way could be to publish say RSS feeds that link to sites you have commented on allowing others to discover what others have said. That or some sort of microformat that marks up some page that people read. This would not be real-time though. Commercial sites have an advantage here as they have a centralised place people can look.

Maybe the solution is to offer a commercial discovery site that acts as a registry of comments. So for example:

- user John writing using open source firefox plugin you make some comments on a third party site say hackernews

- plugin sends comments back to your open source wordpress blog, adds comments to blog then generates new RSS feed of comment detailing comments + discovery information (blog, url etc).

- wordpress pings a commercial site "CommentsRUs.com" that pulls the RSS file, parses it and either creates a new entry for a particular site, adds comment.

- user Jane who has subscribed to CommentsRUs.com, HackerNews site is notified by twitter that John has responded to a HackerNews article she has also commented on

- user Jane makes another comment and CommentsRUs.com either notifies user John or makes an entry on his homepage http://commentsrus.com/person/john/hackernews/ so he can follow the thread.

Of course this is no substitute for the original site because the annoying thing is the meta data is not captured. Then again if they did have some mechanism to capture the metadata ( http://goonmail.customer.netspace.net.au/hackerid ) you can do lots of useful things.

Re: Idea Week. Post ideas you don't plan on implementing.

#95
post #13

An aggregator for social news sites with a recommendation engine to feed you stories you like.

Is it legal to scrape from other news sites? Wouldn't that scare off acquirers?

I would start a new reddit, scraping unofficially at first until the bird can fly on its own, and then dropping it.

Re: Idea Week. Post ideas you don't plan on implementing.

#96
post #57

Socratic Blogging. Two or more (real or fake) people have a conversation about a topic and it's posted as a blog entry. I think it'd make for a really interesting new genre of blogs very different from the traditional essay style. A web-based Ajax chat style writing system and an IM client plugin as well, would make it super convenient and painless to create new posts. Traditional bloggers might occasionally do these…

I recently suggested a debating platform on Cambrian House: http://www.cambrianhouse.com/idea/idea-promoter/ideas-id/auw...

Re: Idea Week. Post ideas you don't plan on implementing.

#98
Spam attack software: identify the toll-free telephone numbers in spam emails and automatically call multiple times using Jajah (or similar VoIP service).

Unlike spam (which costs little to send), the spammers or their clients have to pay for all those telephone calls.

Re: Idea Week. Post ideas you don't plan on implementing.

#99
post #48

I'd love to see someone create a virtual lock-box for emails you're tempted to spend too much time re-reading and analyzing (like those from past/future romantic interests). You'd forward the email to another address, which would somehow remove it from your inbox and return it to you after a standard amount of time (two weeks to a month, say).

I would have never guessed that this is a problem. I have a problem with reading hacker.news and other websites too much, and have resorted to editing my etc/hosts file to route those URLs to localhost

you'd want a hosts file for emails? interesting.

Re: Idea Week. Post ideas you don't plan on implementing.

#100
CoMP

Collective Music Patronage

A website that allows listeners to make donations to support musicians. Donations can be directed to specific bands/artists, or to a collective fund, which is allocated to bands/artists based on downloads of free music directed through the site. (The site is a bittorrent tracker.)

The website also promotes communities of music fans, allowing them to suggest new bands/artists to each other, trade news, schedule meet-ups, etc. In theory, the forums could also allow artists to interact with their fans.

The middle-man in music, the record companies, are a Dead Man Walking. CoMP wold be the new, almost invisible, interface between artists and consumers.

Post reply on HN