Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror

Comment Re:They tried (Score 1) 44

??

the real tragedy of Viet Nam was that the US achieved *exactly* what it set out to do--which was a really stupid thing to do and waste lives upon.

The mission was *not* to defeat the north Vietnamese, but to keep them on their side of an imaginary line. US troops that went over the line got called back.

When the US finally decided it wanted to stop playing, the north wouldn't let them simply leave. To get them to talk, the US bombed them into submission, for crying out loud.

By any *military* standard, Viet nam was an overwhelming success for the US. US troops controlled whatever ground they chose, and won all of the battles.

But "resist aggression and stay on your side of the line" is a *stupid*, even criminal, thing to ask of a military. As is the lives it through away for idiocy.

Comment Re: Keep rust in rust (Score 2) 86

There is increasing pressure on companies to take responsibility for their software products. This includes preasure to move towards memory safe languages. This exercise is about getting C++ of the governments naughty lists, so that people can continue to use C++ without extra regulatory overhead and too much risk to the company.

Rust is just a working example of a language with similar performance to C++, whise approach could be copied. The committee opted to not do that and go for something that does not make the language memory safe at all, but that catches enough bugs to be close enough (they hope).

We'll see whether that is implementable, practical and enough to satisfy regulators.

Comment Re: Huh? (Score 2) 86

I have hunted my fair share of core dumps in Qt code. Each one is a memory safety fail... it is, just like the rest of C++ not memory safe.

I find it funny that so many C++ devs seem to think using smart pointers means you are memory safe. It does not, there is so much more needed... check what the "safe C++" proposal set out to change, that's what you need tomdo to make C++ memory safe using the approach rust took. It includes fun stuff like new reference semantics, destructive moves and a new standard library.

Comment Re:Going for gold (Score 1) 257

>They didn't say whose value it strengthened.

LG's, Westinghouse, GE, and so forth!

Actually, if they had the testicular fortitude, your Samsung would display an add reading, "if you had bought LG, you wouldn't be seeing this!" :)

hawk

Comment Re:Deserve what you get (Score 1) 257

>Has about the same importance as smart tech in a fridge for me.

I live in the desert, you insensitive clod! :_)

but seriously we doohave many days of 115-117F most summers. Self-replenishing ice is *important*.

it's not why we bought it, but our LG actually has two ice makers; one in the refrigerator door, which you can actually clean out, and another for larger square tubes in the upper freezer drawer (which we turn off for the cooler half of the year)

Comment Re:It was never a secret. (Score 1) 257

>A fridge will last for a decade or more,

you would *think* that, but my prior fridge was a Samsung.

The ice maker died of its own buildup just out of warranty, the drip tray for the water dispenser caused rust lines through the paint below it, and the whole thing failed at 4 or 5 years--we came out one morning and it was at 50.

Compare to the Samsung dryers whose stainless steel barrels tend to crack and go out of round, wanting a $400 replacement!

The refurbisher who came out with our temporary dryer told us that from his experience (primarily washers & dryers), Samsung had the highest failure rate, while the other Korean brand, lg,had the lowest, with everything else in between.

Comment Re:It was never a secret. (Score 1) 257

>Agree, and don't even allow my TStat's to connect to wifi.

Have you *read* the license on those?

I brought home a wifi thermostat, thinking it would be nice to be able to change it half an hour out when coming home, and then read the terms.

It was like a parody of the terms you find offered sarcastically around here.

Pretty much, "you agree that we can send armed goons into your house, torture your dog, rape your cat, and sell your children into slavery. We may do anything we want with your data, and even more so if someone is willing to pay us for it."

It went back.

Comment Re:This should go well. (Score 1) 153

The problem in California is that private lawyers realized they could sue almost anybody for failure to warn about carcinogen risk. The result was that everybody (both private individuals, companies, and government facilities) stuck a warning on virtually anything. The initial intention of the law was good but very badly worded.

Slashdot Top Deals

A budget is just a method of worrying before you spend money, as well as afterward.

Working...