Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×

Comment Expensive software? (Score 0, Troll) 172

void process_information(s_information* info) {
    if (info) {
        if (info.is_classified)
            process_secretly(info)
        else
            process_publicly(info)
    }
}

Can I have my millions now for "the expensive software needed to handle classified and declassified data simultaneously"?

Slashdot Top Deals

"Engineering without management is art." -- Jeff Johnson

Working...