This is a maintenance release that fixes a memory leak and a canvas bug affecting Urwid 0.9.8, 0.9.8.1 and 0.9.8.2.
Tags: Urwid
This is a recording of the Git tutorial given by Bart Trojanowski for the Ottawa Group of Ruby Enthusiasts.
The talk was hosted by Jay Lawrence of Infonium.
Special thanks to Richard Guy Briggs for help with this recording.
This article covers the process I used to create the screencast of Bart's first Kernel Walkthrough.
Tags: Video
This is a recording of the first Kernel Walkthrough given by Bart Trojanowski for the Ottawa Canada Linux Users Group. He starts with a presentation introducing some Linux development background, file layout and data types. The code walkthrough covers some important files and Linux list and bit modification APIs.
The talk was hosted by TheCodeFactory, a new meeting place for high-tech startups right in downtown Ottawa. This is the first time we used the space and I look forward to returning.
In this release the scale maximum has been moved to above 1GB/s (for all the people with really fast network adapters out there) and a number of small improvements were made.
Tags: Urwid Speedometer
This is a maintenance release that fixes a number of bugs that have been found in 0.9.8.1.
Tags: Urwid
Mousing around on my laptop is quite tiring, so I've been running the wmii tiling window manager on with the wmiirc-lua replacement event loop instead of Gnome for a few weeks now. I used powertop to measure the wmii's effect on my power usage, and wicd to replace the Gnome-centric NetworkManager application.
Tags: Software
I recently purchased a new Lenovo X61 laptop to run Linux for work. This article covers my experiences with three different distributions.
Lenovo customer support is excellent. Fedora 8 and Ubuntu 7.10 work very well, Centos 5.1 (and presumably RHEL 5.1) are not recommended.
Tags: Hardware
Announcing XTerm Colour Chart 2.0 “Old and busted: Colour Cubes. New hotness: Colour Cows” release.
The script has been completely rewritten. It now requires python 2.3 or later
for the optparse command-line parsing module.
Many new features have been added to this version:
xterm_colour_chart.py: browse source /
download
Tags: Urwid
I recently put together a page with some wedding photos and I wanted to create something a little different than the standard web photo galleries you can find everywhere. I decided to lay out the thumbnails overlapping and clustered on the page, based on their subjects.
My first thought was to mock-up the page using Inkscape then copy and paste coordinates and sizes from its interface. Fortunately Inkscape's file format is dead-simple and all I had to do was write a little script and I could generate HTML and thumbnails straight from my Inkscape layout.
Tags: Templayer