I don’t doubt that crappy food is cheap, but I would be interested in knowing what the cheapest bulk, nutritionally-complete foods you can buy are and where, especially when you factor in how crappy food just makes you…
The good news is that a) it isn’t estrogen in soy but a chemical that mimics it in the body, and b) it doesn’t turn men into women.
I thought the issue with artificial sweeteners is that they trick your brain into thinking you’re eating or about to eat sugar, and then your liver produces a crapton of insulin which just makes you fat. Oh, and then…
I cut out almost all processed, added sugar a few weeks ago (soda, energy drinks, and sweet coffee drinks (e.g. mochas) were my biggest vice) and the difference is amazing. I have consistent energy throughout the day.…
> Similarly, eating a full serving of peanuts regularly is generally a bad idea. Why? Nuts are full of healthy fats and a single serving has a decent amount of calories. With the nutrition nuts have, they make a great…
> When done properly, yes. When done to the point where a five line function is created with ten inputs (yes, this is real), no. But DRY tells us that the five lines of duplication is unconditionally worse. I work with…
I feel this in my soul. I work on a JavaScript project now where sometimes two duplicate pieces of code are “refactored” into one function unnecessarily. Just because there are two similar lines doesn’t mean they need…
I don’t doubt that crappy food is cheap, but I would be interested in knowing what the cheapest bulk, nutritionally-complete foods you can buy are and where, especially when you factor in how crappy food just makes you…
The good news is that a) it isn’t estrogen in soy but a chemical that mimics it in the body, and b) it doesn’t turn men into women.
I thought the issue with artificial sweeteners is that they trick your brain into thinking you’re eating or about to eat sugar, and then your liver produces a crapton of insulin which just makes you fat. Oh, and then…
I cut out almost all processed, added sugar a few weeks ago (soda, energy drinks, and sweet coffee drinks (e.g. mochas) were my biggest vice) and the difference is amazing. I have consistent energy throughout the day.…
> Similarly, eating a full serving of peanuts regularly is generally a bad idea. Why? Nuts are full of healthy fats and a single serving has a decent amount of calories. With the nutrition nuts have, they make a great…
> When done properly, yes. When done to the point where a five line function is created with ten inputs (yes, this is real), no. But DRY tells us that the five lines of duplication is unconditionally worse. I work with…
I feel this in my soul. I work on a JavaScript project now where sometimes two duplicate pieces of code are “refactored” into one function unnecessarily. Just because there are two similar lines doesn’t mean they need…