Posted by: marceloaraujo | March 28, 2009

uCLinux on PSP SLIM

Some hours ago, I did some research about how I can run Linux on PSP and if is possible.The answer is yes, I can run Linux on PSP.
So, there are many howtos on the WEB that explain how you can do it but isn’t so easy to do it on PSP SLIM, just in PSP FAT.

Then, I prepare a package that contain all files necessaries to run Linux on PSP SLIM, you can do the download at the following link.

http://people.freebsd.org/~araujo/uClinux-PSPSLIM.bz2

Uncompressed this file, copy the uCLinux directory to PSP/GAME150 and going to be happy.

Posted by: marceloaraujo | March 25, 2009

Python threads example

In last couple months, I looked better the Python features and some modules. Now, I can do some good things with pyGTK and I did some software to the company where I working. So, now I’m gonna improve some parts of this software and I gonna use threads to do some internals tasks.

Here is an example of how is easy to use and understand threads in Python. If you’ve interest to see this software, ask me and I can put in some place.

Software Result:

araujo@ponderosa thread> python thread.py
————————————————————————————–
Thread Name   |   Thread Id   |   Sleep   |      MESSAGE
————————————————————————————–
Thread-1                                        6                 Alive
Thread-2                                        6                 Alive
Thread-3                                        6                 Alive
Thread-4                                        3                 Alive
Thread-5               Special              5                 Alive
Thread-4                                        3                 Dead
Thread-5               Special              5                 Dead
Thread-8                                        2                 Alive
Thread-1                                        6                 Dead
Thread-2                                        6                 Dead
Thread-3                                        6                 Dead
Thread-8                                        2                 Dead

Posted by: marceloaraujo | December 13, 2008

Bye bye 2008, welcome 2009.

I’m back to Brazil and much things happening in my life, you can see that, it’s one of motives that I don’t posting with some frequency.
Then, my trip to China was amazing, I was there during 36 days, I saw HongKong and Shenzhen, beatiful cities for live. I would like to live there in next year, but in currently economic world, actually haven’t a good health. So I’ll waiting some world reaction and so getting this idea again.

For me the trip was very good, China is wonderful, the people there are friendly, have a good education to welcome your guests and frankly, there are people extremely happy, or can I say, all very happy.

If you are a bit curious to see the pictures, you can access the URL below, there are many pictures about my trip.
http://picasaweb.google.com/araujobsdport/

Well, now is the end of year, I have some tasks to do before it, after it, I’ll go to the beach, I’ll stay some days in GAMBOA with my wife and my little dog. I’ll get my vacation at 31th of December and I’ll be back to work at 26th of January. The good news is when I back to work, I have one new project waiting for me.

Then, that all having a good end of year, that all will pray a little to god and that 2009 will be a good year, with much money, with much trip and with much business. Health and peace for all.

Good bye 2008, I’ll miss you.
A warm welcome to 2009, bring me beatiful dreams.

Posted by: marceloaraujo | August 3, 2008

Traveling to China.

I’m very happy to know that I’ll make a traveling to China during 30 days in August and September. I’ll traveling for business but I’ll see Paris French, China HongKong, China Shenzhen and who’s know Africa. It’s a good opportunity to improve my English and know another cultures. I’m very excited to go, my traveling begins in 28th August and finish in 25th September.
Obviously I’ll make some shopping for me, my wife and some friends.
My wish list: PSP, iPHONE, Notebook Bags, Tennis Nike, Camera photograph.
My wife wish list: Tennis Nike, Dishes, Glasses, Cutlery, iPhone… -_-.
For my friends: Things.

Posted by: marceloaraujo | July 23, 2008

New ports committer: Philip M. Gollucci

I proposed the Philip M. Gollucci to ranking of ports committers some days ago. The proposal was accepted, less than two days after I sent the proposal, we receive of the core team the answer. Yes, a warm welcome to Philip M. Gollucci to the ranking of committers. Him did a good work and as usual him received the punishment. I’ll be the mentor and Gabor Kovesdan(gabor@) a co-mentor.

Published in Droso’s blog: Philip has been working on apache for a long time and has been increasingly interesting in FreeBSD as well. Marcelo Araujo finally stepped in and made him commit his own patches. Philip is going to be a great addition to our ports team!

I’m very happy to see pgollucci here.

Posted by: marceloaraujo | June 30, 2008

Voices inside my head.

All days you are obligated to choose an option, wake up and go to war OR don’t worry and continue to sleep.

What do you prefer?

sleep

Participe você também e ajude um projeto livre.

Wikipédia, a enciclopédia livre

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 a pen drives, card drives, camisetas geeks, livros e mais! O BR-Linux e o Efetividade lançaram uma campanha para ajudar a Wikimedia Foundation e outros mantenedores de projetos que usamos no dia-a-dia on-line. Se você puder doar diretamente, ou contribuir de outra forma, são sempre melhores opções. Mas se não puder, veja as regras da promoção e participe – quanto mais divulgação, maior será a doação do BR-Linux e do Efetividade, e você ainda concorre a diversos brindes!

Posted by: marceloaraujo | June 21, 2008

Intel Embedded Conference 2008

Happened in the WTC Hotel on day 18th at São Paulo. Intel Conference day present for us some new business models and new way for technology in Intel vision.
Some players in the market showed for us new products and new tendency’s like IPTV, Digital TV, System on chip, SSD and Micro Processors.

The Conference really showed what proposed for us.

Posted by: marceloaraujo | May 16, 2008

New job position

Few weeks ago I changed my position in company where I work. New challenges and opportunities is needed to bring back a good excitement. I continue to work with Open Source Projects, for me this is nice.

That’s All!

Posted by: marceloaraujo | April 19, 2008

Only the first 10 of 2168 ports in this commit are shown above.

Few days ago I worked in a patch originally written by pgollucci to use some benefits of bsd.sites.mk, these benefits are the use of CPAN instead of ${MASTER_SITE_PERL_CPAN} and in some cases we can remove MASTER_SITE_SUBDIR entirely of port. Today I committed this modification in 2168 ports. I believe that we have another ports which must receive the same modification. CPAN macro is very similar with SF and in some cases CPAN make more easy ours work.

For this work I used some tools that automated the modifications:
island# find ports/*/ -name Makefile | xargs sed -ie ’s,\${MASTER_SITE_PERL_CPAN},CPAN,’
island# find ports/*/ -name Makefile | xargs sed -ie ‘/^MASTER_SITE_SUBDIR/d’
island# find ports/*/ -name Makefilee -exec rm {} \;

I created a script to check if all ports that received the changes yet are fetchable.

$ cat fetch.sh
#!/bin/sh
for i in `cat list.txt`
do
echo $i
cd /c/ports/$i
make fetch >>/c/log.txt 2>&1
if [ $? -ne 0 ]
then
cat /c/log.txt >>/c/portserrors.txt
fi
#cd /usr/ports/$i ; portinstall -F $i 1>error
done

After two days of downloads, I put this patch within pointyhat cluster that found only three ports with problem.

Older Posts »

Categories