Hello, and welcome to my blog! I post sporadically on random subjects from Linux to Emacs. Check out my tags if you want to browse posts on a specific subject.

If you want to be notified about new posts, this blog has an Atom feed feed. However, unless you want to read my every rant, you may want to subscribe specific tags instead, each of which has its own Atom feed. Most feed readers will correctly deduplicate entries so you shouldn’t run into any issues if you subscribe to multiple tags.

PDF tools

Caveat lector: I wrote this post in high school; it’s likely outdated and poorly written.

A while back I wrote a script that can convert PDFs into several other formats. It can also print information about PDFs. I recommend you use this script in conjunction with nautilus-actions.

Usage

./PDFtools.sh [pdf document]

Screenshots

Main Window:

Info:

Font Info:

This script requires poppler-tools and zenity

Copy Script From: PDFTools.sh

Gnome-Blog (patched)

Caveat lector: I wrote this post in high school; it’s likely outdated and poorly written.

I have just patched gnome-blog (and spent hours tweaking it) and it now correctly posts titles with blogger. I will post the install instructions along with the gutsy packages required tomorrow.

P.S.

I am posting this from gnome-blog.

BloGTK + tomboy-blogposter + gnome-blog

Caveat lector: I wrote this post in high school; it’s likely outdated and poorly written.

I have tested BloGTK + tomboy-blogposter + gnome-blog and all of them have problems with blogger. Gnome-blog is the simplest. It is a panel applet for the gnome-panel and has a very clean, simple, and fast interface. On the other hand, BloGTK is a standalone app that is a little bulky. Neither of these programs will post titles of posts correctly (BloGTK refuses to allow a title at all and gnome-blog posts the title as part of the body of the post). Tomboy-Blogposter does post the title correctly (because it uses the new API) but does not allow for HTML (links etc…). I am therefore resigned to look for another program (I will try Scribfire next).

Edit: Gnome-Blog cannot post pictures to blogger.

Moving Day

Caveat lector: I wrote this post in high school; it’s likely outdated and poorly written.

I just moved to blogger (obviously) because it has comments and many more features than Tumblr. (This move was recommended by Josh Stroud)

2wire+iwl3945=Crash

Caveat lector: I wrote this post in high school; it’s likely outdated and poorly written.

It turns out that my wireless problem is in my router not my computer. My 2wire router crashes when I try to connect to it using the iwl3945 driver. Ubuntu Gutsy used the ipw3945 driver (now deprecated). That driver worked. Otherwise, Hardy is cool.

Installing Ubuntu beta

Caveat lector: I wrote this post in high school; it’s likely outdated and poorly written.

The wireless card continues to not work but I am installing anyway (nothing to loose). I am hoping that the fix on launchpad will work.

Edit: The battery monitor applet does work in GNOME.

Xubuntu 8.04 Beta 1

Caveat lector: I wrote this post in high school; it’s likely outdated and poorly written.

I just tried out Xubuntu hardy beta with full disk encryption.

Verdict: Broken.

  1. Xubuntu would not properly display my battery percentage (the panel applet would display 28%, 100%, or 0%).
  2. The wireless worked fine and then suddenly stopped working (I had not updated or otherwise messed with my system). When I conncted to a wireless network said network would go down (tested with 2wire only).

I am now trying ubuntu 8.04 beta x86_64 (the 64 bit version) on my dual core, 64bit Intel laptop. I will post the results.

Turn on keyboard led when receiving mail

Caveat lector: I wrote this post in high school; it’s likely outdated and poorly written.

After a lot of fruitless searching I finally figured out the command to turn the scroll lock led on and off in X. I first tried setleds +scroll and setleds -scroll but that only works in a Virtual Terminal. I then tried xset led on and xset led off. That one messes up the num pad. I finally came up with the following:

On:

xset led 3

Off:

xset -led 3

I use mail-notification and set the scroll lock led to go on when I have new mail and set it to go off when I have read the mail.

My Desktop

Caveat lector: I wrote this post in high school; it’s likely outdated and poorly written.

After a lot of tweaking, my desktop is beginning to look how I would like it to look.