Live data from Hacker News

"Tap the spacebar with your phone." - Bump unveils new photo uploader

photos.bu.mp

11–20 of 151 posts

Re: "Tap the spacebar with your phone." - Bump unveils new photo uploader

#11
Might be less than optimal compared to something like iCloud, but it's a pretty awesome example of technology that looks like magic.

I'm thinking they're using both your phone and computer's location + timing of accelerometer activation and spacebar hit to identify the phone and computer being bumped together.

Very neat.

Re: "Tap the spacebar with your phone." - Bump unveils new photo uploader

#12
This just very cool in a very nerdy sort of way. I kinda wish it was less gimmicky, on the other hand I assume bump uses the time stamps of the shake and the key down to figure out which two devices are trying to talk. I wonder what the threshold for collision is?

Anyway, very cool and I could actually see a use for this, sending photos of whiteboards to colleagues that don't run Mac/have an iPhone. Would have to compete with email/dropbox for ease of use, but it does seem very simple on the receiving end, just surfing to a web page.

Re: "Tap the spacebar with your phone." - Bump unveils new photo uploader

#13
post #4

This is a gimmick. On the other hand the whole app is a workaround for the neutered iPhone communication stack. Uploading something to a server just to share it with someone standing near you is ridiculous.

You mean like chat or email?

You /msg or email people standing next to you?

Re: "Tap the spacebar with your phone." - Bump unveils new photo uploader

#14

Might be less than optimal compared to something like iCloud, but it's a pretty awesome example of technology that looks like magic. I'm thinking they're using both your phone and computer's location + timing of accelerometer activation and spacebar hit to identify the phone and computer being bumped together. Very neat.

It could be key-down + key-up times to get two data-points for a match. The accelerometer would be able to compute the contact time.

Re: "Tap the spacebar with your phone." - Bump unveils new photo uploader

#15
post #4

This is a gimmick. On the other hand the whole app is a workaround for the neutered iPhone communication stack. Uploading something to a server just to share it with someone standing near you is ridiculous.

You mean like chat or email?

Yes, emailing/chatting is also ridiculous. And so is sending a package when you want to hand someone an object.

Terribly inefficient.

Re: "Tap the spacebar with your phone." - Bump unveils new photo uploader

#18
This is brilliant! I guess the next step of photo sharing is to it more FUN. I assume that when I tab on my phone, the client feels the shake and uploads the photo to Bump, and at the same time the browser gets the space keystroke from the keyboard so it would send the location and time to server, which would then match the photo that was uploaded with the best location and time. Matching/guessing the timestamp here is more important than location here I guess.

Re: "Tap the spacebar with your phone." - Bump unveils new photo uploader

#19

Might be less than optimal compared to something like iCloud, but it's a pretty awesome example of technology that looks like magic. I'm thinking they're using both your phone and computer's location + timing of accelerometer activation and spacebar hit to identify the phone and computer being bumped together. Very neat.

You're half right, it's sockets + accelerometer. If you try hitting your phone against any hard surface and hitting the space bar at the same time it triggers the effect too. You can find the socket js in https://photos.bu.mp/static/js/bump.min.js

Space bar triggers POST (content:{"category":"Bump","action":"NoMatch","time":1334124838.48,"client_id":"a7g47710-e991-721f-8bb6-ea4013a22fb6","session_id":"1509c654180344aea5660a0349b0caaf"}).

Re: "Tap the spacebar with your phone." - Bump unveils new photo uploader

#20
post #12

This just very cool in a very nerdy sort of way. I kinda wish it was less gimmicky, on the other hand I assume bump uses the time stamps of the shake and the key down to figure out which two devices are trying to talk. I wonder what the threshold for collision is? Anyway, very cool and I could actually see a use for this, sending photos of whiteboards to colleagues that don't run Mac/have an iPhone. Would have to com…

It's also using HTML5 browser location to narrow that tap down to a fairly small area. Pretty neat idea.
Post reply on HN