1 rizwank 1.1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
3 <html xmlns="http://www.w3.org/1999/xhtml">
4 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
6
7 <title>Rizwan Kassim's Public Log: October 2003 Archives</title>
8
9 <link rel="stylesheet" href="../../styles-site.css" type="text/css" />
10 <link rel="alternate" type="application/rss+xml" title="RSS" href="http://www.geekymedia.com/index.rdf" />
11 <link rel="start" href="http://www.geekymedia.com/" title="Home" />
12 <link rel="prev" href="http://www.geekymedia.com/archives/2003/09/index.html" title="September 2003" />
13
14 <link rel="next" href="http://www.geekymedia.com/archives/2003/11/index.html" title="November 2003" />
15
16
17 <script language="javascript" type="text/javascript">
18 function OpenComments (c) {
19 window.open(c,
20 'comments',
21 'width=480,height=480,scrollbars=yes,status=yes');
22 rizwank 1.1 }
23
24 function OpenTrackback (c) {
25 window.open(c,
26 'trackback',
27 'width=480,height=480,scrollbars=yes,status=yes');
28 }
29 </script>
30
31 <script type="text/javascript" language="JavaScript" src="http://www.geekymedia.com/magic/card.js">
32 <!--
33 <rdf:RDF xmlns="http://web.resource.org/cc/"
34 xmlns:dc="http://purl.org/dc/elements/1.1/"
35 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
36 <Work rdf:about="http://www.geekymedia.com/">
37 <dc:title>Rizwan Kassim's Public Log</dc:title>
38 <dc:description>While I swore that I would NEVER make a blog due ot the live journal voyuer craziness, when I found out I could update a MT blog via my Treo, I had to set one up, if only to avoid torturing HeatherW with constant SMSs anytime I had a thought of any magnitude.</dc:description>
39 <license rdf:resource="http://creativecommons.org/licenses/by-nd-nc/1.0/" />
40 </Work>
41 <License rdf:about="http://creativecommons.org/licenses/by-nd-nc/1.0/">
42 <requires rdf:resource="http://web.resource.org/cc/Attribution" />
43 rizwank 1.1 <requires rdf:resource="http://web.resource.org/cc/Notice" />
44 <permits rdf:resource="http://web.resource.org/cc/Reproduction" />
45 <permits rdf:resource="http://web.resource.org/cc/Distribution" />
46 <prohibits rdf:resource="http://web.resource.org/cc/CommercialUse" />
47 </License>
48 </rdf:RDF>
49 -->
50
51
52
53 <div id="overDiv" style="position:absolute; visibility:hidden; z-index:1000;"></div>
54 <script language="JavaScript" src="http://www.geekymedia.com/overlib.js"><!-- overLIB (c) Erik Bosrup --></script>
55
56 <script type="text/javascript" src="http://www.geekymedia.com/nicetitle.js"></script>
57
58
59
60
61
62
63
64 rizwank 1.1
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85 rizwank 1.1 </head>
86
87 <body>
88
89 <div id="banner">
90 <h1><a href="http://www.geekymedia.com/" accesskey="1">Rizwan Kassim's Public Log</a></h1>
91 <span class="description">While I swore that I would NEVER make a blog due ot the live journal voyuer craziness, when I found out I could update a MT blog via my Treo, I had to set one up, if only to avoid torturing HeatherW with constant SMSs anytime I had a thought of any magnitude.</span>
92 </div>
93
94 <div id="container">
95
96 <div class="blog">
97
98 <div id="menu">
99 <a href="http://www.geekymedia.com/archives/2003/09/index.html">« September 2003</a> |
100
101 <a href="http://www.geekymedia.com/">Main</a>
102 | <a href="http://www.geekymedia.com/archives/2003/11/index.html">November 2003 »</a>
103
104 </div>
105
106 rizwank 1.1 </div>
107
108 <div class="blog">
109
110 <!--
111 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
112 xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
113 xmlns:dc="http://purl.org/dc/elements/1.1/">
114 <rdf:Description
115 rdf:about="http://www.geekymedia.com/archives/2003/10/index.html#000235"
116 trackback:ping="http://www.geekymedia.com/blogcgi/mt-tb.cgi/234"
117 dc:title="Conflicts"
118 dc:identifier="http://www.geekymedia.com/archives/2003/10/index.html#000235"
119 dc:subject="Home"
120 dc:description="My whining about the troubles I have deciding and focusing might seem trivial to you all. My retort is this ... remember your impusivity at 8 years old. Imagine what it would be like if you had the responsibilities of..."
121 dc:creator="Rizwank"
122 dc:date="2003-10-31T14:54:45-08:00" />
123 </rdf:RDF>
124 -->
125
126
127 rizwank 1.1 <h2 class="date">October 31, 2003</h2>
128
129
130 <div class="blogbody">
131 <a name="000235"></a>
132 <?php
133
134 // record the referer
135 if ($my_ip !== $remote_ip) {
136 mysql_query( "INSERT INTO mt_entryhits(entry_id, referer,title,time) VALUES (235, '$referer', '', $time)" );
137 }
138
139 // get the no. of times this entry has been read
140 $rs = mysql_query( 'SELECT COUNT(*) FROM mt_entryhits WHERE entry_id=235' );
141 $row = mysql_fetch_row( $rs );
142 $hits = $row[0];
143
144 ?>
145 <h3 class="title">Conflicts</h3>
146
147 <p> <table align="left"><tr valign="bottom"><td>
148 rizwank 1.1 <p style="font-size:16pt"><b>
149 M</b>
150 </p>
151 </td></tr></table>
152 y whining about the troubles I have deciding and focusing might seem trivial to you all. My retort is this ... remember your impusivity at 8 years old. Imagine what it would be like if you had the responsibilities of a 22 year old but the self-control of an 8 year old. </p>
153
154 <p>Doc (either one) commented often on the total lack of balance in my life. In some ways, I am well beyond my years; skills, how I act in formal settings, adaptability, and in many ways, I am behind. Call it ADHD, call it a tragic Elementary and Junior High school career, call it a lack of friends in my youth, a very (overly?) supportive family, but there are serious deficits in my being. Responsibility is a laughing matter when used in terms of me. (theres a syntax error there somewhere). the lack of ability to Focus is tragic, the rationalization of totally wrong choices into acceptable reasons, ...</p>
155
156 <p>(as usual, i got distracted browsing and lost my train of thought.)</p>
157
158 <p>Anyhow, this weekend... Theres a Magic PTQ I want to judge. I'll get a box out of it, meaning I dont have to shell out $60 that I dont have for another box for my friends and I when we draft (it actually works out to about $20 as they pay for their packs, but its still a loss of cash). Theres an FNM to go to tonight, if the shelters are empty enough that distributing candy isn't a realistic idea. I, of course, don't have a Mirr T2 deck (thats any good) so ill have to bum a deck, again. I've got a pretty massive project due on Monday. I've worked as hard as I can on it, but I still need a lot of time.</p>
159
160 <p>To most people, skipping the PTQ would be an easy decision. The effective gain of $60 isn't worth the loss of the points that losing Saturday would have on my project, as theres no way I would be back from the PTQ before 7pm. Granted, I get most of my coding done in the afternoon/evening, but I need every minute. I have a quiz on Monday and a pair of midterms on Wednesday (both QED)... </p>
161
162 <p>And I still had to struggle for an hour to decide not to go.</p>
163
164 <p>Rationalizations, one after another, appeared. "Well, you wont have fun at FNM without your own deck and with most people not there due to Halloween... Work Friday night and go Saturday" ... "Dan will be annoyed that you didn't show (even though he generally has a surplus of judges)" ... "You can't afford to not make the $60" ... "You can bring the laptop and code at the PTQ" ... </p>
165
166 <p>Lame, huh? And still it was a struggle. And its a daily struggle. The difference is now that I recognize 90% of my rationalizations are pure shit, or take place in an ideal world when *nothing* ever goes wrong (Can make a 70 mile drive in 45 minutes, can focus and code while judging a ptq, can actually get work done friday night) ... </p>
167
168 <p>Whats funny is that ability to rationalize is incredibly valuable to me. I'm decent at selling things (mum says "ice to an eskimo," but I dont see myself as that good), when Im told "you cant do that" I generally find a way to do it... I was a very good liar back in the day... and it makes problem solving easier.</p>
169 rizwank 1.1
170 <p>And its the most damaging of the coping mechanisims I've come up with.</p>
171
172 <p>I'm really into the concept of coping mechanisims this week. The word first came up early in my diagnosis ... the term can be applied to a broader group of tendencies, everyone has certain things that they do to deal with certain conditions in their life; its just some are more destructive than others. ADHDers have a 10x likelyhood of becoming Crack addicts through the danger of "self-medication." Dyslexics can eschew reading. People with timing and responsibility issues become excellent liars to deal with the trouble they get themselves into (And to help float their sinking ego)... Tourettes kids become isolated and antisocial. </p>
173
174 <p>So, this weekend? FNM, maybe. My super drive to help and volunteer has bled away a bit, mostly because the conditions here are much improved. I'm not going to judge at the PTQ. I'll spend the evening with my pals and sleep a bit late, and go on a cleaning/coding run tomorrow. Its a balance. And yet it seems my entire life is working at school... and at this particular moment, I dont mind it too much... not being able to judge a PTQ isnt <i>really</i> that big of a loss, I do spent time with friends about twice a week, I read some and watch some tv... more social activites would be nice, but I'm getting enough ...</p>
175
176 <p>Oh, I'm going to Atlanta next Friday for a cousins wedding. ... Another day missed from class. Even more reason not to do "other" things. </p>
177
178 <p>I'm not saying that these problems are beyond my control, because they aren't. I know that now. It took years of growth though... but its generally getting better over time. I'm not even saying that these problems are bigger than others. They are just bigger for me.</p>
179
180 <p>Was cleaning house with Dad last night, when I mentioned how much room they'd have when I moved out [again] ... he looked at me.. when are you moving out? Why?<br />
181 They worry about me not doing enough, but if I am they dont mind me being at home and aren't really worried about being too dependent on them as long as I'm getting school done. And this is almost a solid 90degree turn from their position at the begininning of this quarter. Just funny, that all.</p>
182
183 <p>Oh, I totally forgot how much I enjoy being dressed up. Even slightly.</p>
184
185 <p>I used to wear (geek) ties, a pocket protector and use a rolling suitcase in High School. It was to stand out then.</p>
186
187 <p>Today, due to lack of polo shirts, I wore one of my nice Gap dress shirts. Cotton, white, full set of buttons, collar and left pocket. I love walking around campus like this. I feel confident. I assume people looking at me are like "Whoa, hes cute" instead of "Why is he singing Evita out loud?"... I feel more formal, more professional. Of course, theres some kick to being better dressed than the people around you too.</p>
188
189 <p>Okay, time to go home. </p>
190 rizwank 1.1
191
192
193
194
195
196 <div class="posted">
197 <div class="posted">Penned by <!-- Rizwank --><script type="text/javascript" src="http://www.geekymedia.com/email.js"></script> at <a href="http://www.geekymedia.com/archives/2003/10/index.html#000235" title="Permanent Link to this Post.">02:54 PM</a><?php
198 if ($hits) {
199 print " | Read ";
200 echo "$hits";
201 print " time";
202 if($hits != 1) echo 's';
203 }
204 ?>
205 | <a href="http://www.geekymedia.com/blogcgi/mt-comments.cgi?entry_id=235" onclick="OpenComments(this.href); return false">Comments (0)</a>
206
207 | <a href="http://www.geekymedia.com/blogcgi/mt-tb.cgi?__mode=view&entry_id=235" onclick="OpenTrackback(this.href); return false">TrackBack</a>
208
209 </div>
210
211 rizwank 1.1 </div>
212 <?php
213
214 // display the list of referers
215 echo '<div class="sidetitle">Referrers</div>', "\n";
216 echo '<div class="side">', "\n";
217
218 $sql = 'SELECT search, time, title, referer, COUNT(*) AS count FROM mt_entryhits WHERE entry_id=235 GROUP BY referer ORDER BY count DESC, title';
219
220 $rs = mysql_query( $sql );
221 $n = 0;
222
223 while( $row = mysql_fetch_assoc( $rs ) ) {
224 $referer1 = $row['referer'];
225 $title = $row['title'];
226 $count = $row['count'];
227 $search = $row['search'];
228
229 if ((strpos($referer1,'ttp://') == 1) && ($search == 0) && (trim($title) !== '-') && (trim($title) !== '')) {
230 $n++;
231 echo '<a href="', $referer1, '" target="_blank">';
232 rizwank 1.1 echo $title . "</a> [" . $count . "]<br />\n";
233 }
234 }
235
236 if (!($n)) {
237 echo "No referrals yet<br />";
238 }
239 else {
240 echo "<br />\n";
241 echo 'referrers [referrals]<br />';
242 }
243 echo '</div>';
244
245 echo "<div class='sidetitle'>Search Terms</div>\n";
246 echo "<div class='side'>";
247
248 $rs = mysql_query( $sql );
249 $n = 0;
250
251 while( $row = mysql_fetch_assoc( $rs ) ) {
252 $query = '';
253 rizwank 1.1
254 $referer1 = $row['referer'];
255 $title = $row['title'];
256 $count = $row['count'];
257 $search = $row['search'];
258
259 if ($search == 1) {
260 $n++;
261 $query = "<a href='" . $referer1 . "'>" . $title . "</a>";
262 echo $query . ' [' . $count . ']' . "<br />\n";
263 }
264 }
265
266 if (!($n)) { echo "No search terms yet<br />"; }
267 else { echo "<br />search terms [hits]"; }
268 echo "</div>";
269 ?>
270
271
272
273 <!--
274 rizwank 1.1 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
275 xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
276 xmlns:dc="http://purl.org/dc/elements/1.1/">
277 <rdf:Description
278 rdf:about="http://www.geekymedia.com/archives/2003/10/index.html#000234"
279 trackback:ping="http://www.geekymedia.com/blogcgi/mt-tb.cgi/233"
280 dc:title="Amazing people and internet"
281 dc:identifier="http://www.geekymedia.com/archives/2003/10/index.html#000234"
282 dc:subject=""
283 dc:description="In the two days that this part of the High Desert was threatened with fire, a number of sites have sprung up distributing volunteer information and locations of lost pets. Its amazing how quickly this happened, and its touching that..."
284 dc:creator="Rizwank"
285 dc:date="2003-10-31T01:27:10-08:00" />
286 </rdf:RDF>
287 -->
288
289
290
291
292 <div class="blogbody">
293 <a name="000234"></a>
294 <?php
295 rizwank 1.1
296 // record the referer
297 if ($my_ip !== $remote_ip) {
298 mysql_query( "INSERT INTO mt_entryhits(entry_id, referer,title,time) VALUES (234, '$referer', '', $time)" );
299 }
300
301 // get the no. of times this entry has been read
302 $rs = mysql_query( 'SELECT COUNT(*) FROM mt_entryhits WHERE entry_id=234' );
303 $row = mysql_fetch_row( $rs );
304 $hits = $row[0];
305
306 ?>
307 <h3 class="title">Amazing people and internet</h3>
308
309 <p> <table align="left"><tr valign="bottom"><td>
310 <p style="font-size:16pt"><b>
311 I</b>
312 </p>
313 </td></tr></table>
314 n the two days that this part of the High Desert was threatened with fire, a number of sites have sprung up distributing volunteer information and locations of lost pets. Its amazing how quickly this happened, and its touching that some people *do* care for their neighbors and fellow people. </p>
315
316 rizwank 1.1 <p><a href="http://highdesertfires.tripod.com/" title="http://highdesertfires.tripod.com/">http://highdesertfires.tripod.com/</a><br />
317 and Talk960 <a href="http://forum.cjb.net/cgi-bin/forum.cgi?forum=talk960" title="Radio ">Radio </a>..</p>
318
319 <p></p>
320
321 <p>In a stunning show of how public services fail to take advantage of the availability of the net, while private citizens do...<br />
322 <a href="http://www.fs.fed.us/r5/sanbernardino/" title="San Bernardino National Forest at the Forest Service">San Bernardino National Forest at the Forest Service</a></p>
323
324 <p>What data is available? <b>Due to the extreme fire danger, the San Bernardino Forest is currently closed to all public use.</b> Well, good, that helped! ;p A bit better is the State of California's <a href="http://www.fire.ca.gov/cdf/incidents/index.html" title="website">website</a>.</p>
325
326 <p>All I want is a map of the firezones. Is it that difficult? Oh, just found <a href="http://www.esri.com/jicfire/maps/index.html" title="some">some</a>. Oh, and <a href="http://www.fireimaging.com/imaging/2003/california/index.html" title="here">here</a>. Found it on Wrightwood...</p>
327
328 <p>Compare to <a href="http://www.incidentcontrol.com/grandprix/index.html" title="Incident Control">Incident Control</a>, which served detailed information to almost 200,000 people. </p>
329
330 <p>Private Forums have been a wealth of information, such as <a href="http://www.wrightwoodcalif.com/cgi-bin/yabb/YaBB.cgi?board=Webmaster" title="Wrightwoodcalif.com">Wrightwoodcalif.com</a>, and the <a href="http://www.vvdailypress.com/" title="Daily Press ">Daily Press </a></p>
331
332 <p>All the evac <a href="http://www.co.san-bernardino.ca.us/eoc/evac.htm" title="locations">locations</a>. City of <a href="http://www.ci.hesperia.ca.us/" title="Hesperia">Hesperia</a>.</p>
333
334 <p>Various message boards have been setup all around ... <a href="http://cafires.proboards23.com/index.cgi?board=OldInfo" title="CA Wildfire Information">CA Wildfire Information</a>, <a href="http://207.115.70.85/old.htm#Evacuations" title="Fireupdate.com">Fireupdate.com</a>, <a href="http://www.highdesert.com/" title="highdesert.com">highdesert.com</a></p>
335
336 <p>Its just nice to see that local communities and individual people making use of the internet for reasons other than flames and porn.</p>
337 rizwank 1.1
338 <p>It also reminds me HOW lost one can get in messageboards... I just spent an hour I didnt intend to reading...</p>
339
340 <p>Somehow I dont think <a href="http://www.ultimatenightmares.com/" title="this">this</a> will still be going on.</p>
341
342 <p>In totally irrelevant news, I'm in <a href="http://us.imdb.com/name/nm1435992/" title="imdb">imdb</a>. Yay me.<br />
343 Do people go to Halloween parties? It never really occured to me. I was going to go see Seth in SB, but a) I've still got a project to finish b) I want to help with the fire c) ... what would I do? Drink? Flirt with girls Seth has lined up? Get boozed up and feel socially awkward? Doesn't really sound like fun, but then again, I can handle it, I'm just scaring myself.</p>
344
345 <p>Oh, I've got a rant about the union strikes for tomorrow. I've posted enough links for today so I'll write it and post my evidence tomorrow.</p>
346
347
348
349
350
351
352 <div class="posted">
353 <div class="posted">Penned by <!-- Rizwank --><script type="text/javascript" src="http://www.geekymedia.com/email.js"></script> at <a href="http://www.geekymedia.com/archives/2003/10/index.html#000234" title="Permanent Link to this Post.">01:27 AM</a><?php
354 if ($hits) {
355 print " | Read ";
356 echo "$hits";
357 print " time";
358 rizwank 1.1 if($hits != 1) echo 's';
359 }
360 ?>
361 | <a href="http://www.geekymedia.com/blogcgi/mt-comments.cgi?entry_id=234" onclick="OpenComments(this.href); return false">Comments (1)</a>
362
363 | <a href="http://www.geekymedia.com/blogcgi/mt-tb.cgi?__mode=view&entry_id=234" onclick="OpenTrackback(this.href); return false">TrackBack</a>
364
365 </div>
366
367 </div>
368 <?php
369
370 // display the list of referers
371 echo '<div class="sidetitle">Referrers</div>', "\n";
372 echo '<div class="side">', "\n";
373
374 $sql = 'SELECT search, time, title, referer, COUNT(*) AS count FROM mt_entryhits WHERE entry_id=234 GROUP BY referer ORDER BY count DESC, title';
375
376 $rs = mysql_query( $sql );
377 $n = 0;
378
379 rizwank 1.1 while( $row = mysql_fetch_assoc( $rs ) ) {
380 $referer1 = $row['referer'];
381 $title = $row['title'];
382 $count = $row['count'];
383 $search = $row['search'];
384
385 if ((strpos($referer1,'ttp://') == 1) && ($search == 0) && (trim($title) !== '-') && (trim($title) !== '')) {
386 $n++;
387 echo '<a href="', $referer1, '" target="_blank">';
388 echo $title . "</a> [" . $count . "]<br />\n";
389 }
390 }
391
392 if (!($n)) {
393 echo "No referrals yet<br />";
394 }
395 else {
396 echo "<br />\n";
397 echo 'referrers [referrals]<br />';
398 }
399 echo '</div>';
400 rizwank 1.1
401 echo "<div class='sidetitle'>Search Terms</div>\n";
402 echo "<div class='side'>";
403
404 $rs = mysql_query( $sql );
405 $n = 0;
406
407 while( $row = mysql_fetch_assoc( $rs ) ) {
408 $query = '';
409
410 $referer1 = $row['referer'];
411 $title = $row['title'];
412 $count = $row['count'];
413 $search = $row['search'];
414
415 if ($search == 1) {
416 $n++;
417 $query = "<a href='" . $referer1 . "'>" . $title . "</a>";
418 echo $query . ' [' . $count . ']' . "<br />\n";
419 }
420 }
421 rizwank 1.1
422 if (!($n)) { echo "No search terms yet<br />"; }
423 else { echo "<br />search terms [hits]"; }
424 echo "</div>";
425 ?>
426
427
428
429 <!--
430 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
431 xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
432 xmlns:dc="http://purl.org/dc/elements/1.1/">
433 <rdf:Description
434 rdf:about="http://www.geekymedia.com/archives/2003/10/index.html#000233"
435 trackback:ping="http://www.geekymedia.com/blogcgi/mt-tb.cgi/232"
436 dc:title="Life of the ADHDer, a continuing series"
437 dc:identifier="http://www.geekymedia.com/archives/2003/10/index.html#000233"
438 dc:subject=""
439 dc:description="The cost of actually doing what I *need* to do right now is making itself apparent today. The cost to my happiness, the cost in lost experiences, the opportunity cost, the people not met, the utter and total change of..."
440 dc:creator="Rizwank"
441 dc:date="2003-10-31T00:08:46-08:00" />
442 rizwank 1.1 </rdf:RDF>
443 -->
444
445
446
447
448 <div class="blogbody">
449 <a name="000233"></a>
450 <?php
451
452 // record the referer
453 if ($my_ip !== $remote_ip) {
454 mysql_query( "INSERT INTO mt_entryhits(entry_id, referer,title,time) VALUES (233, '$referer', '', $time)" );
455 }
456
457 // get the no. of times this entry has been read
458 $rs = mysql_query( 'SELECT COUNT(*) FROM mt_entryhits WHERE entry_id=233' );
459 $row = mysql_fetch_row( $rs );
460 $hits = $row[0];
461
462 ?>
463 rizwank 1.1 <h3 class="title">Life of the ADHDer, a continuing series</h3>
464
465 <p> <table align="left"><tr valign="bottom"><td>
466 <p style="font-size:16pt"><b>
467 T</b>
468 </p>
469 </td></tr></table>
470 he cost of actually doing what I *need* to do right now is making itself apparent today. The cost to my happiness, the cost in lost experiences, the opportunity cost, the people not met, the utter and total change of my priorities.</p>
471
472 <p>The things I'm mentioning will be quite obvious to those of you that, you know, do things. I'm talking to you. Those of you that get "You have to do this," actually means, you have to do this, those of you for whom arriving late is a bad habit, not a chronic state of being. </p>
473
474 <p>Yeah, that started off with a bang, but I got distracted and lost my train of thought. Lovely.</p>
475
476 <p>Anyhow, today has been the solid day of coding. My CS Quicksort problem, which was made four hours longer by call stack overflows that ended up taking 30 seconds to fix(!) is done, and I'm happy. I aced my midterm (which is to say I got a 75, with the class average at 42), am doing okay in my graphics coding project... my AC circuits class is beyond easy (especially as most of the class ignores the teacher and he spends an hour going over a 30 minute problem due to their total inability with a calculator) ... I'm missing my Discrete Math class too much though. Like 80% misses. Yes, its bad. Shes understanding and I have another two weeks till the midterm, so thats my next big focus, but it is something I shouldn't have to deal with at all (should just be at class!). </p>
477
478 <p>What made today hard? The fire. That big fire that caused evacuations ten miles away from me, yeah that one. The humanitarian in me wanted to go volunteer at the shelters (am going to bring candy to kids that can go trick or treating tomorrow), the media guy in me saw the live coverage being hosted from my old TV station up here and drooled... I wanted to go help! I wanted to go work! I wanted to be back in the flow, back in the tension of live tv, of deadlines and production ... I wanted to go shoot stills at the fire, become a better photographer, capture images of heroic firefighters.</p>
479
480 <p>What did I do instead? I programmed.</p>
481
482 <p>And thank goodness.</p>
483
484 rizwank 1.1 <p>If I hadn't changed my direction away from hardcore-electrical physics, I would have abandoned my book to do infinitely more interesting things. CS classes are at least bundled in discrete bunches, projects are major milestones, its easy to focus on than, say, random "studying". </p>
485
486 <p>Its just disheartening. There are things i'm not doing because of this. I'd be volunteering if I werent in school, I'd see my friends more, I'd be able to play constructed magic again, I'd call Heather often, I'd have a job... la la la. But I need to do school, and I'm finally doing and doing it right. Its just ... sad, because I see missed experiences ... just like missing parts of Uzbekistan were lost experiences... I see experiences as a major component of life... doing things.. different things... builds us, makes us grow..</p>
487
488 <p>But I'll have to be responsible, and finish what I *need* to do. I never understood the concept of *needing* to do something, theres ALWAYS a way to rationalize yourself out of doing something... I'm amazed that I didnt this time, and quite proud of myself. And a bit sad too. Hearing them work at Odyssey was intoxicating, I could picture the studio, I could picture myself working, switching, reporting, camera work, shooting pictures, being on the phone... doing something! And instead, I'm coding something that would be trivial for a more experienced coder than I.</p>
489
490 <p>I have a rant on intellectualy competition, elitism, etc... not tonight though, honey, I have a headache.</p>
491
492 <p>Phantom with Serena went well. Its an interesting and poignant show, although the songs when the entire cast sing along became indecipherable to me. Serena and I got along well enough, a few unkind things were said, but nothing tragic or hurtful. She loved Phantom, as expected, and we hung out at the stage door to get autographs, went back to her place with cookies and milk and watched "Queer Eye" ... damn good show. I slept on the couch (their new couch is comfy), and was awoken the next day as Serena was heading out the door. It hurts to know I hurt her so much, and I can see it ... </p>
493
494 <p>On the slightly more optimistic side, I got Serena a <a href="http://www.sadsiren.com" title="domain ">domain</a> of her own for her birthday... I was looking for books on Voice Acting or a Google "hacks" book, but never actually ended up finding one that was "just right" ;p Seeing Master of the Orion 3 at a store, she purchased that for me, and I was thrilled. Its a decent game, but I'm not sure what to think of it. I'm going to play it through, but I'm thinking of a future embargo on computer games... If I've got lesiure time, it should be socialable lesiure time. Online gaming and IMing doesn't count (as Everquest has proven) and so even online Magic doesn't count as far as I'm concerned. If lesuire time forces me out of the house to deal/visit/see other people, its good for me. But after MOO3 :)</p>
495
496 <p>Drove to class, cursing at the improbably slow traffic... Class, Labwork, Home.<br />
497 Missed West Wing :(</p>
498
499 <p>Oh, someone did gank my wizard, <a href="http://ralloszek.stephans.org/rz/playerhistory.php?player_name=Temperate" title="Temperate">Temperate</a>. lovely.</p>
500
501
502
503
504
505 rizwank 1.1
506 <div class="posted">
507 <div class="posted">Penned by <!-- Rizwank --><script type="text/javascript" src="http://www.geekymedia.com/email.js"></script> at <a href="http://www.geekymedia.com/archives/2003/10/index.html#000233" title="Permanent Link to this Post.">12:08 AM</a><?php
508 if ($hits) {
509 print " | Read ";
510 echo "$hits";
511 print " time";
512 if($hits != 1) echo 's';
513 }
514 ?>
515 | <a href="http://www.geekymedia.com/blogcgi/mt-comments.cgi?entry_id=233" onclick="OpenComments(this.href); return false">Comments (1)</a>
516
517 | <a href="http://www.geekymedia.com/blogcgi/mt-tb.cgi?__mode=view&entry_id=233" onclick="OpenTrackback(this.href); return false">TrackBack</a>
518
519 </div>
520
521 </div>
522 <?php
523
524 // display the list of referers
525 echo '<div class="sidetitle">Referrers</div>', "\n";
526 rizwank 1.1 echo '<div class="side">', "\n";
527
528 $sql = 'SELECT search, time, title, referer, COUNT(*) AS count FROM mt_entryhits WHERE entry_id=233 GROUP BY referer ORDER BY count DESC, title';
529
530 $rs = mysql_query( $sql );
531 $n = 0;
532
533 while( $row = mysql_fetch_assoc( $rs ) ) {
534 $referer1 = $row['referer'];
535 $title = $row['title'];
536 $count = $row['count'];
537 $search = $row['search'];
538
539 if ((strpos($referer1,'ttp://') == 1) && ($search == 0) && (trim($title) !== '-') && (trim($title) !== '')) {
540 $n++;
541 echo '<a href="', $referer1, '" target="_blank">';
542 echo $title . "</a> [" . $count . "]<br />\n";
543 }
544 }
545
546 if (!($n)) {
547 rizwank 1.1 echo "No referrals yet<br />";
548 }
549 else {
550 echo "<br />\n";
551 echo 'referrers [referrals]<br />';
552 }
553 echo '</div>';
554
555 echo "<div class='sidetitle'>Search Terms</div>\n";
556 echo "<div class='side'>";
557
558 $rs = mysql_query( $sql );
559 $n = 0;
560
561 while( $row = mysql_fetch_assoc( $rs ) ) {
562 $query = '';
563
564 $referer1 = $row['referer'];
565 $title = $row['title'];
566 $count = $row['count'];
567 $search = $row['search'];
568 rizwank 1.1
569 if ($search == 1) {
570 $n++;
571 $query = "<a href='" . $referer1 . "'>" . $title . "</a>";
572 echo $query . ' [' . $count . ']' . "<br />\n";
573 }
574 }
575
576 if (!($n)) { echo "No search terms yet<br />"; }
577 else { echo "<br />search terms [hits]"; }
578 echo "</div>";
579 ?>
580
581
582
583 <!--
584 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
585 xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
586 xmlns:dc="http://purl.org/dc/elements/1.1/">
587 <rdf:Description
588 rdf:about="http://www.geekymedia.com/archives/2003/10/index.html#000231"
589 rizwank 1.1 trackback:ping="http://www.geekymedia.com/blogcgi/mt-tb.cgi/230"
590 dc:title="Post Midterm, try 2"
591 dc:identifier="http://www.geekymedia.com/archives/2003/10/index.html#000231"
592 dc:subject=""
593 dc:description="Oh jeez. I wrote about ten pages of blogging.. And then I hit start run ... typed in a URL. I'm at the lab... "Reuse IE windows" is on... it started to load another page... Scrambled to hit stop and..."
594 dc:creator="Rizwank"
595 dc:date="2003-10-24T16:00:35-08:00" />
596 </rdf:RDF>
597 -->
598
599
600 <h2 class="date">October 24, 2003</h2>
601
602
603 <div class="blogbody">
604 <a name="000231"></a>
605 <?php
606
607 // record the referer
608 if ($my_ip !== $remote_ip) {
609 mysql_query( "INSERT INTO mt_entryhits(entry_id, referer,title,time) VALUES (231, '$referer', '', $time)" );
610 rizwank 1.1 }
611
612 // get the no. of times this entry has been read
613 $rs = mysql_query( 'SELECT COUNT(*) FROM mt_entryhits WHERE entry_id=231' );
614 $row = mysql_fetch_row( $rs );
615 $hits = $row[0];
616
617 ?>
618 <h3 class="title">Post Midterm, try 2</h3>
619
620 <p> <table align="left"><tr valign="bottom"><td>
621 <p style="font-size:16pt"><b>
622 O</b>
623 </p>
624 </td></tr></table>
625 h jeez. I wrote about ten pages of blogging.. </p>
626
627 <p>And then I hit start run ... typed in a URL. I'm at the lab... "Reuse IE windows" is on... it started to load another page... Scrambled to hit stop and then to hit Ctrl-C to copy the text. Didn't make it.</p>
628
629 <p>And yes, It disappeared. All of it. Talking of the deck im running today, the passion for insurance in our culture, the guy with Tourrette's sitting next to me, talking about ones own dysfunctions, post-midterm, details of the project, where i need to work, the new firewire card I need and probably some significant stuff that I've already forgotten about it. Its so incredibly annoying, esp since I have started the habit of copying posts to the clipboard whenever I post incase the session has timed out. New rule, (or new plan), put a JS reminder to save the current entry every fifteen minutes. </p>
630
631 rizwank 1.1 <p>I'll retype it all .. maybe ... during FNM today. If I'm not coding like I planned, or playing with my proxy deck as I expect to. </p>
632
633
634
635
636
637
638 <div class="posted">
639 <div class="posted">Penned by <!-- Rizwank --><script type="text/javascript" src="http://www.geekymedia.com/email.js"></script> at <a href="http://www.geekymedia.com/archives/2003/10/index.html#000231" title="Permanent Link to this Post.">04:00 PM</a><?php
640 if ($hits) {
641 print " | Read ";
642 echo "$hits";
643 print " time";
644 if($hits != 1) echo 's';
645 }
646 ?>
647 | <a href="http://www.geekymedia.com/blogcgi/mt-comments.cgi?entry_id=231" onclick="OpenComments(this.href); return false">Comments (0)</a>
648
649 | <a href="http://www.geekymedia.com/blogcgi/mt-tb.cgi?__mode=view&entry_id=231" onclick="OpenTrackback(this.href); return false">TrackBack</a>
650
651 </div>
652 rizwank 1.1
653 </div>
654 <?php
655
656 // display the list of referers
657 echo '<div class="sidetitle">Referrers</div>', "\n";
658 echo '<div class="side">', "\n";
659
660 $sql = 'SELECT search, time, title, referer, COUNT(*) AS count FROM mt_entryhits WHERE entry_id=231 GROUP BY referer ORDER BY count DESC, title';
661
662 $rs = mysql_query( $sql );
663 $n = 0;
664
665 while( $row = mysql_fetch_assoc( $rs ) ) {
666 $referer1 = $row['referer'];
667 $title = $row['title'];
668 $count = $row['count'];
669 $search = $row['search'];
670
671 if ((strpos($referer1,'ttp://') == 1) && ($search == 0) && (trim($title) !== '-') && (trim($title) !== '')) {
672 $n++;
673 rizwank 1.1 echo '<a href="', $referer1, '" target="_blank">';
674 echo $title . "</a> [" . $count . "]<br />\n";
675 }
676 }
677
678 if (!($n)) {
679 echo "No referrals yet<br />";
680 }
681 else {
682 echo "<br />\n";
683 echo 'referrers [referrals]<br />';
684 }
685 echo '</div>';
686
687 echo "<div class='sidetitle'>Search Terms</div>\n";
688 echo "<div class='side'>";
689
690 $rs = mysql_query( $sql );
691 $n = 0;
692
693 while( $row = mysql_fetch_assoc( $rs ) ) {
694 rizwank 1.1 $query = '';
695
696 $referer1 = $row['referer'];
697 $title = $row['title'];
698 $count = $row['count'];
699 $search = $row['search'];
700
701 if ($search == 1) {
702 $n++;
703 $query = "<a href='" . $referer1 . "'>" . $title . "</a>";
704 echo $query . ' [' . $count . ']' . "<br />\n";
705 }
706 }
707
708 if (!($n)) { echo "No search terms yet<br />"; }
709 else { echo "<br />search terms [hits]"; }
710 echo "</div>";
711 ?>
712
713
714
715 rizwank 1.1 <!--
716 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
717 xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
718 xmlns:dc="http://purl.org/dc/elements/1.1/">
719 <rdf:Description
720 rdf:about="http://www.geekymedia.com/archives/2003/10/index.html#000228"
721 trackback:ping="http://www.geekymedia.com/blogcgi/mt-tb.cgi/227"
722 dc:title="Science Fair"
723 dc:identifier="http://www.geekymedia.com/archives/2003/10/index.html#000228"
724 dc:subject=""
725 dc:description="Oh my lord. Fellowship Baptist Creation Science Fair..."
726 dc:creator="Rizwank"
727 dc:date="2003-10-23T23:31:30-08:00" />
728 </rdf:RDF>
729 -->
730
731
732 <h2 class="date">October 23, 2003</h2>
733
734
735 <div class="blogbody">
736 rizwank 1.1 <a name="000228"></a>
737 <?php
738
739 // record the referer
740 if ($my_ip !== $remote_ip) {
741 mysql_query( "INSERT INTO mt_entryhits(entry_id, referer,title,time) VALUES (228, '$referer', '', $time)" );
742 }
743
744 // get the no. of times this entry has been read
745 $rs = mysql_query( 'SELECT COUNT(*) FROM mt_entryhits WHERE entry_id=228' );
746 $row = mysql_fetch_row( $rs );
747 $hits = $row[0];
748
749 ?>
750 <h3 class="title">Science Fair</h3>
751
752 <p> <table align="left"><tr valign="bottom"><td>
753 <p style="font-size:16pt"><b>
754 O</b>
755 </p>
756 </td></tr></table>
757 rizwank 1.1 h my lord.</p>
758
759 <p><a href="http://objective.jesussave.us/creationsciencefair.html"><b>Fellowship Baptist Creation Science Fair <br />
760 </b></a></p>
761
762
763
764
765
766
767 <div class="posted">
768 <div class="posted">Penned by <!-- Rizwank --><script type="text/javascript" src="http://www.geekymedia.com/email.js"></script> at <a href="http://www.geekymedia.com/archives/2003/10/index.html#000228" title="Permanent Link to this Post.">11:31 PM</a><?php
769 if ($hits) {
770 print " | Read ";
771 echo "$hits";
772 print " time";
773 if($hits != 1) echo 's';
774 }
775 ?>
776 | <a href="http://www.geekymedia.com/blogcgi/mt-comments.cgi?entry_id=228" onclick="OpenComments(this.href); return false">Comments (0)</a>
777
778 rizwank 1.1 | <a href="http://www.geekymedia.com/blogcgi/mt-tb.cgi?__mode=view&entry_id=228" onclick="OpenTrackback(this.href); return false">TrackBack</a>
779
780 </div>
781
782 </div>
783 <?php
784
785 // display the list of referers
786 echo '<div class="sidetitle">Referrers</div>', "\n";
787 echo '<div class="side">', "\n";
788
789 $sql = 'SELECT search, time, title, referer, COUNT(*) AS count FROM mt_entryhits WHERE entry_id=228 GROUP BY referer ORDER BY count DESC, title';
790
791 $rs = mysql_query( $sql );
792 $n = 0;
793
794 while( $row = mysql_fetch_assoc( $rs ) ) {
795 $referer1 = $row['referer'];
796 $title = $row['title'];
797 $count = $row['count'];
798 $search = $row['search'];
799 rizwank 1.1
800 if ((strpos($referer1,'ttp://') == 1) && ($search == 0) && (trim($title) !== '-') && (trim($title) !== '')) {
801 $n++;
802 echo '<a href="', $referer1, '" target="_blank">';
803 echo $title . "</a> [" . $count . "]<br />\n";
804 }
805 }
806
807 if (!($n)) {
808 echo "No referrals yet<br />";
809 }
810 else {
811 echo "<br />\n";
812 echo 'referrers [referrals]<br />';
813 }
814 echo '</div>';
815
816 echo "<div class='sidetitle'>Search Terms</div>\n";
817 echo "<div class='side'>";
818
819 $rs = mysql_query( $sql );
820 rizwank 1.1 $n = 0;
821
822 while( $row = mysql_fetch_assoc( $rs ) ) {
823 $query = '';
824
825 $referer1 = $row['referer'];
826 $title = $row['title'];
827 $count = $row['count'];
828 $search = $row['search'];
829
830 if ($search == 1) {
831 $n++;
832 $query = "<a href='" . $referer1 . "'>" . $title . "</a>";
833 echo $query . ' [' . $count . ']' . "<br />\n";
834 }
835 }
836
837 if (!($n)) { echo "No search terms yet<br />"; }
838 else { echo "<br />search terms [hits]"; }
839 echo "</div>";
840 ?>
841 rizwank 1.1
842
843
844 <!--
845 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
846 xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
847 xmlns:dc="http://purl.org/dc/elements/1.1/">
848 <rdf:Description
849 rdf:about="http://www.geekymedia.com/archives/2003/10/index.html#000227"
850 trackback:ping="http://www.geekymedia.com/blogcgi/mt-tb.cgi/226"
851 dc:title="Everquest"
852 dc:identifier="http://www.geekymedia.com/archives/2003/10/index.html#000227"
853 dc:subject=""
854 dc:description="I installed it. Bit of a flashback. After I left the lab yesterday, I was high on a buzz of having a purpose and having work to do and knowing that I was accomplishing something. Good feeling. Called Serena to..."
855 dc:creator="Rizwank"
856 dc:date="2003-10-23T20:03:54-08:00" />
857 </rdf:RDF>
858 -->
859
860
861
862 rizwank 1.1
863 <div class="blogbody">
864 <a name="000227"></a>
865 <?php
866
867 // record the referer
868 if ($my_ip !== $remote_ip) {
869 mysql_query( "INSERT INTO mt_entryhits(entry_id, referer,title,time) VALUES (227, '$referer', '', $time)" );
870 }
871
872 // get the no. of times this entry has been read
873 $rs = mysql_query( 'SELECT COUNT(*) FROM mt_entryhits WHERE entry_id=227' );
874 $row = mysql_fetch_row( $rs );
875 $hits = $row[0];
876
877 ?>
878 <h3 class="title">Everquest</h3>
879
880 <p> <table align="left"><tr valign="bottom"><td>
881 <p style="font-size:16pt"><b>
882 I</b>
883 rizwank 1.1 </p>
884 </td></tr></table>
885 installed it.</p>
886
887 <p>Bit of a flashback. After I left the lab yesterday, I was high on a buzz of having a purpose and having work to do and knowing that I was accomplishing something. Good feeling. Called Serena to share a smile with her (perhaps in bad taste, I later realize) while I'm listening to the Cranberries at top volume. "The Sweetest Thing" made me think of her.</p>
888
889 <p>Have I noted how much I love my iPod? I can be inspired by This American Life, listen to Tom Clancy, jam to Madonna, sing along with the Cranberries, dance to the B-52s, make weird motions to "White Room," lower the window and thump my hand on the roof with "Walk this Way." ... Music is amazing. Its bloody fantastic. I LOVE my iPod. Instant gratification, not nearly as many failures as my old MP3 CD player, every sound I could want within its lovely 40g interior, with space to spare. With my computer still a shambles and not having setup outlook, email reading, palm pilot syncing or anything else, I'm using the pod to keep track of the phone numbers that I need in between times.</p>
890
891 <p>(Mental note : Go to Display and print out proxies of my three favorite mirrodin decks to smash face while I'm judging FNM tomorrow night).</p>
892
893 <p>There was a forest fire along the 210 and the 15 Intersection. Pulled out my credentials, passed through the police blockade and got closer to a forest fire than most people have ever been... Without an escort or safety gear, they kept me 500 ft back, but it still was a sight to see. Took a few shots on 1 stop pushed Kodak 1000... Went to the press area to get an escort and whatnot but they had left for the day. Left my information and resolved to come back before the fire was planned to be over (next week.)</p>
894
895 <p>Made it to my friends place, talked with Serena in the car ... I planned to hit the sack after stopping by their place and watching "The West Wing" ... they recorded it for me... we ended up drafting till about 2am. I did well with a <img src="http://www.geekymedia.com/magic/red_mana.gif" height="12"
896 width="12" alt="red_mana" /> <img src="http://www.geekymedia.com/magic/black_mana.gif" height="12" width="12" alt="black_mana" /> deck, but the <img src="http://www.geekymedia.com/magic/black_mana.gif" height="12" width="12" alt="black_mana" /> did shit for me, never drew the <a href="javascript:autoCardWindow('Promise%20of%20Power')" title="Card Info on Promise of Power">Promise of Power</a> that forced me into black, but the workhorses of <a href="javascript:autoCardWindow('Shatter')" title="Card Info on Shatter">Shatter</a> and <a href="javascript:autoCardWindow('Shrapnel%20Blast')" title="Card Info on Shrapnel Blast">Shrapnel Blast</a> kick some ass. </p>
897
898 <p>Drove home and did something I had promised rolo.. I installed Everquest.<br />
899 Yes, that bane of my past year of life, Everquest. After 50 minutes of patching, I used the password that Tim had retrived for his /my account (someone ganked it and my Wizard acct which is still AWOL).. and signed on. Wow, that was a blast from the past. Checked the bank, still had the gear I promised rolo as well as about 200k of plat, and 100k of saleable stuff, with which i should be able to clear 400$ with. Sell it all off. </p>
900
901 <p>Went into Wolf Form, ran around a while, felt a minor bit of longing, then signed off. This game isn't for me anymore. I'm getting off computer games as a whole. If you are going to enjoy yourself at all, make it a social event. Magic is good because you can spend time with people. Magic Online is bad because it makes you *feel* like you are having a social experience, when you really aren't. Thats the effect EQ had on me. I read through a few old logs, saw the mis-spellings, EQ lingo and the sheer devotion I had to this fantasy world... Grabbed a blanket and slept outside under the stars. Wow its pretty. </p>
902
903 <p>What freaked me out that night was I had my first EQ dream in almost six months. I was with a group, including Nonosassy (how the fuck did I remember my guild mate Nonosassy of all people. Jeez) ... We were in Kael Drakkel, fighting to a hidden area where people don't normally go. If we made it there, we could go to a night club IRL (In the real life)... yeah I didnt say it made sense. </p>
904 rizwank 1.1
905 <p>I woke up at four. Not four am. Four pm. </p>
906
907 <p>Thourghly disgusted with myself for both dreamin about EQ and sleeping for 12 hours when I HAVE a midterm the next day and two CS projects that are pending, I went downstairs and read ... taking enough mini breaks to watch two halves of "I love the 80's Strikes back," half a "West Wing", the final 45 minute of "Singing in the Rain" ... Now im upstairs blogging and reviewing the old homework. Signed into EQ to see if rolo was on.. he wasn't. Other old friends were though. Made the conversations short and sweet and resisted their entreaties to "come back." EQ is dead for me now. It has to be.</p>
908
909 <p>Theres money still to be made hacking EQ. Spent a lot of Monday night doing research, writing tenative code, and seeing what hacks still worked and didn't (from peer info, I hadn't installed EQ yet.) Its not worth it. Most I could make atm was maybe $5/hr AFK, but for ever day that is macroed AFK, theres 8 hours of me writing code, debugging, hanging out in chatrooms trading information .. its not worth it. Asked dad if he thought the money (whatever amount) was worth it ... he calmed me and said to focus on school; dont worry about it. I knew he'd say that but it was nice to hear.</p>
910
911 <p>Roses comment struck a chord. Will I know when I get bit by love? I should hope so, but what the hell do I know. I'll be thinking about her thoughts tonight.</p>
912
913 <p>Back to Algorithm Analysis. Cheers.</p>
914
915 <p>Oh, iTunes Music store rocks. I'm tempted to *actually* buy music!</p>
916
917
918
919
920
921
922 <div class="posted">
923 <div class="posted">Penned by <!-- Rizwank --><script type="text/javascript" src="http://www.geekymedia.com/email.js"></script> at <a href="http://www.geekymedia.com/archives/2003/10/index.html#000227" title="Permanent Link to this Post.">08:03 PM</a><?php
924 if ($hits) {
925 rizwank 1.1 print " | Read ";
926 echo "$hits";
927 print " time";
928 if($hits != 1) echo 's';
929 }
930 ?>
931 | <a href="http://www.geekymedia.com/blogcgi/mt-comments.cgi?entry_id=227" onclick="OpenComments(this.href); return false">Comments (1)</a>
932
933 | <a href="http://www.geekymedia.com/blogcgi/mt-tb.cgi?__mode=view&entry_id=227" onclick="OpenTrackback(this.href); return false">TrackBack</a>
934
935 </div>
936
937 </div>
938 <?php
939
940 // display the list of referers
941 echo '<div class="sidetitle">Referrers</div>', "\n";
942 echo '<div class="side">', "\n";
943
944 $sql = 'SELECT search, time, title, referer, COUNT(*) AS count FROM mt_entryhits WHERE entry_id=227 GROUP BY referer ORDER BY count DESC, title';
945
946 rizwank 1.1 $rs = mysql_query( $sql );
947 $n = 0;
948
949 while( $row = mysql_fetch_assoc( $rs ) ) {
950 $referer1 = $row['referer'];
951 $title = $row['title'];
952 $count = $row['count'];
953 $search = $row['search'];
954
955 if ((strpos($referer1,'ttp://') == 1) && ($search == 0) && (trim($title) !== '-') && (trim($title) !== '')) {
956 $n++;
957 echo '<a href="', $referer1, '" target="_blank">';
958 echo $title . "</a> [" . $count . "]<br />\n";
959 }
960 }
961
962 if (!($n)) {
963 echo "No referrals yet<br />";
964 }
965 else {
966 echo "<br />\n";
967 rizwank 1.1 echo 'referrers [referrals]<br />';
968 }
969 echo '</div>';
970
971 echo "<div class='sidetitle'>Search Terms</div>\n";
972 echo "<div class='side'>";
973
974 $rs = mysql_query( $sql );
975 $n = 0;
976
977 while( $row = mysql_fetch_assoc( $rs ) ) {
978 $query = '';
979
980 $referer1 = $row['referer'];
981 $title = $row['title'];
982 $count = $row['count'];
983 $search = $row['search'];
984
985 if ($search == 1) {
986 $n++;
987 $query = "<a href='" . $referer1 . "'>" . $title . "</a>";
988 rizwank 1.1 echo $query . ' [' . $count . ']' . "<br />\n";
989 }
990 }
991
992 if (!($n)) { echo "No search terms yet<br />"; }
993 else { echo "<br />search terms [hits]"; }
994 echo "</div>";
995 ?>
996
997
998
999 <!--
1000 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
1001 xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
1002 xmlns:dc="http://purl.org/dc/elements/1.1/">
1003 <rdf:Description
1004 rdf:about="http://www.geekymedia.com/archives/2003/10/index.html#000226"
1005 trackback:ping="http://www.geekymedia.com/blogcgi/mt-tb.cgi/225"
1006 dc:title="Coding and Friends."
1007 dc:identifier="http://www.geekymedia.com/archives/2003/10/index.html#000226"
1008 dc:subject=""
1009 rizwank 1.1 dc:description="In a bit of a weird mood right now. I'm in the disabled students lab at cal poly, my refuge for getting work done at school. I was reading parts of Phillip K Dick's "A Scanner Darkly" during my algorithms..."
1010 dc:creator="Rizwank"
1011 dc:date="2003-10-22T15:58:35-08:00" />
1012 </rdf:RDF>
1013 -->
1014
1015
1016 <h2 class="date">October 22, 2003</h2>
1017
1018
1019 <div class="blogbody">
1020 <a name="000226"></a>
1021 <?php
1022
1023 // record the referer
1024 if ($my_ip !== $remote_ip) {
1025 mysql_query( "INSERT INTO mt_entryhits(entry_id, referer,title,time) VALUES (226, '$referer', '', $time)" );
1026 }
1027
1028 // get the no. of times this entry has been read
1029 $rs = mysql_query( 'SELECT COUNT(*) FROM mt_entryhits WHERE entry_id=226' );
1030 rizwank 1.1 $row = mysql_fetch_row( $rs );
1031 $hits = $row[0];
1032
1033 ?>
1034 <h3 class="title">Coding and Friends.</h3>
1035
1036 <p> <table align="left"><tr valign="bottom"><td>
1037 <p style="font-size:16pt"><b>
1038 I</b>
1039 </p>
1040 </td></tr></table>
1041 n a bit of a weird mood right now.</p>
1042
1043 <p>I'm in the disabled students lab at cal poly, my refuge for getting work done at school. I was reading parts of Phillip K Dick's "A Scanner Darkly" during my algorithms class when he was doing repetitive things that I got ... Its so far a dark tale about drug use and addicition and a totally sad society, and enough mentions of sexual activity to get me thinking along those lines. Being easily affected by what I read is something that I really need to learn to get over, my mood can very greatly on my choice of text...</p>
1044
1045 <p>(two and a half hours later)</p>
1046
1047 <p>You know, whenever I plan to write a self-revealing blog, I'm sitting down and coding instead. Damn, its good for you. Little grinding of the teeth, lots of websearching, a sincere want to work *instead* of doing other crap. </p>
1048
1049 <p>Anyhow, if I can recall what was bothering me.. oh thats right. Well, Serena and I talked last night... actually, sorry for teasing, but I don't want to talk about it. I know shes hurting but I did what I thought was best, and even though I am still somewhat internally conflicted, honesty reminds me that its more my libido and ego talking than my heart. </p>
1050
1051 rizwank 1.1 <p>Experienced panic for the first time in the usual way I did (as single) ... oh my god, what if I never meet anyone ever again. Then I remembered how much work I had to do and that I wouldn't be able to treat anyone properly and the angst disappeared as quickly as it appeared. </p>
1052
1053 <p>Serena and I are going to Phantom on tuesday, and dinner before that. It's her birthday and I want to treat her well. (There is something to be gleaned of the fact that I'm the one taking her out for her birthday, the rest of her friends are too unreliable or something. I'm glad to take her, I'm just saying that its total shit that her other friends aren't.) I was nervous about dinner because it'll be our first meeting and .. well.. I don't want her crying on her birthday. Shes willing to endure it and lectured me thinking that I was avoiding it for my sake, not hers. Phantom is such a mystical event for her that even me being there can't ruin it for her apparently, so its just a matter of dinner, which won't be as fun as a birthday dinner should be...</p>
1054
1055 <p>Afterwards, I'm sleeping at their place. The play will be over at 11. I've got class in Pomona (30 min away) at 9:15. Logic says I should stay down there. The couch is available (serena offered it), as is her bed ("We are both adults."). </p>
1056
1057 <p>Whatever your long term thoughts are on a possibility of a relationship, how do you avoid holding hands with someone you care about... holding them close, both because you *know* it makes them happy and it also makes you happy... Yeah, Serena points out that friends hold hands and cuddle at times (I do with Heather), but it wasn't right after we broke up. Wheres the line? Common Sense says not to even see her until we are over it. (She tells me that she's ready to be friends and I'm the one whos demanding protection and time. ) She says that she knows that its over and she's not going to get hopeful for something to rekindle if we do hold hands or whatever. And its the "whatever" part that worries me. Getting too friendly is way too easy, way too pleasurable, and something you *want* to do to celebrate a birthday. (shakes his head). And then what delimits that from a relationship? Less obligations, but you still get to have sex once in a while? Even if both people understand the settings there, how difficult would it be to delimit lines, especially so soon. And even if its consensual, isn't it "using" the emotionally weaker party? </p>
1058
1059 <p>(I'm not saying that Serena's open to "overly friendliness", im just thinking outloud.)</p>
1060
1061 <p>She posted to her blog today, and she used a word that I had thought of last time I meant to blog (and coded instead.) ... Dumped. When does being "dumped" instead become "breaking up?" She sounds .. and is ... hurt on her blog. And Mad. (I don't begrudge her the right to feel that way).</p>
1062
1063 <p>Is it chicken for me to avoid contact until she (and I) resolves those issues or is it me avoiding conflict (which apparently I do constantly)? In the past, its been wise to avoid the person. (ex-gf2) and I were good after we spent a few months apart, wounds healed, insecurities were somewhat dealt with, and aruging wasn't something we *needed* to do. For someone whos always *wanted* to be friends with ex's (me), I've got no track record, or any idea how to do it. I'm also always the dumpee... </p>
1064
1065 <p>At the same time, I've got X amount of time to think about this and X isn't that high on my priority list. I'm doing school... for real, finally. CS projects with 50hrs of assoc work due in two weeks. Studying for midterms and making up for class sessions I've missed (big personality trait/fault in me)... I take one or two evenings and hang out with my gamer friends in Hesperia. (They started talking about setting me up with someone, and started to look for pictures, at which point I shook my head and said, "Not now. Not for a while.") In all honesty, I gave up a great girl for lack of ability/(or want, if you subscribe to her theory) to be there for her, and changing the girl won't change the situation. </p>
1066
1067 <p>Funnily enough, they mentioned later that a) she lives 100 miles away and b) is emotionally shut off and needs help. Thats great, cause *that's* who'd you'd want to set me up with. Haven't we learned anything? I'm mostly happy single.. it hasn't really set yet, and I haven't gotten particularly lonely/randy/sad yet to experience the lows of being alone, but I'm busy. It helps.</p>
1068
1069 <p>I may be making myself out as the wronged party here, and I know that isn't the case. My extreme sadness at having hurt her and my understanding of her opinion doesn't help me figure out what to do on my side, however. </p>
1070
1071 <p>Wanderer and Eric, thanks. I really apprecaite it. Wanderer, you are right. <br />
1072 rizwank 1.1 Comments appreciated and solicitied. I need help.</p>
1073
1074
1075
1076
1077
1078
1079 <div class="posted">
1080 <div class="posted">Penned by <!-- Rizwank --><script type="text/javascript" src="http://www.geekymedia.com/email.js"></script> at <a href="http://www.geekymedia.com/archives/2003/10/index.html#000226" title="Permanent Link to this Post.">03:58 PM</a><?php
1081 if ($hits) {
1082 print " | Read ";
1083 echo "$hits";
1084 print " time";
1085 if($hits != 1) echo 's';
1086 }
1087 ?>
1088 | <a href="http://www.geekymedia.com/blogcgi/mt-comments.cgi?entry_id=226" onclick="OpenComments(this.href); return false">Comments (0)</a>
1089
1090 | <a href="http://www.geekymedia.com/blogcgi/mt-tb.cgi?__mode=view&entry_id=226" onclick="OpenTrackback(this.href); return false">TrackBack</a>
1091
1092 </div>
1093 rizwank 1.1
1094 </div>
1095 <?php
1096
1097 // display the list of referers
1098 echo '<div class="sidetitle">Referrers</div>', "\n";
1099 echo '<div class="side">', "\n";
1100
1101 $sql = 'SELECT search, time, title, referer, COUNT(*) AS count FROM mt_entryhits WHERE entry_id=226 GROUP BY referer ORDER BY count DESC, title';
1102
1103 $rs = mysql_query( $sql );
1104 $n = 0;
1105
1106 while( $row = mysql_fetch_assoc( $rs ) ) {
1107 $referer1 = $row['referer'];
1108 $title = $row['title'];
1109 $count = $row['count'];
1110 $search = $row['search'];
1111
1112 if ((strpos($referer1,'ttp://') == 1) && ($search == 0) && (trim($title) !== '-') && (trim($title) !== '')) {
1113 $n++;
1114 rizwank 1.1 echo '<a href="', $referer1, '" target="_blank">';
1115 echo $title . "</a> [" . $count . "]<br />\n";
1116 }
1117 }
1118
1119 if (!($n)) {
1120 echo "No referrals yet<br />";
1121 }
1122 else {
1123 echo "<br />\n";
1124 echo 'referrers [referrals]<br />';
1125 }
1126 echo '</div>';
1127
1128 echo "<div class='sidetitle'>Search Terms</div>\n";
1129 echo "<div class='side'>";
1130
1131 $rs = mysql_query( $sql );
1132 $n = 0;
1133
1134 while( $row = mysql_fetch_assoc( $rs ) ) {
1135 rizwank 1.1 $query = '';
1136
1137 $referer1 = $row['referer'];
1138 $title = $row['title'];
1139 $count = $row['count'];
1140 $search = $row['search'];
1141
1142 if ($search == 1) {
1143 $n++;
1144 $query = "<a href='" . $referer1 . "'>" . $title . "</a>";
1145 echo $query . ' [' . $count . ']' . "<br />\n";
1146 }
1147 }
1148
1149 if (!($n)) { echo "No search terms yet<br />"; }
1150 else { echo "<br />search terms [hits]"; }
1151 echo "</div>";
1152 ?>
1153
1154
1155
1156 rizwank 1.1 <!--
1157 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
1158 xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
1159 xmlns:dc="http://purl.org/dc/elements/1.1/">
1160 <rdf:Description
1161 rdf:about="http://www.geekymedia.com/archives/2003/10/index.html#000225"
1162 trackback:ping="http://www.geekymedia.com/blogcgi/mt-tb.cgi/224"
1163 dc:title="... cause breaking up is hard to do..."
1164 dc:identifier="http://www.geekymedia.com/archives/2003/10/index.html#000225"
1165 dc:subject=""
1166 dc:description="So, if you've read Serena's Xanga blog, you'll know we split up. Yes, its been predicted by everyone constantly, but it still sucks when it happened. A routine IM conversation got detoured into an emotional chat session into a long..."
1167 dc:creator="Rizwank"
1168 dc:date="2003-10-18T13:01:15-08:00" />
1169 </rdf:RDF>
1170 -->
1171
1172
1173 <h2 class="date">October 18, 2003</h2>
1174
1175
1176 <div class="blogbody">
1177 rizwank 1.1 <a name="000225"></a>
1178 <?php
1179
1180 // record the referer
1181 if ($my_ip !== $remote_ip) {
1182 mysql_query( "INSERT INTO mt_entryhits(entry_id, referer,title,time) VALUES (225, '$referer', '', $time)" );
1183 }
1184
1185 // get the no. of times this entry has been read
1186 $rs = mysql_query( 'SELECT COUNT(*) FROM mt_entryhits WHERE entry_id=225' );
1187 $row = mysql_fetch_row( $rs );
1188 $hits = $row[0];
1189
1190 ?>
1191 <h3 class="title">... cause breaking up is hard to do...</h3>
1192
1193 <p> <table align="left"><tr valign="bottom"><td>
1194 <p style="font-size:16pt"><b>
1195 S</b>
1196 </p>
1197 </td></tr></table>
1198 rizwank 1.1 o, if you've read Serena's Xanga <a href="http://www.xanga.com/home.aspx?user=sadsiren" title="blog">blog</a>, you'll know we split up. Yes, its been predicted by everyone constantly, but it still sucks when it happened. A routine IM conversation got detoured into an emotional chat session into a long phone call... I didn't want to do this by phone and she knew it. It wasn't the plan... I was asked "Do you want to be with me?" ... and after about twenty minutes of explainations, excuses, she insisted upon an answer. "No."</p>
1199
1200 <p>Its one of the hardest things I've ever had to do. I know its the right decision; I'm, baffingly, at a point where being in a relationship isn't high on my priority list, and Serena suffered because of that. Before she left we talked about working to make it better, but after seeing her at her apartment after she was gone, and then after a mini-row we had the next day over the phone (which was entirely my fault), I realized I wasn't going to be what she needed. Whether it was my not being capable of being what she needed (right now), or unwillingness to be what she needs is subject to debate. School is a priority, and I'm trying to keep it as such, ignoring other more fun things I'd normally be doing on days off. Taking care of my father right now, whos over-working since my mum is out of the country weighs on my mind. Moving towards returning to UCLA and living away from home again is a short term goal. Having a life that doesn't revolve around one or two people is important... Serena says I *do* have some sort of life. I guess so. I don't have friends at school, I only now have a *hang out* to go spend time (which I'm avoiding in favor of class projects, anyhow)... and I've got my family for comfort. </p>
1201
1202 <p>The distance was a big deal. Both ex-girlfriends were, literally, five minutes away from me; walking. Spending time with them and incorporating them into *my* life was easy. Go there and do homework, fool around, hold each other, go out on occasion... I'm not going to say the distance was insurmountable between Serena and I, but it was a big deterrant. She was always willing to come up to see me though, so I can't really blame distance. </p>
1203
1204 <p>It just didn't feel right. I totally adore her still, still find her attractive, but I'm saddened at knowing how much sadness I have caused her (she assures me that it would be more if she was single, but I'm not sure of that), and annoyed at myself that I'm not doing more for her... but I can't. (Or I won't, as she likes to remind me). It wasn't just her being depressed at times, or her reliance upon me for happiness, or the misunderstandings that happened when she came up to visit me whilst I was sick... Its that I know most of those, while originating from her character, were made worse by me not being there as much as she wanted, and I didn't see that changing in the future. </p>
1205
1206 <p>What about love? That was the clincher. I was listening to a "This American Life" (yeah yeah) episode about Conventions and the kind of people the went there... one person at a computer show was telling about a psychologist he met (as their shows were adjacent)... and he described falling in love with her. Staying awake and staring at them in bed ... (which Serena has done a number of times), craving them at every waking moment, making love constantly... I ... I just can't see myself feeling that way. And not just with Serena, but with anybody. (Which scares the living daylights out of me). If we continued being in a place where she cared a great deal more about me than I did her, the only result would be pain for both of us. </p>
1207
1208 <p> Sis told me that she doesn't know which is worse, being broken up with, or breaking up with someone. I hate inflicting sadness on people, especially since making people smile and laugh is such an important thing for me. </p>
1209
1210 <p>Is this better in the long run for her? I think so.<br />
1211 Do I regret the relationship? Not at all. Shes a wonderful person and there were definite good times.<br />
1212 Do I regret her being my first? Not at all. What I wanted from my *first* was someone that I could look back on and not regret it. I don't. <br />
1213 Did I make the right decision? Yeah.</p>
1214
1215 <p>Serenas hurting, and I worry more about me having caused her hurt now than I did when I was causing her hurt before. Her blog entry is underestimating how much I care for her, but from her point of view, I can understand it. I started crying at reading the lyrics from "Suitcase in Another Hall" from Evita. </p>
1216
1217 <p>I'm sorry Serena.</p>
1218
1219 rizwank 1.1
1220
1221
1222
1223
1224 <div class="posted">
1225 <div class="posted">Penned by <!-- Rizwank --><script type="text/javascript" src="http://www.geekymedia.com/email.js"></script> at <a href="http://www.geekymedia.com/archives/2003/10/index.html#000225" title="Permanent Link to this Post.">01:01 PM</a><?php
1226 if ($hits) {
1227 print " | Read ";
1228 echo "$hits";
1229 print " time";
1230 if($hits != 1) echo 's';
1231 }
1232 ?>
1233 | <a href="http://www.geekymedia.com/blogcgi/mt-comments.cgi?entry_id=225" onclick="OpenComments(this.href); return false">Comments (3)</a>
1234
1235 | <a href="http://www.geekymedia.com/blogcgi/mt-tb.cgi?__mode=view&entry_id=225" onclick="OpenTrackback(this.href); return false">TrackBack</a>
1236
1237 </div>
1238
1239 </div>
1240 rizwank 1.1 <?php
1241
1242 // display the list of referers
1243 echo '<div class="sidetitle">Referrers</div>', "\n";
1244 echo '<div class="side">', "\n";
1245
1246 $sql = 'SELECT search, time, title, referer, COUNT(*) AS count FROM mt_entryhits WHERE entry_id=225 GROUP BY referer ORDER BY count DESC, title';
1247
1248 $rs = mysql_query( $sql );
1249 $n = 0;
1250
1251 while( $row = mysql_fetch_assoc( $rs ) ) {
1252 $referer1 = $row['referer'];
1253 $title = $row['title'];
1254 $count = $row['count'];
1255 $search = $row['search'];
1256
1257 if ((strpos($referer1,'ttp://') == 1) && ($search == 0) && (trim($title) !== '-') && (trim($title) !== '')) {
1258 $n++;
1259 echo '<a href="', $referer1, '" target="_blank">';
1260 echo $title . "</a> [" . $count . "]<br />\n";
1261 rizwank 1.1 }
1262 }
1263
1264 if (!($n)) {
1265 echo "No referrals yet<br />";
1266 }
1267 else {
1268 echo "<br />\n";
1269 echo 'referrers [referrals]<br />';
1270 }
1271 echo '</div>';
1272
1273 echo "<div class='sidetitle'>Search Terms</div>\n";
1274 echo "<div class='side'>";
1275
1276 $rs = mysql_query( $sql );
1277 $n = 0;
1278
1279 while( $row = mysql_fetch_assoc( $rs ) ) {
1280 $query = '';
1281
1282 rizwank 1.1 $referer1 = $row['referer'];
1283 $title = $row['title'];
1284 $count = $row['count'];
1285 $search = $row['search'];
1286
1287 if ($search == 1) {
1288 $n++;
1289 $query = "<a href='" . $referer1 . "'>" . $title . "</a>";
1290 echo $query . ' [' . $count . ']' . "<br />\n";
1291 }
1292 }
1293
1294 if (!($n)) { echo "No search terms yet<br />"; }
1295 else { echo "<br />search terms [hits]"; }
1296 echo "</div>";
1297 ?>
1298
1299
1300
1301 <!--
1302 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
1303 rizwank 1.1 xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
1304 xmlns:dc="http://purl.org/dc/elements/1.1/">
1305 <rdf:Description
1306 rdf:about="http://www.geekymedia.com/archives/2003/10/index.html#000224"
1307 trackback:ping="http://www.geekymedia.com/blogcgi/mt-tb.cgi/223"
1308 dc:title="iPod"
1309 dc:identifier="http://www.geekymedia.com/archives/2003/10/index.html#000224"
1310 dc:subject=""
1311 dc:description="Yay iPodding. I traded in my 30g for a 40g. Today they announced iTunes for Windows XP (no more ephpod), the iTunes music store (like im actually going to *buy* music), and data storage for digi cames via the ipod..."
1312 dc:creator="Rizwank"
1313 dc:date="2003-10-16T12:53:16-08:00" />
1314 </rdf:RDF>
1315 -->
1316
1317
1318 <h2 class="date">October 16, 2003</h2>
1319
1320
1321 <div class="blogbody">
1322 <a name="000224"></a>
1323 <?php
1324 rizwank 1.1
1325 // record the referer
1326 if ($my_ip !== $remote_ip) {
1327 mysql_query( "INSERT INTO mt_entryhits(entry_id, referer,title,time) VALUES (224, '$referer', '', $time)" );
1328 }
1329
1330 // get the no. of times this entry has been read
1331 $rs = mysql_query( 'SELECT COUNT(*) FROM mt_entryhits WHERE entry_id=224' );
1332 $row = mysql_fetch_row( $rs );
1333 $hits = $row[0];
1334
1335 ?>
1336 <h3 class="title">iPod</h3>
1337
1338 <p> <table align="left"><tr valign="bottom"><td>
1339 <p style="font-size:16pt"><b>
1340 Y</b>
1341 </p>
1342 </td></tr></table>
1343 ay iPodding. I traded in my 30g for a 40g. Today they announced iTunes for Windows XP (no more ephpod), the iTunes music store (like im actually going to *buy* music), and data storage for digi cames via the ipod (and a recording feature!) Time to accessory hunt!</p>
1344
1345 rizwank 1.1
1346
1347
1348
1349
1350 <div class="posted">
1351 <div class="posted">Penned by <!-- Rizwank --><script type="text/javascript" src="http://www.geekymedia.com/email.js"></script> at <a href="http://www.geekymedia.com/archives/2003/10/index.html#000224" title="Permanent Link to this Post.">12:53 PM</a><?php
1352 if ($hits) {
1353 print " | Read ";
1354 echo "$hits";
1355 print " time";
1356 if($hits != 1) echo 's';
1357 }
1358 ?>
1359 | <a href="http://www.geekymedia.com/blogcgi/mt-comments.cgi?entry_id=224" onclick="OpenComments(this.href); return false">Comments (0)</a>
1360
1361 | <a href="http://www.geekymedia.com/blogcgi/mt-tb.cgi?__mode=view&entry_id=224" onclick="OpenTrackback(this.href); return false">TrackBack</a>
1362
1363 </div>
1364
1365 </div>
1366 rizwank 1.1 <?php
1367
1368 // display the list of referers
1369 echo '<div class="sidetitle">Referrers</div>', "\n";
1370 echo '<div class="side">', "\n";
1371
1372 $sql = 'SELECT search, time, title, referer, COUNT(*) AS count FROM mt_entryhits WHERE entry_id=224 GROUP BY referer ORDER BY count DESC, title';
1373
1374 $rs = mysql_query( $sql );
1375 $n = 0;
1376
1377 while( $row = mysql_fetch_assoc( $rs ) ) {
1378 $referer1 = $row['referer'];
1379 $title = $row['title'];
1380 $count = $row['count'];
1381 $search = $row['search'];
1382
1383 if ((strpos($referer1,'ttp://') == 1) && ($search == 0) && (trim($title) !== '-') && (trim($title) !== '')) {
1384 $n++;
1385 echo '<a href="', $referer1, '" target="_blank">';
1386 echo $title . "</a> [" . $count . "]<br />\n";
1387 rizwank 1.1 }
1388 }
1389
1390 if (!($n)) {
1391 echo "No referrals yet<br />";
1392 }
1393 else {
1394 echo "<br />\n";
1395 echo 'referrers [referrals]<br />';
1396 }
1397 echo '</div>';
1398
1399 echo "<div class='sidetitle'>Search Terms</div>\n";
1400 echo "<div class='side'>";
1401
1402 $rs = mysql_query( $sql );
1403 $n = 0;
1404
1405 while( $row = mysql_fetch_assoc( $rs ) ) {
1406 $query = '';
1407
1408 rizwank 1.1 $referer1 = $row['referer'];
1409 $title = $row['title'];
1410 $count = $row['count'];
1411 $search = $row['search'];
1412
1413 if ($search == 1) {
1414 $n++;
1415 $query = "<a href='" . $referer1 . "'>" . $title . "</a>";
1416 echo $query . ' [' . $count . ']' . "<br />\n";
1417 }
1418 }
1419
1420 if (!($n)) { echo "No search terms yet<br />"; }
1421 else { echo "<br />search terms [hits]"; }
1422 echo "</div>";
1423 ?>
1424
1425
1426
1427 <!--
1428 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
1429 rizwank 1.1 xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
1430 xmlns:dc="http://purl.org/dc/elements/1.1/">
1431 <rdf:Description
1432 rdf:about="http://www.geekymedia.com/archives/2003/10/index.html#000223"
1433 trackback:ping="http://www.geekymedia.com/blogcgi/mt-tb.cgi/222"
1434 dc:title="Lost in Translation"
1435 dc:identifier="http://www.geekymedia.com/archives/2003/10/index.html#000223"
1436 dc:subject="Home"
1437 dc:description="One of the best This American Life episodes I've listened to in a while, the introduction is being transcribed here because a) more insight on dating in other cultures and b) my recent encounters with Russians. Lost in Translation IRA:..."
1438 dc:creator="Rizwank"
1439 dc:date="2003-10-13T16:09:05-08:00" />
1440 </rdf:RDF>
1441 -->
1442
1443
1444 <h2 class="date">October 13, 2003</h2>
1445
1446
1447 <div class="blogbody">
1448 <a name="000223"></a>
1449 <?php
1450 rizwank 1.1
1451 // record the referer
1452 if ($my_ip !== $remote_ip) {
1453 mysql_query( "INSERT INTO mt_entryhits(entry_id, referer,title,time) VALUES (223, '$referer', '', $time)" );
1454 }
1455
1456 // get the no. of times this entry has been read
1457 $rs = mysql_query( 'SELECT COUNT(*) FROM mt_entryhits WHERE entry_id=223' );
1458 $row = mysql_fetch_row( $rs );
1459 $hits = $row[0];
1460
1461 ?>
1462 <h3 class="title">Lost in Translation</h3>
1463
1464 <p> <table align="left"><tr valign="bottom"><td>
1465 <p style="font-size:16pt"><b>
1466 O</b>
1467 </p>
1468 </td></tr></table>
1469 ne of the best <a href="http://www.thislife.org" title="This American Life ">This American Life </a>episodes I've listened to in a while, the introduction is being transcribed here because a) more insight on dating in other cultures and b) my recent encounters with Russians.</p>
1470
1471 rizwank 1.1 <p><a href="http://207.70.82.73/pages/descriptions/03/238.html" title="Lost in Translation">Lost in Translation</a></p>
1472
1473 <p><i><br />
1474 IRA: Alex spoke Russian. Lived in Russia for two years. Worked with refugees in Chicago for two years. And his Russian teacher thought he only needed one thing to make his life complete. <br />
1475 ALEX: She thought I needed a Russian girlfriend. She thought that only Russians would stand up to me the way I needed to be stood up to, or something, I don't know.<br />
1476 IRA: Our American women are just too soft.<br />
1477 <snip><br />
1478 IRA: So, she kept trying to fix him up with Russian women. And this one night she had him come out with a whole bunch of people, including this women, Elena, who was going to be his date.<br />
1479 ALEX: And so, I meet them for dinner. We are at the Sushi restaurant and everyone is telling stories and funny stories and I'm sitting across from my date and my Russian teacher is turning to me, "Tell them this story, tell them that story," and everyones laughing except for my date. So we leave this sushi restaurant and go to this club. We are all dancing, my Russian teacher is dancing, and all her friends are dancing, and everyone is exchanging partners and having fun, except for ... my date, whos sitting at a table and nursing a drink..<br />
1480 IRA: And looking?<br />
1481 ALEX: And looking bored. Really bored. And, I keep coming back from the dance floor, "Do you want to dance? Lets go dance." and she sort of smiled bitterly and shakes her head, and somebody else would drag me out and so I come back and sit down and sit next to her and try to strike up a conversation; something about how like "I guess you don't like dancing." She looks out at the floor and watches the people having, you know, a great time, and she sorta like nods her chin toward the floor and says [accented] "This is an American dance, no?" <br />
1482 IRA: [Laughing]<br />
1483 ALEX: And I drove away, thinking, well that was a horrible date. Neither of us enjoyed each other. ... We were not going to be seeing each other again. I get to Russian class the next week and, um, my Russian teacher says, "So, hey are you going to call Elena? She says she had a great time!" And I was like, floored by that. I was trying to figure out what that could have possible meant. And so, I was sorta mulling it over in my head and it was really fascinating to me. I realized that I have a very clear and, perhaps, culturally informed idea of what a great date is. And it has to do with what its like, to fall in love. And I realized, in my head, what I think of as a great date is what you see in the movies, the sort of falling in love montage... You go on a great date, it often invovles a boardwalk, theres a great deal of throwing your heads back in laughter, you might chase each other around a tree...<br />
1484 IRA: Theres a splashing of water...<br />
1485 ALEX: Oh yeah, the splashing of water is always invovled. ... And I think for her, this is something I always noticed when I was in Russian, for her, its a totally different thing. You know, in Russia, and in Russian literature, theres a lot of talk about the soul, and soulmates, and, I think for her, falling in love means finding the one person on the planet who understands the misery of life as deeply and fully as you do. And they can talk to you about it. <br />
1486 IRA: And so, when she acted all depressed on their date, she was not actually blowing Alex off, like he thought at the time. She was flirting. So Alex, decides to ask his Russian teacher about this theory... that Americans and Russians have this completely different theory of what it means to fall in love. And I have to say, hes a little bit nervous to try this out on her, in case its insulting or stereotyping Russians... But he explains the theory.<br />
1487 ALEX: And she... totally agreed! She was like "Thats absoluetly right! You're right!" And, she just went on a rant about Americans... and she was like "Americans... Americans have no idea what it is to fall in love, and Americans, I never understand it, Why do you always say 'He makes me laugh.' Why is that so important, 'He makes me laugh'. Everyone in America I've ever met, all they say, when you ask them how their relationship is, 'They make me laugh' as if that is the greatest thing in the world." She just .. you know, went off. As if I had said, many times, "I just want someone to make me laugh" ...<br />
1488 IRA: Some days, it seems like every story in the world is a story of cultural misunderstanding. Between people of different countries, Muslims and Christians, Blacks and Whites, Republicans and Democrats, Men and Women, Spanish-speakers and Anglos, Adults and Children, Rich and Poor people... And so today, in this era of misunderstanding, aboard and at home, we bring you an hour of what gets lost in translation. </i></p>
1489
1490 <p>The remainder of the program is decent, Act Two being excellent.</p>
1491
1492 rizwank 1.1 <p>As far as other peoples thoughts go, heres a few more.</p>
1493
1494 <p><b><a href="http://www.salon.com/sex/feature/2003/10/10/asian/index_np.html" title="Yellow porn">Yellow porn</a></b><br />
1495 In the U.S. adult film industry, Asian women are a sexual fetish and Asian men are almost completely absent. Prof. Darrell Hamamoto wants to change that -- by producing skin flicks with Asian male stars. </p>
1496
1497 <p><b><a href="http://www.salon.com/mwt/feature/2003/10/13/tribes/index_np.html" title="In your tribe">In your tribe</a></b><br />
1498 Young people are staying single longer because they are so fulfilled by their network of friends, says journalist Ethan Watters in a new book. Has he touched on a generational phenomenon, or did he just write a book about his Burning Man crew?</p>
1499
1500
1501
1502
1503
1504
1505 <div class="posted">
1506 <div class="posted">Penned by <!-- Rizwank --><script type="text/javascript" src="http://www.geekymedia.com/email.js"></script> at <a href="http://www.geekymedia.com/archives/2003/10/index.html#000223" title="Permanent Link to this Post.">04:09 PM</a><?php
1507 if ($hits) {
1508 print " | Read ";
1509 echo "$hits";
1510 print " time";
1511 if($hits != 1) echo 's';
1512 }
1513 rizwank 1.1 ?>
1514 | <a href="http://www.geekymedia.com/blogcgi/mt-comments.cgi?entry_id=223" onclick="OpenComments(this.href); return false">Comments (0)</a>
1515
1516 | <a href="http://www.geekymedia.com/blogcgi/mt-tb.cgi?__mode=view&entry_id=223" onclick="OpenTrackback(this.href); return false">TrackBack</a>
1517
1518 </div>
1519
1520 </div>
1521 <?php
1522
1523 // display the list of referers
1524 echo '<div class="sidetitle">Referrers</div>', "\n";
1525 echo '<div class="side">', "\n";
1526
1527 $sql = 'SELECT search, time, title, referer, COUNT(*) AS count FROM mt_entryhits WHERE entry_id=223 GROUP BY referer ORDER BY count DESC, title';
1528
1529 $rs = mysql_query( $sql );
1530 $n = 0;
1531
1532 while( $row = mysql_fetch_assoc( $rs ) ) {
1533 $referer1 = $row['referer'];
1534 rizwank 1.1 $title = $row['title'];
1535 $count = $row['count'];
1536 $search = $row['search'];
1537
1538 if ((strpos($referer1,'ttp://') == 1) && ($search == 0) && (trim($title) !== '-') && (trim($title) !== '')) {
1539 $n++;
1540 echo '<a href="', $referer1, '" target="_blank">';
1541 echo $title . "</a> [" . $count . "]<br />\n";
1542 }
1543 }
1544
1545 if (!($n)) {
1546 echo "No referrals yet<br />";
1547 }
1548 else {
1549 echo "<br />\n";
1550 echo 'referrers [referrals]<br />';
1551 }
1552 echo '</div>';
1553
1554 echo "<div class='sidetitle'>Search Terms</div>\n";
1555 rizwank 1.1 echo "<div class='side'>";
1556
1557 $rs = mysql_query( $sql );
1558 $n = 0;
1559
1560 while( $row = mysql_fetch_assoc( $rs ) ) {
1561 $query = '';
1562
1563 $referer1 = $row['referer'];
1564 $title = $row['title'];
1565 $count = $row['count'];
1566 $search = $row['search'];
1567
1568 if ($search == 1) {
1569 $n++;
1570 $query = "<a href='" . $referer1 . "'>" . $title . "</a>";
1571 echo $query . ' [' . $count . ']' . "<br />\n";
1572 }
1573 }
1574
1575 if (!($n)) { echo "No search terms yet<br />"; }
1576 rizwank 1.1 else { echo "<br />search terms [hits]"; }
1577 echo "</div>";
1578 ?>
1579
1580
1581
1582 <!--
1583 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
1584 xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
1585 xmlns:dc="http://purl.org/dc/elements/1.1/">
1586 <rdf:Description
1587 rdf:about="http://www.geekymedia.com/archives/2003/10/index.html#000222"
1588 trackback:ping="http://www.geekymedia.com/blogcgi/mt-tb.cgi/221"
1589 dc:title="Whispers in the Dark"
1590 dc:identifier="http://www.geekymedia.com/archives/2003/10/index.html#000222"
1591 dc:subject="Home"
1592 dc:description="Have you ever noticed how you could be the subject of a conversation at anytime and not know it? And while some Curiosity makes you want to know, if you don't, it won't impact you in the slightest. Like dropping..."
1593 dc:creator="Rizwank"
1594 dc:date="2003-10-09T01:16:51-08:00" />
1595 </rdf:RDF>
1596 -->
1597 rizwank 1.1
1598
1599 <h2 class="date">October 09, 2003</h2>
1600
1601
1602 <div class="blogbody">
1603 <a name="000222"></a>
1604 <?php
1605
1606 // record the referer
1607 if ($my_ip !== $remote_ip) {
1608 mysql_query( "INSERT INTO mt_entryhits(entry_id, referer,title,time) VALUES (222, '$referer', '', $time)" );
1609 }
1610
1611 // get the no. of times this entry has been read
1612 $rs = mysql_query( 'SELECT COUNT(*) FROM mt_entryhits WHERE entry_id=222' );
1613 $row = mysql_fetch_row( $rs );
1614 $hits = $row[0];
1615
1616 ?>
1617 <h3 class="title">Whispers in the Dark</h3>
1618 rizwank 1.1
1619 <p> <table align="left"><tr valign="bottom"><td>
1620 <p style="font-size:16pt"><b>
1621 H</b>
1622 </p>
1623 </td></tr></table>
1624 ave you ever noticed how you could be the subject of a conversation at anytime and not know it? And while some Curiosity makes you want to know, if you don't, it won't impact you in the slightest. Like dropping food on the ground, picking it up and eating it, many things we think will hurt, won't actually, and if we don't know about it, it wouldn't harm anything at all. </p>
1625
1626 <p>I'm thinking about people that dislike me right now. Its a good things to do once every few months. Take scope and see who've you've pissed off. Theres a lot in Ireland that can't really figure out if I'm just a twit (almost spelt that with an a) or a decent person hiding under a 2 ton anvil. They've even got a name! :giggles: Theres the old Mike and Ben crew, but most of them have reason; I failed in my responsibilities. The fact that some of them are just lousy human beings doesn't change what culpabiity I have. (ex-gf1) doesn't really like me, but we dated for a month, she broke up with me, it was my first realtionship, yeah, no surprise we aren't friends now. Theres the few folks that beat me up in High school, although I doubt I ranked highly enough to be worthy of the emotion. Yeah, as far as actively disliking me, thats all I can think of. </p>
1627
1628 <p>Its easy to get caught into a pattern of over-confidence (me recently, apparently) or under-confidence (Serena's my example today.) having been in both places, they both seem insane to the outsider and perfectly logical to the insider. </p>
1629
1630 <p>Mum taught me about humility foremost. As a young'n I was very humble... maybe I lost that while trying to prove myself at UCLA (as my accomplishments weren't showing potential, therefore have to convince people by other methods.) Theres something to be thought about there, its one of Mum's basic ideologies, and <i>does</i> make sense.</p>
1631
1632 <p>It also occured to me, as I've been trashed talked at times, I could just as easily return the favor, write terrible things about the Mike and Ben crew so whenever they google for their names (or an employer does, as happened to me), theres unkind things written... and yet, I don't feel that even my arch-nemisis among them is worth that kind of effort, or even attention.</p>
1633
1634 <p>I have to add my hyperbole disclaimer. And that I blither, don't double check what I write. Or I could just make this private and be done with it. </p>
1635
1636 <p>EDIT:<br />
1637 I'm no longer linked to by <a href="http://matrix.netsoc.tcd.ie/~xaosseed/b/blogs.html" title="Xaos">Xaos</a>... Thats sad... Linkage is good! </p>
1638
1639 rizwank 1.1 <p>I forgot how much fun Googling was. <br />
1640 </p>
1641
1642
1643
1644
1645
1646
1647 <div class="posted">
1648 <div class="posted">Penned by <!-- Rizwank --><script type="text/javascript" src="http://www.geekymedia.com/email.js"></script> at <a href="http://www.geekymedia.com/archives/2003/10/index.html#000222" title="Permanent Link to this Post.">01:16 AM</a><?php
1649 if ($hits) {
1650 print " | Read ";
1651 echo "$hits";
1652 print " time";
1653 if($hits != 1) echo 's';
1654 }
1655 ?>
1656 | <a href="http://www.geekymedia.com/blogcgi/mt-comments.cgi?entry_id=222" onclick="OpenComments(this.href); return false">Comments (0)</a>
1657
1658 | <a href="http://www.geekymedia.com/blogcgi/mt-tb.cgi?__mode=view&entry_id=222" onclick="OpenTrackback(this.href); return false">TrackBack</a>
1659
1660 rizwank 1.1 </div>
1661
1662 </div>
1663 <?php
1664
1665 // display the list of referers
1666 echo '<div class="sidetitle">Referrers</div>', "\n";
1667 echo '<div class="side">', "\n";
1668
1669 $sql = 'SELECT search, time, title, referer, COUNT(*) AS count FROM mt_entryhits WHERE entry_id=222 GROUP BY referer ORDER BY count DESC, title';
1670
1671 $rs = mysql_query( $sql );
1672 $n = 0;
1673
1674 while( $row = mysql_fetch_assoc( $rs ) ) {
1675 $referer1 = $row['referer'];
1676 $title = $row['title'];
1677 $count = $row['count'];
1678 $search = $row['search'];
1679
1680 if ((strpos($referer1,'ttp://') == 1) && ($search == 0) && (trim($title) !== '-') && (trim($title) !== '')) {
1681 rizwank 1.1 $n++;
1682 echo '<a href="', $referer1, '" target="_blank">';
1683 echo $title . "</a> [" . $count . "]<br />\n";
1684 }
1685 }
1686
1687 if (!($n)) {
1688 echo "No referrals yet<br />";
1689 }
1690 else {
1691 echo "<br />\n";
1692 echo 'referrers [referrals]<br />';
1693 }
1694 echo '</div>';
1695
1696 echo "<div class='sidetitle'>Search Terms</div>\n";
1697 echo "<div class='side'>";
1698
1699 $rs = mysql_query( $sql );
1700 $n = 0;
1701
1702 rizwank 1.1 while( $row = mysql_fetch_assoc( $rs ) ) {
1703 $query = '';
1704
1705 $referer1 = $row['referer'];
1706 $title = $row['title'];
1707 $count = $row['count'];
1708 $search = $row['search'];
1709
1710 if ($search == 1) {
1711 $n++;
1712 $query = "<a href='" . $referer1 . "'>" . $title . "</a>";
1713 echo $query . ' [' . $count . ']' . "<br />\n";
1714 }
1715 }
1716
1717 if (!($n)) { echo "No search terms yet<br />"; }
1718 else { echo "<br />search terms [hits]"; }
1719 echo "</div>";
1720 ?>
1721
1722
1723 rizwank 1.1
1724 <!--
1725 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
1726 xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
1727 xmlns:dc="http://purl.org/dc/elements/1.1/">
1728 <rdf:Description
1729 rdf:about="http://www.geekymedia.com/archives/2003/10/index.html#000221"
1730 trackback:ping="http://www.geekymedia.com/blogcgi/mt-tb.cgi/220"
1731 dc:title="Nerd Porn Auteur"
1732 dc:identifier="http://www.geekymedia.com/archives/2003/10/index.html#000221"
1733 dc:subject="Home"
1734 dc:description="Nerd Porn Auteur - MP3 by Ernest Cline I've noticed that there don't seem to be any porno movies that are made for guys like me. All the porn I've come across was targeted at beer-swilling sports bar dwelling alpha-males..."
1735 dc:creator="Rizwank"
1736 dc:date="2003-10-08T20:29:24-08:00" />
1737 </rdf:RDF>
1738 -->
1739
1740
1741 <h2 class="date">October 08, 2003</h2>
1742
1743
1744 rizwank 1.1 <div class="blogbody">
1745 <a name="000221"></a>
1746 <?php
1747
1748 // record the referer
1749 if ($my_ip !== $remote_ip) {
1750 mysql_query( "INSERT INTO mt_entryhits(entry_id, referer,title,time) VALUES (221, '$referer', '', $time)" );
1751 }
1752
1753 // get the no. of times this entry has been read
1754 $rs = mysql_query( 'SELECT COUNT(*) FROM mt_entryhits WHERE entry_id=221' );
1755 $row = mysql_fetch_row( $rs );
1756 $hits = $row[0];
1757
1758 ?>
1759 <h3 class="title">Nerd Porn Auteur</h3>
1760
1761 <p><b><a href="http://www.ernestcline.com/airwolf/Nerd_Porn_Auteur-Ernie_Cline.mp3" title="Nerd Porn Auteur"> <table align="left"><tr valign="bottom"><td>
1762 <p style="font-size:16pt"><b>
1763 N</b>
1764 </p>
1765 rizwank 1.1 </td></tr></table>
1766 erd Porn Auteur - MP3</a></b><br />
1767 by <a href="http://www.ernestcline.com/airwolf/npa.htm" title="Ernest Cline">Ernest Cline</a></p>
1768
1769 <p><i>I've noticed that there don't seem to be any porno movies <br />
1770 that are made for guys like me.</p>
1771
1772 <p>All the porn I've come across<br />
1773 was targeted at beer-swilling sports bar dwelling alpha-males<br />
1774 Men who like their women stupid and submissive<br />
1775 Men who can only get it up for monosyllabic cock-hungry nymphos<br />
1776 with gargantuan breasts and a three-word vocabulary</p>
1777
1778 <p>Adult films are populated with these collagen-injected<br />
1779 liposuctioned women<br />
1780 Many of whom have resorted to surgery and self-mutilation<br />
1781 in an attempt to look the way they have been told to look.</p>
1782
1783 <p>These aren't real women. They're objects.<br />
1784 And these movies aren't erotic. They're pathetic.<br />
1785 These vacuum-headed fuck bunnies don't turn me on.<br />
1786 rizwank 1.1 They disgust me.<br />
1787 And it's not that I'm against pornography.<br />
1788 I mean, I'm a guy. And guys need porn.<br />
1789 Fact.<br />
1790 "Like a preacher needs pain, like a needle needs a vein,"<br />
1791 Guys need porn.</p>
1792
1793 <p>But I don't wanna watch this misogynist he-man woman-hater porn.<br />
1794 I want porno movies that are made with guys like me in mind:<br />
1795 Guys who know that the sexiest thing in the world<br />
1796 is a woman who is smarter than you are.</p>
1797
1798 <p>You can have the whole cheerleading squad,<br />
1799 I want the girl in the tweed skirt and the horn-rimmed glasses:<br />
1800 Betty Finnebowski, the valedictorian.<br />
1801 Oh yes.<br />
1802 First I want to copy her Trig homework,<br />
1803 and then I want to make mad, passionate love to her<br />
1804 for hours and hours<br />
1805 until she reluctantly asks if we can stop<br />
1806 because she doesn't want to miss Battlestar Galactica.<br />
1807 rizwank 1.1 Suma cum laude, baby! <br />
1808 That is what I call erotic.</p>
1809
1810 <p>But do you ever see that kind of a woman in a contemporary adult film?<br />
1811 No.<br />
1812 Which is why I'm going to start writing and directing Geek Porno.<br />
1813 I shall be the quintessential Nerd Porn Auteur.<br />
1814 And the women in my porno movies will be the kind<br />
1815 that drive nerds like me mad with desire.</p>
1816
1817 <p>I'm talking about the girls that used to fuck up the grading curve.<br />
1818 The girls in the Latin Club and the National Honor Society.<br />
1819 Chicks with weird clothes, braces, four eyes, and 4.0 GPAs.<br />
1820 Brainy articulate bookworms, with MENSA cards in their purses<br />
1821 and chips on their shoulders.</p>
1822
1823 <p>My porn starlets will come in all shapes and sizes.<br />
1824 My porn starlets will be too busy working on their PhD to go to the gym.</p>
1825
1826 <p>In my kind of porno movies the girls wouldn't even have to get naked.<br />
1827 They'd just take the guys down to the rec room and <br />
1828 rizwank 1.1 beat them repeatedly at chess<br />
1829 and then talk to them for hours about Heisenberg's Uncertainty Principle<br />
1830 or the underlying social metaphors in the Aliens movies.</p>
1831
1832 <p>Buy stock in some hand cream companies<br />
1833 because there is about to be a major shortage.</p>
1834
1835 <p>And I'm not just talking about straight porn. Oh no.<br />
1836 There should be fuck films for my nerd brethren<br />
1837 of all sexual orientations.<br />
1838 Gay nerd porn flicks with titles like "Dungeons and Drag-queens."</p>
1839
1840 <p>This idea is a fucking gold mine.<br />
1841 I am gonna make millions, <br />
1842 because this country is full of database programmers<br />
1843 and electronics engineers<br />
1844 and they aren't getting the loving they so desperately need.<br />
1845 And you can help . . .</p>
1846
1847 <p>If you're an intelligent woman is interested in breaking into the adult film industry,<br />
1848 and if you can tell me the name of Luke Skywalker's home planet,<br />
1849 rizwank 1.1 then <i><u>you are hired</u></i>.</p>
1850
1851 <p>It doesn't matter if you think you're overweight or unattractive.<br />
1852 It doesn't matter if you don't think you're beautiful.<br />
1853 You are beautiful. . .<br />
1854 And I will make you a star.</i></p>
1855
1856 <p>This Cline guy isn't so bad. <a href="http://www.ernestcline.com/airwolf/" title="More">More</a> of his stuff. </p>
1857
1858 <p>Oh, as for Nerd Porn... Some people have figured this out. <br />
1859 <a href="http://www.nakkidnerds.com/" title="NakkidNerds.com">NakkidNerds.com</a>. Yes, I'm serious.<br />
1860 <a href="http://www.twistedlens.com/portfolio/portraits/index.htm" title="Twisted Lens">Twisted Lens</a>. Its not really porn, but pretty pictures.<br />
1861 <a href="http://www.cduniverse.com/sresult.asp?cart=160238434&style=ice&HT_Search_Info=Specs+Appeal&HT_Search=TITLE" title="The Specs Appeal Series of "Girls with Glasses" porn">The Specs Appeal Series of "Girls with Glasses" porn</a>. </p>
1862
1863 <p>You might wonder how I happened to know about Nakkidnerds and Spec Appeal. I take the fifth. </p>
1864
1865
1866
1867
1868
1869
1870 rizwank 1.1 <div class="posted">
1871 <div class="posted">Penned by <!-- Rizwank --><script type="text/javascript" src="http://www.geekymedia.com/email.js"></script> at <a href="http://www.geekymedia.com/archives/2003/10/index.html#000221" title="Permanent Link to this Post.">08:29 PM</a><?php
1872 if ($hits) {
1873 print " | Read ";
1874 echo "$hits";
1875 print " time";
1876 if($hits != 1) echo 's';
1877 }
1878 ?>
1879 | <a href="http://www.geekymedia.com/blogcgi/mt-comments.cgi?entry_id=221" onclick="OpenComments(this.href); return false">Comments (0)</a>
1880
1881 | <a href="http://www.geekymedia.com/blogcgi/mt-tb.cgi?__mode=view&entry_id=221" onclick="OpenTrackback(this.href); return false">TrackBack</a>
1882
1883 </div>
1884
1885 </div>
1886 <?php
1887
1888 // display the list of referers
1889 echo '<div class="sidetitle">Referrers</div>', "\n";
1890 echo '<div class="side">', "\n";
1891 rizwank 1.1
1892 $sql = 'SELECT search, time, title, referer, COUNT(*) AS count FROM mt_entryhits WHERE entry_id=221 GROUP BY referer ORDER BY count DESC, title';
1893
1894 $rs = mysql_query( $sql );
1895 $n = 0;
1896
1897 while( $row = mysql_fetch_assoc( $rs ) ) {
1898 $referer1 = $row['referer'];
1899 $title = $row['title'];
1900 $count = $row['count'];
1901 $search = $row['search'];
1902
1903 if ((strpos($referer1,'ttp://') == 1) && ($search == 0) && (trim($title) !== '-') && (trim($title) !== '')) {
1904 $n++;
1905 echo '<a href="', $referer1, '" target="_blank">';
1906 echo $title . "</a> [" . $count . "]<br />\n";
1907 }
1908 }
1909
1910 if (!($n)) {
1911 echo "No referrals yet<br />";
1912 rizwank 1.1 }
1913 else {
1914 echo "<br />\n";
1915 echo 'referrers [referrals]<br />';
1916 }
1917 echo '</div>';
1918
1919 echo "<div class='sidetitle'>Search Terms</div>\n";
1920 echo "<div class='side'>";
1921
1922 $rs = mysql_query( $sql );
1923 $n = 0;
1924
1925 while( $row = mysql_fetch_assoc( $rs ) ) {
1926 $query = '';
1927
1928 $referer1 = $row['referer'];
1929 $title = $row['title'];
1930 $count = $row['count'];
1931 $search = $row['search'];
1932
1933 rizwank 1.1 if ($search == 1) {
1934 $n++;
1935 $query = "<a href='" . $referer1 . "'>" . $title . "</a>";
1936 echo $query . ' [' . $count . ']' . "<br />\n";
1937 }
1938 }
1939
1940 if (!($n)) { echo "No search terms yet<br />"; }
1941 else { echo "<br />search terms [hits]"; }
1942 echo "</div>";
1943 ?>
1944
1945
1946
1947 <!--
1948 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
1949 xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
1950 xmlns:dc="http://purl.org/dc/elements/1.1/">
1951 <rdf:Description
1952 rdf:about="http://www.geekymedia.com/archives/2003/10/index.html#000220"
1953 trackback:ping="http://www.geekymedia.com/blogcgi/mt-tb.cgi/219"
1954 rizwank 1.1 dc:title="The Late Recall Comments, and the West Wing"
1955 dc:identifier="http://www.geekymedia.com/archives/2003/10/index.html#000220"
1956 dc:subject="Home"
1957 dc:description="Yeah, its over. I meant to write this before the Recall voting had happened. So, my disgust with Gray Davis and his administration has quadrupled since I've seen Davis and Bustamante's attack ads, the way that they are manipulating the..."
1958 dc:creator="Rizwank"
1959 dc:date="2003-10-08T15:32:12-08:00" />
1960 </rdf:RDF>
1961 -->
1962
1963
1964
1965
1966 <div class="blogbody">
1967 <a name="000220"></a>
1968 <?php
1969
1970 // record the referer
1971 if ($my_ip !== $remote_ip) {
1972 mysql_query( "INSERT INTO mt_entryhits(entry_id, referer,title,time) VALUES (220, '$referer', '', $time)" );
1973 }
1974
1975 rizwank 1.1 // get the no. of times this entry has been read
1976 $rs = mysql_query( 'SELECT COUNT(*) FROM mt_entryhits WHERE entry_id=220' );
1977 $row = mysql_fetch_row( $rs );
1978 $hits = $row[0];
1979
1980 ?>
1981 <h3 class="title">The Late Recall Comments, and the West Wing</h3>
1982
1983 <p> <table align="left"><tr valign="bottom"><td>
1984 <p style="font-size:16pt"><b>
1985 Y</b>
1986 </p>
1987 </td></tr></table>
1988 eah, its over. I meant to write this before the Recall voting had happened.</p>
1989
1990 <p>So, my disgust with Gray Davis and his administration has quadrupled since I've seen Davis and Bustamante's attack ads, the way that they are manipulating the truth, Davis hiding the deficit until he was elected again, the way Davis handed out contracts to signature gathering companies in the early weeks of the recall so that they wouldn't be available to collect recall signatures, his passing of bills that he had (in the past) refused to sign, simply to garner that interest's group vote, the questionable dealings with Indian Casinos, and the blatent mis-reporting of the LA Times. </p>
1991
1992 <p>I've cancelled my subscription and am urging my friends to. New York Times, here I come. </p>
1993
1994 <p></p>
1995
1996 rizwank 1.1 <p><a href="http://www.laweekly.com/ink/03/46/news-bradley17.php" title="The Times Leaks on Arnold">The Times Leaks on Arnold</a><br />
1997 What did the Democrats know and when did they know it?</p>
1998
1999 <p><i>Senior Democratic strategists knew the particulars of last Thursday L.A. Times expos?on Arnold Schwarzenegger well in advance of the story publication, the Weekly has learned from well-informed sources. This knowledge came not only in advance of publication but also before anyone outside a close circle at the Times knew of the story timing and particulars.</p>
2000
2001 <p>While the Times insists that its reporting uncovered the allegations of sexual misconduct on the part of Schwarzenegger, there can be no doubt that advance knowledge of the story was very helpful to Governor Gray Davis?efforts to retain his office in the recall election.</i></p>
2002
2003 <p><a href="http://www.kfi640.com/gumbyviolence.html" title="Closet Wacko Vs. Mega-Fibber">Closet Wacko Vs. Mega-Fibber</a><br />
2004 <br />
2005 <i>Long protected by editors at the Los Angeles Times--who have nixed every story Times reporters have ever tried to develop about Davis's storied history of physical violence, unhinged hysteria and gross profanity--the baby-faced, dual personality Davis has been allowed to hold high public office with impunity.</i></p>
2006
2007 <p><a href="http://www.laweekly.com/ink/03/46/news-bradley12.php" title="The Davis Touch">The Davis Touch</a><br />
2008 A Democratic operative is behind part of the Times?latest story </p>
2009
2010 <p><i>The L.A. Times has a story Saturday about three more women who allege that gubernatorial front-runner Arnold Schwarzenegger engaged in sexual misconduct over the years. Schwarzenegger, on his bus tour north of Fresno, said charges in the story "are absolutely untrue." </i></p>
2011
2012 <p>Thankfully, people saw past the nonsense.</p>
2013
2014 <p><a href="http://www.laweekly.com/ink/03/46/news-bradley8.php" title="Teflon Terminator">Teflon Terminator</a><br />
2015 Polls show Schwarzenneger gaining strength after Times's hit piece<br />
2016 <i>After a day of saturation coverage of the sex charges, Schwarzenegger actually gained one to two points. The explanation? Pollsters on both sides said people have mostly made up their minds about this election. Schwarzenegger has succeeded in focusing the election on change vs. the status quo. And Davis is so seriously disliked ?"Nixonian" is the term used by Field Poll director Mark DiCamillo ?that the late attacks seem a reconfirmation of what Democratic Attorney General Bill Lockyer calls "puke politics." It the same genre as Davis?patented attack mode which turned off voters last November and which, in part, precipitated this year recall when the budget crisis proved much larger than Davis had said. Davis erred Friday morning by saying on Good Morning America that the charges against Schwarzenegger "shock the public conscience." In so doing, the embattled governor firmly placed his fingerprints where he cannot afford to have them<br />
2017 rizwank 1.1 . <br />
2018 Did Schwarzenegger alleged remarks about his admiration for Hitler ability to mesmerize a crowd and his rise from nowhere make the candidate a Nazi sympathizer? The back-to-back days of charges perhaps helped Schwarzenegger by making the close of the campaign seem a fur ball of charges against the ex Mr. Universe. <br />
2019 </i></p>
2020
2021 <p>Was Schwarzenegger the right guy? I don't know. Was he better than Davis? Yes. Was he better than Bustamante? Yes. I'm not sure about McClintock, who is probably more compentent, but hes way too conservative for me. (That being said, Abortion is a federal right. Nothing the state can do can change that. Does it really matter if we have a pro-lifer Governor?)</p>
2022
2023 <p>Bustamante is still second-in-command, btw. Arianna was probably the most intelligent person up there and doomed to lose, if for no other reason that she bitched about Bush more than Davis. </p>
2024
2025 <p>Not sure about Prop 53 and 54. Infrastructure is damned important and a legacy of Eisenhower-age growth. Not collecting racial data always seems like a good idea to me, especially since there were amendments made to excluse medical statistics, discrimination research. But they both lost. Proposing state growth programs during a massive shortfall isn't probably the best idea anyhow.</p>
2026
2027 <p>Oh, and did anyone actually see THIS in the mainstream media?</p>
2028
2029 <p><a href="http://www.foxnews.com/story/0,2933,95871,00.html" title="Bustamante Won't Renounce Ties to Chicano Student Group">Bustamante Won't Renounce Ties to Chicano Student Group</a><br />
2030 <i>Instead, Bustamante, who is running to be governor of California, praised the Chicano Student Movement of Aztlan, or MEChA (search), and said he still supports it. </p>
2031
2032 <p>MEChA has used violence in the past to make its case. At a July 4 celebration in 1996, members of the group, who call themselves Mechistas, were videotaped attacking black and white Americans protesting illegal immigration. In 1993, students at UCLA caused $500,000 worth of damage during protests to demand a Chicano studies department. MEChA has also been associated with anti-Semitic groups like Nation of Aztlan. </p>
2033
2034 <p>According to the organization's constitution, "Chicanas and Chicanos must ... politicize our Raza [race] ... and struggle for the self-determination of the Chicano people for the purpose of liberating Aztlan." </p>
2035
2036 <p>Aztlan is the area that is currently the southwest United States, but Mechistas claim Aztlan is their homeland to be returned to Mexico and the group says white Americans who currently govern these areas must be removed from power.</p>
2037
2038 rizwank 1.1 <p>Some of Bustamante's contemporaries from the group say he was a moderate, not a militant member of the organization. "What is a moderate member of a racist organization? 'I was a moderate member of the Klan.' Imagine if a Republican made that statement," Elder said. </p>
2039
2040 <p>Though he defines his "racial ethnic agenda" as one that provides good schools, good jobs and safe neighborhoods, Bustamante has been questioned before about racism. In 2001, he had to apologize profusely to state African-American leaders after mistakenly referring to a black union using the N-word. Bustamante called it a slip of the tongue, but audience members attending the Black History celebration were stunned at the reference, for which he did not apologize until the end of his 10-minute speech. </p>
2041
2042 <p>Racist or otherwise, critics say Bustamante's membership in MEChA is certainly more relevant than Arnold Schwarzenegger's father being a Nazi. Schwarzenegger uncovered that truth when he initiated his own search in 1990 of his father's past with the help of the Simon Wiesenthal Center. </i></p>
2043
2044 <p>In other news, the Belkin Battery Pack for my iPod seems to be destroying its battery, and it might have been the cause for my iPod dying in Uzbekistan. Since starting to use it again, Battery life has dropped 70%, a freshly charged battery reports itself to be empty when its plugged in, and of course, I seem to be the only one with problems.</p>
2045
2046 <p>Computer at home won't connect reliably to my router, even after its been freshly installed on a new HD, and the router totally reset. "The semaphore timeout period has expired." DCHP then gives me a 169.* address or just a plain invalid ip (0.0.0.0) and no idea why its happening. Have I mentioned that there are times I hate computers?</p>
2047
2048 <p>Some Bittorrents for you all.<br />
2049 <a href="http://suprnova.lagalot.com/torrents/417/Clerks.DVDRIP.DivX.torrent" title="Clerks - DVDRIP - Divx">Clerks - DVDRIP - Divx</a><br />
2050 <a href="http://www.emptylogic.com/suprnova/torrents/416/Monty%20Python's%20the%20Meaning%20of%20Life%20-%20(1983)%20[DivX][1][1]-avi.torrent" title="Monty Python - The Meaning Of Life">Monty Python - The Meaning Of Life</a><br />
2051 <a href="http://www.emptylogic.com/suprnova/torrents/414/A%20Streetcar%20Named%20Desire-avi.torrent" title="A Streetcar Named Desire">A Streetcar Named Desire</a></p>
2052
2053 <p>Oh, I saw the <a href="http://www.spiketv.com/shows/joe_schmo/" title="Joe Schmo">Joe Schmo</a> show. No ones releasing torrents of it sadly. It is damn funny, the guy is honorable and decent and doesn't take crap. Its simultaneously sad and extremely funny. God help me, I'm watching a "sorta" reality show.</p>
2054
2055 <p>West Wing isn't being written by Aaron Sorkin anymore! That pisses me off to no end and explains the less than excellent writing this season. Clips as I finally search to see whats up.</p>
2056
2057 <p><a href="http://www.bartlet4america.org/news/000591.html" title="Live from New York, it's - Aaron Sorkin?">Live from New York, it's - Aaron Sorkin?</a><br />
2058 <i>The writer and creator of "The West Wing" has set his sights on "Saturday Night Live" as the subject of his next TV series.</p>
2059 rizwank 1.1
2060 <p>Sorkin has told his studio, Warner Bros. Television, that he'd like to take a behind-the-scenes look at an irreverent late-night sketch-comedy show modeled after the long-running "SNL" and its creator-impresario Lorne Michaels.</p>
2061
2062 <p>"He wants to do the politics, the fighting to get stuff on the air, the masterful show runner and the young crazy comics," said a Sorkin friend familiar with the project. "He's fascinated by it."</i></p>
2063
2064 <p>Random from that page : <i>"Sorkin wrote nearly every word ever uttered on the show, but apparently couldn't deliver his dense scripts on time"</i></p>
2065
2066 <p><a href="http://www.bartlet4america.org/news/000661.html" title="Lowe: I Was Slighted on 'West Wing'">Lowe: I Was Slighted on 'West Wing'</a><i>Newsday Rob Lowe says he quit "The West Wing" because he felt slighted by the show's creator, Aaron Sorkin, over the size of his role and the money he was making. Lowe was irked when his part as a White House staffer was cut back and he continued to take home $70,000 an episode, while co-star Martin Sheen, playing the president, got a raise to $300,000 a show. "Why didn't (Sorkin) know how much I loved him, how much I loved that show?" the actor told TV Guide for its Oct. 11 issue. "Why didn't he love me like I loved him? It's weird, considering it's another man, but that's as close as I can put it." Lowe also says the show would not accommodate requests for time off. He recalls a meeting at which producers upbraided him for an attendance record that showed he'd been late a total of 17 hours. "I was spied on. No other cast member had a meeting like that," Lowe said. Though his decision to leave was seen as a bad career move, Lowe landed on his feet as star and executive producer of "The Lyon's Den," a new legal drama on NBC</i></p>
2067
2068 <p><a href="http://www.bartlet4america.org/news/000656.html" title="Media musings: 'Lyon's' sparkles, 'Wing' flat ">Media musings: 'Lyon's' sparkles, 'Wing' flat </a><br />
2069 <i>Remember when it seemed like Rob Lowe was making a mistake by leaving "The West Wing"? Lowe's decision last year to leave one of television's best dramas seemed misguided at the time. Yes, the show's ratings have slid somewhat, but that was mostly due to ABC running "The Bachelor" against it. Creatively, the show seemed to have rebounded from a muddled third season, and in fact went on to win its fourth straight Emmy for Best Drama this year. But, based on viewing both the season premiere of "The West Wing" and the premiere of Lowe's new NBC show, "The Lyon's Den," Lowe's defection is starting to look like smart thinking. Because while "The Lyon's Den" shows some real promise, "The West Wing" showed some real trouble spots.</p>
2070
2071 <p>Sorkin's dialogue is unlike anything else on television -- funny and perceptive and graceful and, above all, in love with the idea of conversation itself. Even when Sorkin wasn't directly responsible for a "West Wing" script, you could feel his influence upon it. There was none of that in Wednesday's episode, which was written by the show's new head honcho, executive producer John Wells. The writing was capable enough, but had none of the music of a good Sorkin script.</i></p>
2072
2073 <p><a href="http://www.bartlet4america.org/news/000664.html" title="The West Wing resorts to cheap tricks">The West Wing resorts to cheap tricks</a><br />
2074 <i>Martin Sheen plays President Josiah Bartlet in The West Wing, a show now in trouble. When regime change meets the law of unintended consequences, unintended consequences have a way of seizing the spotlight -- even when the cause is good. And in The West Wing's case, the cause may not have been that good to begin with. Aaron Sorkin, The West Wing's creator and head writer, had a hand in every script of every episode of the behind-the-scenes White House drama since its inauguration on Sept. 22, 1999, and when he left the series in May The West Wing lost not just its most personal voice but possibly its heart and soul as well. Sorkin's ear for walk 'n' talk byplay in the corridors of power, his eye for the small, everyday details of life in the public service and his ability as a dramatist to find the drama in a debate over a line item veto or the machinations involved in getting the right person on to the right committee, are just some of the reasons The West Wing won four consecutive Emmy Awards for outstanding dramatic series. FBI special agents may have rescued presidential first daughter Zoey Bartlet (Elisabeth Moss) from her kidnappers in last week's episode, but the outcome had all the suspense of a fixed fight. The West Wing is in trouble, and not just because its ratings dropped 20 per cent last season over the previous year. The West Wing is in trouble because what once gave the show its charm and distinctive tone, the way it made heroic acts out of small deeds has been hijacked by high drama. The kidnapping of the president's daughter, a cheap audience trick, capped a season in which terrorist threats dominated The West Wing's agenda, from the officially sanctioned assassination of a foreign dignitary suspected of having terrorist ties to the endless conflict over a fictional Persian Gulf state called Qumar. Witty banter and fancy political footwork have become collateral damage.</p>
2075
2076 <p>Sorkin bears no small amount of responsibility for the direction The West Wing took last season, but he was able to compensate with his natural ear for dialogue and the way he could make his characters walk and talk with a spring in their step and a snap in their voice. Compare the smart, incisive way both Bartlet's personality and his complex relationship with his wife was revealed in a first-season episode, written by Sorkin ("We don't handle my wife. When we try, you know what happens at the other end of this building? I get a little punishment"), to the small talk of this year's season premiere, when Wells padded a scene by having Bartlet ask his wife, "You want me to call down for some coffee?" By obsessing over the terror threat, The West Wing is merely trying to reflect events in the real world, of course, but the more it does so, the more it reminds us that it is not real. It is no longer a drama about politics; it is a melodrama about terrorism. And if ER is any indication, and I think it is, it is also about to become a soap opera in the bedroom. What was once high-IQ entertainment now is now low-definition television.</i></p>
2077
2078 <p>:Sighs:</p>
2079
2080 rizwank 1.1 <p>For those of us who love to study media, an excellent resource is <a href="http://www.televisionwithoutpity.com/" title="Television Without Pity">Television Without Pity</a>. Its also good for the fan who missed an episode of their fav. show. </p>
2081
2082 <p>Oh, the NBC show Las Vegas is passable. I watch it Mondays. </p>
2083
2084 <p>No torrents available for the Lyons Den though. The Practice lost half of its crew and looks to suck now... I only watched reruns on FX, but it wasn't half bad. I still prefer Law and Order. Anyone seen Jake 2.0?</p>
2085
2086 <p>Oh, something I loved from last episode...<br />
2087 <i>Amy actually looks very pretty here. She says Josh could have told her she woke him: "I wouldn't have thought less of you." She enters, and he says, "Sleeping is...lacks a certain masculine...whatever." Amy: "Your virility is tied to exhaustion?" Josh offers coffee; she brought some. Amy: "It's been a while, but I don't remember fatigue improving your..." Please, let's not have commentary on their sex life.</i></p>
2088
2089 <p>I love it. I'm in the computer lab, and literally 40 people have sat at the broken computer next to me that has a BIG SIGN that says "Broken", punched its keys for a minute, then ask me if its working. Christ.</p>
2090
2091
2092
2093
2094
2095
2096 <div class="posted">
2097 <div class="posted">Penned by <!-- Rizwank --><script type="text/javascript" src="http://www.geekymedia.com/email.js"></script> at <a href="http://www.geekymedia.com/archives/2003/10/index.html#000220" title="Permanent Link to this Post.">03:32 PM</a><?php
2098 if ($hits) {
2099 print " | Read ";
2100 echo "$hits";
2101 rizwank 1.1 print " time";
2102 if($hits != 1) echo 's';
2103 }
2104 ?>
2105 | <a href="http://www.geekymedia.com/blogcgi/mt-comments.cgi?entry_id=220" onclick="OpenComments(this.href); return false">Comments (0)</a>
2106
2107 | <a href="http://www.geekymedia.com/blogcgi/mt-tb.cgi?__mode=view&entry_id=220" onclick="OpenTrackback(this.href); return false">TrackBack</a>
2108
2109 </div>
2110
2111 </div>
2112 <?php
2113
2114 // display the list of referers
2115 echo '<div class="sidetitle">Referrers</div>', "\n";
2116 echo '<div class="side">', "\n";
2117
2118 $sql = 'SELECT search, time, title, referer, COUNT(*) AS count FROM mt_entryhits WHERE entry_id=220 GROUP BY referer ORDER BY count DESC, title';
2119
2120 $rs = mysql_query( $sql );
2121 $n = 0;
2122 rizwank 1.1
2123 while( $row = mysql_fetch_assoc( $rs ) ) {
2124 $referer1 = $row['referer'];
2125 $title = $row['title'];
2126 $count = $row['count'];
2127 $search = $row['search'];
2128
2129 if ((strpos($referer1,'ttp://') == 1) && ($search == 0) && (trim($title) !== '-') && (trim($title) !== '')) {
2130 $n++;
2131 echo '<a href="', $referer1, '" target="_blank">';
2132 echo $title . "</a> [" . $count . "]<br />\n";
2133 }
2134 }
2135
2136 if (!($n)) {
2137 echo "No referrals yet<br />";
2138 }
2139 else {
2140 echo "<br />\n";
2141 echo 'referrers [referrals]<br />';
2142 }
2143 rizwank 1.1 echo '</div>';
2144
2145 echo "<div class='sidetitle'>Search Terms</div>\n";
2146 echo "<div class='side'>";
2147
2148 $rs = mysql_query( $sql );
2149 $n = 0;
2150
2151 while( $row = mysql_fetch_assoc( $rs ) ) {
2152 $query = '';
2153
2154 $referer1 = $row['referer'];
2155 $title = $row['title'];
2156 $count = $row['count'];
2157 $search = $row['search'];
2158
2159 if ($search == 1) {
2160 $n++;
2161 $query = "<a href='" . $referer1 . "'>" . $title . "</a>";
2162 echo $query . ' [' . $count . ']' . "<br />\n";
2163 }
2164 rizwank 1.1 }
2165
2166 if (!($n)) { echo "No search terms yet<br />"; }
2167 else { echo "<br />search terms [hits]"; }
2168 echo "</div>";
2169 ?>
2170
2171
2172
2173 <!--
2174 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
2175 xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
2176 xmlns:dc="http://purl.org/dc/elements/1.1/">
2177 <rdf:Description
2178 rdf:about="http://www.geekymedia.com/archives/2003/10/index.html#000219"
2179 trackback:ping="http://www.geekymedia.com/blogcgi/mt-tb.cgi/218"
2180 dc:title="Muslim doll offers modest alternative to Barbie"
2181 dc:identifier="http://www.geekymedia.com/archives/2003/10/index.html#000219"
2182 dc:subject="Home"
2183 dc:description="LIVONIA, Michigan (AP) - At first glance, this new girl on the block doesn't give Barbie much of a run for her money. After all, Barbie is everything Razanne is not - curvaceous, flashy and loaded with sex appeal. But..."
2184 dc:creator="Rizwank"
2185 rizwank 1.1 dc:date="2003-10-08T10:24:57-08:00" />
2186 </rdf:RDF>
2187 -->
2188
2189
2190
2191
2192 <div class="blogbody">
2193 <a name="000219"></a>
2194 <?php
2195
2196 // record the referer
2197 if ($my_ip !== $remote_ip) {
2198 mysql_query( "INSERT INTO mt_entryhits(entry_id, referer,title,time) VALUES (219, '$referer', '', $time)" );
2199 }
2200
2201 // get the no. of times this entry has been read
2202 $rs = mysql_query( 'SELECT COUNT(*) FROM mt_entryhits WHERE entry_id=219' );
2203 $row = mysql_fetch_row( $rs );
2204 $hits = $row[0];
2205
2206 rizwank 1.1 ?>
2207 <h3 class="title">Muslim doll offers modest alternative to Barbie</h3>
2208
2209 <p> <table align="left"><tr valign="bottom"><td>
2210 <p style="font-size:16pt"><b>
2211 L</b>
2212 </p>
2213 </td></tr></table>
2214 IVONIA, Michigan (AP) -- At first glance, this new girl on the block doesn't give Barbie much of a run for her money. After all, Barbie is everything Razanne is not -- curvaceous, flashy and loaded with sex appeal. </p>
2215
2216 <p>But that's exactly why many Muslim Americans prefer Razanne, with her long-sleeved dresses, head scarf and, by her creator Ammar Saadeh's own admission, a not-so-buxom bustline. </p>
2217
2218 <p><a href="http://www.cnn.com/2003/EDUCATION/10/08/muslim.barbie.ap/index.html" title="Muslim doll offers modest alternative to Barbie">Muslim doll offers modest alternative to Barbie</a></p>
2219
2220
2221
2222
2223
2224
2225 <div class="posted">
2226 <div class="posted">Penned by <!-- Rizwank --><script type="text/javascript" src="http://www.geekymedia.com/email.js"></script> at <a href="http://www.geekymedia.com/archives/2003/10/index.html#000219" title="Permanent Link to this Post.">10:24 AM</a><?php
2227 rizwank 1.1 if ($hits) {
2228 print " | Read ";
2229 echo "$hits";
2230 print " time";
2231 if($hits != 1) echo 's';
2232 }
2233 ?>
2234 | <a href="http://www.geekymedia.com/blogcgi/mt-comments.cgi?entry_id=219" onclick="OpenComments(this.href); return false">Comments (0)</a>
2235
2236 | <a href="http://www.geekymedia.com/blogcgi/mt-tb.cgi?__mode=view&entry_id=219" onclick="OpenTrackback(this.href); return false">TrackBack</a>
2237
2238 </div>
2239
2240 </div>
2241 <?php
2242
2243 // display the list of referers
2244 echo '<div class="sidetitle">Referrers</div>', "\n";
2245 echo '<div class="side">', "\n";
2246
2247 $sql = 'SELECT search, time, title, referer, COUNT(*) AS count FROM mt_entryhits WHERE entry_id=219 GROUP BY referer ORDER BY count DESC, title';
2248 rizwank 1.1
2249 $rs = mysql_query( $sql );
2250 $n = 0;
2251
2252 while( $row = mysql_fetch_assoc( $rs ) ) {
2253 $referer1 = $row['referer'];
2254 $title = $row['title'];
2255 $count = $row['count'];
2256 $search = $row['search'];
2257
2258 if ((strpos($referer1,'ttp://') == 1) && ($search == 0) && (trim($title) !== '-') && (trim($title) !== '')) {
2259 $n++;
2260 echo '<a href="', $referer1, '" target="_blank">';
2261 echo $title . "</a> [" . $count . "]<br />\n";
2262 }
2263 }
2264
2265 if (!($n)) {
2266 echo "No referrals yet<br />";
2267 }
2268 else {
2269 rizwank 1.1 echo "<br />\n";
2270 echo 'referrers [referrals]<br />';
2271 }
2272 echo '</div>';
2273
2274 echo "<div class='sidetitle'>Search Terms</div>\n";
2275 echo "<div class='side'>";
2276
2277 $rs = mysql_query( $sql );
2278 $n = 0;
2279
2280 while( $row = mysql_fetch_assoc( $rs ) ) {
2281 $query = '';
2282
2283 $referer1 = $row['referer'];
2284 $title = $row['title'];
2285 $count = $row['count'];
2286 $search = $row['search'];
2287
2288 if ($search == 1) {
2289 $n++;
2290 rizwank 1.1 $query = "<a href='" . $referer1 . "'>" . $title . "</a>";
2291 echo $query . ' [' . $count . ']' . "<br />\n";
2292 }
2293 }
2294
2295 if (!($n)) { echo "No search terms yet<br />"; }
2296 else { echo "<br />search terms [hits]"; }
2297 echo "</div>";
2298 ?>
2299
2300
2301
2302 <!--
2303 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
2304 xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
2305 xmlns:dc="http://purl.org/dc/elements/1.1/">
2306 <rdf:Description
2307 rdf:about="http://www.geekymedia.com/archives/2003/10/index.html#000218"
2308 trackback:ping="http://www.geekymedia.com/blogcgi/mt-tb.cgi/217"
2309 dc:title="Quick update"
2310 dc:identifier="http://www.geekymedia.com/archives/2003/10/index.html#000218"
2311 rizwank 1.1 dc:subject="Home"
2312 dc:description="I really need to find more significant blog entry names. HeatherW has refused to ever comment on me in a public forum again. (Bleh.) The keyword there is public. :p Burning DVDs like mad for sis as mum leaves today...."
2313 dc:creator="Rizwank"
2314 dc:date="2003-10-07T09:06:06-08:00" />
2315 </rdf:RDF>
2316 -->
2317
2318
2319 <h2 class="date">October 07, 2003</h2>
2320
2321
2322 <div class="blogbody">
2323 <a name="000218"></a>
2324 <?php
2325
2326 // record the referer
2327 if ($my_ip !== $remote_ip) {
2328 mysql_query( "INSERT INTO mt_entryhits(entry_id, referer,title,time) VALUES (218, '$referer', '', $time)" );
2329 }
2330
2331 // get the no. of times this entry has been read
2332 rizwank 1.1 $rs = mysql_query( 'SELECT COUNT(*) FROM mt_entryhits WHERE entry_id=218' );
2333 $row = mysql_fetch_row( $rs );
2334 $hits = $row[0];
2335
2336 ?>
2337 <h3 class="title">Quick update</h3>
2338
2339 <p> <table align="left"><tr valign="bottom"><td>
2340 <p style="font-size:16pt"><b>
2341 I</b>
2342 </p>
2343 </td></tr></table>
2344 really need to find more significant blog entry names.</p>
2345
2346 <p>HeatherW has refused to ever comment on me in a public forum again. (Bleh.) The keyword there is public. :p </p>
2347
2348 <p>Burning DVDs like mad for sis as mum leaves today.</p>
2349
2350 <p>Re-read the <a href="http://www.wizards.com/default.asp?x=mtgcom/daily/mr11" title="Timmy, Johnny and Spike">Timmy, Johnny and Spike</a> article defining the three types of Magic players. I'm a Spike/Johnny. </p>
2351
2352 <p><i>The Johnny/Spike player wants to win but only on his own terms. Most of the rogue tournament deckbuilders are Johnny/Spikes. They go to great lengths to be able to win with original decks. Even when they have to use a pre-made deck, they will always tweak it to give the deck their own spin. A good example of a Johnny/Spike card is <a href="javascript:autoCardWindow('Basking%20Rootwalla')" title="Card Info on Basking Rootwalla">Basking Rootwalla</a>. The card is cool and offers interesting deckbuilding opportunities but still has the raw power needed to win.</i></p>
2353 rizwank 1.1
2354 <p>Sounds as bit right. Thats why I refused to play 'Tog. :)</p>
2355
2356 <p>I had posted half of this and forgot the other half. I think I'm going to go hang out with my gamer friends tonight and learn a board game or two. </p>
2357
2358 <p>My computers been sucking it for quite a while now; I'm emptying out my main drive onto a spare 60g and wiping it clean and starting again. Oh, I've got three sticks of 256mb DDR PC2100 ram, anyone need 'em? </p>
2359
2360 <p>Its funny, the new motherboard I bought supports PC3200 DDR and Athlon XPs to 3+ghz and I've got a 1.4 in there... the processor is again the slowest thing in the system..</p>
2361
2362 <p>I'm thinking of doing a Linux partition (again). Either that, or setting up multiple accts for Gaming and other stuff (that being said, drivers are universal, so booting into another mode won't solve anything.)</p>
2363
2364 <p>Serena called today; she read my blog and noticed that I hadn't written anything about missing her. I assured her that not writing about it didn't mean I didn't, and thats why I had called her two days before. Then followed an hour and a half discussion (with her at a public phone in Nice) about doubts and whether I can provide what she needs, and that she wouldn't give me the chance to change if she didn't love me, and whether I could love her... We've been on a brink of breaking up since I got back from Uzbekistan and neither of us wanted to break up on the phone. The thing is that even if I double the amount of attention I give her and time I spend with her, i'm not sure it'd be enough. Shes been thinking about HeatherW's comment about my wanting a High Maintainance girl and she wonders why I don't act like it... Apparently, i'm low maintainace. (ex-gf2) and (ex-gf1) would disagree though, so I don't know if its just with her, or what. I've calmed down significantly, get less insecure, let less things panic me and am looking logically at most things. Serena's a pessimist, I'm a, somewhere between an optimist and a realist, I guess. </p>
2365
2366 <p>But I like her. And she loves me. And she wants me to love her, and need her desperately; as she does me; and I'm not sure I'm ready for that. I'm trying to be independent and self-sufficient; and I've never really _needed_ a girlfriend, I've always wanted one though. </p>
2367
2368 <p>*shakes his head* Long conversations will abound when she returns. Oh, she is enjoying Paris btw; she said she only started pondering such things when she had too much time by herself. There were analogies of "radar screens" and whether anyone would miss us if something happened to us..</p>
2369
2370 <p>Shes off to Budapest soon; apparently shes getting hit on a lot over there. Good for her. I've told her to consider taking advantage of it, she <i>is</i> travelling, and I'm not the jealous type. She should have fun. Its not some latent guilt over something I may have done in Uzbekistan, its just my purely practical sense. As long as I don't have to deal with it directly, thats fine. She says she won't though, and I beleive her. </p>
2371
2372 <p>Next blog will have the life direction change and all. Time to help mum finish her packing.<br />
2373 </p>
2374 rizwank 1.1
2375
2376
2377
2378
2379
2380 <div class="posted">
2381 <div class="posted">Penned by <!-- Rizwank --><script type="text/javascript" src="http://www.geekymedia.com/email.js"></script> at <a href="http://www.geekymedia.com/archives/2003/10/index.html#000218" title="Permanent Link to this Post.">09:06 AM</a><?php
2382 if ($hits) {
2383 print " | Read ";
2384 echo "$hits";
2385 print " time";
2386 if($hits != 1) echo 's';
2387 }
2388 ?>
2389 | <a href="http://www.geekymedia.com/blogcgi/mt-comments.cgi?entry_id=218" onclick="OpenComments(this.href); return false">Comments (0)</a>
2390
2391 | <a href="http://www.geekymedia.com/blogcgi/mt-tb.cgi?__mode=view&entry_id=218" onclick="OpenTrackback(this.href); return false">TrackBack</a>
2392
2393 </div>
2394
2395 rizwank 1.1 </div>
2396 <?php
2397
2398 // display the list of referers
2399 echo '<div class="sidetitle">Referrers</div>', "\n";
2400 echo '<div class="side">', "\n";
2401
2402 $sql = 'SELECT search, time, title, referer, COUNT(*) AS count FROM mt_entryhits WHERE entry_id=218 GROUP BY referer ORDER BY count DESC, title';
2403
2404 $rs = mysql_query( $sql );
2405 $n = 0;
2406
2407 while( $row = mysql_fetch_assoc( $rs ) ) {
2408 $referer1 = $row['referer'];
2409 $title = $row['title'];
2410 $count = $row['count'];
2411 $search = $row['search'];
2412
2413 if ((strpos($referer1,'ttp://') == 1) && ($search == 0) && (trim($title) !== '-') && (trim($title) !== '')) {
2414 $n++;
2415 echo '<a href="', $referer1, '" target="_blank">';
2416 rizwank 1.1 echo $title . "</a> [" . $count . "]<br />\n";
2417 }
2418 }
2419
2420 if (!($n)) {
2421 echo "No referrals yet<br />";
2422 }
2423 else {
2424 echo "<br />\n";
2425 echo 'referrers [referrals]<br />';
2426 }
2427 echo '</div>';
2428
2429 echo "<div class='sidetitle'>Search Terms</div>\n";
2430 echo "<div class='side'>";
2431
2432 $rs = mysql_query( $sql );
2433 $n = 0;
2434
2435 while( $row = mysql_fetch_assoc( $rs ) ) {
2436 $query = '';
2437 rizwank 1.1
2438 $referer1 = $row['referer'];
2439 $title = $row['title'];
2440 $count = $row['count'];
2441 $search = $row['search'];
2442
2443 if ($search == 1) {
2444 $n++;
2445 $query = "<a href='" . $referer1 . "'>" . $title . "</a>";
2446 echo $query . ' [' . $count . ']' . "<br />\n";
2447 }
2448 }
2449
2450 if (!($n)) { echo "No search terms yet<br />"; }
2451 else { echo "<br />search terms [hits]"; }
2452 echo "</div>";
2453 ?>
2454
2455
2456
2457 <!--
2458 rizwank 1.1 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
2459 xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
2460 xmlns:dc="http://purl.org/dc/elements/1.1/">
2461 <rdf:Description
2462 rdf:about="http://www.geekymedia.com/archives/2003/10/index.html#000217"
2463 trackback:ping="http://www.geekymedia.com/blogcgi/mt-tb.cgi/216"
2464 dc:title="Magic"
2465 dc:identifier="http://www.geekymedia.com/archives/2003/10/index.html#000217"
2466 dc:subject="Home"
2467 dc:description="Walking around CalPoly, I finally found a Magic game going... Cal Poly High School kids that had wandered over, but still its a game. The three way Chaos was fun to watch, and watching play, something occured to me. Quicksilver..."
2468 dc:creator="Rizwank"
2469 dc:date="2003-10-06T16:20:08-08:00" />
2470 </rdf:RDF>
2471 -->
2472
2473
2474 <h2 class="date">October 06, 2003</h2>
2475
2476
2477 <div class="blogbody">
2478 <a name="000217"></a>
2479 rizwank 1.1 <?php
2480
2481 // record the referer
2482 if ($my_ip !== $remote_ip) {
2483 mysql_query( "INSERT INTO mt_entryhits(entry_id, referer,title,time) VALUES (217, '$referer', '', $time)" );
2484 }
2485
2486 // get the no. of times this entry has been read
2487 $rs = mysql_query( 'SELECT COUNT(*) FROM mt_entryhits WHERE entry_id=217' );
2488 $row = mysql_fetch_row( $rs );
2489 $hits = $row[0];
2490
2491 ?>
2492 <h3 class="title">Magic</h3>
2493
2494 <p> <table align="left"><tr valign="bottom"><td>
2495 <p style="font-size:16pt"><b>
2496 W</b>
2497 </p>
2498 </td></tr></table>
2499 alking around CalPoly, I finally found a Magic game going... Cal Poly High School kids that had wandered over, but still its a game.</p>
2500 rizwank 1.1
2501 <p>The three way Chaos was fun to watch, and watching play, something occured to me.</p>
2502
2503 <p><a href="javascript:autoCardWindow('Quicksilver%20Fountain')" title="Card Info on Quicksilver Fountain">Quicksilver Fountain</a> with <a href="javascript:autoCardWindow('Power%20Conduit')" title="Card Info on Power Conduit">Power Conduit</a>.</p>
2504
2505 <p>Turn your opponents lands into Islands. Move the counters onto something useful, like a <a href="javascript:autoCardWindow('Spikeshot%20Goblin')" title="Card Info on Spikeshot Goblin">Spikeshot Goblin</a>, or a <a href="javascript:autoCardWindow('Auriok%20Bladewarden')" title="Card Info on Auriok Bladewarden">Auriok Bladewarden</a>. Not sure if its really constructed worthy, but it'd definately be fun.</p>
2506
2507 <p>The amount of artifact hate makes being able to bounce the Fountain essential. <a href="javascript:autoCardWindow('Aether%20Spellbomb')" title="Card Info on Aether Spellbomb">Aether Spellbomb</a> is useful to keep the opponent's creature out of your way. A <a href="javascript:autoCardWindow('Isochron%20Scepter')" title="Card Info on Isochron Scepter">Isochron Scepter</a> imprinted with <a href="javascript:autoCardWindow('Sound%20the%20Alarm')" title="Card Info on Sound the Alarm">Sound the Alarm</a>, or even better, <a href="javascript:autoCardWindow('Boomering')" title="Card Info on Boomering">Boomering</a>, would be phenominal. For that matter, this might be interesting in a Land Destruction deck... Burn half their lands, color screw the other half. </p>
2508
2509 <p>Here is a preliminary deck list made while I'm sitting in the computer lab waiting for the next class. This is untested, not-mother approved, and pure blither. I've checked brainburst and there aren't any posts in the deck construction forums about using the Fountain (as far as I can tell), and they are probably right. Maybe its not constructed worthy. But lets see.</p>
2510
2511 <p><b>UW Fountain</b> v.5 - Rizwan Kassim</p>
2512
2513 <p>4 <a href="javascript:autoCardWindow('Quicksilver%20Fountain')" title="Card Info on Quicksilver Fountain">Quicksilver Fountain</a><br />
2514 4 <a href="javascript:autoCardWindow('Power%20Conduit')" title="Card Info on Power Conduit">Power Conduit</a><br />
2515 4 <a href="javascript:autoCardWindow('Boomerang')" title="Card Info on Boomerang">Boomerang</a><br />
2516 4 <a href="javascript:autoCardWindow('Eternal%20Dragon')" title="Card Info on Eternal Dragon">Eternal Dragon</a><br />
2517 4 <a href="javascript:autoCardWindow('Aether%20Spellbomb')" title="Card Info on Aether Spellbomb">Aether Spellbomb</a><br />
2518 3 <a href="javascript:autoCardWindow('Auriok%20Bladewarden')" title="Card Info on Auriok Bladewarden">Auriok Bladewarden</a><br />
2519 3 <a href="javascript:autoCardWindow('Isochron%20Scepter')" title="Card Info on Isochron Scepter">Isochron Scepter</a><br />
2520 3 <a href="javascript:autoCardWindow('Holy%20Day')" title="Card Info on Holy Day">Holy Day</a><br />
2521 rizwank 1.1 3 <a href="javascript:autoCardWindow('Wrath%20of%20God')" title="Card Info on Wrath of God">Wrath of God</a><br />
2522 3 <a href="javascript:autoCardWindow('Sound%20the%20Alarm')" title="Card Info on Sound the Alarm">Sound the Alarm</a><br />
2523 2 <a href="javascript:autoCardWindow('Arrest')" title="Card Info on Arrest">Arrest</a></p>
2524
2525 <p>2 <a href="javascript:autoCardWindow('Temple%20of%20the%20False%20God')" title="Card Info on Temple of the False God">Temple of the False God</a><br />
2526 4 <a href="javascript:autoCardWindow('Flooded%20Strand')" title="Card Info on Flooded Strand">Flooded Strand</a><br />
2527 9 <a href="javascript:autoCardWindow('Plains')" title="Card Info on Plains">Plains</a><br />
2528 9 <a href="javascript:autoCardWindow('Island')" title="Card Info on Island">Island</a></p>
2529
2530 <p>Removed the planned Platinum Angel for "just in case" situations. Mana Leak and Annul is missing also. The only real win condition is an evasion Eternal Dragon being pumped, or a massive Auriok smacking your opponent, but without evasion. Neurok Hoversail might be useful there also. Again, as I'm learning, having combo decks that go off is a lot of fun, but the big question is consistency. What pct of opening hands can help you lead to a win? My Zombie Cleric Bridge worked because of many ways of winning, and the tools to make each of those a reasonable possibility. Oh, <a href="javascript:autoCardWindow('Wing%20Shards')" title="Card Info on Wing Shards">Wing Shards</a> should be in there.</p>
2531
2532 <p>Theres also a ton of Global Reset out there, including a colorless option with <a href="javascript:autoCardWindow('Oblivion%20Stone')" title="Card Info on Oblivion Stone">Oblivion Stone</a>. A Scepter with Boomerang would make this an easy play, bounce new lands that might provide color, opposing creatures, targets for removal... </p>
2533
2534 <p>Now a <img src="http://www.geekymedia.com/magic/red_mana.gif" height="12"
2535 width="12" alt="red_mana" /> <img src="http://www.geekymedia.com/magic/green_mana.gif" height="12" width="12" alt="green_mana" /> build with <a href="javascript:autoCardWindow('Spikeshot%20Goblin')" title="Card Info on Spikeshot Goblin">Spikeshot Goblin</a> is a lot more fun, as I was watching it happen. Not sure if it should be aggro or LD... </p>
2536
2537 <p>The <a href="http://www.brainburst.com/forum/topic.asp?TOPIC_ID=102114" title="other">other</a> thought for <img src="http://www.geekymedia.com/magic/blue_mana.gif" height="12" width="12" alt="blue_mana" /> <img src="http://www.geekymedia.com/magic/white_mana.gif" height="12" width="12" alt="white_mana" /> control is a <a href="javascript:autoCardWindow('Zur%27s%20Weirding')" title="Card Info on Zur's Weirding">Zur's Weirding</a> / <a href="javascript:autoCardWindow('Words%20of%20Worship')" title="Card Info on Words of Worship">Words of Worship</a> deck... I keep forgetting that T2 decks dont HAVE to be super-Mirrodin decks, they just have to be able to deal with them.</p>
2538
2539 <p>Oh, <a href="javascript:autoCardWindow('Teferi%27s%20Puzzle%20Box')" title="Card Info on Teferi's Puzzle Box">Teferi's Puzzle Box</a>, with <a href="javascript:autoCardWindow('Underworld%20Dreams')" title="Card Info on Underworld Dreams">Underworld Dreams</a>, Wheel and Deal, is a ton of fun. Of course its a combo deck and I have yet to see an enviroment where combo decks have enough time and luck to get out ... then again, I've only seen two Standard enviroments, pre- and post- Scourge. (Legions didn't change that much, and 8th only somewhat)</p>
2540
2541 <p>Anyhow,</p>
2542 rizwank 1.1
2543 <p>I went to Dungeons and Dice (bleh) to play sealed on Sunday. Okay deck, I really want to start reading more Limited articles to decrease my percentage of suck, but thats not why I mentioned it. </p>
2544
2545 <p>(Flashback : Living with Tim Ford at UCLA in 2001-2002, which started my EQ days... It was the fun apartment. People came over daily to play games and there was never a lack of company, games, or entertainment. There was always a car ready to go to 7-11 for a Big Gulp)</p>
2546
2547 <p>I may have found that in the ville. It isn't my apartment, but I met a set of twenty somethings (~25) that just moved up a few months ago and are hardcore gamers. The kind of folks that have 200 board games split between them, RP often at home, have guests dropping by, etc. It reminded me of the impression I got of HeatherW when I first met her, Gamers are cool. (One of them's a girl, and Gamer girls are cool too.) I tried to explain the mentality to my parents on our walk that night... I'd seen parents getting into Magic to spend more time with their kids, and I remember mum playing checkers with me whenever we had time as a youngster (until I got old enough to beat her, :) ). I was reminded of the "odd" people, the gamers, anime freaks, role-players; the people that didn't do things piecemeal; if you have a hobby, embrace it! It was refreshing, and made my (sometimes) singular devotion to certain topics seem more "normal." I felt a need to be one of the Gamers, start playing D&D (see if it was for me)... HeatherW continues to dislike my categorization of people, but a new facet is being defined... you CAN tell a lot about a person by their hobbies, and just as importantly, their hobbies influence them. I'm probably blithering now, and since the "Chess, Magic" article, I'm freaked as fuck to actually make a definitive worldview statement without pondering it. :)</p>
2548
2549 <p>Anyhow, I met some gamers. Yay me. I'm going over to play board games on Tuesday.</p>
2550
2551
2552
2553
2554
2555
2556 <div class="posted">
2557 <div class="posted">Penned by <!-- Rizwank --><script type="text/javascript" src="http://www.geekymedia.com/email.js"></script> at <a href="http://www.geekymedia.com/archives/2003/10/index.html#000217" title="Permanent Link to this Post.">04:20 PM</a><?php
2558 if ($hits) {
2559 print " | Read ";
2560 echo "$hits";
2561 print " time";
2562 if($hits != 1) echo 's';
2563 rizwank 1.1 }
2564 ?>
2565 | <a href="http://www.geekymedia.com/blogcgi/mt-comments.cgi?entry_id=217" onclick="OpenComments(this.href); return false">Comments (0)</a>
2566
2567 | <a href="http://www.geekymedia.com/blogcgi/mt-tb.cgi?__mode=view&entry_id=217" onclick="OpenTrackback(this.href); return false">TrackBack</a>
2568
2569 </div>
2570
2571 </div>
2572 <?php
2573
2574 // display the list of referers
2575 echo '<div class="sidetitle">Referrers</div>', "\n";
2576 echo '<div class="side">', "\n";
2577
2578 $sql = 'SELECT search, time, title, referer, COUNT(*) AS count FROM mt_entryhits WHERE entry_id=217 GROUP BY referer ORDER BY count DESC, title';
2579
2580 $rs = mysql_query( $sql );
2581 $n = 0;
2582
2583 while( $row = mysql_fetch_assoc( $rs ) ) {
2584 rizwank 1.1 $referer1 = $row['referer'];
2585 $title = $row['title'];
2586 $count = $row['count'];
2587 $search = $row['search'];
2588
2589 if ((strpos($referer1,'ttp://') == 1) && ($search == 0) && (trim($title) !== '-') && (trim($title) !== '')) {
2590 $n++;
2591 echo '<a href="', $referer1, '" target="_blank">';
2592 echo $title . "</a> [" . $count . "]<br />\n";
2593 }
2594 }
2595
2596 if (!($n)) {
2597 echo "No referrals yet<br />";
2598 }
2599 else {
2600 echo "<br />\n";
2601 echo 'referrers [referrals]<br />';
2602 }
2603 echo '</div>';
2604
2605 rizwank 1.1 echo "<div class='sidetitle'>Search Terms</div>\n";
2606 echo "<div class='side'>";
2607
2608 $rs = mysql_query( $sql );
2609 $n = 0;
2610
2611 while( $row = mysql_fetch_assoc( $rs ) ) {
2612 $query = '';
2613
2614 $referer1 = $row['referer'];
2615 $title = $row['title'];
2616 $count = $row['count'];
2617 $search = $row['search'];
2618
2619 if ($search == 1) {
2620 $n++;
2621 $query = "<a href='" . $referer1 . "'>" . $title . "</a>";
2622 echo $query . ' [' . $count . ']' . "<br />\n";
2623 }
2624 }
2625
2626 rizwank 1.1 if (!($n)) { echo "No search terms yet<br />"; }
2627 else { echo "<br />search terms [hits]"; }
2628 echo "</div>";
2629 ?>
2630
2631
2632
2633 <!--
2634 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
2635 xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
2636 xmlns:dc="http://purl.org/dc/elements/1.1/">
2637 <rdf:Description
2638 rdf:about="http://www.geekymedia.com/archives/2003/10/index.html#000216"
2639 trackback:ping="http://www.geekymedia.com/blogcgi/mt-tb.cgi/215"
2640 dc:title="Catching up"
2641 dc:identifier="http://www.geekymedia.com/archives/2003/10/index.html#000216"
2642 dc:subject="Home"
2643 dc:description="Plenty to catch up on, look for it tonight or tomorrow; a new direction; missing Serena; the new laptop.. I've updated some of the stylesheets, remembering how much I like the "Mac like" look of Penn Masala Studio. My obsession..."
2644 dc:creator="Rizwank"
2645 dc:date="2003-10-04T18:41:43-08:00" />
2646 </rdf:RDF>
2647 rizwank 1.1 -->
2648
2649
2650 <h2 class="date">October 04, 2003</h2>
2651
2652
2653 <div class="blogbody">
2654 <a name="000216"></a>
2655 <?php
2656
2657 // record the referer
2658 if ($my_ip !== $remote_ip) {
2659 mysql_query( "INSERT INTO mt_entryhits(entry_id, referer,title,time) VALUES (216, '$referer', '', $time)" );
2660 }
2661
2662 // get the no. of times this entry has been read
2663 $rs = mysql_query( 'SELECT COUNT(*) FROM mt_entryhits WHERE entry_id=216' );
2664 $row = mysql_fetch_row( $rs );
2665 $hits = $row[0];
2666
2667 ?>
2668 rizwank 1.1 <h3 class="title">Catching up</h3>
2669
2670 <p> <table align="left"><tr valign="bottom"><td>
2671 <p style="font-size:16pt"><b>
2672 P</b>
2673 </p>
2674 </td></tr></table>
2675 lenty to catch up on, look for it tonight or tomorrow; a new direction; missing Serena; the new laptop..</p>
2676
2677 <p>I've updated some of the stylesheets, remembering how much I like the "Mac like" look of <a href="http://www.pennmasala.com/studio2/start.php" title="Penn Masala Studio">Penn Masala Studio</a>. My obsession with This American Life has inspired a new title, if not original, its descriptive. The quote occured to me as I listenend to <i>Kodachrome</i> and realized how much sense it actually meant. </p>
2678
2679 <p>CSS is REALLY REALLY cool. So is playing Magic. </p>
2680
2681 <p>So its <i>Time After Time</i> by Cyndi Lauper. Just finished watching <i>A View from the Top</i>, the Gwennth Palwtrow flick about becoming an Airline Stewardess... brought many a smile to my face. Also just saw the closing scenes of <i><a href="http://www.keanuvision.com/lot/archives/000188.html" title="The Devils Advocate">The Devils Advocate</a></i>, with the amazing acting of Pacino<b>(*)</b> and the wonderful thoughts of God, and love. </p>
2682
2683 <p><i>"Let me give you a little inside information about God. God likes to watch. He's a prankster. Think about it. He gives man INSTINCTS! He gives you this extraordinary gift, and then what does He do, I swear for His own amusment, his own private, cosmic gag reel, He sets the rules in opposition. It's the goof of all time. Look but don't touch. Touch, but don't taste! Taste, don't swallow. Ahaha! And when you're jumpin' from one foot to the next, what is he doing? He's laughin' His sick, fuckin' ass off. He's a tight-ass! He's a sadist! He's an absentee landlord. Worship THAT? NEVER!"<br />
2684 "Better to rain in hell than serve in Heaven, is that it?"<br />
2685 "Why not? I'm here on the ground with my nose in it since the whole thing began! I've nurtured every sensation man has been inspired to have. I cared about what he wanted and I never judged him. WHY? Because I never rejected him, inspite of all his imperfections...I'M A FAN OF MEN! I'm a humanist..."</i></p>
2686
2687 <p>and</p>
2688
2689 rizwank 1.1 <p><i>"What about love?"<br />
2690 "Overrated. Biochemically no different from eating large quantities of chocolate. "</i></p>
2691
2692 <p>... and I <b>like</b> chocolate.</p>
2693
2694 <p>I'm going to lose the terror alert soon. Its kinda a mute point, and my waning support for the Bush administration ... I play Devil's Advocate a lot... It gets me in trouble in political conversations, and one of my cousins, Aarif, seems to things I'm incredibly pro-Bush, and has a grudge against me for it. Yeah I voted for him. Best of two bad choices, as far as I'm concerned. I've started reading up on John Kerry, and so far, I like what I see. Fiscal Conservative. (Bush has proven to be anything but, even Iraq aside. Fiscal Conservancy isn't just lowering taxes). Socially Liberal. (Despite my incredibly hatred of Affirmative Action, I'd like to think im reasonably liberal outside of economic views.)... Lets see how it plays out.</p>
2695
2696 <p>DVDShrink is a great tool for burning DVDs btw. I'm making DVDs for Sis so she has English programming as a refuge in Spain (as per her request, she wants to be able to not have to translate in the 20 min she watches part of a movie before she goes to bed...) I'm making sure to leave in the Spanish language features though :evil grin:</p>
2697
2698 <p><b>Edit:</b> Burning Lilo and Stich on the laptop, so time to make some site mods.</p>
2699
2700 <p>Removing e-mood link, I rarely updated it. <br />
2701 <a href="http://www.imood.com/query.cgi?email=rizwank@geekymedia.com"><img src="http://moods.imood.com/display/email=rizwank@geekymedia.com/fg=FFFFFF/bg=330066/trans=1" alt="The current mood of rizwank@geekymedia.com at www.imood.com" border="0"></a></p>
2702
2703 <p>Removing Terror Alert, for already described reasons.<br />
2704 <img alt="Terror Alert Level" src="http://www.geekandproud.net/terror/terror.php"></p>
2705
2706 <p>Removing the Broken WebLinks, I've already linked to Lessig in the "better blogs" area.<br />
2707 <a href="news/newsci.php">Newsci</a><br />
2708 <a href="news/lessig_n.php">Lessig News</a><br />
2709 <a href="news/lessig_b.php">Lessig Blog</a></p>
2710 rizwank 1.1
2711 <p>As you all know, now both the news links and the blog rolling are cached, loading to much faster processing times for the page. (Sadly, the home page being ~25k with one posting and not including the includes still means a download delay.)</p>
2712
2713 <p>Re-trimming "Site Design Ideas." Anything to save a byte.</p>
2714
2715 <p>Made <a href="brainsnack.php">Brain Snacks</a> an include, instead of an inline file.</p>
2716
2717 <p>Dumping the "My Interests" section until I find some better way of representing it. Code hidden here for posterity's sake. <!--<br />
2718 <div class="sidetitle"><br />
2719 My Interests<br />
2720 </div><br />
2721 <div class="side"><br />
2722 <a href="mypictures.output/index.htm" title="My passion, photography.">My Photo Gallery</a><br><br />
2723 <A <br />
2724 href="http://www.photocritique.net/cgi-bin/phtg?RIZWAN+KASSIM" title="Critqued Pictures of photocritque.net">photocritique.net</A><br><br />
2725 <a href="http://www.jackbenny.org/" title="Forever 39, Jack Benny">Jack Benny</a><br><br />
2726 <a href="http://www.amazon.com/exec/obidos/registry/Y2XOY9AMZWZ2/ref%3Dwl%5Fs%5F3/002-3256788-5654417" title="Buy me stuff from this list and I'll love you">Amazon Wish List</a><br><br />
2727 <a href="http://www.magicthegathering.com" title="The Five Colored Crack">Magic: The Gathering CCG</a><br><br />
2728 </div><br />
2729 --></p>
2730
2731 rizwank 1.1 <p>Confessed my current love of "<a href="http://www.amazon.com/exec/obidos/tg/detail/-/B000002P7Z/qid=1065320580/sr=8-12/ref=sr_8_12/002-3522262-6923218?v=glance&s=music&n=507846" title="Aqua">Aqua</a>" to my Brain Candy. Ooh, they've got a <a href="http://www.amazon.com/exec/obidos/tg/detail/-/B00004R84T/ref=m_art_bow_2/002-3522262-6923218?v=glance&s=music" title="new">new</a> (2000) album!</p>
2732
2733 <p>I missed <a href="http://www.bbvd.com" title="BBVD">BBVD</a>at House of Blues... No girl to take to dance with me, no Heather to force to dance with me, and I kinda forget. ::annoyance::</p>
2734
2735 <p>Rebalanced the sides again. I'd really appreciate if you all would start reading/commenting again, its getting lonely after having a fan base. I'm over being hurt, honest! :) </p>
2736
2737 <p>I sent off the Uzbekistan pictures to be scanned and developed finally. Theres too much of (ex-gf2) in my Pictures area, some of them are just lousy shots. Most are out on next picture update. </p>
2738
2739 <p>Removed some "quotes":<br />
2740 <i><br />
2741 "A palindrome: Retteb sif lahd, noces ehttub, but the second half is better"<br />
2742 "The more head downwards I am, the more I keep inventing new things."<BR>-<B>Lewis Carroll</B>in <I>Through the Looking Glass</I><br />
2743 "Any smoothly functioning technology will have the appearance of magic. "<BR>-<B>Arthur C Clarke </B>s Third Law in <I>Profiles of the Future</I><br />
2744 "And while the law [of competition] may be sometimes hard for the individual, it is best for the race, because it ensures the survival of the fittest in every department."<BR>-<B>Andrew Carnegie </B><br />
2745 You cannot push anyone up a ladder unless he is willing to climb himself."<BR>-<B>Andrew Carnegie </B><br />
2746 "Advertising is of the very essence of democracy. An election goes on every minute of the business day across the counters of hundreds of thousands of stores and shops where the customers state their preferences and determine which manufacturer and which product shall be the leader today, and which shall lead tomorrow."<BR>-<B>Bruce Barton</B><br />
2747 "The man who goes farthest is generally the one who is willing to do and dare. The sure thing boat never gets far from shore."<BR>-<B>Dale Carnegie</B><br />
2748 "No one can make you feel inferior without your permission."<BR>-<B>Eleanor Roosevelt</B><br />
2749 "Integrity means a willingness not to violate one's identity. "<BR>-<B>Erich Fromm</B><br />
2750 </i></p>
2751
2752 rizwank 1.1
2753
2754
2755
2756
2757 <div class="posted">
2758 <div class="posted">Penned by <!-- Rizwank --><script type="text/javascript" src="http://www.geekymedia.com/email.js"></script> at <a href="http://www.geekymedia.com/archives/2003/10/index.html#000216" title="Permanent Link to this Post.">06:41 PM</a><?php
2759 if ($hits) {
2760 print " | Read ";
2761 echo "$hits";
2762 print " time";
2763 if($hits != 1) echo 's';
2764 }
2765 ?>
2766 | <a href="http://www.geekymedia.com/blogcgi/mt-comments.cgi?entry_id=216" onclick="OpenComments(this.href); return false">Comments (2)</a>
2767
2768 | <a href="http://www.geekymedia.com/blogcgi/mt-tb.cgi?__mode=view&entry_id=216" onclick="OpenTrackback(this.href); return false">TrackBack</a>
2769
2770 </div>
2771
2772 </div>
2773 rizwank 1.1 <?php
2774
2775 // display the list of referers
2776 echo '<div class="sidetitle">Referrers</div>', "\n";
2777 echo '<div class="side">', "\n";
2778
2779 $sql = 'SELECT search, time, title, referer, COUNT(*) AS count FROM mt_entryhits WHERE entry_id=216 GROUP BY referer ORDER BY count DESC, title';
2780
2781 $rs = mysql_query( $sql );
2782 $n = 0;
2783
2784 while( $row = mysql_fetch_assoc( $rs ) ) {
2785 $referer1 = $row['referer'];
2786 $title = $row['title'];
2787 $count = $row['count'];
2788 $search = $row['search'];
2789
2790 if ((strpos($referer1,'ttp://') == 1) && ($search == 0) && (trim($title) !== '-') && (trim($title) !== '')) {
2791 $n++;
2792 echo '<a href="', $referer1, '" target="_blank">';
2793 echo $title . "</a> [" . $count . "]<br />\n";
2794 rizwank 1.1 }
2795 }
2796
2797 if (!($n)) {
2798 echo "No referrals yet<br />";
2799 }
2800 else {
2801 echo "<br />\n";
2802 echo 'referrers [referrals]<br />';
2803 }
2804 echo '</div>';
2805
2806 echo "<div class='sidetitle'>Search Terms</div>\n";
2807 echo "<div class='side'>";
2808
2809 $rs = mysql_query( $sql );
2810 $n = 0;
2811
2812 while( $row = mysql_fetch_assoc( $rs ) ) {
2813 $query = '';
2814
2815 rizwank 1.1 $referer1 = $row['referer'];
2816 $title = $row['title'];
2817 $count = $row['count'];
2818 $search = $row['search'];
2819
2820 if ($search == 1) {
2821 $n++;
2822 $query = "<a href='" . $referer1 . "'>" . $title . "</a>";
2823 echo $query . ' [' . $count . ']' . "<br />\n";
2824 }
2825 }
2826
2827 if (!($n)) { echo "No search terms yet<br />"; }
2828 else { echo "<br />search terms [hits]"; }
2829 echo "</div>";
2830 ?>
2831
2832
2833
2834 </div>
2835 </div>
2836 rizwank 1.1 <?php
2837 //Change the following to your email address
2838 $email = "rizwank@geekymedia.com";
2839
2840 if(eregi("googlebot",$_SERVER['HTTP_USER_AGENT']))
2841 {
2842 mail($email, "Googlebot detected",
2843 "Google has crawled : ".$_SERVER['REQUEST_URI']);
2844 }
2845 ?>
2846 <br>
2847 <php
2848 $rs = mysql_query( "SELECT * FROM mt_entryhits" );
2849 $deletetime = time() - (60 * 60 * 24);
2850 mysql_query( "DELETE FROM mt_entryhits WHERE time < $deletetime and entry_id = 0" );
2851
2852 while ($row = mysql_fetch_assoc($rs)) {
2853 if ($referer == $row['referer']) {
2854 $title = $row['title'];
2855 }
2856 }
2857 rizwank 1.1
2858 if (($title == '') || (strpos($title,'ttp://')) && ($referer !== '')) {
2859 if ($title1 = getquery($referer)) {
2860 $title = addslashes($title1);
2861 $search = 1;
2862 }
2863 else { $search = 0; }
2864 if (!($search)) { $title = addslashes(URLHelper::getTitle($referer)); }
2865 if (strpos($referer,'encquery')) {
2866 $title = addslashes(substr($title,26,-2));
2867 $search = 1;
2868 }
2869 if (strpos($referer,'info.dogpl')) {
2870 $title = substr($title,21);
2871 $search = 1;
2872 }
2873 if ((trim($title) == '-') || (trim($title) === '')) { $title = $referer; }
2874 if (!($search) && (strlen(trim($title)) > 45)) {$title = substr($title,0,42) . "..."; }
2875 else if (trim(strlen($title)) > 52) { $title = substr($title,0,49) . "..."; }
2876 }
2877
2878 rizwank 1.1 mysql_query( "UPDATE mt_entryhits SET title='$title', search=$search WHERE referer='$referer'" );
2879
2880 function getquery($ref){
2881 $queries = array("search=", "epq=", "p=", "qkw=", "q=", "query=", "va=", "qry=", "userQuery=", "searchfor=", "question=", "sb=");
2882
2883 while(list($key,$val)=each($queries)){
2884 $pos = 0;//initialize
2885 $pos = strpos($ref, $val);
2886 if (strpos($ref,'encquery')) { $pos = 0; }
2887 #$ret .= "($pos $val)";
2888 if($pos > 0){
2889 $endpos = strpos ($ref, "&", $pos);
2890 if(trim($endpos) == ""){
2891 $search = substr($ref, ($pos+strlen($val)), strlen($ref)-$pos);
2892 }else{
2893 $search = substr ($ref, ($pos+strlen($val)), ($endpos-$pos)-2);
2894 }
2895 $endpos = strpos ($search, "&");
2896 if(trim($endpos)) {
2897 $search = substr ($search, 0, $endpos);
2898 }
2899 rizwank 1.1 $searched = trim($search);
2900 $searched = str_replace("+", " ", $search);
2901 $searched = str_replace("%2E", ".", $searched);
2902 $searched = str_replace("%2B", "+", $searched);
2903 $searched = str_replace("%2b", "+", $searched);
2904 $searched = str_replace("%22", '"', $searched);
2905 $searched = str_replace("%22", '"', $searched);
2906 $searched = str_replace("%20", " ", $searched);
2907 $searched = str_replace("%3F", "?", $searched);
2908 $searched = str_replace("%28", "(", $searched);
2909 $searched = str_replace("%27", "'", $searched);
2910 $searched = str_replace("%3A", ":", $searched);
2911 $searched = str_replace("%2C", ",", $searched);
2912 $searched = str_replace("%24", "$", $searched);
2913 $searched = str_replace("%21", "!", $searched);
2914 $searched = str_replace("%5C", "\\", $searched);
2915 $searched = str_replace("%2F", "/", $searched);
2916 if(trim($searched) == ""){
2917 $searched = substr($ref, $pos, strlen($ref)-$pos)."($endpos)";
2918 }
2919 }
2920 rizwank 1.1 }
2921 if(trim($searched) !== "") {
2922 return "$searched";
2923 }else{
2924 return false;
2925 }
2926 }// end function
2927
2928 ?>
2929
2930
2931 </body>
2932 </html>
|