Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment 1.6 is done... (Score 1) 222

As a soon to be full-time mobile game developer, I had done some research into the Android platform and it turns out targeting version 2.1 and up is the way to go: http://developer.android.com/resources/dashboard/platform-versions.html 12.6% are still running 1.6 and 1.7. Not only that 2.1 devices are much more capable with faster CPU and GPUs. In my case, I plan to make an engine that run OpenGL ES 2.0 only. Screw 1.1 and it's fixed function pipeline and its wimpy ARM 9 CPU's!

Comment From a coder's view (Score 1) 427

I've always enjoyed coding with MS build chains. Coding the XBOX360 is so straight forward as is making Win32 apps that use D3D. Same with the Windows Mobile devices. It's a breeze to write and debug apps with Visual Studio. However, hardware support is another story. They introduced Direct3D Mobile in Windows Mobile 5 but because WinMo up to now has been something of a wild west, some devices had D3D drivers while others didn't. And the ones that did weren't the best. Very few did OpenGL ES. You could however, quite easily get access to the linear frame buffer and just write your own rasterizers which worked quite well! I've talked with some WinMobile insiders and they told me that WinMo 7 would be way stricter when it came to hardware and device variance. OpenGL ES would be the norm and would replace Direct3D Mobile. If they can sort the hardware issues and force manufactures (HTC you listening, you ass clowns) to implement quality drivers, they could very much regain from 4th spot where they are now!

Comment Re:CRTC problems (Score 1) 238

I didn't expect the Conservatives to do a fucking thing on this one! Goodness forbid they tell a Canadian company that they can't fuck over their clients. The NDP and Greens have been the most vocal about making a big change in the Telco industry! The Liberals.... meh I'm sure if you pressured hard enough they would do something.
Games

Submission + - Cops nab fugitive via WoW (ottawacitizen.com)

phred75 writes: US and Canadian police tracked a US fugitive after he was found to be a regular World of Warcraft player. They subpoenaed Blizzard to hand over his IP address and that was that.

Comment Do it in blocks (Score 1) 580

Unless I'm coding some high speed spASM code... In regular C/C++ I stick to commenting a whole block as opposed to each line. I've worked with overly anal coders who code each line.. I want to kick them in the teeth.

Comment Mixed Results (Score 1) 403

I've had mixed success with it as far as cognitive functioning goes. Taken alone, I've noticed a little improvement but nothing drastic. Depending on the brand I would actually get a big of an allergic reaction from it! Im trying a new formula called Memory Essentials. It contains: Alpha-Glycerylphosphorycholine (alpha-GPC) (from soy) - 250 mg Vitamin B6 (as pyridoxine HCI) - 76 mg Folic Acid - 100 mcg Vitamin B12 (as cyanocobalamin, methycobalamin) - 50 mcg Pantothenic Acid (as calcium panthothenate) - 100 mg Phosphatidylserine Complex (from soy) - 100 mg Green Tea Extract (leaf) - 100 mg Blueberry Powder - 50 mg Ginkgo Biloba Extract - 100 mg Giving it a try this month. It;s making a difference no doubt but not sure how big. I'll go without it next month and compare. How ever one supplement that DEFINITLY makes a difference for me is L-Tyrosine as it's a precursor to L-Dopa aka dopamine. My main problem area has always been focus over memory retention. Used to take ritalin as a kid, that shit made me into a zombie!

Slashdot Top Deals

Living on Earth may be expensive, but it includes an annual free trip around the Sun.

Working...