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

 



Forgot your password?
typodupeerror
×

Comment I read the article (Score 3, Insightful) 536

And I must say that as the Editor in Chief he has a very simplistic view of the problem. If I understand, his view is that a global exception added at the compiler level would somehow solve all the problems. He gives the example of calling "open" without worrying about it failing. Of course he doesn't state how to handle the failure when it occurs. For example

open(file1); // ok
open(file2); // failure

What happens to file1 in this case? How is the code cleaned up? There may be a case where you don't want to just close all files in the functions, but just create file2 if the open failed. (for example).

His complaint is that there is too many options available for error handling, and that they lead to cluttered code. As far as I can see the alternative is not enough options available and code not always doing what you want, and having to fight the compiler in order to get what you want.

Comment Re:Another KKR debacle (Score 1) 143

according to www.stockchase.com KKR

"Would characterize dividend as not being safe because it is merely a function of income that the company generates on a quarterly basis. It goes up and down depending on whether they are capitalizing any deals. This quarter will probably have a very nice dividend because they just sold a position in Alliance Boots to Walgreens. Trades at a very reasonable price."

In other news godaddy is still having problems. They weren't relaying emails from a website I have with them, I complained and the whole godaddy went down. Maybe I caused it? Am I anonymous?

They would relay emails to my gmail address, but not to my local ISP.

Comment I'm Canadian (Score 5, Insightful) 500

It gives the little old men and ladies a nice part time job for a while, and good times are had by all. I used to think that computer voting would be better but now that I've seen it in action, I'm glad we stuck to hand counting. Also it's fun watching the result get tallied, it's not instant so there is some buildup/drama.

Voting as entertainment and job market. :)

Comment Re:I find this hard to believe (Score 4, Insightful) 148

The problem is that it's telco's that are required to retain the info for 2 years. If you've worked at any ISP you know that anyone with any access can look at anything. So suppose your significant other got scammed into buying diamond earrings, and thinking that it was a secure website, posted all her delivery info and credit card info.
You've got 2 years of possible problems.
So suppose you get into a rant about some silly online argument with ImATroll and then the guy who's name is ImATroll is murdered. Who in the last two years had problems with him.
So suppose you supported the liberal cause last year, but this year they are being stupid. Expect plenty of phone calls and emails asking for your continued support....

Yeah the examples are silly and off the cuff, but you get the idea.

Slashdot Top Deals

"I've seen it. It's rubbish." -- Marvin the Paranoid Android

Working...