Chris Irwin http://blog.chrisirwin.ca Thoughts and Ramblings posterous.com Tue, 07 Feb 2012 11:37:00 -0800 Workaround for conflict between gnome-shell and vmware-player http://blog.chrisirwin.ca/workaround-for-conflict-between-gnome-shell-a http://blog.chrisirwin.ca/workaround-for-conflict-between-gnome-shell-a

I recently got a new machine for work, with lots of fancy memory and everything. First thing to do was install a friendly operating system with gnome-shell, and set up a VM for my windows/office requirements at work.

Normally I would favour Virt-Manager+kvm, but since we're now using vmware-server (and soon vsphere hypervisor) I thought it would be better to keep compatible. Luckilly, vmware has a free player that works pretty well for my basic needs.

Unfortunately, there seems to be a conflict between vmware-player and gnome-shell, that occasionally causes the enture UI to completely hang. Switching to a console and issuing `pkill -9 gnome-shell` was sufficient to get the system to kick itself back to functioning again. However, this was *extremely* annoying.

I finally found a workaround: Setting a hidden preference in vmware to allow a VM to continue running after the player program has quit, then using RDP to connect to my windows VM (I could probably also set up VNC console access via the vm config as well)

The preferences file is "~/.vmware/preferences". Add the following line:

pref.vmplayer.exit.vmAction = "disconnect"

Configuring RDP to your windows VM (or VNC through vmware) is documented elsewhere, and left as an exercise to the reader.

Permalink | Leave a comment  »

]]>
http://posterous.com/images/profile/missing-user-75.png http://posterous.com/users/5BhyKhRE6mMV Chris Irwin Chris Irwin Chris Irwin
Mon, 08 Aug 2011 23:27:00 -0700 Update for maildir-indicator http://blog.chrisirwin.ca/update-for-maildir-indicator http://blog.chrisirwin.ca/update-for-maildir-indicator

Follow-up to my post about using Maildirs -with Ubuntu's messaging menu.

Brad, the original author, has indicated that he considered his code to be essentially WTFPL. I feel the same about my bits, and have added a COPYING file specifically indicating this license instead of the previous GPL3 license.

I have made some other changes since that last version:

  • The configuration values (frequency, directories) are now loaded from separate files. Default values are in /etc/maildir-indicator.conf, user-specific in $XDG_CONFIG_HOME/maildir-indicator.conf (or more likely, $HOME/.config/maildir-indicator.conf). This allows it to be installed system-wide and have users configure their own notifications.
  • The .desktop file has been cleaned up, and is now advertising "Maildir Indicator" instead of mutt. This is what will be read in the menu as well (though of course, clicking it runs whatever mail agent you want).
  • Cleaned up some debug messages to make the output a little easier to read
  • Changed 'path' to no longer have a trailing slash. I'm not sure what happens if you have a trailing slash on your paths, I didn't test it.

The program can still be used by grabbing the source from the Maildir-Indicator repository on Gitorious and running `./maildir-indicator` in the directory you get. However, it also supports being installed system-wide, which can be done easily by installing it from the maildir-indicator PPA. Installing from the PPA will also set it to run automatically at login.

To use per-user configs, just copy the basic config to your .config directory, and edit it as needed:

    cp /etc/maildir-indicator.conf $HOME/.config/maildir-indicator.conf

    gedit $HOME/.config/maildir-indicator.conf

One minor issue is that it has no way to see that your config has changed. You need to `kill` the running version, and start a new one. I didn't worry about it since most people manually setting up maildir notifications are probably able to do that.

In the mean time, it seems that Brad has been busy as well! He's taken the version from my previous post and updated it to provide much better notifications. It now reads the message and puts the sender and subject lines in the notification bubble! Now when a message arrives you can decide whether to read it now or later without opening your mail.

There is a bit of a logic bug with how my version handled the notifications: If the number of new messages is the same or less than the last notification, then it doesn't re-notify. If you were notified of two messages, which you read, and a new one arrives before the program checked for new mail again, it won't notify you about the new message (though the icon stays lit up). It assumes you only read one of the messages. To solve this, we would need to actually check out each file -- not in-depth, just the filename is good. Brad's update goes beyond that. I'm not sure if he's filtering out already-notified messages or not, but most of the pieces are there in his new version.

