ljlatest

this little piece of xscreensaver is kinda fun.

But I say fuck livejournal. I want to see plant.arslinux.com… so I need this patch:

--- /usr/lib/xscreensaver/ljlatest 2005-02-14 08:46:59.000000000 -0500
+++ ljlatest 2005-02-19 20:21:31.172904382 -0500
@@ -306,6 +306,9 @@

my ($ig0, $title) = m@< (TITLE [^<>\s]*)[^<>]*>\s*(.*?)\s*@xsi;
my ($ig1, $body) = m@< (DESCRIPTION [^<>\s]*)[^<>]*>\s*(.*?)\s*@xsi;
+ if(!$body) {
+ ($ig1, $body) = m@< (CONTENT:ENCODED [^<>\s]*)[^<>]*>\s*(.*?)\s*@xsi;
+ }
my ($ig2, $url) = m@< (LINK [^<>\s]*)[^<>]*>\s*(.*?)\s*@xsi;

$_ = "$title\n\n$body";


Isn’t that fun?

now just start your favorite xscreensaver like this:

fontglide -program 'ljlatest http://planet.arslinux.com/rss10.xml'

NEATO!

beborn beton

Wow, I usually don’t think much of beborn beton, but this “Harmony is Everything” mix of Your Hands on my Skin is excellent.

Rusty Recursion

showing rusty skills.

For whatever reason, I’m showing how rusty of a coder I am. I’ve written a little recursive function that takes a date and an EventLog object, and tries to find two EventLog entries that occur between that date. Its a simple binary search, which should work great since EventLogCollections are sorted, or at least that is what ONE article says. I cannot find that fact for sure in the Framework documentation.

Ah well. Its fun to be programming some again, even if it is for no reason except that I “can” for my current job.

debugging asp.net applications

I’ve got dbgCLR.exe running, and I see source, and my browser is still loading the page… waiting.

All I can say is that this is a very excellent way to develop a web application. I have a debugger when I need one!

sweet music drive to work

It was pretty sweet this morning driving to work. I listened to Keith Jarrett doing Autumn Leaves live at the Blue Note. s/pretty/totally/ It was totally sweet. I got to work a little early, so I sat for two or three minutes listening to the spectacular end of the set. It ended and I said “damn that was sweet”. Out loud. No one heard me. I openned the door, turning the stereo off after three bars of Nina Simone’s House of the Rising Sun played. I can’t wait to get into the car and listen to that.

I made a mix cd. Those two tracks are on it. It is to what I was listening. This cd is inspired by a friend of mine who said he couldn’t get into jazz. He’ll probably be getting a copy, unless I find some flaws in it. I’m still not exactly sure how well it will flow.

cool regular expression examples

http://msdn.microsoft.com/library/en-us/dnnetsec/html/THCMCh10.asp?frame=true

has some great regex examples about 1/2 down the page.

oh, and the CAS ASP.NET pages are essential for anyone deploying ASP.NET files on a web server which has its webroot on a network share, or any webserver to which you do not have admin rights.

shit I had to install after a fresh ubuntu install

apt-file
libgecko-cil
mono libgtk-cil automake1.8 libmono-dev mono-gac cvs linux-source libncurses5-dev kernel-package libtool libgtksourceview-cil libgecko-cil mozilla-dev build-essential libgnomeui-dev libxss-dev gtk-doc-tools gtk-sharp-gapi sqlite
curl
libgnome-dev
./gtkdiff_1.8.0-2_i386.deb
wine
w32codecs
mplayer
mplayer-586 gqview
esd
esound
stunnel
stunnel4
perl-doc
pv
mozilla-thunderbird
docbook-utils sharutils transfig kernel-package dpatch devscripts build-essential fakeroot
dpkg-dev file dh-make debhelper
lintian linda pbuilder
build-essential bin86
libncurses-dev
linux-tree-2.6.10
emp f-spot tomboy cupid thoggen gst-ffmpeg
evince

I am sure there are more, but these are the ones I found easily.

My sources.list looks like this:

deb http://lug.mtu.edu/ubuntu hoary main restricted universe multiverse
deb-src http://lug.mtu.edu/ubuntu hoary main restricted universe multiverse
deb-src http://lug.mtu.edu/ubuntu warty main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu hoary main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu hoary-security main restricted
#deb http://archive.ubuntu.com/ubuntu warty-updates main restricted universe
deb-src http://archive.ubuntu.com/ubuntu hoary main restricted universe multiverse
deb http://ubuntu.arslinux.com/ unstable/
#w32codes only : deb ftp://ftp.nerim.net/debian-marillat/ testing main

80 tar -zcf /cygdrive/d/jrwren.win.backup.tar.gz –exclude “My\ Pictures”
–exclude “My Music” –exclude ache /cygdrive/c/Documents\ and\ Settings/jrwren/
{Application\ Data,Local\ Settings,My\ Documents}

my favorite cygwin command 🙂

does it get any better

Writing a fun perl oneliner (it will probably wrap to more than 80 chars) and listening to Stan Getz – The Girl From Ipanema.

Does it get any better?

the oneliner: I’m just getting started, but my thought it : File::Glob + perl -pie + cron means I can have a random vim colorsheme daily. 🙂