Archive for the ‘ideas’ Category

Dropbox/Google Drive — Data portability for the web

One of the “Cloud Drive” providers should create a series of standards for storing user data and start convincing sites to adopt it. They could create a Photos standard, for example:

$ ls Dropbox/sites/picturesharingly.io/Photos

1.json
familyvacation1.jpg

$ cat Dropbox/sites/picturesharingly.io/Photos/familyvacation1.jpg.json
{
  'doctype' : 'Photos/v1.0',
  'created' : '2011-02-14 21:58:13',
  'title' : 'Us and the kids swimming',
  'album' : 'Family Vacation 2011',
  'filename' : 'familyvacation1.jpg',
  ...
}

$ ls Dropbox/sites/news.ycombinator.com/Comments
1.json

$ cat 1.json

{
  'doctype' : 'SocialComments/v1.0',
  'created' : '2012-04-01 12:34:53',
  'parent' : '2131295',
  'body' : 'Chocolate milk is rather delicious...',
  ...
}

Obviously these are just quick examples that I came up with in 2 minutes. You would have to put a decent amount of thought into the standards. Maybe it would be better to store data and metadata separately, for example.

The basic ideas are.

1. Anyone could be your “Cloud Drive” provider. Dropbox, Google Drive, etc. You would OAuth your preference when you sign up for a new service.

2. Sites would store data in pre-defined standard formats (“Photos”, “Comments”, “Votes”, “FriendsList”, etc).

3. Sites could normally only access data they wrote to your drive, but you could optionally give them read-write or read-only access to other site’s data.

4. Sites would still store their own additional data themselves and keep their own copies of your data — or at the very least cache your data for performance/simplicity.

There are some obvious objections anyone would have to this idea, the value is so great to users though that it should be possible to overcome them.

Someone smart will need to figure out all the details. Personally I think Brad Fitzpatrick is ideal person to do it, he seems to have a knack for this kind of thing. It looks like he’s working for Google these days.  Hopefully Google or Dropbox will get on this.

Startup Idea: The Inside Scoop

Reddit’s IAMA Sub-Reddit

One of the greatest things about Reddit is the IAMA sub-reddit. The idea is that people post things like:

I Am A (Cardiologist|Photographer|Fisherman) Ask Me Anything!

And people pose questions to them. It’s usually anonymous (except when the point is that they’re famous) so you tend to get an amazingly unvarnished look through their eyes.

For example, maybe someone works at a Chili’s or an Outback Steakhouse as a server, you can ask them whether the burgers are fresh or frozen, the best dishes, how things are made, and even what to avoid. These are the kinds of questions you could ask in the restaurant and the positive things they might even tell you (Our burgers are fresh!) but the atmosphere is very different.

For one thing it’s less likely that they’ll lie in a public forum and even less likely that someone won’t point it out if they do. You’ll often see two or more current/former employees comparing notes. The biggest advantage is that there’s no manager watching over them, no chance they’ll get caught for telling a customer the truth instead of the marketing spiel.

You’re getting the kind of behind-the-scenes look at a business that is usually reserved only for friends.

Tonight I saw on Twitter that @pud (Philip Kaplan) asked whether he should eat at Outback Steakhouse or Chili’s and I semi-jokingly suggested he read the relevant Reddit IAMA threads to make his decision.

 

 

The truth is that it’s not a very practical use-case. He’s probably driving around with his wife trying to make a decision. He can’t spend 20 minutes poring over Reddit comments. Those are not the best threads either, just the two I could find quickly.

Other times Reddit is more than good enough as-is. For example medical patients will often post talking about their illnesses. Doctors post as well. If you have the time go digging there’s a wealth of knowledge available.

Someone I know was recently interested in the idea of becoming a pharmacy technician. My first thought? Check Reddit. The results?

  1. http://www.reddit.com/r/IAmA/comments/i0j4u/iama_pharmacist_bored_at_work_who_will_actually/
  2. http://www.reddit.com/r/IAmA/comments/fzenl/iama_pharmacy_technician_ama/
  3. http://www.reddit.com/r/IAmA/comments/dozsm/iama_pharmacy_tech_with_over_10_years_experience/
  4. http://www.reddit.com/r/IAmA/comments/hzzhm/iama_pharmacy_student_with_one_more_year_to_go/
  5. http://www.reddit.com/r/IAmA/comments/hckaw/iama_recent_graduate_who_just_received_a_doctor/
  6. http://www.reddit.com/r/IAmA/comments/h6bv2/iama_pharmacy_tech/
  7. http://www.reddit.com/r/IAmA/comments/fwome/iama_20yo_fibromyalgia_patient_and_have_been/
  8. http://www.reddit.com/r/IAmA/comments/f2wu0/iama_doctor_of_pharmacy_and_neuropharmacology_ama/

After reading those you’ll feel like you know what the job is really like. Compare that to Googling and reading a bunch of SEO’d pages.

The Startup Idea

Imagine a site that collected/organized/filtered/structured/verified/summarized and did all the other muck-work necessary to make this kind of data instantly searchable and quickly readable to anyone who wanted it?

The the next time you needed a locksmith you could search under “locksmith” to find all the do’s-and-dont’s when dealing with them. Or moving companies, doctors, restaurants, dentists, clothing shops, electronics shops, etc, etc.

It would be like having “a friend that works” there for every business that you ever deal with. If the service became large enough it would become immensely powerful. Companies would have to get better because they wouldn’t be able to get away with doing anything bad that employees knew about.

Name/branding ideas I like are based around getting “the inside scoop” or having “a friend that works there.”

Scoop.com — Your friend on the inside.

That kind of thing. I haven’t given it a ton of thought, but that’s the general idea. It could also be a single vertical. Maybe just restaurants or professional services. It could also be completely open-ended. Probably would be wise to start with The Bowling Pin Strategy regardless of your eventual ambitions.

Now. It’s got problems. How do you collect all that data? Do you pay people for it? Do you make it an altruistic thing? Do you verify the data? How do you handle disputes? And more…

There are a lot of challenges to overcome. I think Reddit IAMA proves that it’s possible to create an amazingly valuable resource, that people are willing to contribute this kind of information, and that people are hungry for it. It shows “proxy for demand”.

The only hard part is in the execution. Heh.