The bad news is my packaging work and his notification work happened in parallel. I was away for a week and didn't see his updates until now that I'm posting this. I'll merge his notification code tomorrow and release an 0.4 package. For reference, I've imported his version in my git repository under a branch called 'brad' if you want to compare the differences (the merge should be fairly strait-forward).

I couldn't have said it better: "This is why I love Free/Open Source Software".

UPDATE 20110812: I've merged Brad's detailed notification changes (with a few changes), and made a few other fixes (Thanks Nick for pointing out an issue in the comments).

Permalink | Leave a comment  »

]]>
http://posterous.com/images/profile/missing-user-75.png http://posterous.com/users/5BhyKhRE6mMV Chris Irwin Chris Irwin Chris Irwin
Mon, 08 Aug 2011 08:46:00 -0700 My own Firefox Addon Collection http://blog.chrisirwin.ca/my-own-firefox-addon-collection http://blog.chrisirwin.ca/my-own-firefox-addon-collection

I've created a Firefox addon collection. This is mostly for my own use (Since firefox can't sync addons, a single list of addons I use helps bring up machines), but I thought I'd throw it out there if anybody else was curious.

Chris' Addons

Permalink | Leave a comment  »

]]>
http://posterous.com/images/profile/missing-user-75.png http://posterous.com/users/5BhyKhRE6mMV Chris Irwin Chris Irwin Chris Irwin
Thu, 28 Jul 2011 18:13:00 -0700 Maildir with Ubuntu's Messaging Menu http://blog.chrisirwin.ca/maildir-with-ubuntus-messaging-menu http://blog.chrisirwin.ca/maildir-with-ubuntus-messaging-menu

I was pretty sure I wasn't the only mutt user who missed having mail notifications in the indicator area. From a quick google search, it turns out I was in good company. Even better, a fellow by the name of Brad Mont actually wrote a basic python script to create an appindicator that would monitor a maildir. It was about 90% of what I was looking for.

Unfortunately, I didn't want another icon crowding the panel, so I adapted his script to use the messaging menu, so it shows up with chat (and any other communications programs). I made a few other changes along the way (notifications). Thanks to the folks who wrote gm-notify for being such an easy to read example of both notification and the messaging menu.

My version is available as maildir-indicator on gitorious. Hopefully it will be of use to others as well.

Permalink | Leave a comment  »

]]>
http://posterous.com/images/profile/missing-user-75.png http://posterous.com/users/5BhyKhRE6mMV Chris Irwin Chris Irwin Chris Irwin
Mon, 21 Mar 2011 09:26:00 -0700 I'm Internet Famous! http://blog.chrisirwin.ca/im-internet-famous http://blog.chrisirwin.ca/im-internet-famous

Assuming you're doing a Google Image Search for a specific unicomp keyboard.

Screenshot
ZOMG!

Permalink | Leave a comment  »

]]>
http://posterous.com/images/profile/missing-user-75.png http://posterous.com/users/5BhyKhRE6mMV Chris Irwin Chris Irwin Chris Irwin
Sat, 18 Dec 2010 23:55:00 -0800 Review: Logitech Trackman Wheel Optical http://blog.chrisirwin.ca/logitech-trackman-wheel-optical http://blog.chrisirwin.ca/logitech-trackman-wheel-optical

As well as my previously mentioned Unicomp keyboard, I also decided to purchase a Logitech Trackman Wheel Optical. It’s basically a thumb-oriented trackball that resembles a standard mouse (with regards to clicking, scrolling, etc).

Adjusting to using the trackball was extremely easy. I have one at work and one at home. I haven’t been able to use it for games yet, so I’ve still got a second mouse around for that (more on that in a bit…)

I found the sensitivity to be a little low for my liking. There is a driver for Windows that allows you to adjust the sensitivity and acceleration of this mouse, but this requires running their software. Xorg has this built-in, but that level of device-specific tuning is not exposed easily. After playing around with xinput and xset, I’ve settled on some xorg.conf.d rules that accomplish the same thing:

