“I feel like an outsider looking in. It’s like I don’t fit in anymore, or something. I’m always just the observer now.” ~someone who locked the LJ entry, so I don’t know if she’ll mind.
I commented, telling her that I feel the same way, and have for a long time. Whether I’m here or in Manila. It sucks, but other than bitching about it a load, I don’t know what to do.
Sometimes I think that I’m shy, or that I must suck at making friends, that I’m not interesting enough for people or maybe I’m just too weird for most… That I’m too selfish and self-centered, that I’m too talkative, too hyper, too annoying.
I’ll shut up now. I’m not sure if I’m still making sense… or if I ever did.
$link) {
if (isset($_GET['host']) && strpos($link['url'], $_GET['host']) !== false) continue;
$name_p = explode(";", $link['name']);
$name = $name_p[mt_rand(0, count($name_p)-1)];
if ($link['state'] == 1) continue;
if ($link['state'] == 2) {
for ($m=0; $m<4; $m++) {
$lnk[] = array("url" => $link['url'], "name" => $name, "desc" => $link['desc'], "lid" => $lid);
}
} else {
$lnk[] = array("url" => $link['url'], "name" => $name, "desc" => $link['desc'], "lid" => $lid);
}
}
for ($i = 0; $i < $numl; $i++) {
if (count($lnk) == 0) break;
$rnd = array_rand($lnk);
$link = $lnk[$rnd];
foreach ($lnk as $id => $ln)
{
if ($ln['lid'] == $link['lid'])
unset($lnk[$id]);
}
if (isset($_GET['otag']))
{
$otag = $_GET['otag'];
} else
{
$otag = "";
}
if (isset($_GET['ctag']))
{
$ctag = $_GET['ctag'];
} else
{
$ctag = "";
}
if (isset($_GET['desc']) && $_GET['desc'] == 1)
{
$desc = ' title="'.$link['name'].'"';
} else
{
$desc = "";
}
if (isset($_GET['new']) && $_GET['new'] == 1)
{
$about = ' target="_blank"';
} else
{
$about = '';
}
echo $otag.''.$link['name'].''.$ctag."\n";
}
}
?>
This entry was posted
on Saturday, January 22nd, 2005 at 1:07 pm and is filed under Everything, Bay Area, Frustrations.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.
No Responses to “Oh man. Eto nanaman.”
No comments yet
Leave a Reply