Tag Archives: Programming

New Project: Postponer, Read It Later extensions for Google Chrome

PostponerManagerScreenI’ve published a new project on my Projects page: Postponer.

Postponer is a pair of Chrome extensions to manage your Read It Later items.

You can read more about Postponer and download it on its project page.

New Project: Metal Vs Pop!!, a platformer for Java phones

image

I’ve published a new project on my Projects page: Metal Vs Pop!!

Metal Vs Pop!! is a platformer game for Java-enabled phones.

You can read more about Metal Vs Pop!! and download it on its project page.

New Project: ChromeMilk, a Remember the Milk extension for Google Chrome

screen2

I’ve published a new project on my Projects page: ChromeMilk.

ChromeMilk is a Chrome extension to manage your Remember the Milk tasks.

You can read more about ChromeMilk and download it on its project page.

N-Body Simulations con GPGPU, CUDA y Open CL

Una presentación que hice hace poco para el grupo de cómputo paralelo del Tec de Monterrey explicando el ejemplo del SDK de Nvidia para CUDA y OpenCL.

How to Install and Configure CUDA on Windows

NVIDIA CUDA Zone

CUDA is NVIDIA’s relatively mature API for data parallel GPU computing. I already explained the benefits of CUDA and even showed a simple code example. Now, you surely want to try it out yourself. This guide will explain how to correctly install and configure CUDA on Windows.

read more »

Introduction to Data Parallel Computing with CUDA

In the latest SuperHappyDevHouse Mexico City, an event for hackers to meet and program together, I spent most of my time working on CUDA, an Nvidia API for data parallel computing on the GPU. At the end of the day, I gave a lightning talk presenting a brief introduction. Here’s my presentation:

For more info on SHDH Mexico City, follow the #shdhmc hashtag on Twitter.