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

 



Forgot your password?
typodupeerror
×

Comment Wrong salesdroids (Score 2) 159

If your salesdroids can't turn that openness and transparency into an advantage, you have the wrong salesdroids. Anything can be marketed as a competitive advantage.

Hell, they should be pushing to prospects that you don't let bugs slip through the cracks. You get bug reports and post them for all to see, and you can't just ignore them in such an environment. That makes your product more robust, not less.

Comment Re:When you abolutely, positively need a gun now! (Score 3, Informative) 600

All what accidental deaths? The number is tiny - less than 100 a year. That number is also dropping monotonically every year, and has done so since the 1930s.

If you want to end kids' accidental deaths, get rid of bathtubs and swimming pools. They kill far more.

Comment Re:But what about... (Score 2) 600

Accidental use of guns causes fewer deaths than just about any other accident you can name. The number is small, and has been dropping monotonically since the 1930s.

Unauthorized use of guns is not going to be significantly impacted by something like this. There are far too many out there without it, and those will never be retrofitted.

Comment C++ is an over bloated monster (Score 4, Insightful) 427

I learned C++ the hard way: by hacking on a million-LOC program. It's taught me to loathe the language. It's big, complex, and incomprehensible. I once spent three days chasing a bug through a twisty little maze of templates, all different. I routinely struggle with the implications of static vs. not, member variables vs. globals vs. statics, functions that are part of a class vs. those that aren't... Getting code to even compile is often an exercise in trying something, running the build process, then trying something else, lather, rinse, repeat. It's left me frustrated enough to want to drive to College Station and scream at the walls.

All of this has left me wishing for the days of C, in which I'm quite fluent.

Nevertheless, the world seems (perhaps overly) enamored of C++, and I'm probably going to have to deal with it. How do I learn to at least tolerate it, if not like it, instead of actively hating it?

Slashdot Top Deals

The one day you'd sell your soul for something, souls are a glut.

Working...