Siderevs

October 30, 2005

Interesting by...

When i find a good photographer in flickr, i wonder which are his most interesting pictures, but it isn't a feature in flickr right now. I guess it will be sooner or later.

I can't wait, so here is a permalink to my most interesting pictures.

You can generate your own in this address.

This script is powered by phpFlickr.

Is there anyone interested in helping me with the design? I am a pretty bad designer

Labels:

Una de mis fotos en la wikipedia

Ángel de la independencia
Ángel de la independencia,
originally uploaded by siderevs.
Hace un tiempo recibí un correo solicitando mi autorización para usar ésta foto como ilustración del artículo El Ángel de la wikipedia, aunque dicha solicitud no era necesaria, por el tipo de licencia con la cual puse la foto en flickr, fue bueno para saber que mi pequeño paseo por Reforma de aquella tarde, sirvió para algo.

Labels:

October 22, 2005

Marriage

Marriage
Marriage,
originally uploaded by siderevs.
Paseando por Querétaro, me encontré con ésta conmovedora escena :D

Labels:

October 16, 2005

Estrenando subdominio

Ahora mi blog se encuentra en blog.isaias.com.mx

October 14, 2005

Los mejores Podcasts que he escuchado.

Ésta es la lista de Podcasts que escucho regularmente y que recomiendo:

InfoTalk Podcast Series
Tecnologías de la información con orientación empresarial

English as a Second Language Podcast
Expresiones del idioma inglés y cómo usarlas correctamente.

The FrenchPodClass
Lecciones de francés, con material de apoyo, ejercicios, videos, etc. ¡Excelente!

IT Conversations
Mi Podcast favorito. Acerca de las tecnologías de la información, con entrevistas y conferencias dictadas por expertos.

Particularmente, disfruté mucho de la entrevista a Paul Graham acerca de su libro "Hackers and Painters", la conferencias de Jonathan Schwartz "The Participation Age" y la conferencia de Kim Polese en el O'Reilly Media's OSCON 2005

The Public Domain Podcast
Audio-libros.
"In the mood for a story? The Public Domain Podcast will tell you a tale read from the public domain records. "

Actualización 13.01.2006

Lonely Planet Travelcasts. Entrevistas con viajeros de todo el mundo

Photoshop TV Tips de Photoshop (Video)

EON4.5. (Español) "Charlas sobre negocios y nuevas tecnologías (de la información)"

Testigos del crimen
. (Español) Sobre casos criminales. Muy interesantes los de Jack el destripador y Al Capone

Nature podcast De la publicación científica Nature, con los resultados de investigaciones en todas las áreas de la ciencia.

Está bien, lo admito, son los mejores podcasts desde un punto de vista geek :P

October 12, 2005

Sierpinski's triangle

I had always wanted to program the chaos game,... I know, it is a stupid thing...

Well here is it:
I used Opengl in C# with the Tao Framework. Most of the opengl in my code is from the nehe tutorials.

You can put as many points as you want, but be careful with your memory, they are stored in an arraylist (the C# equivalent to a Java, C and many other languages vectors)

The insteresting part are this 4 lines of code:
//the three vertices of triangle
oglw.mainvertex.Add(new obvertex(5f,13f));
oglw.mainvertex.Add(new obvertex(-15f,-15f));
oglw.mainvertex.Add(new obvertex(15f, -11f));
//starting point
oglw.obvertexArr.Add(new obvertex(0f,0f));

Change the values to see what happen
Features:Zoom in and out: i o keys
panning: arrow keys
turn off the axes: c key


Sierpinsky's triangle


Binary here
Source here (Visual C# Express 2005)
Source here SharpDevelop project

Labels:

October 09, 2005

Flowers

Flowers
Flowers,
originally uploaded by siderevs.
Finalmente terminé esta pintura. Fue una gran experiencia y me hizo comprender mis vicios para pintar al óleo.

Desde el tipo de pinceles, hasta la manera de combinar colores. Mis agradecimientos para la profesora Maricarmen Villasana.

Labels:

October 07, 2005

flickrFavs 0.2.1

flickrFavs 0.2.1 - Now with a new and more friendly installer.

I made this installer with Windows Installer XML (WiX) toolset, wich i found amazing.

"The WiX tools allow you to define the structure of a Windows Installer package using an XML file. This gives you all of the usual benefits of XML: easy editing with a variety of tools, the ability to modify the files using well-known technologies, and the ability to put the source file under source code control, for example. The WiX tools themselves are command-line tools, so they fit well with almost any build process."

Labels: