Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment Somebody is projecting their delusions... (Score 4, Interesting) 294

Quite frankly, I just finished a larger project for a customer and what I did strongly resembles what I would have done 30 years ago: Define what the solution must do, do an architecture, a design, define interfaces, and then code the thing. The only thing that is different is that the C code was a web-server module and that the in-memory database may go up to 10G instead of the 100k or so it would have 30 years ago.

Really, nothing has changed much, unless you are at the very-low skill end of things, where you can now produce bad code in ways you could never before.

Comment Re:Which behaviour? (Score 1) 306

"Formal standards" are a small subset of all standards. Your abuse of language does not make you right in any way. As to your Ad Hominem: It clearly shows you are a troll and not interested in the subject here at all. This also marks you as a sadist that gets off on talking down to people. Pathetic.

As to qualifications and education, without going into specifics, my guess would be that I am so far beyond your level that you cannot even grasp where I am. Nit-picking like you do (and grandstanding about it) is the hallmark of a small and truly limited mind.

Comment Re:Not programming languages (Score 1) 306

That bad? Well, I believe you and I am glad I never invested significant time into PHP.

Incidentally, while revocation is the critical part of the whole certificate system (I learned that, oh, 25 years ago in a university lecture on "authentication systems", so it has been known to anybody that wanted to find out for at least 5 years longer), most people do not get that at all. You can routinely tell people apart into those that get what crypto can do and what it cannot and those that are clueless, merely by asking about certificate revocation. Incidentally, there still is no certificate revocation system that works, even after at least 30 years or so of research. The only thing that works to some degree is shipping revocation lists with browser updates. But that is neither a good solution, nor a general one.

Comment Re:Which behaviour? (Score 1) 306

"main()" does not have void as return type, it has "no return type specified". You are also not going back far enough if C89 is the first thing you look at and you are constraining your search too much if you require an "IOS" Standard. There are others around, even if bodies like ISO would probably say they are not standards. Not so.
 

Comment Re:do tablets actually help? (Score 1) 137

I used to agree with your sentiment, but by now I think it is not doable. And in addition you get a lot of almost completely incompetent people that think they are programmers because they manage (sometimes) to write simple code. This describes the phenomenon: http://blog.codinghorror.com/t...

I fully agree that people need to learn that programming is hard and that people that can do it well are valuable. But this will have to go the way other hard professions became known to be hard, and that is high standards for entry.

Slashdot Top Deals

Be careful when a loop exits to the same place from side and bottom.

Working...