Calendar

July 2009
M T W T F S S
« Jun    
 12345
6789101112
13141516171819
20212223242526
2728293031  

Am I programmer?

Many people think that I am programmer… But what is definition of programmer?

Wikipedia says: A programmer is someone who writes computer software. The term computer programmer can refer to a specialist in one area of computer programming or to a generalist who writes code for many kinds of software.

My last desktop program was Multiview for [...]

History meme

My main system gives me this:

hrw@home:~$ history|awk ‘{a[$2]++ } END{for(i in a){print a[i] ” ” i}}’|sort -rn|head

379 git 209 bitbake 171 cd 113 sudo 111 ls 77 rm 76 mc 73 mtn 73 grep 72 svn

It is easy to see what takes most of my time ;)

My palmtops story

All started years ago — I was living in Wrocław then. Each Thursday groups of friends met in pub. About half of them used PalmOS powered palmtops. Due to them I started thinking about buying palmtop for myself.

Palm M105

About year later I bought my first PDA: Palm M105. It had monochrome screen (16 shades of [...]

Building Poky Linux under commercial GNU/Linux distributions

During last month I did testing how building Poky Linux works under few commercial GNU/Linux distributions. Due to costs I used their free versions (CentOS instead of RHEL and OpenSUSE instead of SLED).

CentOS 5.1

First was CentOS 5.1 as someone asked does Poky works under newest RHEL distribution. With VirtualBox it was easy to start with. [...]

Keyboard in palmtops

Few days ago I shared my thoughts on replacing Zaurus palmtop with other device. According to comments few people do not understand why hardware keyboard is so important for me.

Collie

Nearly 4 years ago I bought my first Linux powered PDA — Sharp Zaurus SL-5500 (codename: “collie”). One of nice features was hardware keyboard:

It is thumb [...]

How to replace Zaurus PDA?

My Zaurus c760 is nice ARM based palmtop. I use it for testing miscellaneous things during my work days.

It was device where I hacked some Python based applications to fit in 10 megabytes of flash (it was fully working console system with Python and those apps). I test Ångström and Poky on it, tested different [...]