Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment Re:Idiot (Score 1) 942

Measuring by weight has one significant benefit: you have much less washing up to do. No measuring cups/spoons to wash. When I mix ingredients, the mixing bowl sits on a wiiboard repurposed to be a high-capacity kitchen scale that reads down to 0.1g and has accuracy down to 1g over 100kg. When I try out a recipe for the first time, I simply note the weight of each ingredient as measured by volume, and use the weights from that point onwards. BTW, the readout I prefer is in lbs/oz, not grams :)

Comment Re:Ahh yes (Score 1) 174

Only some very awkward C++ would not eliminate this. I have lots and lots of C++ code where buffer overflows and dangling pointers are statically provable not to exist, and it's very obvious by inspection that it can't but be so. All it takes is proper libraries and proper approach. Yes, I see way too much C++ code written like it was Pascal-with-objects. Sigh.

Comment Re:FP? (Score 1) 942

Contractors use calculators or apps that handle that sort of a thing. The ones who are better at mental math simply do the mental math. No biggie. It only takes practice. Being a metric guy for 20 years, I had no trouble building some cabinetry, 20 years later, doing the whole thing in binary-base fractional inches. Anyone who's a computer geek should have no trouble there.

If you seriously think that most things are actually built down to a mm, you're crazy. Nobody in residential wood frame construction does it. Especially not when your materials are as dimensionally crazy as wood framing. Protip: studs aren't straight. If you're at the lumber yard, I wouldn't bet on 0.1% being within 1mm of the imaginary 3D box of ideal 2x4 straight lumber. Yeah, Europe doesn't have enough forest cover to build out of wood. Big deal, nobody builds down to 1mm using bricks and mortar either. I'd say that most US homes are built to the nearest 1/2 inch, if that. Heck, frame openings for windows are usually sized for the particular window being installed, not to any standard opening size. When it's time to replace the windows 30 years later, you end up swearing a lot :) I know that first hand.

Comment Re:FP? (Score 1) 942

Look, I grew up on metric. I like imperial measurements for their practicality. I don't think why would I care how many feet are there in a yard, or a mile, or whatever. Feet and inches are used in contractor trade. You use them when building homes. I never, not once, had a need to convert between feet and miles. The metric system is great if you want to do back-of-the-envelope what if computations. For use within any given field of trade, its usefulness is diminished. Whether you know your furnace's output in kW or BTUs doesn't really matter - both are equally arbitrary and for an HVAC guy, whether a technician or an engineer, it doesn't make any difference what the units are.

Now, if it was up to me, would I want US and UK to go to metric overnight. Sure. But I think that in spite of recognizing the overblown arguments as to how "bad" the imperial system is. It's not. Not in practice.

Comment Re:FP? (Score 1) 942

I don't think there's anything super-intelligent to it. When you've got a 5-digit number, you need a thousand separator anyway. Whether it's a thousand separator or a decimal point is a matter of preference, but you need *something* to make it easier to read. The imperial system makes it even more readable, since for single-family homes you typically have 2-3 digit number of feet, 1-2 digit number of inches, and then a base-2 fraction of inches. 5'6"1/2 is plenty readable to me. That's 1689mm. Both are 4 digits long. I don't see a clear advantage of using mm.

Comment Re:So, now HP sells a tablet (Score 1) 182

Breaking down into manageable units shouldn't be conflated with iteration/repetition. Divide and conquer isn't a for loop. Integration by parts isn't a for loop either. The approach for long arithmetics taught in school is quite unproductive, actually, since if you *really* want to multiply and divide quickly by hand, you should be more like Feynman, not like the Japanese abacus guy. By the time I got into high school, I usually was much faster at long arithmetic by doing iterative approximations and trying to extract statements about the properties of the problem. For example, looking at factors, at constraints that must hold for values of some digits, etc. That's what teaches you actual mathematics. Doing long arithmetics, fraction reductions and similar menial stuff for weeks and weeks is a waste of time and I have not read any convincing arguments otherwise. It's a stand-in for unimaginativeness and lack of deep mathematical understanding among the teachers and the curriculum authors. The only reason we do it is because there was a time when it was useful. It's only the lack of historical context that makes people who should know better repeat ad nauseam that "we should do it cuz' it's good". No, it's no good at all. It keeps you back from learning more mathematics.

Comment Re:Battery life? (Score 1) 182

And to think that my friend was using a 2009 macbook with 2GB of RAM and a 128GB SSD until a few months ago. Now it has 4GB of RAM, and while doing development work (Eclipse and another copy of JVM running) and having two accounts logged in, both with Safari open, the swap sits unused, and there's a few pageouts but not too many (a couple thousand per hour)... And this is on Mavericks, which has higher resource needs compared to Snow Leopard.

My kid uses a MBP of similar vintage with 8GB of RAM. It works great even though I'm can't seem to bother to replace the mechanical hard drive with an SSD. On Mavericks you essentially either need an SSD or lots of RAM to cache the underperforming hard drive. Mavericks seems to access the hard drive in such a way that makes mechanical drives seem very sluggish. Minecraft, multiple instances of youtube, etc. -- all work great.

Slashdot Top Deals

Chemist who falls in acid is absorbed in work.

Working...