# /usr/share/X11/xorg.conf.d/75-trackman.conf
# Configuration settings for Logitech Trackball

Section "InputClass"
        Identifier      "Logitech Trackball"
        MatchIsPointer  "on"
        MatchDevicePath "/dev/input/event*"
        MatchProduct    "Logitech Trackball"
        Driver          "evdev"
        Option          "MinSpeed"                  "2.00"
        Option          "MaxSpeed"                  "3.00"
        #Option          "AccelFactor"               "0.40"
        Option          "AccelerationNumerator"     "5"
        Option          "AccelerationDenominator"   "1"
EndSection

The biggest issue I experienced was in Windows 7. The software for this trackball, and the software for my Logitech G9 mouse are different. They have the same name, but they do not seem to be able to configure each other, requiring both the be installed and running. That said, they don’t seem to interfere with each other either. I find it somewhat sloppy, but I don’t use Windows for any serious work anyway so it hasn’t become an issue.

The ball doesn’t sit on rollers like old mechanical trackball mice, but on three slick pads. The ball movement is tracked optically. The pads seem to collect a fair amount of gunk. I clean it out every few days, though I haven’t noticed any ill effects yet (other than needing to wash my hands more often).

Pros

  • Don’t have to swing your arm all over
  • I find it quite relaxing to use
  • Can put it on your leg and lean back in your chair

Cons

  • Software required to configure for Windows
  • Windows software doesn’t work for other Logitech mice
  • Pads holding ball get dirty rather quick. Your mileage may vary.

Conclusion

For “desktop” use, it sure beats a mouse. It is definately worth $30, without question.

Permalink | Leave a comment  »

]]>
http://posterous.com/images/profile/missing-user-75.png http://posterous.com/users/5BhyKhRE6mMV Chris Irwin Chris Irwin Chris Irwin
Sat, 18 Dec 2010 23:05:00 -0800 Review: Unicomp Customizer 104 http://blog.chrisirwin.ca/unicomp-customizer-104 http://blog.chrisirwin.ca/unicomp-customizer-104

I’ve recently purchased a Unicomp Customizer 104. It is essentially a modern version of the old IBM Model M mechanical keyboards. I do a fair amount of typing, so I thought it would be worthwhile to invest in a better keyboard.

I’ve decided not to post photos since there seems to be no shortage of those on teh interwebs already.

The feel is very nice. It reminds me of the Model M I used to have, but unfortunately, that model is long gone and I can’t do a direct comparison. The keys are very loud, which was expected from this type of mechanism (Buckling Spring). I expected the actual mechanism to buckle roughly 50-75% of the way down so that an experienced typist can stop their finger motion before they hit the backplate. It appears that these keys require almost 95% motion, at least by my rough estimate. I consider it impossible to type without moving the key completely down. Unfortunate, but no worse than any other keyboard.

The keyboard is physically large. There is a slimmer version, but I opted for the large customizer for nostalgia.

I rather like it. The folks at Unicomp were very accommodating. I originally ordered a different board, then changed my order. They corrected it and shipped it right away. Unfortunately the billing still went through for the original (more expensive) keyboard, but the difference was refunded right away when I contacted them.

Pros

  • Very clicky
  • Visually appealing keyboard
  • Fun to type on
  • Loud

Cons

  • Tactile feedback not as awesome as expected.
  • A little pricey
  • Loud

Conclusion

I quite like this keyboard. I was a little worried about paying USD$70, plus shipping, plus fees (Import via Fedex into Canada). I consider it a rather expensive keyboard, but I definitely enjoy typing on it more than the thinkpad keyboard, or the Microsoft X6 board I was using before.

Permalink | Leave a comment  »

]]>
http://posterous.com/images/profile/missing-user-75.png http://posterous.com/users/5BhyKhRE6mMV Chris Irwin Chris Irwin Chris Irwin
Mon, 12 Jul 2010 15:34:29 -0700 Using devtodo with multiple projects http://blog.chrisirwin.ca/using-devtodo-with-multiple-projects http://blog.chrisirwin.ca/using-devtodo-with-multiple-projects

