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

 



Forgot your password?
typodupeerror
×

Comment Re:Technical Debt (Score 2) 435

It's simple - you add up the cost of outages (revenue and reputation), ops overhead (support staff and time lost using clunky UI's) and correcting mistakes caused by errors in the code, then you compare it against the cost of resolving the technical debt. If you're constantly getting told it's not possible then there are either good financial reasons for it, or the project manager needs to start writing business cases which don't suck.

Comment Re:Cookies cannot "unlawfully intercept" anything (Score 1) 284

How is this even slightly different to the banner adverts we've had since the 90's? Remember doubleclick? How is a Like button different to a Digg button, or SU, or even a Slashdot button? It's not.
If I got to a website that has adverts or articles I EXPECT it to have tracking for either advertising or social buttons (as well as it's own metrics). Clean your browser and see how many cookies are set by slashdot, or CNET (shudder) or MSN.
You know, I don't mind cookies - and here's why: They're going to show me adverts ANYWAY - I might as well let them show me something appropriate.

Submission + - Denis Ritchie dies aged 70. (theregister.co.uk)

OneMadMuppet writes: Rob Pike, a Google engineer and former colleague of Ritchie, said that Ritchie, who was a founding developer of Unix and known as dmr, died at home this weekend after a long illness.
Programming

Submission + - Dennis Ritchie, co-creator of Unix and C, has died (i-programmer.info) 5

mikejuk writes: Dennis Ritchie the designer and original developer of both the C programming language, and co-creator of Unix has died at age 71 after prolonged illness.
It seems incredible from today's perspective that two people, motivated mainly by enthusiasm, should develop both an operating system and a programming language but that's exactly what Dennis Ritchie and Ken Thomson achieved.
Unix and the Unix way of doing things eventually transmuted into Linux and is now the server OS that powers industry and the Internet.
C on the other hand has been the basis for all of the C-like languages we all know and use every day — Java, C# and of course C++. Whenever you write a three-parameter for loop, for(init;test;inc), you owe a debt to C and should think of the fun that Dennis Ritchie had inventing it and making it all work.

Comment Re:No, parachutes wouldn't help. (Score 1) 155

You've never actually jumped out of a plane, have you? Avoiding the tail is something people say before they do their first jump. It's absolutely possible to open the door and get out of a plane between 5,000 and 10,000 ft, and fine to jump down to 1,000 ft. An A380 can evacuate 873 people in 77 seconds, and in some cases that would be more than enough to evacuate everyone. It's obvious that parachutes won't help in every situation - life jackets only work on water, but they've been in every plane I've been on. Parachutes would have saved almost everyone on Japan Airlines 123 - they spent 32 mins between 5 and 12,000ft, knowing there was almost no way to land. You're correct that chutes are heavy. It might be a good idea to work on lighter chutes.

Comment Re:Alternative improvement idea (Score 1) 163

PGP style signing of certs. From the point of view of the customer, the SSL cert says it's been signed by 3 CA's I've never heard of, plus my IT department who seem to have some idea, plus my wizzkid brother in law who has OCD who I completely trust. My brother in law also trusts one of the CA's, but not the other 2. A score gets automagically generated, plus the details if I want them. If the CA screws up, my brother in law revokes his signature.

Slashdot Top Deals

Thus spake the master programmer: "After three days without programming, life becomes meaningless." -- Geoffrey James, "The Tao of Programming"

Working...