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

 



Forgot your password?
typodupeerror
×

Comment Re:Side Show and a Game Changer (Score 1) 199

I wouldn't count on it taking any job from a CNC machine. it's a MIG welding machine and it's resolution/accuracy should be well over 1mm. It won't deal with a lot of metal also.
No, it's not the one size fits all.
It's very useful and interesting, allowing complex geometries more easily and I think local shops will have one once the techs (his and other techs for metal 3D printing) are mature.

Comment Re:Ubiquitous internet actually makes this worse (Score 1) 66

Those things are usually installed by engineers with very little knowledge/concern about security. In my field there's an urge for bluetooth connectivity for the industrial equipments, with all the security nightmares bluetooth poses on accessing a device. Wi-fi could be used with a much better security model, but it's considered too complicated...

Comment Re:Dying gasps (Score 1) 535

I've made embedded programming in C++, in a rather efficient way. It makes a lot of things easier, but it's much harder to find someone that knows what that thing is doing. If you handle a task to an experienced C++ programmer and say no use of new, delete and exception handling are allowed, probably the task won't get accomplished unless it's very simple.
I used to advocate the use o C++ on embedded, but gave up. In a larger environment with programmers of different experience levels, C is much easier to get running.

Comment Re:Legacy Code is not the issue here (Score 1) 360

Hit the nail.
If you have at least a little experience, you've already at least once gone through the codebase and asked who's the idiot that wrote that, checked the answer on the version control system to find that the idiot is yourself.
On the other hand, sometimes the legacy code is so much patched that it's easier and faster to rewrite it. If this code is that much patched that you can't even follow the code flow anymore, bugs left are only the scary ones anyway. Rewriting that code is a high risk task, since many errors already solved will be done again, but may still be worth it.

Comment Re:Willingness to pay (Score 1) 224

No, redundancy means excess capacity.
Diversity means spreading the capacity through various locations/processes/etc. In this case we're talking about geographical diversity and the difference is simply distribution of the fabs around the world. If TSMC had its 15 factories spread over various locations, a single event couldn't shut down 100% of it's capacity.
The last year's earthquake in Japan shot down 1/3 of the Renesas fabs. It was enough to make a huge problem, stop some auto manufacturers, but it kept running. Had Renesas all it's fabs on North Japan, it would be 100% down. The fabs were not redundant, as one could not cover for the lack of other.

Comment Re:Willingness to pay (Score 1) 224

It's about diversity, no redundancy.
For semiconductor manufacturing, for example. There's quite a few plants around the world, not that much of small process nodes. If a major earthquake hits Taiwan, shutting down TSMC and UMC factories, you'll notice the effect all around the world pretty fast.
This http://eetimes.com/ContentEETimes/Images/120514_icInsights_micron_800.png should give an idea.

Comment Re:Power? (Score 1) 202

Having compiled the same code for ARM, x86 and x86-64, with the same compiler, I dare saying that the ARM code is much smaller.
Compiles using -Os and GCC for all cores.
Embedded has code size as a limiting factor for quite some time now...

P.S. before saying that a sample size of one isn't evidence, I develop firmware for ARM and some other arch e frequently compile it on the PC for testing purposes.

Submission + - The end of shutdown. (eetimes.com)

rwiggers writes: Samsung got some new tech on resistive memory that is quite impressive. This article points to very fast non-volatile memory with incredible endurance. Will we succeed in exchanging our volatile memories for persistent ones?

Comment Re:Mozillacide (Score 1) 599

Indeed. Since FF4 I can't use online banking with FF. Now with FF5 Acrobat Reader locks and fails every now and then. Befor you put the fault at adobe, it doesn't on FF3 or IE. Basically FF is becoming useless for me very, very fast. And I'm the ordinary user. On the enterprise level here it's already forbidden.

Slashdot Top Deals

Suggest you just sit there and wait till life gets easier.

Working...