Forgot your password?
typodupeerror

Comment Re:I never liked the idea of C++0x11 (Score 1) 333

Again, more confusion created by crappy naming scheme.

Not really, you're the first person I've come across that's confused by it. But then again, that shouldn't be surprising because it's evident from reading your rant that you're just pretending to know what you're talking about. If there's one thing no one can accuse the C++ standards committee of, it is introducing changes that would break backward compatibility. So whatever new features require compiler updates, you can get your ass it's because a library only solution either wasn't possible or just so damn ugly that it was worth making a language change for it.

C++11 is great, and it really does mean you end up writing a lot less code in many cases because the language now gives you the tools to do things the correct way.

As for Boost and Qt not being compatible ... wtf are you going on about? They're both written in C++, of course they are compatible! If you have actually tried using both, and not had success, it's most likely because you didn't clearly define what parts of your projects were using which library. Qt does like for you to shun everything but its own classes, including the standard library, but it also has interface that lend itself to being used with the standard library and Boost.

Comment Re:Typical microsoft... (Score 0) 168

What's wrong with them is that if they allowed this, it would force all CS players on XBox Live to use a mouse and keyboard, otherwise they'd be getting their asses kicked by the ones who are using a keyboard / mouse instead of the gamepad. I don't know about you, but I like slouching on my couch, 10' away from the TV, while playing on my XBox.

Comment Re:More work for plugin developers (Score 0) 282

I upgraded to 5.0 beta a while back and it broke a couple of my add-ons. You can make them compatible and try to use them on any release with a bit of work.
  1. Find your Firefox profile directory. On Windows this %APPDATA%\Mozilla\Firefox\Profiles\
  2. All your add-ons should be In the "extensions" sub-directory
  3. If the add-on is packaged as a *.xpi renamed it to .zip and extract the files (if you use 7-zip renaming is not necessary)
  4. Edit the "em:maxVersion" node in the install.rdf file (it's an XML file) to whatever version you're running
  5. Zip it up, rename to .xpi and you're all set!

Comment Re:Google needs to start caring about peoples priv (Score 1) 83

I'm not a Microsoft employee, or a particularly big fan of the company either. But I completely agree with the OP; MS is happy just knowing that you're buying their product. They're not interested in knowing that you have trouble getting it up so they can serve you Cialis ads. The biggest thing you gotta worry about MS is that if the product you bought isn't doing too well they'll kill it off and leave you hanging.
Oracle

Native ZFS Is Coming To Linux Next Month 273

An anonymous reader writes "Phoronix is reporting that an Indian technology company has been porting the ZFS filesystem to Linux and will be releasing it next month as a native kernel module without a dependence on FUSE. 'In terms of how native ZFS for Linux is being handled by this Indian company, they are releasing their ported ZFS code under the Common Development & Distribution License and will not be attempting to go for mainline integration. Instead, this company will just be releasing their CDDL source-code as a build-able kernel module for users and ensuring it does not use any GPL-only symbols where there would be license conflicts. KQ Infotech also seems confident that Oracle will not attempt to take any legal action against them for this work.'"
AMD

AMD Launches Budget Processor Refresh 209

MojoKid writes "AMD has again launched a bevy of new processors targeted squarely at budget-conscious consumers. Though Intel may be leading the market handily in the high-performance arena, AMD still provides a competitive offering from a price/performance perspective for the mainstream. HotHardware has a performance quick-take of the new 3.2GHz Phenom II X2 555 and 2.9GHz Athlon II X4 635. For $100 or less, bang for the buck with AMD is still relatively high."

Slashdot Top Deals

"Be there. Aloha." -- Steve McGarret, _Hawaii Five-Oh_

Working...