Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment Re:Mishandling handles (Score 1) 285

One of my most destructive bugs was because we were using a single variable to hold one value that was used to mean two different things. I was the lucky guy who wrote the line of code that modified the value to be correct for one use but not the other. When one is writing code that winds up in CNC machines, the results can be spectacular.

Comment Re:You are not qualified to debug your own code (Score 1) 285

When micro-optimizing the code, you need to know what's good and what isn't. Old advice can screw up optimizations on more modern compilers.

For much of my youth, I was told that unrolling loops was good for performance, and quite a few years ago I sped up a slow section by rolling the loops up as tight as I could. My best guess was that my version was much more cache-friendly, but what I did know was that my profiling showed a very large speedup.

Comment Re:Oh boy, here we go... (Score 1) 413

As a cynical liberal, you obviously don't know what you're talking about.

Businesses have only a very limited ability to pass costs to their customers. The reason is that the cost, in fields where there is competition, is pretty well set by a fairly standard supply-demand curve. If it becomes more expensive to produce something, the supply curve changes, but there's no bloody way a business can pass along costs and add their profit margin to it (unless you're talking about a contract specifically written that way).

If a business could just pass its costs onto its customers, then it could just raise its prices now and make more money. Do you think businesses in general keep their prices low and their profits low, for some reason? My observation is that they like profits, and set prices to their best guess on what to charge to make maximum profit.

Besides, if there's different ways to produce something, that produce varying amounts of carbon dioxide, the tax shifts production towards the methods not using as much carbon dioxide, reducing the amount of tax paid anyway.

Comment Re:Could not agree more (Score 1) 413

We can estimate a 9/11 plane crash as killing about fifteen hundred people. There is one nuclear power disaster that has caused deaths on that order, which is Chernobyl. Chernobyl is, very simply, not happening again. (Who ever claimed that Chernobyl was absolutely safe? Do you have some sort of cite?)

Your other examples don't support your claims. Fukushima may or may not have killed someone, and few people not immediately involved in the cleanup have any significant harm. The exclusion zone is much less than a state, and it's real hard to poison something for a thousand years when you're working with a dangerous isotope with a half-life of about forty years. Three Mile Island was even more innocuous.

Comment Re:Could not agree more (Score 1) 413

There are two reasonable definitions of the value of somebody's work. One is the amount you need to pay to get somebody to do it, and one is the amount it contributes to the employer's bottom line. There is a class of jobs that pretty much anybody can do, and unless we're at full employment those jobs are going to pay minimum. These jobs are often worth considerably more to the employer than the employer is paying. The immediate effect of raising minimum wage is that a few jobs will go away and the rest will pay better. The longer-range effects are much less predictable. For example, if an employer is paying more for an employee the employer might find it worth investing in making that employee more productive. This could spur the economy.

Do you have any evidence that the cost of living rises quickly? Most prices are tied to labor costs, to some extent, but in most fields the bulk of the labor costs are from employees making more than minimum wage anyway.

Slashdot Top Deals

HELP!!!! I'm being held prisoner in /usr/games/lib!

Working...