Archive | July 2012

PeopleHunt: What Do You Do If The Gatekeeper Doesn’t Feel Your Customer’s Pain?

PeopleHuntAt end of the day, there’s no substitute for getting out of your office and meeting people face to face.  Conferences, mixers, pitch event, et. al. are all great ways to expand your network but they can be pretty hit-or-miss. You generally only have time to talk to a few people. Bad luck and a handful of long-winded duds can completely kill your evening.

So when I was contacted by Adrian Avendano Monterrubio (@amonter5), co-founder & CEO of PeopleHunt, I was interested in learning more. Their approach is simple in concept: while at an event, you sign into PeopleHunt, join that event, answer a few questions, and they will direct you to someone else at the event who shares your interests. The execution is pretty clean and well thought out. For instance, when the app finds a possible match for you, it pings him and he has 30 seconds to accept. If he ignores or rejects the match, the app moves on to the next possible match on its list.

Clearly, this app will ultimately live or die based on the quality of the matches it makes but before it even gets that chance, there’s a bigger challenge: getting the word out.

In theory, you could use this app anywhere. Waiting on line to get into a movie premier? Set up a quick “event” and see who you meet. But until they have pretty deep penetration, odds are that you would find few, if any, matches at an ad hoc event like that. The PeopleHunt team is smart enough not to roll out with a user experience that is bound to disappoint.

Instead, they are starting with conference and event planners. The planners can tailor the PeopleHunt app to a specific event and announce its availability to their attendees. Planners are a bit of a tough sell, though. They are extremely busy with mission-critical tasks on the days immediately prior to the event. A nice-to-have app is far down their priority list.

There are four ways to handle a situation like this:

  1. Reduce the time/effort required from the gatekeeper
  2. Increase the benefits to the gatekeeper
  3. Bypass the gatekeeper
  4. Give up and try a different distribution model

We brainstormed for a bit and came up with a few possible solutions from column 1 (e.g., they could set up the event questions for the planners), some from column 2 (e.g., improve and stress the value of the who-met-who data; get more exposure for the event by including the event hashtag in the default text for tweets about who you met), and at least one somewhat edgy idea from column 3 (e.g., scrape event and attendee data from Eventbrite, Meetup, TicketLeap, et. al., set up the events in PeopleHunt, and alert the attendees – all without the organizer’s involvement). I am sure they will come up with several more on their own and, when they have some data on what works and what does not, we’ll meet again.

Like all good entrepreneurs, they asked if I knew anyone who was interested in investing.  My advice to them was to wait.  They are targeting a real pain point but unless they have data to show that they can monetize their users sufficiently to cover a high user acquisition spend (in this case, promoting to event planners), they need to solve the gatekeeper problem first.

Website: http://peoplehunt.me/
Twitter: @peoplehuntme
AngelList: https://angel.co/peoplehunt

My self-imposed Codecademy graduation exam

I’ve always wanted to teach myself how to code but never found good teaching material… until I found Codecademy.

Codecademy is a slick, fun, & easy way to learn to program.  They currently offer courses in JavaScript, HTML, and CSS so I took them.

My main complaint was that it is a little too structured. They guide you through the exercises step-by-step. So I wasn’t quite sure how I would do without the training wheels. Plus, I feared that if I didn’t use it right away, I’d lose everything I’d learned.

So I decided that the best way to prove to myself that I really did get it and to lock in everything I had learned was to come up with a challenge and that challenge was Minesweeper.

You remember Minesweeper.  This addictive little game shipped with every version of Windows since Windows 3.1 came out in 1992.  I shudder to think how much time that game sucked up….

Minesweeper was simple enough that I was pretty sure I could handle it with just JavaScript but complicated enough to be challenging, especially the part where it calculates all the mines in surrounding cells and, if there are none, proceeds to check those cells as well.

So without further ado, here it is.

If you find bugs or have any feedback on how I coded this, I want to learn so please comment below.

Note: The (free) hosting service I am using is a bit slow so it may take a few seconds to generate your playing field.  There’s probably a more efficient way to generate the playing field but this works… and that’s good enough for me. 🙂 

Now on to JQuery….