I’ve tried (and failed) to use many different pieces of software designed to manage todo lists. The main reasons I’ve failed is because the software either has a high learning curve, bad documentation, or it is cumbersome to use.

I’ve finally struck gold with devtodo. Out of the box, it is almost perfect, but there are a few little issues:

  • It expects .todo in the current directory
  • It has no ability to track what you are working on.

I’ve managed to work around both of those with some extra functions in my .bash_profile.

Where is my .todo?

I wanted a git-like approach to my todo list. If there is not one in the current directory, check the parent, the grandparent, etc. Eventually, fall-back to ‘Global’ todo list in ${HOME}.

Note: This depends on the rfind function in my previous post.

First, create a function to set the TODO_FILE variable. We’re going to set TASK_FILE here as well, this is referenced further down the page.

set_nearest_todo_file()
{   
    ntdf_file=$( rfind -name .todo -type f )
    if [[ -z "${ntdf_file}" ]]; then
        ntdf_file="${HOME}/.todo"
    fi  
    TODO_FILE="${ntdf_file}"
}

set_nearest_task_file()
{
    TASK_FILE="${TODO_FILE}-current"
}

Now, we need to call these on cd, pushd, and popd, as well as when the shell is sourced.

cd()
{
  if builtin cd "$@"; then
    set_nearest_todo_file
    set_nearest_task_file
  fi  
}
pushd()
{
  if builtin pushd "$@"; then
    set_nearest_todo_file
    set_nearest_task_file
  fi
}
popd()
{
  if builtin popd "$@"; then
    set_nearest_todo_file
    set_nearest_task_file
  fi
}

set_nearest_todo_file
set_nearest_task_file

Next, lets make an alias for td to call devtodo with our desired todo_file

td()
{
    # Don't print DB notice for .todo in current dir
    if [[ "${TODO_FILE}" != "./.todo" ]]; then
        # Output DB notice to stderr.
        # so we don't mess with output parsers
        echo "Using database ${TODO_FILE}" 1>&2
    fi
    # Specify found DB
    devtodo --database ${TODO_FILE} $@
}

Now, when we call td, we will be referencing the nearest TODO_FILE, either in the current directory, one of it’s parents, or falling back to ${HOME}.

What am I working on?

This was simple enough. devtodo has aliases for todo (devtodo), tda (todo —add) and tdd (todo —done). We also added td above. I’m going to hijack tdd, and add a new ’t' command to set a current task.

We already added the neccessary parts to get TASK_FILE above. Now we’re just going to create a function to set a task in that file.

t()
{
    if [[ "$*" == "" ]] ; then
        if [[ -f "${TASK_FILE}" ]]; then
            cat ${TASK_FILE}
        fi
    else
        td $@ | tee ${TASK_FILE}
    fi
}

You’ll notice that if we call t with a parameter, such as t 6, it run td 6, instruct td to show task 6, and copy that output to your TASK_FILE.

If we simply call t, it will cat out our TASK_FILE to the screen.

I’ve also hijacked tdd, the devtodo ‘done’ alias, to clear my TASK_FILE as well.

tdd()
{
    /usr/bin/tdd $@
    rm ${TASK_FILE}
}

My workflow

I find this very easy to manage. td to review my list, t # to select my active task, and t while I’m working to be reminded what I’m doing. The task number is still in the output of t. When I’m done, tdd # marks that task as complete, removes TASK_FILE, and I’m free to start another task.

Permalink | Leave a comment  »

]]>
http://posterous.com/images/profile/missing-user-75.png http://posterous.com/users/5BhyKhRE6mMV Chris Irwin Chris Irwin Chris Irwin
Mon, 12 Jul 2010 14:54:00 -0700 Reverse Find http://blog.chrisirwin.ca/reverse-find http://blog.chrisirwin.ca/reverse-find

I recently had need to do a reverse find, and couldn’t discover any programs that offer this functionality. I decided to work around the issue using a bash function, loops, and find.

