Dvorak Keyboards
I saw a article
on Dvorak Keyboards today and i had to give them a try.
(btw, this article is also being typed on a querty keyboard, it wasn’t that
easy to pick up after all.)
I knew about Dvoark for some time but I have never bothered to try it before, but I was sold when I read that when using Dvorak, 70% of the keystrokes were on the home row as opposed to 32% with qwerty. Also, to improve the speed that people type, the vowels are on one side of the keyboard so that you can alternated from right and left hands when you type words with alternating vowels and constants.
Syncing a Nokia N95 with Ubuntu Lucid Lynx aka 10.4
Getting your SyncML phone working with Ubuntu just got a lot harder in their newest release, but fortunately it is still possible with a bit of work. In the latest release, they moved from libsoup 2.2 to 2.4 and didn’t leave the old version in the repositories, so to get it working, you need to download the .deb packages for karmic and install them side by side.
- http://packages.ubuntu.com/karmic/libsoup2.2-8
- http://packages.ubuntu.com/karmic/libsyncml0
- http://packages.ubuntu.com/karmic/opensync-plugin-syncml
When installing libsyncml0, i had to install libwbxml2-0 which can be gotten from aptitude. Also there are a couple of other programs you should also get.
taking notes
I have had to update my resume lately and a while ago I wrote it using LaTeX which is a typesetting program. Typesetting programs are different then word processors as they allow you to focus more on the content rather then laying everything out on the page. A few cases where LaTeX trounces Microsoft word is when you are writing anything that uses a predefined layout that must be adhered to such as a paper written in MLA format or a book. While it excels in some areas it fails miserably in others, for most use cases anyway. So you are going to have your work cut out for you if you are trying to make posters, fliers, banners, and any other type of thing where you really want to focus on layout while writing.
django cisco phonebook
Yesterday I was fooling around with python and trying to serve
some XML to a Cisco 7960 I have. I spent a lot of time getting
my web server set up to serve a dynamic XML page which I could pop
my phone book information into and when I finally got it done it
wouldn’t work. Searching online I found out that the latest
firmwares from Cisco, 9.*, has a couple of bugs in it dealing with
XML. Unfortunately I don’t remember where I found this information
but I can give out the sparks notes on what I saw.
Overview of Unix Process Managers
When you first turn on your computer the BIOS kicks in and searches for instructions on your master boot record or MBR. From there it is able to locate the boot loader which in turn figures out which kernel to run and then loads it into memory and that is the point you start actually running your flavor of UNIX. At this stage your computer is just running a kernel and has no interactivity or running services.