Live data from Hacker News

A Pedometer in the Real World (2015)

aosabook.org

1–10 of 14 posts

Re: A Pedometer in the Real World (2015)

#5
I've done this back in iPhone 3 era, and even made a few thousand dollars on the App Store when you could still make money there.

You could improve this by adding a state machine to the algorithm. Basically, only count _repeat_ events, not single events. When you start walking, you start "provisionally" recording the peaks, which can be done fairly easily, but unless it's N peaks or more (IIRC 4 was a good number) within a certain period of time, you don't count those events and don't display them. Once you enter the steady state, count all events. This eliminates a lot of the "steps" that would be recorded due to user fumbling with the device, or other singular, non-step events. This, plus some tuning of the LPF yields an excellent pedometer.

I don't know how it is now, but back in the day the phone would turn off the accelerometer if you lock the screen, and there were also no background tasks of any kind, other than those pre-installed by Apple. So I also had a music player in the app, as well as a fake "lock screen" that would leave the program running, but looked like a real lock screen. The battery would be gone in about 3 hours - this was before the advent of "energy efficient" cores. Total hack, but people paid for it and left good reviews.

Re: A Pedometer in the Real World (2015)

#6
post #5

I've done this back in iPhone 3 era, and even made a few thousand dollars on the App Store when you could still make money there. You could improve this by adding a state machine to the algorithm. Basically, only count _repeat_ events, not single events. When you start walking, you start "provisionally" recording the peaks, which can be done fairly easily, but unless it's N peaks or more (IIRC 4 was a good number) wi…

> when you could still make money there.

What has changed since? Speaking as someone who has never written apps before but have also wanted to in my spare time, what has changed from before?

Re: A Pedometer in the Real World (2015)

#7
post #5

I've done this back in iPhone 3 era, and even made a few thousand dollars on the App Store when you could still make money there. You could improve this by adding a state machine to the algorithm. Basically, only count _repeat_ events, not single events. When you start walking, you start "provisionally" recording the peaks, which can be done fairly easily, but unless it's N peaks or more (IIRC 4 was a good number) wi…

> when you could still make money there. What has changed since? Speaking as someone who has never written apps before but have also wanted to in my spare time, what has changed from before?

People don't pay for little utility apps anymore since Apple/someone else will always end up providing a better version for free.

There is still plenty of money to be made in more powerful apps though. I recently spent $15 on Procreate (A drawing app) and it is currently ranked #1 in its category. The other alternative is subscription pricing which is also very popular with apps these days and often bypasses the Apple tax

Re: A Pedometer in the Real World (2015)

#8
post #2

In French, we say podomètre so let’s just say I thought a pedometer measured something else than steps.

I once almost told someone I was going to look for pedophile sites when I was trying to find pedometer nerd sites. Fortunately I realized early enough in the sentence that pedophile is not the right word for "lover of pedometers" and avoided an embarrassing situation.

Re: A Pedometer in the Real World (2015)

#9
post #8
post #2

In French, we say podomètre so let’s just say I thought a pedometer measured something else than steps.

I once almost told someone I was going to look for pedophile sites when I was trying to find pedometer nerd sites. Fortunately I realized early enough in the sentence that pedophile is not the right word for "lover of pedometers" and avoided an embarrassing situation.

I didn’t know there were pedometer nerd sites! As someone who has worked on a widely used pedometer, I’d love to see what is being discussed.

Can you please share a link?

Re: A Pedometer in the Real World (2015)

#10
post #8

Earlier quoted context omitted.

I once almost told someone I was going to look for pedophile sites when I was trying to find pedometer nerd sites. Fortunately I realized early enough in the sentence that pedophile is not the right word for "lover of pedometers" and avoided an embarrassing situation.

I didn’t know there were pedometer nerd sites! As someone who has worked on a widely used pedometer, I’d love to see what is being discussed. Can you please share a link?

This was a long time ago, maybe 20 years or so. I don’t remember if I actually found any.
Post reply on HN