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:=============== ...
随机推荐
- Canvas画板
aaarticlea/png;base64,iVBORw0KGgoAAAANSUhEUgAAA6QAAAGgCAIAAAAy0z21AAAgAElEQVR4nO3dfYwkZ30n8JqZfcNex8
- vue.js如何实现点击按钮动态添加li
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title> ...
- 『PyTorch』第四弹_通过LeNet初识pytorch神经网络_上
总结一下相关概念: torch.Tensor - 一个近似多维数组的数据结构 autograd.Variable - 改变Tensor并且记录下来操作的历史记录.和Tensor拥有相同的API,以及b ...
- CentOS7 搭建LVS+keepalived负载均衡
1.实验环境 4台节点 Keepalived1 + lvs1(Director1):192.168.31.4 Keepalived2 + lvs2(Director2):192.168.31.3 Re ...
- Buffer和Stream
Buffer JavaScript 语言自身只有字符串数据类型,没有二进制数据类型.但在处理像TCP流或文件流时,必须使用到二进制数据. 因此在 Node.js中,定义了一个 Buffer 类,该类用 ...
- suffix array后缀数组
倍增算法 基本定义子串:字符串 S 的子串 r[i..j],i≤j,表示 r 串中从 i 到 j 这一段也就是顺次排列 r[i],r[i+1],...,r[j]形成的字符串. 后缀:后缀是指从某个位置 ...
- 【转】MVC form提交实体接收参数时空字符串值变成null
问题:entity.BZ的值是null,Request.Form["BZ"]的值是空字符串 目标:让entity.BZ的值是空字符串. 解决方法:在实体的BZ属性上加上 [Disp ...
- CentOS安装教程(VMware)
1.下载镜像文件 下载链接:https://wiki.centos.org/Download LinveCD--可装在CD光盘上启动的版本. LiveDVD--可装在DVD光盘上启动的版本. DVD1 ...
- QPainter绘制特殊线条
参考资料: https://www.cnblogs.com/Jace-Lee/p/5946342.html 效果图: 代码: void WgtText::paintEvent(QPaintEvent ...
- for循环跳转语句(break、continue)
跳转语句用于实现循环执行过程中程序流程的跳转,在Java中的跳转语句有break语句和continue语句.接下来分别进行详细地讲解. 1. break语句 在switch条件语句和循环语句中都可以使 ...