Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Re:So, tax cuts... (Score 2) 149

but if a political party (let's say the GOP) proposed general tax cuts that apply to everyone, it would be mocked and pilloried by the commie libs who post here. Why?

Commie lib here: because the GOP's tax cut proposals always amount to massive cuts for their hyper-rich campaign donors, coupled with a fig-leaf of minor tax savings for everyone else, followed one year later by the inevitable budget crunch

that then impacts the quality of life of everyone except those who can afford to seal themselves away from society. It's a grift -- everyone but the GOP's campaign funders end up poorer afterwards.

Comment Re:What I think would be most useful (Score 1) 471

I nominate: 3a) discreetly getting notifications during meetings. Did no one else catch the part about its buzzer being inaudible?

The first killer app for the Apple watch will be two-way Morse-code base communication using the buzzer, for discreet Googling of the answers during tests. (of course, mastering this technique will actually require more work than just learning the test material, but that won't stop anybody)

Comment Re:The war that no one wanted (Score 1) 471

Then I'd argue that it is too early to sell it.

Apparently Apple agrees with you, as they are not selling it yet.

This comes out and, cool as it may be, I can't think of very many uses for it that aren't exceedingly niche.

That may be so, but let's not rule out the "something I can wear just to get more attention from the people I want more attention from" application. That application has sold lots of other types of jewelry for centuries, and much of that other jewelry costs a good bit more AND doesn't put a realistic animated butterfly flapping its wings and changing colors on your wrist.

Comment Re:Get used to it (Score 1) 215

Until then any talk of "ending the war" is as silly as claiming you can tear down a dam because the river stopped flowing. It stopped flowing because of the dam.

Eh, the idea was that once the Iraqis had built up their own dam, slightly downstream from the US-built temporary dam, that we could remove the US dam and let the Iraqi dam take over.

Unfortunately, it looks like the Iraqi dam was made out of paper-mache... :(

Comment Re:so (Score 1) 150

these are from the government officials who answer to people who were telling us a few years ago that the VA was the model of ideal healthcare delivery

The problem with the VA is that it had to handle a large influx of veterans returning from Iraq and Afghanistan, and there was no corresponding influx of resources to handle them. I don't know if the VA model was 'ideal' or not, but any system will hit the wall at some point if you keep increasing the load factor and never increase its resources.

Comment Re:Great idea at the concept stage. (Score 1) 254

This. There's likely trillions of dollars invested in IPv4 that is going to be around for decades. Consider the Internet like highways and train track widths - we're stuck with it for a very long time.

I'm probably missing the point, but isn't NDN just a way to do content-addressable lookup of data? And if so, why would we need to throw out IPv4 in order to use it? We already have lots of examples of that running over IPv4 (e.g. BitTorrent, or Akamai, or even Google-searches if you squint).

Comment Re:Hmmm ... (Score 1) 194

Between companies using 10 year old Linux kernels, to having unpatchable systems, or just having really bad understandings of security, I've come to conclude this is the norm.

... and a hacked prosthetic arm is the worst possible kind of security breach -- the hackers could literally hold your neck for ransom.

Comment Re:Bets on first use (Score 2) 233

Besides, weren't there apps that do this that folks could purchase of their own free will?

There are, but the feature doesn't work as a theft deterrent unless almost everybody has it. If only a few people have it, thieves will steal phones anyway, because the likelihood is they can resell most of the phones they steal. If/when we get to the point where almost all phones auto-brick after they are stolen, cell-phone thieves will lose their profit incentive and move on to something else.

Comment Re:What's the point? (Score 1) 511

So if we do something in C++ then there's an added 50% "C++ Tax" just to find the 500,000 memory leaks and such.

Just wanted to say that if you are careful to use a smart-pointer class (e.g. shared_ptr) rather than raw C-style pointers to hold dynamically allocated objects, 99% of your memory leaks (and other object-lifetime-managment related problems) will "magically" go away -- and without the overhead or random execution-pauses seen in languages that rely on a garbage collector.

Comment Re:Adding Politics to Engineering Decisions (Score 1) 173

Would 2014 America hold up seat belt installation for ten years just to make sure they are totally, exactly, 100% safe?

Really, you're don't see the difference in added risk between (a computer taking over sole responsibility for the control of a 2500-pound, 65-mile-an-hour car, in all possible traffic conditions), and (adding a strip of reinforced fabric to the cockpit)?

When was the last time your seat belt stopped working due to a buffer overrun? Contrariwise, when was the last time your home computer did something wrong or unexpected?

Slashdot Top Deals

As far as the laws of mathematics refer to reality, they are not certain, and as far as they are certain, they do not refer to reality. -- Albert Einstein

Working...