L322
As a nutritionist helping people shed pounds, I often recommend incorporating portion-controlled desserts and treats into your diet. My book "Strong, Slim, and 30!" even includes categories of "A," "B" and "C" snacks: "A" for anti-aging, "B" for bone-building and "C" for comfort snacks. Low-fat ice cream, Hershey's Kisses and other portion-controlled indulgences are not only allowed, they're encouraged, so one's diet plan becomes more of a weight-management lifestyle that sidesteps deprivation and can last many years.
Most of my colleagues I have spoken to on this topic agree: Whether you call it an "intentional indulgence" or a "cheat meal," enjoying dessert can help you attain your long-term weight and health goals, as long as you don't go overboard.
As with most goal-seeking plans, it's necessary to have strategies in place. For example, you might choose to carefully limit dessert to 100- or 150-calorie treats on a daily basis in order to help meet your goals. Alternatively, you might avoid dessert entirely during weekdays and save up for, say, a slice of chocolate cake or tiramisu or pie a la mode during a weekend night out. In some cases, choosing between alcohol and dessert or adding exercise makes sense in order to balance your desires with calorie reality.
These approaches don't work for everyone, however. For some, avoiding dessert entirely in the beginning stages of a weight loss diet makes the most sense. It may be because dessert is simply not a priority. (Why waste calories on dessert if you don't have a sweet tooth in the first place?) Or, as is often the case, even small bites of treats can trigger more and more cravings, ultimately causing one to binge and "fall off the wagon."
"If someone could have a forkful of dessert every night, that's fine. But for others, I honestly believe it sets them off," said Martha McKittrick, a registered dietitian and health and wellness coach.
Only when an initial goal is met -- say, losing 10 pounds -- might one consider slowly adding treats of those foods they can't live without. These individuals may require constant self-monitoring to make sure they keep their cravings in check.
So it's important to know what strategy will work best for your personality and lifestyle. That's where a professional like a registered dietitian nutritionist can help. He or she can personalize a plan that can include dessert if you wish to enjoy it but still want to shed pounds.
If you decide that having daily portion-controlled desserts is a way to "have your cake and eat it too" while losing weight, here are some of my suggested "C" comfort snacks from "Strong, Slim and 30!"
Each comfort snack contains approximately 100 to 150 calories; read food labels for the most accurate calorie information.
L322的更多相关文章
- A20 烧录和启动 log
用 LiveSuit 烧写了一个 lubuntu 的映像文件到板子上, 同时接了串口观察烧录过程的串口打印信息, 如下 ES: FES:Fes Ver: 098 FES:=============== ...
随机推荐
- Tensor RT使用记录
Tensor RT的介绍在此不做赘述. 自己在服务器上本打算装Tensor RT来着,不过过程很艰辛,最后发现服务器的cudnn版本偏低了,还需要升级cudnn的版本.故,在自己的电脑上了装了下Ten ...
- jquery 根据自定义属性选择
<div myattr="test">text</div> 使用$("div[myattr='test']")进行选择
- SWUST OJ(953)
单链表的删除操作的实现 #include <stdio.h> #include <stdlib.h> typedef struct LinkNode //单链表节点结构的定义 ...
- csu oj 1344: Special Judge
Description Given a positive integer n, find two non-negative integers a, b such that a2 + b2 = n. I ...
- chrome手机模拟器显示尺寸不正确
存在问题: chrome网页调试器中小屏幕时显示尺寸不正确 原因: 自动调整了dpi,导致不是设计的结果 解决方法: 在<head>中添加如下语句: <meta name=" ...
- 四、持久层框架(Hibernate)
一.一级缓存与二级缓存 1.一级缓存:Hibernate默认是开启一级缓存的,一级缓存存放在session里,一个Session做一次查询操作,会把这个操作的结果放在一级缓存中,如果短时间内这个ses ...
- 转:Linux环境变量设置方法总结 PATH、LD_LIBRARY_PATH
转: https://www.linuxidc.com/Linux/2017-03/142338.htm 文章写比较全 转载记录 Linux环境变量设置方法总结 PATH.LD_LIBRARY_P ...
- 事务隔离级别引发的"血案"
事务引发的"血案"见的多了也麻木了,这回遇到个事务隔离级别的"案子",坑了我小半天的时间...也怪自己细节不牢.. 敲着代码遇到这么一个怪事情: class X ...
- Taking water into exams could boost grades 考试带瓶水可以提高成绩?
Takeing a bottle of water into the exam hall could help students boost their grades, researchers cla ...
- mac+php+nginx+laravel配置启动
首先保证mac安装php,nginx,composer 根据laravel中文文档进行安装 http://laravelacademy.org/post/6665.html 直接指向 composer ...