Live data from Hacker News

How to lose weight: What worked for me, with graphs

danieltenner.com

41–50 of 99 posts

Re: How to lose weight: What worked for me, with graphs

#42
>My breakfast would involve stuffing myself with as much food as I could fit in my morning stomach. I followed that with a light lunch around 2-3pm, and then almost no dinner (or a low-calorie snack if I was hungry – examples in the appendix

In 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

#43

Earlier 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 .

Some pretty good notes to Good Calories, Bad Calories, approved (perhaps temporarily) by the publisher:

http://higher-thought.net/complete-notes-to-good-calories-ba...

Re: How to lose weight: What worked for me, with graphs

#44

Earlier 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 .

A much better book, written by an actual scientist, is Life Without Bread.

Re: How to lose weight: What worked for me, with graphs

#45

Earlier 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 .

I'm not sure I'm understanding this correctly:

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

#46

As 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'…

On building it quickly:

* 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

#47

As 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'…

[deleted]

Re: How to lose weight: What worked for me, with graphs

#48
Changing to a car-free lifestyle is also a great way to lose weight. If you are considering relocating to a new city soon, that's a good time to investigate whether your new city would be conducive to car-free living. When I moved to Boston and ditched my car, I lost 50 lbs without even trying.

Re: How to lose weight: What worked for me, with graphs

#49
post #41

Withings 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.

Link to the wifi scale: [http://www.amazon.com/Withings-WBS01-Wifi-Body-Scale/dp/B002...]

Re: How to lose weight: What worked for me, with graphs

#50

As 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'…

Is the site in german?
Post reply on HN