After talking with some people about bug 75613 I thought a poll is in order. Post your thoughts as well…Incidentally this would most likely be a hidden preference and not enabled by default.

Continue reading about GNOME Bug 75613: Should Edge-Flipping be in GNOME 2

jamin on July 29th, 2002

Disappointed with every cd burning package I’ve tried for Linux, I found that the best solution for me was to use the command line utilities, so I put it all together with this simple Perl script. It takes a .m3u file and turns it into a CD. A .m3u file is just a [...]

Continue reading about My CD Burning Software: m3u2cd.pl

jamin on July 29th, 2002

I’ve been running GNOME2 for a couple months now.
My latest desktop looks like this .
Musings below…..
Overall I’m quite pleased, however I think some people might be disappointed, but that’s because they don’t see the potential. GNOME2 is a bit rough around the edges. I expect 2.0.1 will iron out some of the wrinkles, [...]

Continue reading about GNOME2 Musings…

jamin on July 26th, 2002

Here’s a script I wrote to clean up old files in directories. You basically give it a directory and a number of days and it will delete all files older than that number of days in that directory.

#!/usr/bin/perl -l
# Script: cleanup.pl
# Author: Jamin P. Gray
# Purpose: Will cleanup directories [...]

Continue reading about Script to clean up directories

jamin on July 25th, 2002

EimiMetamorphoumai writes: Quick little program that helps me with my spelling.
I’ve always hated traditional spelling checkers. They’re fine for catching unintentional mistakes (usually), but most of the time when I don’t know how to spell a word, I know I don’t know how. I hate going through the process of guessing (poorly), then [...]

Continue reading about New Perl Snippet: sp

jamin on July 22nd, 2002

Ben and Lori came into town this weekend and we all had a great time. Click below to read all about it.
Ben and Lori arrived in town around 10:30pm Friday night. We all (Amy, me, Adam, Ryan, Ben, Lori, and some of Amy and Lori’s friends) met at Amy’s flat. We all [...]

Continue reading about A weekend to remember.

jamin on July 19th, 2002

Yet Another Topic: Perl

Continue reading about New Topic: Perl

jamin on July 19th, 2002

We’ve got a new topic: Unix Tips and Tricks.

Continue reading about New Topic: Unix

jamin on July 19th, 2002

I made some mods to the site so that new tags will be accepted in comments and wrote a simple perl script to markup code before posting. Now i want to test posting code to a story. So here is the code I use to markup code before posting:

#!/usr/bin/perl -w
print “<pre><code>
“;
while (<>) {
s/&/&amp;/g;
s/</&lt;/g;
s/>/&gt;/g;
s///g;
print;
}
print [...]

Continue reading about Testing: Posting Code to a Story

jamin on July 15th, 2002

I’ve made it three weeks. This matches the longest I’ve ever gone without a cigarette since I started being a regular smoker four or five years ago. The cravings still come, at times, but overall it’s getting easier. And WOW, the money I’m saving! Well over $100/month.
Check out the new poll [...]

Continue reading about 3 weeks.