April 2005

Breakfast Cerials

(in General on 2005/04/30)

From SA:

Comments Off

Message from the future

(in General on 2005/04/30)

http://www.kuro5hin.org/comments/2005/4/28/104931/652/56#56


I hate to spoil anyone’s surprise, but in 2011, the Coulter Commission hearings in the Senate proved beyond a shadow of a doubt that 9/11 was the culmination of a Freemason conspiracy that began in Bavaria in the late 1700s.

Sen. Ann Coulter (D-Mass.) and her life partner, comedienne Ellen Degeneres, were found bound and stabbed to death in their Northampton, Mass. home, two weeks after the conclusion of the hearings.

John Titor

Lookup John Titor for extra laughs.

Comments (0)

Chinamen

(in General on 2005/04/29)
(16:28:08) CovInHer: btw totally blown away by kung fu hustle
(16:28:12) Hui Cheng: haha
(16:28:40) CovInHer: first gunpowder, now this
(16:28:43) CovInHer: your people are on a roll

Although I guess the great leap forward and the cultural revolution evens up the score.

Comments Off

Come get some

(in General on 2005/04/28)



Comments (0)

Frown

(in General on 2005/04/28)



Comments (0)

Adobe Acrobat Reader 7

(in General on 2005/04/28)

Adobe Acrobat Reader 7 finally got faster instead of slower!

http://www.adobe.com/products/acrobat/readstep2.html

Even the linux client is better.

Comments (0)

New Hotness

(in General on 2005/04/28)

Okay, not really.

http://www.turtlebeach.com/site/products/audioadvantage/

Comments (0)

Making up for previous post

(in General on 2005/04/26)

Love you Marjorie :*

Comments (0)

How to get the right 8.3 in cmd.exe

(in General on 2005/04/26)

OK, two ways in the same batch file.


@echo off
set A=”c:\documents and settings\temp”
echo First way stuffs the path into a for loop and spits it back out
for %%V in (%A%) do echo %%~sV

call :trans %A%
goto :end

:trans
echo Second way needs to use a call and pass the string as a parameter then spits it back out
echo %~s1

:end

Of course, if you can find a way to get your big path into an argument to your script, you just need the %~sN

The big kludge is that you can’t do those same freebie manipulations against arbitrary variables unless it’s evaluated in a for loop.

Googleability edit: How do I get a shortname 8.3 from dos for loop cmd.exe %~i

Comments Off

CSS Changes

(in General on 2005/04/26)

I trashed alot of the wordpress CSS formatting, there was some nonsense in there for IE that always made the text look ugly in Firefox. The text is now a little big in IE, but in general I think it looks better.

Comments (0)