Live data from Hacker News

Ask YC: Who's pushing their data to 'the cloud'

news.ycombinator.com

1–10 of 16 posts

Ask YC: Who's pushing their data to 'the cloud'

#1
Just ordered a new laptop and I've decided to try to push as much of my data online as I can to make life more flexible. I'm just curious to see who here does this and what do you use if so? I am thinking my regular work files, my photos etc. I'd like to keep some files locally as well, but thinking that anything older than 30 days could be stored online - especially if its over a replicated system like Amazon S3.

Re: Ask YC: Who's pushing their data to 'the cloud'

#3
"... Just ordered a new laptop and I've decided to try to push as much of my data online as I can to make life more flexible. I'm just curious to see who here does this and what do you use if so? ..."

WHY

I do. Any post I make I have squared away. This allows me to make my site the definitive collection of my data. It also allows google to index it. I have control over my own content and if for some reason a third party site wants to exert control I still have my stuff. Unlike slashdot who didn't allow any tools to save posts. Hence I lost from about 1996 to 2002's worth of comments. [0]

HOW

There are 2 ways of looking at this. You can either generate you "stuff" from a single point [0] at your machine, save it and pump it out OR use the web apps as clients and suck the data back via RSS, Atom, JSON etc.

I've been doing a bit of both. Pushing stuff from my blog engine after I've cached it and now I'm beginning to suck up the various websites I frequent. So for pushing out I have:

- OUT: flickr (blog, tags, images) , twitter (snippets), hackerid (hackernews data), links (various links I save including links to hackernews & export to delicious)

- IN: hackernews (all posts every 15m, friends),

- IN TODO: wordy (words I use), spock (tags), colourlovers (colours), librarything (my library), amazon (new books), lastfm (what I'm currently listening to), delicious (new links I find), twitter (friends), flickr (friends, processed images, text, tags)

Now as you can see that's a lot of data. Some of the things I'm finding:

- It's easier to push than pull if you want an accurate copy because you save before you export

- pulling data means you don't have to write firstly the interface to capture the data and simply call RSS

- not every site has an API or good RSS feed

- Linking data together is not easy except by time though you could try to match by friend (ie: friend is on twitter, flickr, hackernews)

- displaying the data effectively is difficult simply because of the volume and complexity of it. A good example of how to do this is http://friendfeed.com Clear, simple and pretty much allows for good reading.

I'm now at a stumbling block with a templating engine I'm using and so I'm pretty keen to just extract the data as Atom, RSS and JSON as individual feeds or a mashed feed by date and write a Javascript based website to avoid having to deal with heavy weight blog engines. Let the data go free and see how people use it.

The key thing to realise is when you are compiling your data timestamp it at DB level (if you are using one) ISO1606 format, maybe add a tag layer over the top so you can get the benefit of tagging across data layers.

It's turning out to be an interesting project.

[0] http://goonmail.customer.netspace.net.au/2005DEC131709.html

Re: Ask YC: Who's pushing their data to 'the cloud'

#4
There are some products that do P2P+Server data sharing. I'm thinking Groove especially, but I'm sure there are more.

This allows me to put my data "out there" among all the computers/friends that I share my space with, without publishing the information for the whole world to see. So I have ease-of-access, backups, online/offline access, etc without having to go public. Plus it tightly integrates with my operating system and office software, as opposed to my having to write a bunch of hand-coded stuff.

Re: Ask YC: Who's pushing their data to 'the cloud'

#5

There are some products that do P2P+Server data sharing. I'm thinking Groove especially, but I'm sure there are more. This allows me to put my data "out there" among all the computers/friends that I share my space with, without publishing the information for the whole world to see. So I have ease-of-access, backups, online/offline access, etc without having to go public. Plus it tightly integrates with my operating s…

Microsoft is so dead... I was intrigued by your post and went ahead to research Groove a bit more, but their site is full of "marketing messages" and I ran out of patience looking for an answer for "WHAT DOES GROOVE DO?", therefore your post remains the only information I got about this service.

Re: Ask YC: Who's pushing their data to 'the cloud'

#6
post #3

"... Just ordered a new laptop and I've decided to try to push as much of my data online as I can to make life more flexible. I'm just curious to see who here does this and what do you use if so? ..." WHY I do. Any post I make I have squared away. This allows me to make my site the definitive collection of my data. It also allows google to index it. I have control over my own content and if for some reason a third pa…

I've heard of ISO 8601 timestamps but never 1606 (and neither has google it seems). What is that?

Re: Ask YC: Who's pushing their data to 'the cloud'

#7
post #5

There are some products that do P2P+Server data sharing. I'm thinking Groove especially, but I'm sure there are more. This allows me to put my data "out there" among all the computers/friends that I share my space with, without publishing the information for the whole world to see. So I have ease-of-access, backups, online/offline access, etc without having to go public. Plus it tightly integrates with my operating s…

Microsoft is so dead... I was intrigued by your post and went ahead to research Groove a bit more, but their site is full of "marketing messages" and I ran out of patience looking for an answer for "WHAT DOES GROOVE DO?", therefore your post remains the only information I got about this service.

http://en.wikipedia.org/wiki/Microsoft_Groove has a pretty good summary.

It certainly says something when you can get better information from Wikipedia than from Microsoft about one of their own products.

Re: Ask YC: Who's pushing their data to 'the cloud'

#8
I keep copies of all of my files online using a distributed storage grid that we've created.

(bias alert: I'm deeply involved in the project I'm about to mention)

A few years ago I realized that I'd either lost data due to hard-drive crashes or mistakes and wanted some sort of safe place to put my data. We then started a project (http://allmydata.org) which provides for a decentralized, secure storage fabric. You can create your own grid if you'd like, create one with friends, or use our managed grid (for a service fee).

I think that Amazon S3, Nirvanix, and others are starting to provide nice basic services in this area as well, but I do think there is a lot of room for retaining and saving information that is gently locked into web services (Flickr, blogs, LinkedIn, etc.).

Re: Ask YC: Who's pushing their data to 'the cloud'

#9
post #3

"... Just ordered a new laptop and I've decided to try to push as much of my data online as I can to make life more flexible. I'm just curious to see who here does this and what do you use if so? ..." WHY I do. Any post I make I have squared away. This allows me to make my site the definitive collection of my data. It also allows google to index it. I have control over my own content and if for some reason a third pa…

I've heard of ISO 8601 timestamps but never 1606 (and neither has google it seems). What is that?

You are dead right. I was wrong. I meant "ISO 8601". Late night post and I should have checked ~ http://www.ietf.org/rfc/rfc3339.txt

Re: Ask YC: Who's pushing their data to 'the cloud'

#10
post #9

Earlier quoted context omitted.

I've heard of ISO 8601 timestamps but never 1606 (and neither has google it seems). What is that?

You are dead right. I was wrong. I meant "ISO 8601". Late night post and I should have checked ~ http://www.ietf.org/rfc/rfc3339.txt

From this RFC I learned that:

  Standard time in the Netherlands was exactly 19
  minutes and 32.13 seconds ahead of UTC by law 
  from 1909-05-01 through 1937-06-30.
Those wacky Dutch!
Post reply on HN