Forgot your password?
typodupeerror

Comment Re:How about (Score 1) 104

Oh, forgot to link the dry density for you: here you go. 341kcal/100g. Aka 3,41kcal/g.

Which, like I said, should be obvious, since they're almost entirely carbs (~4kcal/g) and protein (~4kcal/g), and they're, as noted, dry (12-16% moisture). It would be quite the trick indeed to get something that is dry and and is almost entirely comprised of things that are 4kcal/g to be 1,38kcal/g! ;)

Comment Re:How about (Score 1) 104

Just in case you need help:

Your calculation: 195g (dry weight) × 1.38 kcal/g = 269 calories per pound of cooked beans.
Correction: Because you used 1.38 kcal/g (the cooked density) as if it were the dry density, you essentially diluted the calories twice.
The Actual Math: 195g of dry beans * 3.4 kcal/g (actual dry density) = 663 kcal.

When those 195g of dry beans absorb water to weigh 454g (1 pound), they still contain those same 663 calories (since water has zero calories).

Comment Re:How about (Score 1) 104

Canned beans are ALREADY COOKED. *facepalm*. You can eat them straight out of the can.

which is waaaay more than I would want to eat at a sitting.

I can't think of a single ingredient - any ingredient - that I would want to eat exclusively as my diet, so this is a really stupid argument.

Comment Re:Everybody Hates Documentation (Score 5, Insightful) 46

It remains worth the effort to write a novel around your code - not just what you did and why you did certain things a certain way, but the meta-reasons

I don't know if I'd go full novel, but I try to write my code so intention and implementation is clear with commentary to fill in the gaps. The farther things stray from that and/or the weirder the code gets, the more documentation I leave, especially if, for some reason, it needs to be like that.

While I enjoy the old saying, "Real programmers don't document 'cause if it was hard to write, it should be hard to understand.", I don't follow the practice; the harder it is to write the more documentation it needs. I also try very hard to be consistent in my implementations, style and commentary and have had several co-workers say they can tell it's my code just by looking at it. I learned that over time, mainly because I looked at my own earlier code at some point to reuse it and had trouble figuring out what I had done and why. I thought "Not cool, me."

So, I don't mind documentation, but will say that management is often loathe to allocate enough time for it to be done/maintained well.

Comment Re:Too good to be true ... (Score 1) 33

For most PC-based operating systems, you can find the files on the internet archive. It may take you as long to search for them as to download them, because the files were so small in many cases. I've run NeXTSTEP in some emulator, can't remember which, it wasn't difficult and it worked reliably. I don't see the appeal of doing more than poking at it briefly if you're not running it on real hardware, but there it is. I think I ran it in QEMU/KVM with one of the older hardware models.

Comment Ya, but ... (Score 1) 66

Investor Tilleard says "Renewable energy is now unequivocally the fastest, cheapest, and most bankable way to connect people, companies and economies to the megawatts they need to grow."

It's a scam - the U.S. Dear Leader has said so many, many times, so it must be that. /s
(And his Party and followers are happy to acquiesce.)

Comment Re:"Just eat less, keep input output" know-it-alls (Score 1) 104

I'd believe the Iceland numbers. I had a doctor once who wanted to get me on antidepressants, and got mad when I didn't want to, and completely ignored my pleadings of "But I'm not depressed", "I enjoy life", "I'm probably the least depressed person you'll meet", etc. He just really liked his patients to be on it. The Icelandic medical system is very into anything that "medicates symptoms" rather than treating diseases. For example, during COVID, it was essentially impossible to get drugs like paxlovid, but they made parkodín (tylenol with codeine) over-the-counter.

Comment Re:"Just eat less, keep input output" know-it-alls (Score 2) 104

In most modern societies medication is usually a last resort.

I'm going to take a wager that if I were to open your medicine cabinet right now, there would be painkillers in it, which you take as will when you get headaches, body aches, etc.

Yes, different people have different baseline hunger levels. This is well accepted in the scientific community.

Slashdot Top Deals

On a clear disk you can seek forever. -- P. Denning

Working...