It has helped a lot with the recordkeeping part of dieting I always do so poorly at.
How to lose weight: What worked for me, with graphs
41–50 of 99 posts
Re: How to lose weight: What worked for me, with graphs
#42In college I lost a fair amount of weight by eschewing snacks altogether and eating three large meals every day, meals filled with whole grains that take a while to eat and a while to digest too.
I found that this made the willpower thing a lot easier to deal with. Once you're in the habit of eating well three times a day, and not at all at other times, it becomes easier to cut down on overall food intake. You just don't even consider snacking if you're used to not snacking.
Re: How to lose weight: What worked for me, with graphs
#43Earlier quoted context omitted.
OK, so don't get into a debate about it, but I would like to point out that extreme is relative. From an evolutionary perspective (i.e. What we naked apes evolved to eat...) I would argue that a standard american diet is FAR more extereme than an atkins diet (at least one that avoids fake low-carb foods) based around meat, green plants, many kinds of fruit, and nuts.
Indeed. For those wanting to learn (a lot) more about this, with references to all the studies, check out Gary Taubes's book Good Calories, Bad Calories .
http://higher-thought.net/complete-notes-to-good-calories-ba...
Re: How to lose weight: What worked for me, with graphs
#44Earlier quoted context omitted.
OK, so don't get into a debate about it, but I would like to point out that extreme is relative. From an evolutionary perspective (i.e. What we naked apes evolved to eat...) I would argue that a standard american diet is FAR more extereme than an atkins diet (at least one that avoids fake low-carb foods) based around meat, green plants, many kinds of fruit, and nuts.
Indeed. For those wanting to learn (a lot) more about this, with references to all the studies, check out Gary Taubes's book Good Calories, Bad Calories .
Re: How to lose weight: What worked for me, with graphs
#45Earlier quoted context omitted.
OK, so don't get into a debate about it, but I would like to point out that extreme is relative. From an evolutionary perspective (i.e. What we naked apes evolved to eat...) I would argue that a standard american diet is FAR more extereme than an atkins diet (at least one that avoids fake low-carb foods) based around meat, green plants, many kinds of fruit, and nuts.
Indeed. For those wanting to learn (a lot) more about this, with references to all the studies, check out Gary Taubes's book Good Calories, Bad Calories .
5. Obesity is a disorder of excess fat accumulation, not overeating, and not sedentary behavior.
6. Consuming excess calories does not cause us to grow fatter, any more than it causes a child to grow taller. Expending more energy than we consume does not lead to long-term weight loss; it leads to hunger.
So if I didn't have this disorder I can over-eat and become sedentary and not become obese?
Re: How to lose weight: What worked for me, with graphs
#46As I suppose many of the people here do, I have a long list of pet projects that I plan to one day finish. One of them is lineardiet.com. The idea is simple. You just enter your current weight (C) and your desired weight (D). The service then plots you a graph with a line from weight C to weight D. The Y axis is the weight and the X axis is time. Now you have to weigh yourself every day. If you are above the line it'…
* Use a tiny framework like Flask that will let you get up and running quickly. It's a two-page site -- you don't need Django/Rails.
* Pare down the features to the bare minimum: no signups, accounts, etc. You put in your numbers, get sent to lineardiet.com/diet/abc123/ and have to bookmark that if you want to get back to it..
* Use an simple data model like: ID -> {start_date, end_date, start_weight, end_weight}.
* Render graphs in-browser with Raphael.
Re: How to lose weight: What worked for me, with graphs
#47As I suppose many of the people here do, I have a long list of pet projects that I plan to one day finish. One of them is lineardiet.com. The idea is simple. You just enter your current weight (C) and your desired weight (D). The service then plots you a graph with a line from weight C to weight D. The Y axis is the weight and the X axis is time. Now you have to weigh yourself every day. If you are above the line it'…
Re: How to lose weight: What worked for me, with graphs
#48Re: How to lose weight: What worked for me, with graphs
#49Withings makes a scale (about 150 on amazon) which automatically uploads your weight daily to their servers where you can view it on their website or your iPhone. It has helped a lot with the recordkeeping part of dieting I always do so poorly at.
Re: How to lose weight: What worked for me, with graphs
#50As I suppose many of the people here do, I have a long list of pet projects that I plan to one day finish. One of them is lineardiet.com. The idea is simple. You just enter your current weight (C) and your desired weight (D). The service then plots you a graph with a line from weight C to weight D. The Y axis is the weight and the X axis is time. Now you have to weigh yourself every day. If you are above the line it'…