This function can be stuffed into your ~/.bash_profile, and referenced wherever you need it.

rfind()
{
    rfind_path="${PWD}"
    while [[ "${rfind_path}" != "/" ]]; do
        rfind_search_paths="${rfind_search_paths} ${rfind_path}"
        rfind_path=$(dirname "${rfind_path}")
    done

    find ${rfind_search_paths} / -maxdepth 1 $@ -print -quit
}

As an example, let’s say I’m in /home/user/docs, and I execute rfind somefile.txt. rfind will actually build a command and execute the following:

find /home/user/docs /home/user /home / -maxdepth 1 somefile.txt -print -quit

This will find the nearest parent directory containing a file called ‘somefile.txt’, and quit after printing the first (nearest) match.

Edit: Updated rfind to use a much simpler ‘dirname’ method.

Permalink | Leave a comment  »

]]>
http://posterous.com/images/profile/missing-user-75.png http://posterous.com/users/5BhyKhRE6mMV Chris Irwin Chris Irwin Chris Irwin
Thu, 28 Jan 2010 22:58:27 -0800 the iPad letdown http://blog.chrisirwin.ca/the-ipad-letdown http://blog.chrisirwin.ca/the-ipad-letdown Okay, so the ipad is just a big ipod touch, and filling the "device too large to always have on you but too limited to do lots with" between a handy with-you smartphone and a real computer. If it was an accessory to a computer, THEN it would be interesting. Put it on the dock and it acts like a second screen. If you're reading a PDF or web page, you can send it to the ipad for display, grab the ipad and continue having your reference material up. How about an example:
  1. I look up "How to do XYZ on some obscure server issue" on my computer. I do this on my computer because it takes a long time to find what I need.
  2. I read through until I find the helpful bit on page 322 of a 700 page pdf.
  3. I send that to my padd and walk to the server room where I can follow the instructions
  4. Note there was no step for manually copying a file, bookmarking, manually opening on the padd, remembering I want p322, etc. Just drag send it to the padd (whether it's a drag, a click, whatever).
For inspiration, see interesting UI interaction done on Science Fiction. Star Trek has had accessory "padd" devices that acted this way. Minority Report had this as well (which was mostly un-noticed next to the gesture UI everybody did happen to notice). Until that device comes out, I see no need for a cell phone that can't make calls, or a computer that can't run software.

Permalink | Leave a comment  »

]]>
http://posterous.com/images/profile/missing-user-75.png http://posterous.com/users/5BhyKhRE6mMV Chris Irwin Chris Irwin Chris Irwin
Thu, 24 Dec 2009 15:06:54 -0800 For Twits and bookfacers http://blog.chrisirwin.ca/for-twits-and-bookfacers http://blog.chrisirwin.ca/for-twits-and-bookfacers I've linked my blog to Twitter, Identi.ca, and Facebook via ping.fm via CR Post2Pingfm Twitterfeed. Whew. Hopefully this means that I will update my blog more often as there is a slight, remote chance that somebody might actually see it. I've got two LUG presentations coming up: DIY debian packaging for LOLUG and KVM+libvirt for KWLUG. I'll post slides when I present. Update: I've decided to use twitterfeed instead of the wordpress plugin I was using. It manages to post a little nicer to facebook. The only down-side is it is a timed rss-pull mechanism instead of a nice push, but I'll live.

Permalink | Leave a comment  »

]]>
http://posterous.com/images/profile/missing-user-75.png http://posterous.com/users/5BhyKhRE6mMV Chris Irwin Chris Irwin Chris Irwin
Thu, 15 Oct 2009 19:58:54 -0700 imagecompare http://blog.chrisirwin.ca/imagecompare http://blog.chrisirwin.ca/imagecompare I've created a new project called imagecompare. The purpose is to detect and merge duplicate images, particularly where EXIF information may differ. There is more information on the project page

