Earlier quoted context omitted.
I know you're joking, but the number of steps is well defined and doesn't vary as it's essentially a difference. The difference between two numbers is always the same regardless of whether you're using a 0-indexed or a 1-indexed base system. E.g. regardless of whether you call an element in an array [1] or [2], it's still two elements away from whatever is [3] or [4] -- the number of stairs climbed is the same. So yo…
0-indexing steps is clearly the only reasonable choice. Who in their right mind would call the ground the “first step”?
A Nerd’s Way to Walk Up the Stairs (2011)
31–40 of 99 posts
Re: A Nerd’s Way to Walk Up the Stairs (2011)
#3213 is the standard amount of steps in stairs in houses (in the UK at least). So statistically, you should just go with 13 instead of counting them and you will get it right almost all of the time.
Re: A Nerd’s Way to Walk Up the Stairs (2011)
#33Bonus points for doing this while going down. Taking public transportation as part of my daily commute involves a lot of stair climbing and descending. I always find it fascinating to watch the people who rush from bus to train platform and watch them descend 2 stairs at a time (basically always doing long long long) the whole way down. I've never been brave enough to try this method of descending though.
Honest question, why are you afraid of trying skipping steps on the way down? I ask because I've always done this, and when I'm with company they comment incredulously how quickly I descend the stairs. It never even occurred to me it was difficult or special before.
Re: A Nerd’s Way to Walk Up the Stairs (2011)
#3413 is the standard amount of steps in stairs in houses (in the UK at least). So statistically, you should just go with 13 instead of counting them and you will get it right almost all of the time.
Fascinating! Why is that the standard?
Re: A Nerd’s Way to Walk Up the Stairs (2011)
#35Earlier quoted context omitted.
0-indexing steps is clearly the only reasonable choice. Who in their right mind would call the ground the “first step”?
Ground is never a step; zero or one; not. Because while we are on ground; we are on same level, stairs have not started yet. As soon as we put our foot on upper level than the other foot, stairs have started & that upper foot marks the / lands on "first" step.
Half open zero based ranges are quite satisfying :-)
Re: A Nerd’s Way to Walk Up the Stairs (2011)
#36Yes, but do you start at 0 or 1? Also, is the last step you take onto the floor/landing counted? And when going down, do you use negative numbers? So many questions left unanswered. I feel you aren't a true stair counting nerd afterall. :-)
Please don't. It's bad enough that the US and UK can't agree on floor numbering. :) USA 1st, 2nd, 3rd UK Ground, 1st, 2nd Is the basement in the US 0?
Re: A Nerd’s Way to Walk Up the Stairs (2011)
#37Yes, but do you start at 0 or 1? Also, is the last step you take onto the floor/landing counted? And when going down, do you use negative numbers? So many questions left unanswered. I feel you aren't a true stair counting nerd afterall. :-)
For me, I have always counted it as a step if my foot-in-the-air lands on a different level than the other foot. So, if I am walking; & approach a flight of stairs going upwards, before until my both feet are on same plane, stairs have not started & I can't start counting. As soon as I step "up", my feet is on different (higher in this case going upwards), I count it as first stair. Same on the other side. I continue…
That algorithm doesn’t count steps of a stair, it counts the number of steps you take to go up (or down) a staircase.
Those are different if you follow this nerd’s way, which, by the way, has benefits other than making it easier to count stairs. It’s a fairly easy way to get some strength training. I think everybody who can should take stairs two steps at a time. That gives you some cushion in old age, as you’ll be able to go back to one step at a time, and postpones the day where taking a stair becomes impossible.
If two steps is easy, you can make going up harder (I don’t advise that going down stairs) by sitting deeper, with your thighs horizontally, or by taking three steps at a time (four steps is out of reach for most)
Re: A Nerd’s Way to Walk Up the Stairs (2011)
#3813 is the standard amount of steps in stairs in houses (in the UK at least). So statistically, you should just go with 13 instead of counting them and you will get it right almost all of the time.
Fascinating! Why is that the standard?
A bit of searching around and I find the building regulations permit a rise per step between 15cm and 22cm. And I find a site which says “A typical rise is 2,600mm, which divides easily into 13 200mm risers, or steps”
I roughly measured the overall height of 8 steps and it was closer to 160cm than 152cm so looks like they are the typical dimensions.
Re: A Nerd’s Way to Walk Up the Stairs (2011)
#39[0] This applies both in North Carolina and the apartment in Texas, which had two flights of stairs (3-story townhouse)
Re: A Nerd’s Way to Walk Up the Stairs (2011)
#40Earlier quoted context omitted.
For me, I have always counted it as a step if my foot-in-the-air lands on a different level than the other foot. So, if I am walking; & approach a flight of stairs going upwards, before until my both feet are on same plane, stairs have not started & I can't start counting. As soon as I step "up", my feet is on different (higher in this case going upwards), I count it as first stair. Same on the other side. I continue…
”I have always counted it as a step if my foot-in-the-air lands on a different level than the other foot.” That algorithm doesn’t count steps of a stair, it counts the number of steps you take to go up (or down) a staircase. Those are different if you follow this nerd’s way, which, by the way, has benefits other than making it easier to count stairs. It’s a fairly easy way to get some strength training. I think every…