binford2k's blog

binford2k's picture

Great comment

I used to date a woman who did PR and marketing for MS, so you can imagine we had some in-depth and sometimes heated discussions about MS vs. Linux and Macs.

Well, one day we were going hiking, and she presented me with a really nice backback. The only issue with it was that it had the MS logo emblazoned all over it. Of course, she knew I wouldn't refuse it.

Anyway, she said to me, "Isn't that nice? See? What'd RedHat ever give you for free?"

I replied, "An operating system."

That was one long, quiet hike.

--disserto

binford2k's picture

Linux based heart monitor (ECG/EKG)

Now this is a cool project to mess around with. Medical equipment doesn't really need to cost thousands of dollars!


http://www.fuzzymonkey.org/newfuzzy/software/linheartmonitor/

binford2k's picture

bash sucks

This is a dinky script to replace id tag with incrementing ids, IE, it replaces @id: with @1:, @2:, @3: etc.

I can't get it to work quite right. And I know it's hideous, but I only spent 30 minutes on it!

#! /bin/sh

if [ $# -ne 2 ]
then
	echo "Useage:  tagManager.sh -[a|r] file"
	exit 1
fi

INPUT=$2
BACKUP=$2.bak

function addtags()
{
	COUNT=0
	IFS=$'\n'
	
	mv $INPUT $BACKUP
		
	# must fix this so it handles comments correctly, this turns "/****" into
	# a file listing of / and dumping it in your file.  Here's a lame 
	# workaround that removes those comments.
binford2k's picture

Our nation is collectively a little bit stupider today.

So I guess it's official. The retarded cowboy has been re-elected. This is a black day in history.

This country is going to hell. I'm definately not moving to Portland or any other areas of concentrated populations now.

This is what we need:

binford2k's picture

Someone took the time to write down reasons why I won't vote Bush

I will not vote for Bush. I'm not that concerned about who actually *wins* the election, as long as it's not Bush. The vote I wish I could cast is Bush -1.

This lady took the time to write down some reasons for that.

----- Original Message -----

From: "Molly Greene" <mollygreene@comcast.net>
To: <Family and Friends>
Sent: Sunday, October 24, 2004 10:33 AM
Subject: My personal thoughts on Bush or Kerry

I have several dear friends and family members who are struggling with the
decision of whether to cast their vote for Bush or Kerry. Rather than send
yet another editorial, biased (vitriolic) opinion piece, joke, cartoon, or

Syndicate content