The very first alpha version of next Ubuntu Linux is out and guys at PhoroLinux installed, tested and left us with 12 screenshots and some info.
According to them, this version ships with Firefox 3, GNOME 2.23.4, a new NewHuman theme, GIMP 2.4.6 and OpenOffice.org 2.4.1.
The new theme is kinda too dark for me, but let’s [...]
Archive for June, 2008
Ubuntu 8.10 Alpha 1 Released
Posted in Linux, Ubuntu on June 30, 2008 | Leave a Comment »
Ajude a sustentar a Wikipedia!
Posted in Uncategorized on June 25, 2008 | Leave a Comment »
Fiquei sabendo há alguns instantes pelo Blog do Carlos Henrique que o BR-Linux e o Efetividade estão realizando uma promoção para ajudar a Wikimedia Foundation e outros projetos (no meu caso selecionei o Python Brasil).
Ajude a sustentar a Wikipédia e outros projetos, sem colocar a mão no bolso, e concorra a um Eee PC!
…e também [...]
Firefox download day is TODAY!
Posted in News on June 17, 2008 | Leave a Comment »
Everyone, get ready! Firefox will be landing in a few hours from now!!
If you haven’t pledged yet, go on and do it!
Oh, and by the time you download the new stable release of firefox, maybe you will (like me) want to check this nice extension out
Edit: That one turned out to be pretty [...]
XorgRecord – gravando e reproduzindo eventos com python-xlib
Posted in Linux, Python on June 14, 2008 | 2 Comments »
A brincadeira toda começou depois que me perguntaram como manipular o mouse no Xorg. Uma rápida pesquisada na documentação do python-xlib e encontrei coisas interessantes. Por exemplo, como mover o mouse no X?
from Xlib import X, XK, display
import Xlib.ext.xtest
display = display.Display()
Xlib.ext.xtest.fake_input(display, X.MotionNotify, x, y)
display.sync()
E simular um click ?
from Xlib import X, XK, display
import Xlib.ext.xtest
display [...]
CairoPlot – Plotting Graphics using Python and Cairo
Posted in Cairo, CairoPlot, Linux, Python, tagged CairoPlot on June 14, 2008 | 20 Comments »
This is not anymore the most recent version of the API. Please refer to the newest post.
CairoPlot now has a Mailing List! For more information, refer to: this post.
So, a while ago, I’ve decided to code a library to plot some information I had.
The idea was to create simple graphics in a way they would [...]
3D Modelling – Candy Shop
Posted in 3D, Maya on June 12, 2008 | Leave a Comment »
Keeping the pace on showing some 3D works I have done using Maya, here goes something more cartoonish.
It’s a Candy Shop I built for some application that never came out of paper… As you can see, I spent more time on detailing some things but forgot to improve some others (as you can see on [...]
Vim com esteróides para python
Posted in Gedit, Linux, Python, Vim on June 10, 2008 | 2 Comments »
Frequentemente encontramos na lista do python-brasil novatos perguntando qual a melhor IDE para se programar em Python. São tantas as vezes que isso ocorre que o python-brasil conta, na sua wiki, com uma página para responder somente a essa pergunta. A página esta acessível aqui.
Uma IDE que deve ser em breve adicionada a lista é [...]
Webinar about Nokia widgets
Posted in News, Nokia on June 10, 2008 | Leave a Comment »
So, as S60 C++ involves the learning of C++ (which is kinda complex), Nokia has been releasing rapid development tools on the last couple of years. The very first one was Java followed by Python and, as I found out a while ago, Html/CSS/Javascript.
On the last hour, Daniel Rocha hosted a Webinar to explain the [...]
GNOME Do 0.5 is out in the wild!
Posted in News on June 10, 2008 | 2 Comments »
And as one of its 100,000 users, I’m very excited to announce David Siegel released the new version of GNOME Do!
The fighting 0.5 (as the new version is being referred to) brings back the “Open with” functionality!
And adds an window for us to control our growing number of plugins!
And some new great plugins are also [...]
3D Modelling
Posted in 3D, Maya on June 10, 2008 | 1 Comment »
As it can be seen from other posts (Python + Maya – Part 1 and Python + Maya – Part 2) I also work with computer graphics besides programming in Python and writing here at Linil.
So, I’ve never posted screenshots of my work in here because of confidentiality issues in there, but recently I’ve worked [...]