Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×

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?

Comment You can still run old Skype... (Score 1) 267

What the story doesn't mention is that, compared to Skype 2.8, the Skype 5/6 user interfere sucks. Users have been complaining ever since it was rolled out, and Skype's answer has always been to use 2.8.

Fortunately, there's a way to make the old version not check for updates: use your local DNS or hosts file to address ui.skype.com to 127.0.0.1. The update check fails, and Skype 2.8 runs, fat, dumb, and happy. I'm pretty sure this works for older versions of 5 or 6, as well.

Comment CAGW is a trojan horse (Score -1, Troll) 725

I'll believe in CAGW when the scientists quit fudging the numbers and it still shows it...when they can explain historical data that contradicts the theory...and when they can explain why the warming has stopped for the last couple of decades.

As it is, he fudging is so blatant that "climate science" is nothing of the sort...it's a Trojan horse for the same lod tired leftist government takeoff of economies. That trick never works.

Comment Re:Government regulation of political speech (Score 1) 308

All right, so Adelson evades the ban by paying the Times' owners $3 billion for the paper, runs his piece - indistinguishable from a full-page ad - and then sells the paper back to the owners for $3 billion less the price of a full-page ad.

There's still plenty of ways - available only to the rich - to evade your ban. You're not helping your claimed problem, you're making it worse.

Slashdot Top Deals

The Tao is like a glob pattern: used but never used up. It is like the extern void: filled with infinite possibilities.

Working...