Hacker Newsnew | past | comments | ask | show | jobs | submit | tvrg's commentslogin

Looks like something you could create with excalidraw. It's an awesome tool!

https://excalidraw.com/


> I think a lot of techie types might not realize what an engineering marvel a mechanical watch movement is. I'm sure you all realize there are a lot of teeny tiny gears.

For those who want to learn more about it, this is an awesome interactive explanation of the functioning of mechanical watches: https://ciechanow.ski/mechanical-watch/


I have the same question: People often calculate with calories as if it is really simple math. But - honest question - does my body really have to suck up every calorie or could it excrete some calories in the toilet and also vary that amount depending on my caloric intake? For example, I have read somewhere that you urinate superfluous proteins - which also have calories. Also, if I'm hungry I get cold. I might put on another layer. So my "base energy expenditure" could vary with the amount of calories I eat, right?


We don't suck up all calories from what we eat. We know this because our fecal matter burns. What you have on dietary labels are dietary calories, which is what a typical human body can absorb. Not the "fuel" calories.

I think the understanding about dietary calories comes from the agricultural world where calories are much more involved in the economics of animal growth and weight gain. So we might not even be that sure that what we consider dietary calories are accurate for humans.

Assuming they are accurate, each individual digests a different % of all calories they ingest and it depends on many factors. It's a very imprecise science.

If you want, you can eat a given number of calories each day of just one meal (like Huel or Soylent) for a month. Then, for the last week of the month, you can see how much weight you gained or lost over 7 days. You will also need a medic to estimate your basal metabolic rate and you would need to stick to your daily physical activity habits consistently. And then you can arrive at some number of what % of dietary calories you absorbed for that particular food with those particular eating times, exercise habits, and so on.

I think it's a very impractical test. Maybe it might be easier to do in a very controlled environment in terms of energy expenditure, like in weightlessness. But then the weightlessness is a factor in digestion, too.

If someone found a way to accurately determine what % of dietary or fuel calories humans really absorb, the data would probably be as impactful in our understanding of diets as the Minnesota starvation experiment.


Your body isn't 100% efficient, some energy will be lost so assuming you have a perfect measurement of intake and expenditure, you're not completely sure how much of the intake your body has consumed. There are some estimates of these things. One thing you can do though is if you understand how your body metabolizes certain foods, you can measure the upper bound of energy consumed. With accurate measurement you can say that your body couldn't possibly have gained more energy from this given food than this amount. You can then use that upper bound figure to try and guide your expenditure. If you make sure your expenditure meets that upper bound and still creates a deficit, you know the deficit is at least that amount, likely more since 100% energy conversion isn't feasible.

External factors certainly come into play like environment. You're not a completely closed system as you point out based solely on food. You may sit in a cold office shivering throughout the day or in a hot room sweating, these factors will effect your energy expenditure (and even intake) differently just to maintain your existence.


Metabolic ward studies have proven that the body will excrete excess protein via the kidneys. Theoretically a glycogenesis to lipogenesis pathway might conceivably exist, but under controlled conditions it observably doesn’t.

Something similar will happen with excess ethanol consumption. Your body will preferentially use ethanol for immediate energy needs, but there is no pathway to store it as fat. However any fat or carbohydrates in the diet will immediately undergo lipogenesis while the ethanol is metabolized.

The end result is that it’s physiologically impossible to gain body fat on a diet of lean protein and wine or spirits. However that’s a rather unhealthy diet otherwise so I wouldn’t recommend going all in on the piss out the protein plan.

It’s good to know though that if you’re taking an alcohol cheat day then stay away from beer and mixed drinks as well as fat and carbs all day and until the next morning. Instead eat something like lean chicken or fish with near zero calorie vegetables like lettuce or cucumbers or what have you.


The idea is that you have a healthy lifestyle along with caloric tracking. So you are working out regularly each week. You'd be eating a consistently healthy diet versus e.g. a sugary drink worth a few hundred calories that isn't making you less hungry.

Then your actual rate, whatever it is or how much it varies, hardly matters long term. Sure there would be variance, but on the whole, long term, you are only caring about the weight on the scale. So you measure calories in and your weight, and given you are consistent about burning calories exercising and the food choices in your diet, dialing back calories in will make a change on the scale, maybe a bigger or smaller one for different people, but a change no less. No one runs on air.


Not only excrement, you also have to factor in sweat - your body can "choose" how much to burn into heat, and then use sweat to keep your body temperature normal if it is creating more heat than needed. This is normal, but I'm not sure if there is anything you can do to control it.


Correct! CICO is often oversimplified by ignoring that our digestion is far from 100% efficient and our base metabolic rate can change.


You can slightly simplify your workflow using the yank register 0.

1. Yank using y without specifying a register

...

4. CTRL-R 0

Deletes and changes don't touch the 0-register. It always contains your last (unnamed) yank.


Is this much different from searching with * or :s for a match and use something like "ciwReplacement<Esc>", then "n." or just "n" if I don't want to change the match? I can imagine that the plugin works in more complicated cases, but most of the time I probably just want to replace a word with ciw or ciW.


Well, assuming you already have a plugin or mapping that makes * search your visual selection, it's similar.

You'd have to do *, then N to back to where you just were, then cgn, type your replacement, and then n., n., n., n (skip), n., etc.

With my plugin that just becomes one mapping, type your replacement, ., ., n (skip), ., etc.

It's just very smooth, which I like because I use this operation literally all the time. Hell, I'll even use it when changing a single variable, just to make sure there isn't another sneaky one in the file somewhere.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: