Hacker News new | ask | show | jobs
by ChuckMcM 5242 days ago
Meta comment: Why create an account just to ask this?

Secondary comment: real time active/inactive status is a feature in pretty much most any chat protocol out there. You might make some headway with a variation on Lattitude where you can have phone identify 'I'm bored' places (like perhaps the couch in the den) and have it auto-change your status but other than that you would be hard pressed to get folks to actively turn on/off their available bit.

1 comments

Meta answer: I've been a long time reader and love how good the feedback is on most posts.

I'm not very concerned about the chat feature much at all. My problem is sending out "mass texts" and making many phone calls to find someone who is also free. I find myself waiting around a lot for people to respond to me and finding out most people are at work or busy elsewhere. If I could just load up an app on my phone and see that Mike is free for a few hours then I could get in contact with him and make plans.

Fair enough. You realize the 'nut' of this particular problem is capturing the 'free/busy' state. Capturing state requires a two things, a 'probe' (something which measures) and a 'policy' (something which looks at the measurements and produces a finding).

Fortunately, in your particular case, the challenge of creating a probe which can measure 'busyness' answers your question (which is effectively 'No' btw). Chat programs work because they limit the problem to 'are you currently in chat' and can probe for that but without instrumenting your friends you are stuck trying to infer their 'busyness', and many people that kind of probing is considered none of your 'business' (pun intended).

A limited (and its limited because it has to be proactive) conceptual idea is an app with a button that says 'bored' on your phone. When you press it, it would tell you how many of the friends you are 'following' have pressed that button in the last say 30 second, minute, or 10 minutes and offer to SMS that set. The downside is that it will not include folks who are doing something but they would rather be doing something else.

I must have worded the question wrong to begin with but the button you were referring to was exactly my line of thinking.

Situation: I'm at home and feel like meeting up with a buddy of mine and am having this problem. I launch the app and click a button that says I'm bored and would like to meet up with one of these people I'm 'following'. This then bring up a list of the followers that are free as well and the SMS option would be available. I could then message them and possibly meet up with them.

This was just an idea I had come up with that could possibly solve this problem I'm having. I figured it would be worth sharing if someone was looking to build something like this. I was hoping somwthing like this existed already though because I believe I would use it a lot. I completely understand there's no magical program that can know you're definitely bored and would like to meet up with a friend hahaha.

Awesome, your next submission should be Show HN: This App I made over the weekend. :-)

You can build it with Corona [1] pretty easily, even if you haven't done much programming they have excellent tutorials. Then spin up either and AppEngine instance or EC2 instance to handle registration and its good to go. Do it for one of the Disrupt hackathons and maybe win a prize even.

[1] http://www.anscamobile.com/

I'm downloading Corona as I write this and I'll give it my best shot! It might take a little more than a weekend but this might be the push I needed to really get into this game. Thank you!