Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Safety-Critical Systems programming (Score 1) 267

Can anyone point me to something legible on the subject? We'd like to start moving in the direction of provably correct systems and software, but I haven't been able to find much out there on the subject. Agile certainly isn't it, and every time I mention it, I get accused of "trying to go back to the failed software model, waterfall".

NASA does it, the aircraft industry does it - why can't we write systems that are robust? There was a similar article about "1,000 programmers furiously writing commands in 1/2 day to send to the Curiosity Rover", but finding details about how this process is done and managed is about as hard as finding out the truth about a political candidate. Where can one find this sort of stuff?

Comment Re:American Red Cross - worst? (Score 1) 570

And you are absolutely correct - given that you are INFORMED as to both sides of the issue. People are easily swayed by emotional appeals presented on TV, which doesn't present the other side of the story nearly as often. People too easily forget the fiasco after 9/11, when the money given by people that was SPECIFICALLY earmarked to be used for 9/11 victims and survivors was instead used to buy a bunch of shiny new comms gear for ARC.

Comment Re:American Red Cross - worst? (Score 3, Insightful) 570

A quote from the comments section on Charity Navigator:

I have worked for the ARC for over 11 years now as both a volunteer and a paid staff member. The organization is very top heavy with mostly overpaid executives at the National Headquarters in Washington DC. Generally the volunteers and staff "in the field" are the ones who go to great lengths to serve clients. Many positions in the field have been eliminated in recent years as the executives in the "ivory tower" protect their own salaries and positions. Our Service Members and their families are now served mostly by call centers empoyees who are inexperienced instead of caring employees working alongside our military throughout the world.

Comment Re:American Red Cross - worst? (Score 1, Informative) 570

It should be obvious to someone who posts here. Think about it.

During WWII, ARC would give away free coffee and doughnuts to officers, and that was well-publicized. What wasn't publicized was the fact that ARC would charge enlisted men a dime for the same thing. When my father learned of this (he was an officer), he demanded that his men be given the same deal. When ARC refused, he gave them their doughnuts and coffee back, and spread the story among the other officers.

Comment Re:Integrating everything into one thing? (Score 1) 253

I've got 30 years of processional experience, so does that make me more of an expert? Snarky comments aside:

The name "compiler" is primarily used for programs that translate source code from a high-level programming language to a lower level language (e.g., assembly language or machine code).

This is from Wikipedia, and is the most commonly-accepted definition in the industry, academia notwithstanding. I hardly think that JavaScript qualifies.

I'm still not sure why you chose to create monolithic applications, when the clear industry trend is towards more flexibility, particularly by using web services.

Slashdot Top Deals

UNIX was not designed to stop you from doing stupid things, because that would also stop you from doing clever things. -- Doug Gwyn

Working...