Category Archives: Uncategorized

Cuda Grids, Blocks and Threads – A Little Utility

Initially one of the things that can be very confusing when learning CUDA is the whole Grid, Block and Thread parcelling up of the work. Even though I am soon to be giving a talk about CUDA, I suddenly discovered today … Continue reading

Posted in CUDA, GPU | Leave a comment

GPU Programming Talk – A Little Sneak Preview

Wow, its been over a year since I last posted to my blog. I have been so busy and doing so many ‘important’ things, I have forgotten to do any fun things! That’s all changing now as I am preparing … Continue reading

Posted in CUDA, GPU | Leave a comment

Making a Maven Out Of A Molehill Update 1

The molehill enabled Flex SDK available on Flashnexus has now been updated to the latests incubator version 11.0.1.3d, latest playerglobal release 051211 and the official stable flex 4.5 release 4.5.0.20967. In order to use this SDK you need to add … Continue reading

Posted in Uncategorized | Leave a comment

Making a Maven Out Of A Molehill

If, like me, you use maven to build your actionscript applications and if, like me, you want to play with the molehill 3D API for flash player 11 then up until now it has not been easy. Now however with … Continue reading

Posted in Development, Flex, Flex Mojos, Uncategorized | Leave a comment

Using Flex 4.5.0.17077 (Hero Early Beta) With Maven

The early beta of Flex SDK 4.5 (Hero) is now available on the flash nexus maven repository. You can use this maven repository by adding the following xml into either you .m2/settings.xml file or putting in directly in your pom … Continue reading

Posted in Uncategorized | 5 Comments

What Problem Does Catalyst Solve?

This morning I sat down to use catalyst for the first time. I am preparing for a talk at Flash on The Beach in Brighton this year and I was hoping to be able to show how a view build … Continue reading

Posted in Uncategorized | 5 Comments

It Is Impossible To Unload A Flex Application!

As stated in my previous post , we are trying to make a modular application that can both load and unload flash sub-applications at runtime. We ran into problems with Flex never releasing any memory after unloading. I started investigating … Continue reading

Posted in Uncategorized | 5 Comments