Queries & Responses for 12 July 2005

Tim - korean singer
My Way, noraebong Bizarrely, this comes up a lot. I’m not in Korea now though so maybe he’s some new pop phenom. HOT is where I got my passport stamped “Sugo-‌hee-‌gaesayo.” And, yeah, I’m OG—I know what HOT stands for.
I don’t wanna talk about Tim ever again, well, except for the wrecked Tico story, but this does remind me of something Jason did which at the time almost bought him some trouble.
We were all out at no-‌rae-‌bong one night. That’s karaoke to you round-‌eyed pedestrians. Jason—yes, Jason Blokhuis—picked a song for me: “My Way.”
What the fuck!? What balls. What a thing!? What… what… well, that’s kinda funny. Yeah, I guess, I mean, yeah, that’s pretty much me. Well, when pressed, one must admit, that’s a right neighborly slam. He got you and it’s kinda funny. Yeah, okay, you win—let’s belt this mother out.
He sang it with me too. I miss those guys all the time.
[close] Permanent link · http://querylog.com/q/Tim+-+korean+singer

Suggested HTML for linking:
Link preview: Tim - korean singer
12 July 2005 · potluck
The page found by the original query:
Sedition·com: You’re not as well liked as …
ASCII devil
@@@@@@@^^~~~~~~~~~~~~~~~~~~~~^^@@@@@@@@
@@@@@@^     ~^  @  @@ @ @ @ I  ~^@@@@@@
@@@@@            ~ ~~ ~I          @@@@@
@@@@'                  '  _,w@<    @@@@
@@@@     @@@@@@@@w___,w@@@@@@@@  @  @@@
@@@@     @@@@@@@@@@@@@@@@@@@@@@  I  @@@
@@@@     @@@@@@@@@@@@@@@@@@@@*@[ i  @@@
@@@@     @@@@@@@@@@@@@@@@@@@@[][ | ]@@@
@@@@     ~_,,_ ~@@@@@@@~ ____~ @    @@@
@@@@    _~ ,  ,  `@@@~  _  _`@ ]L  J@@@
@@@@  , @@w@ww+   @@@ww``,,@w@ ][  @@@@
@@@@,  @@@@www@@@ @@@@@@@ww@@@@@[  @@@@
@@@@@_|| @@@@@@P' @@P@@@@@@@@@@@[|c@@@@
@@@@@@w| '@@P~  P]@@@-~, ~Y@@^'],@@@@@@
@@@@@@@[   _        _J@@Tk     ]]@@@@@@
@@@@@@@@,@ @@, c,,,,,,,y ,w@@[ ,@@@@@@@
@@@@@@@@@ i @w   ====--_@@@@@  @@@@@@@@
@@@@@@@@@@`,P~ _ ~^^^^Y@@@@@  @@@@@@@@@
@@@@^^=^@@^   ^' ,ww,w@@@@@ _@@@@@@@@@@
@@@_xJ~ ~   ,    @@@@@@@P~_@@@@@@@@@@@@
@@   @,   ,@@@,_____   _,J@@@@@@@@@@@@@
@@L  `' ,@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
The New Testament is pretty explicit on the matter. It’s either o’the Lord or t’ain’t.
[close] Permanent link · http://querylog.com/q/ASCII+devil

Suggested HTML for linking:
Link preview: ASCII devil
12 July 2005 · Bible study
The page found by the original query:
About the Devil’s Dictionary X™
How to buy a nuclear detonator
Like you’ve got 50 million dollars in cash. Rip off, shit.
[close] Permanent link · http://querylog.com/q/How+to+buy+a+nuclear+detonator

Suggested HTML for linking:
Link preview: How to buy a nuclear detonator
12 July 2005 · war & peace
The page found by the original query:
Sedition·com: I am selling a nuclear bomb …
Why was jfk killed
Well, aside from being one of the most unpopular sitting presidents in US history, he did fuck an awful lot of other men’s wives. Honestly, I have no idea how Clinton remains ambulatory.
[close] Permanent link · http://querylog.com/q/Why+was+jfk+killed

Suggested HTML for linking:
Link preview: Why was jfk killed
12 July 2005 · Ps & Qs
The page found by the original query:
majenta || Thomas Paine Will Buy Me My Fir…
george bush is a douche
Again, you guys need to learn to transmogrify your verbiage to sticks and stones. Dirty douche water comes to mind as an appetizer, as it were.
Remember though, for public debate and political arguments: whoever uses a pejorative first, loses. If a point can’t be made without profanity and insults, there is no valid point there. When you can combine a well reasoned and documented position with profanity and pandering personal assault, however, pow.
[close] Permanent link · http://querylog.com/q/george+bush+is+a+douche

Suggested HTML for linking:
Link preview: george bush is a douche
12 July 2005 · advice & self-help · politics
The page found by the original query:
Sedition·com: Douche of the year: George W Bush
words to encourage an addict
Jesus, man, this is the strongest smack I’ve ever got my hands on and I swear to God it has like absolutely the mellowest comedown. The guy doesn’t even know what he’s fallen into. Dumb fucker is selling it for $20 a gram because he hasn’t tried it and he thinks it’s cut. Wanna beer before we head over there?
…or, say… Were you talking about encouraging him to stay clean?
[close] Permanent link · http://querylog.com/q/words+to+encourage+an+addict

Suggested HTML for linking:
Link preview: words to encourage an addict
12 July 2005 · advice & self-help
The page found by the original query:
Words that start with P—The Devil’s Dictionary X™
sending an excel file as an attachment in Perl script
Why stop with Excel files? It’s just as easy to send any type of file—from images to executables—as attachments with perl.
use strict; use warnings;
use MIME::Lite;  # we want to mail our file
use File::Spec;  # to handle file paths reliably on any platform
my $file = shift || die "Give a file to mail!\n";
-e $file or die "No such file: $file\n"; -r _ or die "Can't read: $file\n"; -s _ < 1_024 * 1_024 or die "1 megabyte is big enough, sport.\n";
my $name = ( File::Spec->splitpath( $file ) )[-1]; $name or die "File::Spec couldn't determine filename!\n";
my $msg = MIME::Lite->new(From => 'jail-bait@sedition.com', To => 'yer-mamma@sedition.com', Subject => "Your file, monkey: $name", Type => 'multipart/mixed') or die "Problem opening MIME object: $!";
$msg->attach(Type => 'AUTO', Disposition => 'attachment', Name => $name, Path => $file ) or die "Problem attaching Excel file: $!";
$msg->send() or die "Problem sending MIME mail: $!";
print "Sent $name!\n";
More juicy good perlness at MIME::Lite.
[close] Permanent link · http://querylog.com/q/sending+an+excel+file+as+an+attachment+in+Perl+script

Suggested HTML for linking:
Link preview: sending an excel file as an attachment in Perl script
12 July 2005 · Internet & computing
The page found by the original query:
Converting delimited text to Excel
nuclear bomb in america?
Amber waves of immorality They’re practically the amber waves, man.
[close] Permanent link · http://querylog.com/q/nuclear+bomb+in+america%3F

Suggested HTML for linking:
Link preview: nuclear bomb in america?
12 July 2005 · America the beautiful
The page found by the original query:
Sedition·com: I am selling a nuclear bomb …
why ruby is better than perl
Because there is a webpage that says so. That’s proof right? I mean, come on. Even the name is cooler so it must be better.
While I’ve got your attention: Italy is better than France.
[close] Permanent link · http://querylog.com/q/why+ruby+is+better+than+perl

Suggested HTML for linking:
Link preview: why ruby is better than perl
12 July 2005 · Internet & computing
The page found by the original query:
Object Oriented colors in Perl
condom malfunction
How your parents 'planned' you Well, now you know the truth. Don’t blame them for never telling you—nobody’s parents are perfect.
I prefer my own backstory anyway: Drunken teens at ski lodge.
[close] Permanent link · http://querylog.com/q/condom+malfunction

Suggested HTML for linking:
Link preview: condom malfunction
12 July 2005 · potluck
The page found by the original query:
Sedition·com: 50 queries from the weblog a…
where to punch the stomach
Swing low and punch that stomach right in the balls, man.
[close] Permanent link · http://querylog.com/q/where+to+punch+the+stomach

Suggested HTML for linking:
Link preview: where to punch the stomach
12 July 2005 · advice & self-help
The page found by the original query:
sucker punch—The Devil’s Dictionary X™
common design mistakes
I’ll tell you the one I invariably make: Assuming that Internet Explorer supports even the most basic and reasonable CSS specifications.
[close] Permanent link · http://querylog.com/q/common+design+mistakes

Suggested HTML for linking:
Link preview: common design mistakes
12 July 2005 · Ps & Qs
The page found by the original query:
Common design mistakes and pitfalls
terrible family
I’m #1 again!
I'm #1 for terrible family
[close] Permanent link · http://querylog.com/q/terrible+family

Suggested HTML for linking:
Link preview: terrible family
12 July 2005 · potluck
The page found by the original query:
Sedition·com: How terrible family decision…
how to find referring URL javascript
<script type="text/javascript">
  document.write( document.referrer );
</script>
Now buy this book: JavaScript & DHTML Cookbook to repay me. And view the page source for this entry.
[close] Permanent link · http://querylog.com/q/how+to+find+referring+URL+javascript

Suggested HTML for linking:
Link preview: how to find referring URL javascript
12 July 2005 · Internet & computing
The page found by the original query:
Code snippets in Perl and JavaScript