English | 中文 | Русский | Français
2,590 Posts served
8,334 Conversations started
What do you have planned over the holiday break next month? In your free time, how about coding a small app and then entering it for a chance to win a netbook? If that sounds interesting, head over to our Intel Atom Developer Challenge to learn more. Create a netbook application to submit to the challenge and if you are one of the [...]
This book is a must read for everyone in the IT arena (developers, IT professionals, etc.) because it’s not only a deep guide to Intel® AMT technology, it’s also a very useful review of state-of-the-art manageability standards. If you have discussed or read about WS-Man, WBEM, CIM, DASH, SMASH and other technology acronyms and you [...]
I have to say that I love my job. I get to meet all kinds of fascinating people all on the same road to THINK PARALLEL. One such person is Dr. Dick Brown of St. Olaf College in Northfield, Minnesota. Professor Brown attended last year’s SIGCSE in Chattanooga, TN, and heard Michael Wrinn of Intel’s [...]
Intel® Parallel Studio Service Pack 1 is now available, adding support for Windows* 7. SP1 is well worth downloading and installing - here are some of the reasons: Parallel Inspector and Parallel Amplifier can be driven (for automating test suites) from the command line now. Bug fixes - of course - not many issues needed fixing, but you [...]
As usual of this year at Portland metro, it is raining and windy this week. After watched the SC09 keynotes at Intel Software Network TV, I decided to utilize the pass I got from our Academic Community manager to go to SC09. Trimet MAX Light Rail is my best choice as it will drop me right [...]
According to Jeff Orr, an analyst at ABI Research, Linux-based netbooks will be close to one-third of the 35 million netbooks shipped this year or 11 million Linux netbooks, and Intel has been working with the Moblin community and other projects to make sure that these Linux netbooks run well on Intel architecture. In this video [...]
I didn't get the chance to go to the SC09 conference, but I am watching the news that's coming out of that event. One of the regular features at SC is the release of the TOP500 list of most powerful computers in the world. Check out the website (www.top500.org) for the most current [...]
So you've heard of the Intel® Atom™ Developer Program. As a game developer you may be wondering, "What’s the opportunity?” or “Why bother developing for Atom, won’t many of the same casual games created for a PC work fine on a Netbook?” To get answers I think you have to think outside “typical” PC gaming [...]
That is using of a "nothrow"-variant of new operator which returns NULL in case of failure and allows you to write a simpler OpenMP code.
Once again I would like to discuss the issue of using magic constants in code. We can eternally repeat that one should use sizeof() operator for correct calculation of the size of memory being allocated. But both this knowledge and correct writing of a new code will not help you detect an error already existing in the maze of the old code in large projects.