Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment Re:Classic... (Score 5, Insightful) 85

You forgot that refactoring might decrease the maintenance costs. It's possible that the developer just found it too hard to add any new functionality to the existing codebase and figured that refactoring is the only way to go. Seriously, it's not always enough for a project to work. Actually, it usually isn't.

Comment Re:End of certificates, please? (Score 3, Interesting) 80

I agree. But that's what makes this model useless. We shouldn't outsource trust to CA's, but push it to the users. Let them decide who do they trust. If, after the VeriSign fiasco they don't trust VeriSign anymore, they should be able to revoke the trust without losing the ability to view 1/4 of the internet. Seriously, guys, go watch any Moxie's talk and you'll understand the issue much better.

Comment Judging by GSoC, perhaps they deserve it? (Score 2) 332

Don't get me wrong, I'd have hard time living without The Linux Foundation's products, but when this year I wanted to work for The Linux Foundation in Google Summer of Code, I gave up after reading their proposals. I wanted to learn some kernel development stuff and couldn't find a single suggestion related to that. Instead, there were some higher-level projects like OpenPrinting, which I personally find totally uninteresting.

Comment Re:Now, also make it understandable (Score 2) 199

DIdn't mean that. Complexity is usually a sign of bad design. Actually, most of concepts in CS are pretty straightforward and if you get stuff complicated, it's more prone to bugs and thus, security problems. For example, take ECDSA and RSA. Modular exponentation is a pretty simple concept while the whole elliptic-curve thing was complicated enough for guys smarter than us to insert a backdoor into the equations. We should definitely go for simple and transparent designs.

Slashdot Top Deals

Top Ten Things Overheard At The ANSI C Draft Committee Meetings: (5) All right, who's the wiseguy who stuck this trigraph stuff in here?

Working...