the world is a pixel
Duke Mom
You must be logged in to post a comment.
No trackbacks yet.
The Fall (2006), Tarsem Singh
8 October, 2011 - 4:02 pm
Tags: art, Catinca Untaru, cinema, fantasy, Lee Pace, Tarsem Singh
Posted in english | No comments
Cinema is about the ancient art of telling stories. Is about breaking the chains that hold our minds. Entertainment is good but is not good enough. We can do more and we can do better. The Fall (2006), from Tarsem Singh, is a movie that knows this. This is my kind of movie. Roy Walker (Lee Pace) and Alexandria (Catinca Untaru) The [...]
Old City Hall Richmond
12 April, 2011 - 11:03 am
Tags: art, Autumn, Canon Powershot G10, photography, Rule of Thirds, Spring, Summer, Winter
Posted in english | No comments
Those are two pictures that I took at Old City Hall in Richmond, Virginia, USA. I really enjoyed the second one. The composition of the triangles of trees (Asymmetrical Balance), the pole (Rule of Thirds) and the curved sidewalk that makes a path for the eyes. But the picture wont fit in the proportion for my wallpaper so I [...]
Android screen height and width
12 March, 2011 - 9:30 pm
Tags: Android, Java, mobile, programming, screensize
Posted in english | 1 comment
Context ctx = getContext(); Display display = ((WindowManager)ctx.getSystemService(ctx.WINDOW_SERVICE)).getDefaultDisplay(); int width = display.getWidth(); int height = display.getHeight(); Yes, there are easier ways to retrieve the screen width on Android but there are cases that this long code is the only solution. You may already have the Context. WindowManager or the Display and so it would be [...]
Inkscape masks
19 February, 2011 - 3:18 pm
Tags: CC-BY-SA, Drawing, Inkscape, mask, SVG, tutorial
Posted in english | No comments
In Inkscape if you have two filled circles. A big solid red one and a smaller, blurred and pinky one, like this: You can use the mask to trap one inside another to create a light effect. Metaphorically, I drew a mask using the mask effect: You can download it here: mask_inkscape_by_silveiraneto.svg As always, you can [...]
aham cláudia senta lá
5 May, 2010 - 2:09 pm
Tags: ahamclaudiasentala, art, arte, Avatar, eu, foto
Posted in português | No comments
Java: invoking a method by name
29 April, 2010 - 10:29 am
Tags: Class, Java, method, programming, Reflection
Posted in english | 2 comments
import java.lang.reflect.*; public class Foo { public void bar(int param){ System.out.println(param); } public static void main(String args[]){ Object f = new Foo(); try { Method m = f.getClass().getMethod("bar", int.class); m.invoke(f, 42); } catch (Exception e){ System.err.println(e); } } } $ java Foo 42
de boa na lagoa
26 April, 2010 - 5:19 am
Tags: art, arte, foto, Gimp, lagoa, lagoa do banana
Posted in português | No comments














15 May, 2008 - 11:11 am
ola tudo bem??
eu sei que vc hoje não esta falando
e peço perdão por isso
mas preciso de ajuda
do notebook
mas estou com problemas
quero comprar um notebook da amazon
modelo AMZ A 201
mas não sei o que tem dentro
ex:marca e modelo de de placa mãe, marca e modelo de memoria ram,
e de todo o resto eu preciso muito saber é muito importante pra mim
vc pode me ajudar
por favor
desde ja agradeço muito
15 May, 2008 - 11:16 am
eu de novo se voce achar alguma informação quanto a isso
vc pode me mandar por e-mail
us.souza29@gmail.com
muito obrigado
4 August, 2008 - 4:09 pm
thats cute.
8 October, 2010 - 3:28 pm
Did you know, Duke also has a girlfriend! Called Duchess. (I found this when looking for a .svg file of Duke to create a vector based Duchess.)