Permalink | Leave a comment  »

]]>
http://posterous.com/images/profile/missing-user-75.png http://posterous.com/users/5BhyKhRE6mMV Chris Irwin Chris Irwin Chris Irwin
Wed, 30 Sep 2009 20:13:04 -0700 Git http://blog.chrisirwin.ca/git-316 http://blog.chrisirwin.ca/git-316 I've recently switched over to using git for revision control for my personal projects. This has made doing packaging and development substantially easier. I also decided to use git for my resume. I've redone my resume in LyX (a LaTeX front end) r

Permalink | Leave a comment  »

]]>
http://posterous.com/images/profile/missing-user-75.png http://posterous.com/users/5BhyKhRE6mMV Chris Irwin Chris Irwin Chris Irwin
Thu, 19 Feb 2009 05:35:26 -0800 My Ubuntu PPA packages http://blog.chrisirwin.ca/my-ubuntu-ppa-packages http://blog.chrisirwin.ca/my-ubuntu-ppa-packages I have a PPA on Launchpad.net now. I've found it substantially easier than managing my own repository. Apparently some other folks use it, so I will be posting here when I do notable updates and additions. Here is a breakdown of what is on there now:
  • cwi-meta and the cwi-* packages it builds. These are packages that provide PPA repository information and package dependencies for me setting up new (virtual) machines. One apt-get and I have my expected environment.
  • libvirt, virt-manager, and associated packages. I'm keeping these up to date for Intrepid as I am using them with kvm/qemu.
  • cwi-vm-builder. A wrapper around ubuntu-vm-builder. When compined with an apt proxy/cache, it can bootstrap a VM in about 2 minutes. This is my standard vm template so I can build a new VM in a single command.
  • task & yagtd. Two unrelated gtd-style task managers. I reccommend trying them out.
If you use my PPA, feel free to contact me with suggestions and issues. I can't fix anything I don't know about. Also, launchpad does not give any statistics on PPA useage, or download history. It would be nice to get a rough count of the number of users using my packages.

Permalink | Leave a comment  »

]]>
http://posterous.com/images/profile/missing-user-75.png http://posterous.com/users/5BhyKhRE6mMV Chris Irwin Chris Irwin Chris Irwin
Sat, 14 Feb 2009 07:13:55 -0800 Bulk Import http://blog.chrisirwin.ca/bulk-import http://blog.chrisirwin.ca/bulk-import I have imported content from my previous Wordpress blog (It was MIA for a bit). Pretty much everything older than this post is obsolete.

Permalink | Leave a comment  »

]]>
http://posterous.com/images/profile/missing-user-75.png http://posterous.com/users/5BhyKhRE6mMV Chris Irwin Chris Irwin Chris Irwin
Mon, 05 Feb 2007 23:30:02 -0800 Things to remember http://blog.chrisirwin.ca/things-to-remember-63 http://blog.chrisirwin.ca/things-to-remember-63

Here are some interesting links to keep handy. I do not think these are easy enough to come across, so I'm linking to them from here.

* How to get windows to use a hardware clock set to GMT. You know, like the rest of the world.

* How to grab the i-sight firmware for use with Linux. Note that the kernel in Ubuntu Feisty already has the driver part.

* Some Ubuntu email server tips.

Permalink | Leave a comment  »

]]>
http://posterous.com/images/profile/missing-user-75.png http://posterous.com/users/5BhyKhRE6mMV Chris Irwin Chris Irwin Chris Irwin
Fri, 01 Dec 2006 01:45:42 -0800 Some "Free to a good home" stuff http://blog.chrisirwin.ca/some-free-to-a-good-home-stuff http://blog.chrisirwin.ca/some-free-to-a-good-home-stuff I have various pieces of computer equipment that I am looking to get rid of. I would much prefer to give them to somebody who can put them to a useful purpose rather than throw them out. Please contact me if you are interested. I'm listing all components separately. While several are currently attached (motherboards + cpus) I am willing to divide up this stuff however necessary. Free Stuff
  • Motherboards + CPUs
    • 2 1 - 1.2GHz AMD Athlon (Thunderbird) CPUs
      • Need heatsinks, probably around $20 nowadays.
    • 1 - 1.0GHz AMD Duron CPU
    • 2 1 - MSI Motherboards
    • 1 - FIC Motherboard
  • Optical Drives
    • 1 - 52x32x52 CD ReWriter/16x DVD-ROM
    • 1 - 48x16x48 CD ReWriter
    • 1 - 4x4x?x IDE CD ReWriter
    • 1 - ?x DVD DVD-ROM (unsure of speed)
    • 1 - 6x IDE CD-ROM
    • 1 - 24x CD-ROM
