Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment "e-mail sent by us in error" (Score 1) 103

It looks like someone at the Times made a mistake.

I just received this from NYTimes:
"Dear New York Times Reader,
You may have received an e-mail today from The New York Times with the subject line “Important information regarding your subscription."
This e-mail was sent by us in error. Please disregard the message. We apologize for any confusion this may have caused.
Sincerely,
The New York Times"

Comment Congratulations! (Score 3, Insightful) 229

Welcome to a whole new world. Get Michael Lopp's "Managing Humans", start thinking about the business value of what you are doing instead of just the technology, and at some point you may want to read Peter Senge's "The Fifth Discipline". You have 3 priorities you need to keep in balance: 1) your financial responsibilities to the company, 2) taking care of your people, and 3) doing the right thing for the customers.

Good luck,

Comment Don't think that coding is all you need (Score 4, Insightful) 913

Beware: If all you can do is code there's a great chance your job will end up in India. You have to have broader skills now to be competitive. Instead of taking classes in an area you obviously know well (i.e. coding), why not take more general business classes or in the sciences so you can use your coding skills as a tool to solve critical problems rather than being a coder waiting for a problem to get assigned to you? 99% of the people you will need to work with aren't coders and if you don't have any general skills you won't be able to work with them as effectively.

Good luck,
-c

Security

Submission + - 2nd and 3rd Generation Internet Repression (forbes.com)

porsche911 writes: Forbes blog about "Access Controlled" from the Open Net Initiative describes the next generation information control techniques being developed. Pointers to the book and more background. Basically the open net we've all grown to know and love may be a very different place in the future if these techniques become common.

Comment Standard C++ books (Score 5, Informative) 117

I would recommend the following books:
Alexandrescu - "Modern C++ Design: Generic Programming and Design Patterns Applied"
Meyers - "Effective C++" and "More Effective C++"
Stroustrup "The C++ Programming Language"
Stepanov - "Elements of Programming"
Koenig - "Accelerated C++"
Koenig - "Ruminations on C++" (A little out of date but still a good read)

Good luck, C++ has evolved into a large and complex language. You may want to read Stroustrups "The Design and Evolution of C++" on the side to understand how it developed.

-c

Slashdot Top Deals

Stellar rays prove fibbing never pays. Embezzlement is another matter.

Working...