Not Free Stuff
  • 1 - Apple iBook 12"
    • 1.07GHz G4
    • 768 MB Ram
    • 40 GB Hard Disk
      • I'll throw in the original 30GB Hard Disk, but it is not easily changeable.
    • 32MB ATI Radeon 9200
    • 1024x768 display
    • Fancy Slot-loading CD ReWriter/DVD-Rom
    • Airport Express (802.11b/g)
    • Brand-new battery
      • Just had the battery replaced through an Apple product recall, so this battery has full capacity.
    • OS X 10.4 + Original 10.3 Disks
    • Fancy metal briefcase (It is actually multi purpose, I packed it with cut-out foam)
    • Runs Linux extremely well, but it currently has only OS X on it. I'd be willing to install Ubuntu on it if desired.

Permalink | Leave a comment  »

]]>
http://posterous.com/images/profile/missing-user-75.png http://posterous.com/users/5BhyKhRE6mMV Chris Irwin Chris Irwin Chris Irwin
Sat, 04 Nov 2006 02:26:42 -0800 Ubuntu packages http://blog.chrisirwin.ca/ubuntu-packages http://blog.chrisirwin.ca/ubuntu-packages

I was just building some statistics of users, and apparently there are 82 unique IPs that access my package repository. This excludes my workstations. I had no idea anybody else was even using them, so "Rock On" as it were.

I'll be creating an RSS feed soon to keep users appraised of future changes to the repository. Also, I apologize for the reorganization that happened a few weeks ago, as it probably had caused some headaches.

Most of the packages are config/build changes (Metacity to enable the compositor, mail-notification to enable ssl), some are backports (libcm7 for Metacity dependency), and some are modifications.

Gaim now has an additional package, gaim-icons-official. This breaks the main UI icons into their own package that is replaceable via the packaging system. gaim-icons-gperfection2 is already in my repository, and I'll be making a gaim-icons-tango as soon as I have a few spare minutes. Not as cool as having switchable icon theme support in gaim itself, but good nevertheless.

Just a note that I do take requests for packages and backports, and will be putting an effort (now that I've gotten the hang of the whole Debian build stuff) to get changes into Ubuntu or upstream (if possible/necessary).

Permalink | Leave a comment  »

]]>
http://posterous.com/images/profile/missing-user-75.png http://posterous.com/users/5BhyKhRE6mMV Chris Irwin Chris Irwin Chris Irwin
Fri, 22 Sep 2006 01:07:22 -0700 The Revolution will not be Televised http://blog.chrisirwin.ca/the-revolution-will-not-be-televised-9 http://blog.chrisirwin.ca/the-revolution-will-not-be-televised-9

There is a rather interesting documentary about Hugo Chavez of Venezuala.

The Revolution will not be Televised.

Permalink | Leave a comment  »

]]>
http://posterous.com/images/profile/missing-user-75.png http://posterous.com/users/5BhyKhRE6mMV Chris Irwin Chris Irwin Chris Irwin
Sun, 17 Sep 2006 18:00:39 -0700 WTF Yahoo http://blog.chrisirwin.ca/wtf-yahoo http://blog.chrisirwin.ca/wtf-yahoo [ zaphod ] ~ $ ping -c 1 yahoo.com PING yahoo.com (66.94.234.13) 56(84) bytes of data. 64 bytes from fifaworldcup.yahoo.net (66.94.234.13): icmp_seq=1 ttl=52 time=83.8 ms --- yahoo.com ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 83.859/83.859/83.859/0.000 ms

Permalink | Leave a comment  »

]]>
http://posterous.com/images/profile/missing-user-75.png http://posterous.com/users/5BhyKhRE6mMV Chris Irwin Chris Irwin Chris Irwin