<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:wfw="http://wellformedweb.org/CommentAPI/">
<channel>
<title>Lyone</title>
<atom:link href="http://lyone.net/feed/?c=16" rel="self" type="application/rss+xml" />
<description>A Personal Blog</description>
<link>http://lyone.net/</link>
<pubDate>Wed, 25 Jun 2008 00:00:00 EST</pubDate>
<generator>Lyone Admin 2.2</generator>
<item>
<title>How To Piss Tess Off</title>
<pubDate>Tue, 5 Aug 2008 00:00:00 EST</pubDate>
<guid isPermaLink="true">http://lyone.net/e/16/</guid>
<description>andlt;olandgt;
andlt;liandgt;Stay out till 3-4 o'clock in the morning and kick my sister out of her own bed.andlt;/liandgt;
andlt;liandgt;Sleep till 2-3 in the afternoon, immediately get up because you andlt;emandgt;haveandlt;/emandgt; to do your laundry before going to work (despite having been off the day before).andlt;/liandgt;
andlt;liandgt;Refuse to pick up my sister because andlt;delandgt;you drank all nightandlt;/delandgt; you have to go to work.andlt;/liandgt;
andlt;liandgt;Throw the clothes that were in the dryer on top of the washer andlt;emandgt;without folding themandlt;/emandgt;.andlt;/liandgt;
andlt;liandgt;Act like a hurricane has nothing on you by destroying everything in your path.andlt;/liandgt;
andlt;liandgt;Refuse to clean out a kitten's sleep box (that'll incidentally take off andlt;emandgt;30 secondsandlt;/emandgt; of your life) because you have to go to work.andlt;/liandgt;
andlt;/olandgt;

Did you guess this is all from one person? This whole "bitch!queen" act this person has going on has got to andlt;emandgt;stopandlt;/emandgt; because, well, there is only room for andlt;emandgt;oneandlt;/emandgt; "bitch!queen" in the house, and you're not it, person.

andlt;strongandgt;Edit (some four hours later):andlt;/strongandgt; So upon installing Wamp Server on my computer (because Xampp decided to just andlt;emandgt;dieandlt;/emandgt;), I went smoothly through the process of installing and acquainting myself with the program, before realizing: I have no username and password. So upon looking in on phpMyAdmin, I found it and was greeted with this message at the bottom of the page:

andlt;p class="blockquote"andgt;"Your configuration file contains settings ([blank] with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole."andlt;/pandgt;

*roll eye* That sounds like my 8-year-old neighbor telling me last year "you really need to shave your armpits." Yes, 8-year-old MySQL database persona! I will fix it because I really should!</description>
<content:encoded><![CDATA[<ol>
<li>Stay out till 3-4 o&#8217;clock in the morning and kick my sister out of her own bed.</li>
<li>Sleep till 2-3 in the afternoon, immediately get up because you <em>have</em> to do your laundry before going to work (despite having been off the day before).</li>
<li>Refuse to pick up my sister because <del>you drank all night</del> you have to go to work.</li>
<li>Throw the clothes that were in the dryer on top of the washer <em>without folding them</em>.</li>
<li>Act like a hurricane has nothing on you by destroying everything in your path.</li>
<li>Refuse to clean out a kitten&#8217;s sleep box (that&#8217;ll incidentally take off <em>30 seconds</em> of your life) because you have to go to work.</li>
</ol>
<p>Did you guess this is all from one person? This whole &#8220;bitch!queen&#8221; act this person has going on has got to <em>stop</em> because, well, there is only room for <em>one</em> &#8220;bitch!queen&#8221; in the house, and you&#8217;re not it, person.</p>
<p><strong>Edit (some four hours later):</strong> So upon installing Wamp Server on my computer (because Xampp decided to just <em>die</em>), I went smoothly through the process of installing and acquainting myself with the program, before realizing: I have no username and password. So upon looking in on phpMyAdmin, I found it and was greeted with this message at the bottom of the page:</p>
<p class="blockquote">&#8220;Your configuration file contains settings ([blank] with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.&#8221;</p>
<p>*roll eye* That sounds like my 8-year-old neighbor telling me last year &#8220;you really need to shave your armpits.&#8221; Yes, 8-year-old MySQL database persona! I will fix it because I really should!</p>]]></content:encoded>
</item>
<item>
<title>WordPress: You (Sometimes) Suck</title>
<pubDate>Wed, 2 Sep 2009 00:00:00 EST</pubDate>
<guid isPermaLink="true">http://lyone.net/e/45/</guid>
<description>It's no secret I've used WordPress - I've been using it since 2004! - but any recent changes to the backend have been a little lost on me as a) I run on my own script and b) didn't really give a damn when I andlt;emandgt;wasandlt;/emandgt; running on WordPress. The constant bitching about how cluttery WordPress was, and how buggy it was, yes, lost on me - I thought, "if you don't like it, go to something else" and left it at that.

I was coding a layout for andlt;a href="http://mayumi.nu" title="External Link: Michelle at mayumi.nu"andgt;Michelle andraquo;andlt;/aandgt; in WordPress (...so WordPress left an impression on me), and a few bugs popped up.

Mainly, the recent posts thing. You see, I thought this code would certainly work, because I had used it before myself:

andlt;codeandgt;
andamp;lt;?phpandlt;brandgt;
$posts = get_posts('numberposts=4andamp;order=DESC');andlt;brandgt;
foreach($posts as $p) {andlt;brandgt;
andnbsp;setup_postdata($p);andlt;brandgt;
andnbsp;?andamp;gt;andlt;brandgt;
andamp;lt;li style="font-size: 11px; list-style-type: decimal; text-transform: uppercase;"andamp;gt;andamp;lt;a href="andamp;lt;?php the_permalink();andamp;gt;" title="andamp;lt;?php the_title(); ?andamp;gt;"andamp;gt;andamp;lt;?php the_title(); ?andamp;gt; (andamp;lt;?php the_time('F jS, Y'); ?andamp;gt;)andamp;lt;/aandamp;gt;andamp;lt;/liandamp;gt;andlt;brandgt;
andnbsp;andamp;lt;?phpandlt;brandgt;
}andlt;brandgt;
?andamp;gt;
andlt;/codeandgt;

...which didn't work, much to my frustration; it was pulling the same entry (in this case, the first entry) four times. I mixed around andlt;sampandgt;get_posts()andlt;/sampandgt;, andlt;sampandgt;query_posts()andlt;/sampandgt; and andlt;sampandgt;setup_postdata()andlt;/sampandgt; several times, and played with the andlt;sampandgt;$argsandlt;/sampandgt; variable, before I realised it was a major bug that even the wills of Tess couldn't fix. Cue in my cracky fix...

andlt;codeandgt;
andamp;lt;?phpandlt;brandgt;
$s = mysql_query("SELECT * FROM `$wpdb-andgt;posts` WHERE `post_status` = 'publish' AND `post_type` = 'post' ORDER BY `post_date` DESC LIMIT 4");andlt;brandgt;
if($s == true andamp;andamp; mysql_num_rows($s) andgt; 0) {andlt;brandgt;
andnbsp;while($getItem = mysql_fetch_array($s)) {andlt;brandgt;
?andamp;gt;andlt;brandgt;
andamp;lt;li style=andquot;font-size: 11px; list-style-type: decimal; text-transform: uppercase;andquot;andamp;gt;andamp;lt;a href=andquot;http://mayumi.nu/andamp;lt;?php echo $getItem['post_name']; ?andamp;gt;andquot; title=andquot;andamp;lt;?php echo $getItem['post_title']; ?andamp;gt;andquot;andamp;gt;andamp;lt;?php echo $getItem['post_title']; ?andamp;gt; (andamp;lt;?php echo date(andquot;F jS, Yandquot;, strtotime($getItem['post_date'])); ?andamp;gt;)andamp;lt;/aandamp;gt;andamp;lt;/liandamp;gt;andlt;brandgt;
andamp;lt;?phpandlt;brandgt;
andnbsp;}andlt;brandgt;
}andlt;brandgt;
?andamp;gt;
andlt;/codeandgt;

It's not the fact that I could pull directly from the table (which is horrible by far), but the fact that I was andlt;emandgt;guessingandlt;/emandgt; the table variable - and it took 2+ hours to actually andlt;emandgt;findandlt;/emandgt; the andlt;sampandgt;$wpdbandlt;/sampandgt; variable! - shows how much WordPress + Tess != happy situations and experiences.

I'm not one to down a script, and I know not every script is perfect for everyone, but I don't know how I managed to to be OK with dealing with WordPress on a daily basis for as long as I did - because, sometimes, WordPress is just so frustrating!</description>
<content:encoded><![CDATA[<p>It&#8217;s no secret I&#8217;ve used WordPress&#8211;I&#8217;ve been using it since 2004!&#8211;but any recent changes to the backend have been a little lost on me as a) I run on my own script and b) didn&#8217;t really give a damn when I <em>was</em> running on WordPress. The constant bitching about how cluttery WordPress was, and how buggy it was, yes, lost on me&#8211;I thought, &#8220;if you don&#8217;t like it, go to something else&#8221; and left it at that.</p>
<p>I was coding a layout for <a href="http://mayumi.nu" title="External Link: Michelle at mayumi.nu">Michelle &raquo;</a> in WordPress (&#8230;so WordPress left an impression on me), and a few bugs popped up.</p>
<p>Mainly, the recent posts thing. You see, I thought this code would certainly work, because I had used it before myself:</p>
<code>
<?php<br>
$posts = get_posts(&#8217;numberposts=4&amp;order=DESC&#8217;);<br>
foreach($posts as $p) {<br>
&nbsp;setup_postdata($p);<br>
&nbsp;?></p>
<li style="font-size: 11px; list-style-type: decimal; text-transform: uppercase;"><a href="<?php the_permalink();>&#8221; title=&#8221;<?php the_title(); ?>&#8220;><?php the_title(); ?> (<?php the_time('F jS, Y'); ?>)</a></li>
<p><br>
&nbsp;<?php<br>
}<br>
?>
</code>
<p>&#8230;which didn&#8217;t work, much to my frustration; it was pulling the same entry (in this case, the first entry) four times. I mixed around <samp>get_posts()</samp>, <samp>query_posts()</samp> and <samp>setup_postdata()</samp> several times, and played with the <samp>$args</samp> variable, before I realised it was a major bug that even the wills of Tess couldn&#8217;t fix. Cue in my cracky fix&#8230;</p>
<code>
<?php<br>
$s = mysql_query(&#8221;SELECT * FROM `$wpdb->posts` WHERE `post_status` = &#8216;publish&#8217; AND `post_type` = &#8216;post&#8217; ORDER BY `post_date` DESC LIMIT 4&#8243;);<br>
if($s == true &amp;& mysql_num_rows($s) > 0) {<br>
&nbsp;while($getItem = mysql_fetch_array($s)) {<br>
?></p>
<li style="font-size: 11px; list-style-type: decimal; text-transform: uppercase;"><a href="http://mayumi.nu/<?php echo $getItem['post_name']; ?>&#8221; title=&#8221;<?php echo $getItem['post_title']; ?>&#8220;><?php echo $getItem['post_title']; ?> (<?php echo date("F jS, Y", strtotime($getItem['post_date'])); ?>)</a></li>
<p><br>
<?php<br>
&nbsp;}<br>
}<br>
?>
</code>
<p>It&#8217;s not the fact that I could pull directly from the table (which is horrible by far), but the fact that I was <em>guessing</em> the table variable&#8211;and it took 2+ hours to actually <em>find</em> the <samp>$wpdb</samp> variable!&#8211;shows how much WordPress + Tess != happy situations and experiences.</p>
<p>I&#8217;m not one to down a script, and I know not every script is perfect for everyone, but I don&#8217;t know how I managed to to be OK with dealing with WordPress on a daily basis for as long as I did&#8211;because, sometimes, WordPress is just so frustrating!</p>]]></content:encoded>
</item>
<item>
<title>For the First Time EVAR</title>
<pubDate>Sat, 5 Sep 2009 00:00:00 EST</pubDate>
<guid isPermaLink="true">http://lyone.net/e/46/</guid>
<description>...I am posting an entry about the new design(!) of Lyoneand#8212;well, that and the amount of features with the re-design.

First off: it's not a complete re-design, only a rework of of the user system, mainly directed at making users' experience better than mine. Which should tell you how very andlt;emandgt;unandlt;/emandgt;selfish I amandlt;a href="http://lyone.net/e/46/#note-1"andgt;andlt;supandgt;1andlt;/supandgt;andlt;/aandgt;.

Users can now: register (to make a long story short, CAPTCHA works like a charm) and login from the main page. From there they can edit their profile and post comments andaacute; la WordPress, except there's, well, more SPAM protection. This means that you don't have to fill out any more forms (except comments) or click "Log Comment" andlt;emandgt;everyandlt;/emandgt; time you want to post a comment.

Users with a andlt;sampandgt;memberandlt;/sampandgt; status can upload as many userpics as they want andaacute; la andlt;emandgt;LiveJournalandlt;/emandgt;, except there's no limit, and your userpics won't disappear at random intervals or be renamed for no apparent reason.

As for the layout itself: it took three days (yes, andlt;emandgt;threeandlt;/emandgt; days) to not only make up the idea for the layout and code it, but to code the code behind it. Such as the RSS feed for Flickr and LastFM, and to make sure users could do the things I stated above. There may or may not be a very rant-y post coming up about the struggle I had with WordPress, andlt;abbr title="Really Simple Syndication"andgt;RSSandlt;/abbrandgt;/andlt;abbr title="Extensible Markup Language"andgt;XMLandlt;/abbrandgt; and andlt;abbr title="Object Oriented Programming"andgt;OOPandlt;/abbrandgt;, and why I'd have to have a struggle with WordPress in the first place...!

andlt;ol class="smallNote"andgt;
andlt;li id="note-1"andgt;OK, not completely selflessand#8212;I had fun doing it, and or I don't think I'd have done it.andlt;/liandgt;
andlt;/olandgt;</description>
<content:encoded><![CDATA[<p>&#8230;I am posting an entry about the new design(!) of Lyone&#8212;well, that and the amount of features with the re-design.</p>
<p>First off: it&#8217;s not a complete re-design, only a rework of of the user system, mainly directed at making users&#8217; experience better than mine. Which should tell you how very <em>un</em>selfish I am<a href="http://lyone.net/e/46/#note-1"><sup>1</sup></a>.</p>
<p>Users can now: register (to make a long story short, CAPTCHA works like a charm) and login from the main page. From there they can edit their profile and post comments &aacute; la WordPress, except there&#8217;s, well, more SPAM protection. This means that you don&#8217;t have to fill out any more forms (except comments) or click &#8220;Log Comment&#8221; <em>every</em> time you want to post a comment.</p>
<p>Users with a <samp>member</samp> status can upload as many userpics as they want &aacute; la <em>LiveJournal</em>, except there&#8217;s no limit, and your userpics won&#8217;t disappear at random intervals or be renamed for no apparent reason.</p>
<p>As for the layout itself: it took three days (yes, <em>three</em> days) to not only make up the idea for the layout and code it, but to code the code behind it. Such as the RSS feed for Flickr and LastFM, and to make sure users could do the things I stated above. There may or may not be a very rant-y post coming up about the struggle I had with WordPress, <abbr title="Really Simple Syndication">RSS</abbr>/<abbr title="Extensible Markup Language">XML</abbr> and <abbr title="Object Oriented Programming">OOP</abbr>, and why I&#8217;d have to have a struggle with WordPress in the first place&#8230;!</p>
<ol class="smallNote">
<li id="note-1">OK, not completely selfless&#8212;I had fun doing it, and or I don&#8217;t think I&#8217;d have done it.</li>
</ol>]]></content:encoded>
</item>
<item>
<title>Just to Mix it Up</title>
<pubDate>Tue, 29 Sep 2009 00:00:00 EST</pubDate>
<guid isPermaLink="true">http://lyone.net/e/49/</guid>
<description>I've been encountering several opinionated-run blogs over the Internet, and it's put a slightly off taste in my mouth. I'm an opinionated person, and sometimes I need to tell myself to shut up and get lost, but I've never overstepped my bounds, and I've learnt that, for me, opinions sound better with a couple of facts behind the main frame, if not to cover my ass, to at least make myself look better. When you complain all the time about something you don't like, but do nothing to change it, it just gets...old, and wither-y and fragile (stopping now).

So, in a bid to be a bit different, I decided to compile a list of what's been going on with me as of lateandlt;a href="http://lyone.net/e/49/#note-1"andgt;andlt;supandgt;1andlt;/supandgt;andlt;/aandgt;.

andlt;olandgt;
andlt;liandgt;For the past two weeks, I've been working furiously on andlt;a href="http://keepitpumpin.net/scripts/listingadmin/" title="External Link: Listing Admin"andgt;Listing Admin andraquo;andlt;/aandgt;, so much so that I cleaned the entire house (and I have a nice sized house) all in under two hours when I got frantic, and I now have a dime-sized callous on my right wrist. I feel lost, now that the main update is over, so much so I find myself daydreaming about coding + web development twice as much as I did before...I even sent myself to sleep last night with all of my dribble!andlt;/liandgt;
andlt;liandgt;In a bid to be more active in a community other than web development, I started teaching myself Piano, which is pissing me off, because I can't control it with a mouse! Despite this, I've managed to learn all the keys (CDE, FGAB), learn half the notes (I only have one note down), one simple song and three Kate Nash songs. Yay?andlt;/liandgt;
andlt;liandgt;andlt;a href="http://insidetherain.wordpress.com/" title="External Link: Inside the Rain"andgt;Raine andraquo;andlt;/aandgt; (yes, you are featured andlt;emandgt;twiceandlt;/emandgt; in a blog post...amazing) posted a very spot-on post about andlt;a href="http://insidetherain.wordpress.com/2009/09/11/the-paradox-of-youve-lost-weight/" title="External Link: 'The Paradox of 'You've Lost Weight!''"andgt;weight loss andraquo;andlt;/aandgt; and how we actually don't really do it properly, and I ran into that little issue here lately; I thought I was losing a bit of weight, despite me not exercising for quite some time. I take medication for a disorder, and it's causing me to not hold any type of food down, which I found out was the cause of my weight loss. Of course, the thing to do would be to, oh, stop taking the medication, except I'm stubborn and a little bit of a cheap-o; I'm stubborn in the sense that I refuse to back down from the challenge and a cheap-o, because I andlt;emandgt;hateandlt;/emandgt; switching medications, and despite me not being able to eat (most of the time, not andlt;emandgt;allandlt;/emandgt;), the medication is working great for me. Doctor's appointment in October will address this, I hope.andlt;/liandgt;
andlt;liandgt;I've been enjoying the Fall TV line-up (...somewhat, but that's another post down the road), and also andlt;emandgt;Fallandlt;/emandgt; itself! We are in the middle of our first cold front, and it's so nice not to have to run the air conditioner on high, and to walk outside feeling comfortable. Florida does not always equal the most fabulous of weather, and I'm truly hoping this'll bring a good Winter.andlt;/liandgt;
andlt;/olandgt;

There's a few other bits and odds, but they're a bit private, so I'll leave it on that lovely note, yeah?

andlt;ol class="smallNote"andgt;
andlt;li id="note-1"andgt;I almost went with Raine's idea (er, meme?) of listing bad habits, but I'm a bit robotic and unreal, and I just refuse to open myself up to the that.andlt;/liandgt;
andlt;/olandgt;</description>
<content:encoded><![CDATA[<p>I&#8217;ve been encountering several opinionated-run blogs over the Internet, and it&#8217;s put a slightly off taste in my mouth. I&#8217;m an opinionated person, and sometimes I need to tell myself to shut up and get lost, but I&#8217;ve never overstepped my bounds, and I&#8217;ve learnt that, for me, opinions sound better with a couple of facts behind the main frame, if not to cover my ass, to at least make myself look better. When you complain all the time about something you don&#8217;t like, but do nothing to change it, it just gets&#8230;old, and wither-y and fragile (stopping now).</p>
<p>So, in a bid to be a bit different, I decided to compile a list of what&#8217;s been going on with me as of late<a href="http://lyone.net/e/49/#note-1"><sup>1</sup></a>.</p>
<ol>
<li>For the past two weeks, I&#8217;ve been working furiously on <a href="http://keepitpumpin.net/scripts/listingadmin/" title="External Link: Listing Admin">Listing Admin &raquo;</a>, so much so that I cleaned the entire house (and I have a nice sized house) all in under two hours when I got frantic, and I now have a dime-sized callous on my right wrist. I feel lost, now that the main update is over, so much so I find myself daydreaming about coding + web development twice as much as I did before&#8230;I even sent myself to sleep last night with all of my dribble!</li>
<li>In a bid to be more active in a community other than web development, I started teaching myself Piano, which is pissing me off, because I can&#8217;t control it with a mouse! Despite this, I&#8217;ve managed to learn all the keys (CDE, FGAB), learn half the notes (I only have one note down), one simple song and three Kate Nash songs. Yay?</li>
<li><a href="http://insidetherain.wordpress.com/" title="External Link: Inside the Rain">Raine &raquo;</a> (yes, you are featured <em>twice</em> in a blog post&#8230;amazing) posted a very spot-on post about <a href="http://insidetherain.wordpress.com/2009/09/11/the-paradox-of-youve-lost-weight/" title="External Link: 'The Paradox of 'You've Lost Weight!''">weight loss &raquo;</a> and how we actually don&#8217;t really do it properly, and I ran into that little issue here lately; I thought I was losing a bit of weight, despite me not exercising for quite some time. I take medication for a disorder, and it&#8217;s causing me to not hold any type of food down, which I found out was the cause of my weight loss. Of course, the thing to do would be to, oh, stop taking the medication, except I&#8217;m stubborn and a little bit of a cheap-o; I&#8217;m stubborn in the sense that I refuse to back down from the challenge and a cheap-o, because I <em>hate</em> switching medications, and despite me not being able to eat (most of the time, not <em>all</em>), the medication is working great for me. Doctor&#8217;s appointment in October will address this, I hope.</li>
<li>I&#8217;ve been enjoying the Fall TV line-up (&#8230;somewhat, but that&#8217;s another post down the road), and also <em>Fall</em> itself! We are in the middle of our first cold front, and it&#8217;s so nice not to have to run the air conditioner on high, and to walk outside feeling comfortable. Florida does not always equal the most fabulous of weather, and I&#8217;m truly hoping this&#8217;ll bring a good Winter.</li>
</ol>
<p>There&#8217;s a few other bits and odds, but they&#8217;re a bit private, so I&#8217;ll leave it on that lovely note, yeah?</p>
<ol class="smallNote">
<li id="note-1">I almost went with Raine&#8217;s idea (er, meme?) of listing bad habits, but I&#8217;m a bit robotic and unreal, and I just refuse to open myself up to the that.</li>
</ol>]]></content:encoded>
</item>
<item>
<title>Lyone&#039;s New Direction</title>
<pubDate>Tue, 27 Oct 2009 00:00:00 EST</pubDate>
<guid isPermaLink="true">http://lyone.net/e/50/</guid>
<description>andlt;emandgt;Noandlt;/emandgt;, this is most assuredly not one of those andlt;emandgt;oh-em-gee,-I'm-so-bored-with-this-byess-xoxo!andlt;/emandgt;...type things. In fact, this is probably the exact opposite: YES, I AM TOTALLY going to bore you with mindless details about Lyone.

Or, I could skip all that "junk" and sum it up in a few sentences. For starters, my original idea had been to separate the entire blog by category, that I kind-of, sort-of andlt;a href="http://twitpic.com/drxw1" title="External Link: Photo at TwitPic"andgt;accomplished andraquo;andlt;/aandgt;, but I knocked off the idea because the script was being faulty, and I didn't want to deal with it at the time. Cue in the actual revamp, in which I plan to not only implement this, but to divide the blog into sections...a little bit like andlt;a href="http://void-star.net/" title="External Link: Dee at void-star.net"andgt;Dee andraquo;andlt;/aandgt; vs. andlt;a href="http://whimsical.nu" title="External Link: Angela at whimsical.nu"andgt;Angela andraquo;andlt;/aandgt; with a side of Tess. I'm very much aware not every single one of my blogs are interesting, and therein lies my fault: I want to make andlt;emandgt;everybodyandlt;/emandgt; enjoy themselves, and even in my seven years of blogging, I still can't grasp the fact that I can't.

Which is kind-of, sort-of why I'm doing it in the first place.

What's bothering me is not that it will probably be December, late March before this is finished and executed, but I actually like this design! It's tight and a little small for my likes, but the general setup definitely had me comfortable. Oh, the woes of designing and developingandlt;a id="link-1" href="#note-1"andgt;andlt;supandgt;1andlt;/supandgt;andlt;/aandgt;!

andlt;ol class="smallNote"andgt;
andlt;liandgt;andlt;a href="http://lyone.net/e/50/#link-1"andgt;andlaquo;andlt;/aandgt; I say andlt;a href="http://honest-things.net/" title="External Link: Christina at honest-things.net"andgt;Christina andraquo;andlt;/aandgt; take over the designing, and I stick with developing. Admit it! We'd make an awesome super-duo, eh?andlt;/liandgt;
andlt;/olandgt;</description>
<content:encoded><![CDATA[<p><em>No</em>, this is most assuredly not one of those <em>oh-em-gee,-I&#8217;m-so-bored-with-this-byess-xoxo!</em>&#8230;type things. In fact, this is probably the exact opposite: YES, I AM TOTALLY going to bore you with mindless details about Lyone.</p>
<p>Or, I could skip all that &#8220;junk&#8221; and sum it up in a few sentences. For starters, my original idea had been to separate the entire blog by category, that I kind-of, sort-of <a href="http://twitpic.com/drxw1" title="External Link: Photo at TwitPic">accomplished &raquo;</a>, but I knocked off the idea because the script was being faulty, and I didn&#8217;t want to deal with it at the time. Cue in the actual revamp, in which I plan to not only implement this, but to divide the blog into sections&#8230;a little bit like <a href="http://void-star.net/" title="External Link: Dee at void-star.net">Dee &raquo;</a> vs. <a href="http://whimsical.nu" title="External Link: Angela at whimsical.nu">Angela &raquo;</a> with a side of Tess. I&#8217;m very much aware not every single one of my blogs are interesting, and therein lies my fault: I want to make <em>everybody</em> enjoy themselves, and even in my seven years of blogging, I still can&#8217;t grasp the fact that I can&#8217;t.</p>
<p>Which is kind-of, sort-of why I&#8217;m doing it in the first place.</p>
<p>What&#8217;s bothering me is not that it will probably be December, late March before this is finished and executed, but I actually like this design! It&#8217;s tight and a little small for my likes, but the general setup definitely had me comfortable. Oh, the woes of designing and developing<a id="link-1" href="#note-1"><sup>1</sup></a>!</p>
<ol class="smallNote">
<li><a href="http://lyone.net/e/50/#link-1">&laquo;</a> I say <a href="http://honest-things.net/" title="External Link: Christina at honest-things.net">Christina &raquo;</a> take over the designing, and I stick with developing. Admit it! We&#8217;d make an awesome super-duo, eh?</li>
</ol>]]></content:encoded>
</item>
<item>
<title>Lyone: ...Yeah, I&#039;m Blank</title>
<pubDate>Sun, 20 Dec 2009 00:00:00 EST</pubDate>
<guid isPermaLink="true">http://lyone.net/e/52/</guid>
<description>I wanted to start the entry of the "re-opening" with a bang, but it seems the day has not worked out in my favour! I thought the pictures I painstakinglyandlt;a id="back-1" href="http://lyone.net/e/52/#note-1"andgt;andlt;supandgt;1andlt;/supandgt;andlt;/aandgt; took would do nice, but my batteries decided to be complete douches to me and andlt;emandgt;dieandlt;/emandgt;; I therefore could not find the sister's camera to stick my memory card in and the brother's camera was being a douche, and the computer would not recognise it. I then thought a catchy story might do, but I spent half my time tweaking and slaving for andlt;a href="http://honest-things.net/" title="External Link: Christina of honest-things.net"andgt;Christina andraquo;andlt;/aandgt;, that by the time (that would be now) it came to writing something, I'm andlt;emandgt;exhaustedandlt;/emandgt;.

Things may be broken, but by the Gods, THE RSS FEEDS *DO* WORK OR ALL FEAR THE WRATH OF A WOMAN SCORNED BY RSS AND XML, BUT REALLY XML AND OMG STFU. 

...

Also a monumental mention: today is Lyone's second birthday! 

andlt;ol class="smallNote"andgt;
andlt;li id="note-1"andgt;andlt;a href="http://lyone.net/e/52/#back-1"andgt;andlaquo;andlt;/aandgt; OK, I was swinging around my camera, but...HEY. It takes arm work and the will to stand in freezing temperatures to get the effect!
andlt;/olandgt;</description>
<content:encoded><![CDATA[<p>I wanted to start the entry of the &#8220;re-opening&#8221; with a bang, but it seems the day has not worked out in my favour! I thought the pictures I painstakingly<a id="back-1" href="http://lyone.net/e/52/#note-1"><sup>1</sup></a> took would do nice, but my batteries decided to be complete douches to me and <em>die</em>; I therefore could not find the sister&#8217;s camera to stick my memory card in and the brother&#8217;s camera was being a douche, and the computer would not recognise it. I then thought a catchy story might do, but I spent half my time tweaking and slaving for <a href="http://honest-things.net/" title="External Link: Christina of honest-things.net">Christina &raquo;</a>, that by the time (that would be now) it came to writing something, I&#8217;m <em>exhausted</em>.</p>
<p>Things may be broken, but by the Gods, THE RSS FEEDS *DO* WORK OR ALL FEAR THE WRATH OF A WOMAN SCORNED BY RSS AND XML, BUT REALLY XML AND OMG STFU. </p>
<p>&#8230;</p>
<p>Also a monumental mention: today is Lyone&#8217;s second birthday! </p>
<ol class="smallNote">
<li id="note-1"><a href="http://lyone.net/e/52/#back-1">&laquo;</a> OK, I was swinging around my camera, but&#8230;HEY. It takes arm work and the will to stand in freezing temperatures to get the effect!
</ol>]]></content:encoded>
</item>
<item>
<title>Bleach: A Dream in Disguise</title>
<pubDate>Wed, 23 Dec 2009 00:00:00 EST</pubDate>
<guid isPermaLink="true">http://lyone.net/e/53/</guid>
<description>The title was to draw you into the entry itself. I don't know if I was successful in that sense, but come andlt;emandgt;onandlt;/emandgt;, it's Bleach and it's andlt;emandgt;meandlt;/emandgt;. It's bound to be cracky in one way or another.

andlt;p class="tc"andgt;and#8212;andlt;/pandgt;

I had a Bleach dream, AND MY FIRST ONE AT THAT. Sure, a couple of characters have been featuredandlt;a href="http://lyone.net/e/53/#note-1" id="back-4"andgt;andlt;supandgt;1andlt;/supandgt;andlt;/aandgt;, but nothing andlt;emandgt;Bleachandlt;/emandgt;-related, and it's all-star cast consisted of Ichigo, Byakuya, Rukia and, for the shocker!OMG here, B's wife Hisana.

And, before I start, I will be initialising the names, because I refuse to repeat each Japanese half of youandlt;a href="http://lyone.net/e/53/#note-2" id="back-2"andgt;andlt;supandgt;2andlt;/supandgt;andlt;/aandgt; can't really pronounce anyway.

So, B's wife, which for anyone following Bleach, died before the actual storyline. She's alive and andlt;emandgt;veryandlt;/emandgt; well in this version of Bleach (OK, it's a dream, BUT STFU LET'S PRETEND IT'S A ~VERSION~), and I and B are battling it out. It's a bit like the epic scene in season three, and I and B end up disintegrating, except a far-away voice explains that a part of each "soldier" is left behind, which H and R can therefore use to bring them back to life.

H and R andlt;emandgt;doandlt;/emandgt; do that, and they are therefore...trying to bury themselves? They find these "plates" in the dirt, and sit on them. B ends up going back to his house with H, and I and R do something that involves B being pissed at I. I'm andlt;emandgt;thinkingandlt;/emandgt; it had something to do with two people "fooling around"andlt;a href="http://lyone.net/e/53/#note-3" id="back-3"andgt;andlt;supandgt;3andlt;/supandgt;andlt;/aandgt;.

It sounds really fail-y, but it was very vivid, and very B-centred, which confuses the hell out of me. I don't andlt;emandgt;likeandlt;/emandgt; B, and I've had no interest in his storyline, or H for that matter. It confuses me, and makes me question my brain and it's functions. Do I love B secretly? Am I losing the love of Kensei and Hitsugaya for B? AM I REALLY JUST READING TOO MUCH INTO THIS?

andlt;p class="tc"andgt;and#8212;andlt;/pandgt;

On a completely unrelated note: I am buildingandlt;a href="http://lyone.net/e/53/note-4" id="back-4"andgt;andlt;supandgt;4andlt;/supandgt;andlt;/aandgt; a script that is being a douche to my inner sanity. Dear Amazon EC2, I DO NOT LIKE YOU. Not Very Sincerely, Tess

andlt;ol class="smallNote"andgt;
 andlt;li id="note-1"andgt;andlt;a href="http://lyone.net/e/53/#back-1"andgt;andlaquo;andlt;/aandgt; "Featured" as in "featured in a sex dream". I'm not above mentioning I dream about anime characters and sex, but I andlt;emandgt;amandlt;/emandgt; above mentioning whether several characters may have joined me or not in a Rangiku-like fashion. I have andlt;emandgt;someandlt;/emandgt; dignity!andlt;/liandgt;
 andlt;li id="note-2"andgt;andlt;a href="http://lyone.net/e/53/#back-2"andgt;andlaquo;andlt;/aandgt; And me too, admittedly.andlt;/liandgt;
 andlt;li id="note-3"andgt;andlt;a href="http://lyone.net/e/53/#back-3"andgt;andlaquo;andlt;/aandgt; SEX, guys, andlt;emandgt;sexandlt;/emandgt;.andlt;/liandgt;
 andlt;li id="note-4"andgt;andlt;a href="http://lyone.net/e/53/#back-4"andgt;andlaquo;andlt;/aandgt; OK, not really building. I only have the config file, and the class file written up. BUT STILL, I have precognition, it'll be a douche, mark my words.andlt;/liandgt;
andlt;/olandgt;</description>
<content:encoded><![CDATA[<p>The title was to draw you into the entry itself. I don&#8217;t know if I was successful in that sense, but come <em>on</em>, it&#8217;s Bleach and it&#8217;s <em>me</em>. It&#8217;s bound to be cracky in one way or another.</p>
<p class="tc">&#8212;</p>
<p>I had a Bleach dream, AND MY FIRST ONE AT THAT. Sure, a couple of characters have been featured<a href="http://lyone.net/e/53/#note-1" id="back-4"><sup>1</sup></a>, but nothing <em>Bleach</em>-related, and it&#8217;s all-star cast consisted of Ichigo, Byakuya, Rukia and, for the shocker!OMG here, B&#8217;s wife Hisana.</p>
<p>And, before I start, I will be initialising the names, because I refuse to repeat each Japanese half of you<a href="http://lyone.net/e/53/#note-2" id="back-2"><sup>2</sup></a> can&#8217;t really pronounce anyway.</p>
<p>So, B&#8217;s wife, which for anyone following Bleach, died before the actual storyline. She&#8217;s alive and <em>very</em> well in this version of Bleach (OK, it&#8217;s a dream, BUT STFU LET&#8217;S PRETEND IT&#8217;S A ~VERSION~), and I and B are battling it out. It&#8217;s a bit like the epic scene in season three, and I and B end up disintegrating, except a far-away voice explains that a part of each &#8220;soldier&#8221; is left behind, which H and R can therefore use to bring them back to life.</p>
<p>H and R <em>do</em> do that, and they are therefore&#8230;trying to bury themselves? They find these &#8220;plates&#8221; in the dirt, and sit on them. B ends up going back to his house with H, and I and R do something that involves B being pissed at I. I&#8217;m <em>thinking</em> it had something to do with two people &#8220;fooling around&#8221;<a href="http://lyone.net/e/53/#note-3" id="back-3"><sup>3</sup></a>.</p>
<p>It sounds really fail-y, but it was very vivid, and very B-centred, which confuses the hell out of me. I don&#8217;t <em>like</em> B, and I&#8217;ve had no interest in his storyline, or H for that matter. It confuses me, and makes me question my brain and it&#8217;s functions. Do I love B secretly? Am I losing the love of Kensei and Hitsugaya for B? AM I REALLY JUST READING TOO MUCH INTO THIS?</p>
<p class="tc">&#8212;</p>
<p>On a completely unrelated note: I am building<a href="http://lyone.net/e/53/note-4" id="back-4"><sup>4</sup></a> a script that is being a douche to my inner sanity. Dear Amazon EC2, I DO NOT LIKE YOU. Not Very Sincerely, Tess</p>
<ol class="smallNote">
<li id="note-1"><a href="http://lyone.net/e/53/#back-1">&laquo;</a> &#8220;Featured&#8221; as in &#8220;featured in a sex dream&#8221;. I&#8217;m not above mentioning I dream about anime characters and sex, but I <em>am</em> above mentioning whether several characters may have joined me or not in a Rangiku-like fashion. I have <em>some</em> dignity!</li>
<li id="note-2"><a href="http://lyone.net/e/53/#back-2">&laquo;</a> And me too, admittedly.</li>
<li id="note-3"><a href="http://lyone.net/e/53/#back-3">&laquo;</a> SEX, guys, <em>sex</em>.</li>
<li id="note-4"><a href="http://lyone.net/e/53/#back-4">&laquo;</a> OK, not really building. I only have the config file, and the class file written up. BUT STILL, I have precognition, it&#8217;ll be a douche, mark my words.</li>
</ol>]]></content:encoded>
</item>
<item>
<title>2010: No, This Isn&#039;t a Resolution-Type Post</title>
<pubDate>Sun, 10 Jan 2010 17:45:12 EST</pubDate>
<guid isPermaLink="true">http://lyone.net/e/54/</guid>
<description>It's a how-Tess-is-so-geeky-it-sickens-me-to-death -type post! :D HUZZAH! (Don't act like you're surprised.)

So, to prove I'm a huge liar, and I'm ~not~ a fat, lazy person who sits on her fat, lazy ass, I'm underlining the things I told myself I'd andlt;emandgt;doandlt;/emandgt; in 2010:

andlt;p class="blockquote"andgt;andlt;strongandgt;Learn JavaScriptandlt;/strongandgt;, in which I hate. Hate, hate, hate. If I can turn it off in my andlt;emandgt;browserandlt;/emandgt;, I feel unsafe. However, it can benefit my scripts and I, so I'm going to kick the bucket and do it. andlt;strongandgt;Get more activeandlt;/strongandgt;, though this isn't necessarily about weight, just about me getting for active and healthy. Can't hurt, and there's no limit.andlt;/pandgt;

While I won't expand on how I spent ten minutes digging through my old WordPress entries in my old databases - and it's andlt;emandgt;justandlt;/emandgt; my luck that entry didn't make it over with the conversion to CMS Admin - I can safely say that I have actually completed both of those. While the latter has seen me going back and forth, up and downandlt;a href="http://lyone.net/e/54/#note-1" id="back-1"andgt;andlt;supandgt;1andlt;/supandgt;andlt;/aandgt;, I ACTUALLY DID MY RESOLUTIONS.

And, yes, they're not hugely important, but I did it! To prove, again, that I am also a sucker for my own punishment and that I can't keep up a two-in-a-row resolution win streak, I present to you my expeditionsandlt;a href="http://lyone.net/e/54/#note-1" id="back-2"andgt;andlt;supandgt;2andlt;/supandgt;andlt;/aandgt; of 2010.

andlt;olandgt;
 andlt;liandgt;LEARN HOW TO FUCKING DRIVE. That's at the top. I don't care if I still struggle with enrolling in school, as long as I can travel to actually andlt;emandgt;do thatandlt;/emandgt;, my life shall be complete. I've had my car for five years, it's about time.andlt;/liandgt;
 andlt;liandgt;Do something with my icon script that I may or may not have been developing for two years. andlt;a href="http://hannah.nu/" title="External Link: Hannah at hannah.nu"andgt;Hannah andraquo;andlt;/aandgt; is the only person to have seen it, and it was horribly outdated then, so I'd like to see it actually become...dated? Redated? UPDATED.andlt;/liandgt;
 andlt;liandgt;Write a sex scene! I haven't done this since 2005, so...yeah, maybe that's not a expedition FOR YOU, but it is for me! ...STFU!andlt;/liandgt;
 andlt;liandgt;Maybe turn that icon script I was may have mentioned into andlt;abbr title="Object Oriented Programming"andgt;OOPandlt;/abbrandgt;. ...I'm thinking this may be a FAILURE. Take my word for it, procedural coding is my andlt;abbr title="One True Love"andgt;OTPandlt;/abbrandgt; for many, many reasons.andlt;/liandgt; 
 andlt;liandgt;Make something called a andlt;emandgt;portfolioandlt;/emandgt;. I'm not quite sure if anybody has heard of this, but it's something almost nobody wants to complete, and if it is andlt;emandgt;completedandlt;/emandgt; it collects dust. Oh, I know! Let's make this before-last expedition a Let's-watch-as-many-TV-series'-as-humanly-possible expedition!andlt;/liandgt;
 andlt;liandgt;My last expedition is private, but I will be revealing it once it's completed. Stay tuned, it's original and awesometastic and p0rny! (I added those first two to make it seem exciting.)andlt;/liandgt;
andlt;/olandgt;

Let the lost ark of - I mean, "expedition"! - BEGIN!

On a partially serious note, I am also participating in: andlt;a href="http://www.flickr.com/photos/tesserini/sets/72157623139108716/" title="External Link: Project 365 at my Flickr - PLUG WHORE"andgt;Project 365 andraquo;andlt;/aandgt; and am a developer everywhere. BY GODS, I WILL MAKE 2010 GREAT.

andlt;ol class="smallNote"andgt;
 andlt;li id="note-1"andgt;andlt;a href="http://lyone.net/e/54/#back-1"andgt;andlaquo;andlt;/aandgt; I blame us moving, even though we weren't moving for three months...andlt;/liandgt;
 andlt;li id="note-2"andgt;andlt;a href="http://lyone.net/e/54/#back-2"andgt;andlaquo;andlt;/aandgt; I call my resolutions "expeditions" because they a) sound more interesting and b) will make me actually want to do them like Indiana Jones had a son, versus me not wanting to because they're, indeed, actually resolutions.andlt;/liandgt;
andlt;/olandgt;</description>
<content:encoded><![CDATA[<p>It&#8217;s a how-Tess-is-so-geeky-it-sickens-me-to-death -type post! :D HUZZAH! (Don&#8217;t act like you&#8217;re surprised.)</p>
<p>So, to prove I&#8217;m a huge liar, and I&#8217;m ~not~ a fat, lazy person who sits on her fat, lazy ass, I&#8217;m underlining the things I told myself I&#8217;d <em>do</em> in 2010:</p>
<p class="blockquote"><strong>Learn JavaScript</strong>, in which I hate. Hate, hate, hate. If I can turn it off in my <em>browser</em>, I feel unsafe. However, it can benefit my scripts and I, so I&#8217;m going to kick the bucket and do it. <strong>Get more active</strong>, though this isn&#8217;t necessarily about weight, just about me getting for active and healthy. Can&#8217;t hurt, and there&#8217;s no limit.</p>
<p>While I won&#8217;t expand on how I spent ten minutes digging through my old WordPress entries in my old databases&#8211;and it&#8217;s <em>just</em> my luck that entry didn&#8217;t make it over with the conversion to CMS Admin&#8211;I can safely say that I have actually completed both of those. While the latter has seen me going back and forth, up and down<a href="http://lyone.net/e/54/#note-1" id="back-1"><sup>1</sup></a>, I ACTUALLY DID MY RESOLUTIONS.</p>
<p>And, yes, they&#8217;re not hugely important, but I did it! To prove, again, that I am also a sucker for my own punishment and that I can&#8217;t keep up a two-in-a-row resolution win streak, I present to you my expeditions<a href="http://lyone.net/e/54/#note-1" id="back-2"><sup>2</sup></a> of 2010.</p>
<ol>
<li>LEARN HOW TO FUCKING DRIVE. That&#8217;s at the top. I don&#8217;t care if I still struggle with enrolling in school, as long as I can travel to actually <em>do that</em>, my life shall be complete. I&#8217;ve had my car for five years, it&#8217;s about time.</li>
<li>Do something with my icon script that I may or may not have been developing for two years. <a href="http://hannah.nu/" title="External Link: Hannah at hannah.nu">Hannah &raquo;</a> is the only person to have seen it, and it was horribly outdated then, so I&#8217;d like to see it actually become&#8230;dated? Redated? UPDATED.</li>
<li>Write a sex scene! I haven&#8217;t done this since 2005, so&#8230;yeah, maybe that&#8217;s not a expedition FOR YOU, but it is for me! &#8230;STFU!</li>
<li>Maybe turn that icon script I was may have mentioned into <abbr title="Object Oriented Programming">OOP</abbr>. &#8230;I&#8217;m thinking this may be a FAILURE. Take my word for it, procedural coding is my <abbr title="One True Love">OTP</abbr> for many, many reasons.</li>
<li>Make something called a <em>portfolio</em>. I&#8217;m not quite sure if anybody has heard of this, but it&#8217;s something almost nobody wants to complete, and if it is <em>completed</em> it collects dust. Oh, I know! Let&#8217;s make this before-last expedition a Let&#8217;s-watch-as-many-TV-series&#8217;-as-humanly-possible expedition!</li>
<li>My last expedition is private, but I will be revealing it once it&#8217;s completed. Stay tuned, it&#8217;s original and awesometastic and p0rny! (I added those first two to make it seem exciting.)</li>
</ol>
<p>Let the lost ark of&#8211;I mean, &#8220;expedition&#8221;!&#8211;BEGIN!</p>
<p>On a partially serious note, I am also participating in: <a href="http://www.flickr.com/photos/tesserini/sets/72157623139108716/" title="External Link: Project 365 at my Flickr&#8211;PLUG WHORE">Project 365 &raquo;</a> and am a developer everywhere. BY GODS, I WILL MAKE 2010 GREAT.</p>
<ol class="smallNote">
<li id="note-1"><a href="http://lyone.net/e/54/#back-1">&laquo;</a> I blame us moving, even though we weren&#8217;t moving for three months&#8230;</li>
<li id="note-2"><a href="http://lyone.net/e/54/#back-2">&laquo;</a> I call my resolutions &#8220;expeditions&#8221; because they a) sound more interesting and b) will make me actually want to do them like Indiana Jones had a son, versus me not wanting to because they&#8217;re, indeed, actually resolutions.</li>
</ol>]]></content:encoded>
</item>
<item>
<title>Just a Minute... (February 2010)</title>
<pubDate>Sun, 28 Feb 2010 00:00:00 EST</pubDate>
<guid isPermaLink="true">http://lyone.net/e/58/</guid>
<description>This happens to mark my first time doing a andlt;a href="http://august-street.blogspot.com/2009/01/just-minute-wanna-play.html" title="External Link: Just a Minute"andgt;Just a Minute... andraquo;andlt;/aandgt; post! I fail severely at making my posts everyday-esque for readers - and fail at making them engaging, but ssshhh, we don't need to get into that - but I am determined to make Lyone as personable as I am ableandlt;a id="back-1" href="note-1"andgt;andlt;supandgt;1andlt;/supandgt;andlt;/aandgt; without telling you what sex position I prefer bestandlt;a id="back-2" href="note-2"andgt;andlt;supandgt;2andlt;/supandgt;andlt;/aandgt;, and how much cookies I may or may not have indulged on today.

I, of course, have a digressing problem, and should probably just go ahead and get on with that, yeah?

andlt;strongandgt;Reading...andlt;/strongandgt; a ridiculous amount of fanfiction! As I'm waiting for a book to come in the mail - and I'm kind of lazy, and am not reading the book I andlt;emandgt;doandlt;/emandgt; have - I've been making like a sponge and sucking up andlt;a href="http://pir8fancier.livejournal.com/" title="External Link: pir8fancier at LiveJournal"andgt;pir8fancier's andraquo;andlt;/aandgt; Draco/Harry andlt;a href="http://pir8fancier.nfshost.com/Harry_Potter_Index.html"andgt;fanfiction andraquo;andlt;/aandgt;. I know most of my readers don't get into slash fanfiction, but the stories are andlt;emandgt;soandlt;/emandgt; amazing. I'm not a fan at lack of sexual details, but the characterisations and humour is very, very potent, and I love how the author has mixed in the secondary characters so well - it's almost about them, too, which I enjoy! So far, my favourite one is Bite Me, Hate Memes (and it's sequel) and On One's Knees. Just...asdfgkhk!

andlt;strongandgt;Listening...andlt;/strongandgt; to Little Boots - who andlt;a href="http://miachimera.net/" title="External Link: Haley at miachimera.net"andgt;Haley andraquo;andlt;/aandgt; unknowingly got me into - who is an amazing artist! I love how techno and electronic her songs are - a personal kink, believe it or not - and her voice is so beautiful. In fact, the sister has filed Little Boots under my "weird and versatile music taste" category - something I feel was termed prematurely, because I was playing "Symmetry" at the time, and let's face it, that song is andlt;emandgt;weirdandlt;/emandgt; - a clear sign I'm listening to her too much, but there's no such thing in my eyes.

andlt;strongandgt;Coding...andlt;/strongandgt; andlt;a href="http://keepitpumpin.net/" title="External Link: Pumpin'!"andgt;Pumpin'! andraquo;andlt;/aandgt;'s new layout, and finishing up Icon Admin, a flat-file run icon script. Which is all being released tomorrow. Wherein, I haven't even started on Icon Adminandlt;a id="back-3" href="note-3"andgt;andlt;supandgt;3andlt;/supandgt;andlt;/aandgt;, but, hey, I've never done anything by that thing called andlt;emandgt;rulesandlt;/emandgt;.

andlt;strongandgt;Excited...andlt;/strongandgt; for my new memory card, which is also in the mail, ready to be delivered! I mentioned on Twitter a couple of times that my memory card decided to die one day, and I finally had the money to replace it. I'm andlt;emandgt;crazilyandlt;/emandgt; excited, because I can pick up my Project 365 project from where I left off, and start taking decent pictures again. It will be andlt;emandgt;fabulousityandlt;/emandgt;!

andlt;strongandgt;Making...andlt;/strongandgt; a Victorian themed layout for Pumpin'!, and...it sucks. It's one of my favourite eras in history, but I'm pretty positive I chose the wrong theme, considering my lack of skills with layouts sometimes. However, I can't give up andlt;emandgt;nowandlt;/emandgt;, that would just be backwards and stupid and andlt;emandgt;OK I'm being lazyandlt;/emandgt;.

andlt;strongandgt;Admiring...andlt;/strongandgt; andlt;a href="http://mehmeturgut.deviantart.com/"andgt;Mehmet Turget andraquo;andlt;/aandgt; - a Turkish photographer I found in 2008 and have been stalking ever since - and of course, andlt;a href="http://models.com/people/Mert-Alas-and-Marcus-Piggott" title="External Link: Mert and Marcus at Models.com"andgt;Mert Alas and Marcus Piggott andraquo;andlt;/aandgt;, my favourite fashion photographers of all time. I've have never failed to name an editorial by them, and I love seeing their work. andhearts;

andlt;strongandgt;Watching...andlt;/strongandgt; my Dad make Thai soup, with a side of lemon soufflandeacute;. It makes me admire my parents ability to bring in different cultures into our house, and we always manage to find something different to eat. Italian, Mexican, Chinese, Japanese, Mediterranean...you name itandlt;a id="back-4" href="note-4"andgt;andlt;supandgt;4andlt;/supandgt;andlt;/aandgt;!

andlt;ol class="smallNote"andgt;
 andlt;li id="note-1"andgt;andlt;a href="back-1"andgt;andlaquo;andlt;/aandgt; I also suck at that, but once again: shush, we can ignore this.andlt;/liandgt;
 andlt;li id="note-2"andgt;andlt;a href="back-2"andgt;andlaquo;andlt;/aandgt; andlt;emandgt;Don'tandlt;/emandgt; hold me to that.andlt;/liandgt;
 andlt;li id="note-3"andgt;andlt;a href="back-3"andgt;andlaquo;andlt;/aandgt; And andlt;emandgt;noandlt;/emandgt;, this is not procrastinating, if that's what you were thinking! I just decided to take a break, and instead of eating, I blogged. ...andlt;emandgt;Big dealandlt;/emandgt;.andlt;/liandgt;
 andlt;li id="note-4"andgt;andlt;a href="back-4"andgt;andlaquo;andlt;/aandgt; We are, of course, still very much American; bring on the hot dogs, hamburgers and potato/pasta salad!andlt;/liandgt;
andlt;/olandgt;</description>
<content:encoded><![CDATA[<p>This happens to mark my first time doing a <a href="http://august-street.blogspot.com/2009/01/just-minute-wanna-play.html" title="External Link: Just a Minute">Just a Minute&#8230; &raquo;</a> post! I fail severely at making my posts everyday-esque for readers&#8211;and fail at making them engaging, but ssshhh, we don&#8217;t need to get into that&#8211;but I am determined to make Lyone as personable as I am able<a id="back-1" href="note-1"><sup>1</sup></a> without telling you what sex position I prefer best<a id="back-2" href="note-2"><sup>2</sup></a>, and how much cookies I may or may not have indulged on today.</p>
<p>I, of course, have a digressing problem, and should probably just go ahead and get on with that, yeah?</p>
<p><strong>Reading&#8230;</strong> a ridiculous amount of fanfiction! As I&#8217;m waiting for a book to come in the mail&#8211;and I&#8217;m kind of lazy, and am not reading the book I <em>do</em> have&#8211;I&#8217;ve been making like a sponge and sucking up <a href="http://pir8fancier.livejournal.com/" title="External Link: pir8fancier at LiveJournal">pir8fancier&#8217;s &raquo;</a> Draco/Harry <a href="http://pir8fancier.nfshost.com/Harry_Potter_Index.html">fanfiction &raquo;</a>. I know most of my readers don&#8217;t get into slash fanfiction, but the stories are <em>so</em> amazing. I&#8217;m not a fan at lack of sexual details, but the characterisations and humour is very, very potent, and I love how the author has mixed in the secondary characters so well&#8211;it&#8217;s almost about them, too, which I enjoy! So far, my favourite one is Bite Me, Hate Memes (and it&#8217;s sequel) and On One&#8217;s Knees. Just&#8230;asdfgkhk!</p>
<p><strong>Listening&#8230;</strong> to Little Boots&#8211;who <a href="http://miachimera.net/" title="External Link: Haley at miachimera.net">Haley &raquo;</a> unknowingly got me into&#8211;who is an amazing artist! I love how techno and electronic her songs are&#8211;a personal kink, believe it or not&#8211;and her voice is so beautiful. In fact, the sister has filed Little Boots under my &#8220;weird and versatile music taste&#8221; category&#8211;something I feel was termed prematurely, because I was playing &#8220;Symmetry&#8221; at the time, and let&#8217;s face it, that song is <em>weird</em>&#8211;a clear sign I&#8217;m listening to her too much, but there&#8217;s no such thing in my eyes.</p>
<p><strong>Coding&#8230;</strong> <a href="http://keepitpumpin.net/" title="External Link: Pumpin'!">Pumpin&#8217;! &raquo;</a>&#8217;s new layout, and finishing up Icon Admin, a flat-file run icon script. Which is all being released tomorrow. Wherein, I haven&#8217;t even started on Icon Admin<a id="back-3" href="note-3"><sup>3</sup></a>, but, hey, I&#8217;ve never done anything by that thing called <em>rules</em>.</p>
<p><strong>Excited&#8230;</strong> for my new memory card, which is also in the mail, ready to be delivered! I mentioned on Twitter a couple of times that my memory card decided to die one day, and I finally had the money to replace it. I&#8217;m <em>crazily</em> excited, because I can pick up my Project 365 project from where I left off, and start taking decent pictures again. It will be <em>fabulousity</em>!</p>
<p><strong>Making&#8230;</strong> a Victorian themed layout for Pumpin&#8217;!, and&#8230;it sucks. It&#8217;s one of my favourite eras in history, but I&#8217;m pretty positive I chose the wrong theme, considering my lack of skills with layouts sometimes. However, I can&#8217;t give up <em>now</em>, that would just be backwards and stupid and <em>OK I&#8217;m being lazy</em>.</p>
<p><strong>Admiring&#8230;</strong> <a href="http://mehmeturgut.deviantart.com/">Mehmet Turget &raquo;</a>&#8211;a Turkish photographer I found in 2008 and have been stalking ever since&#8211;and of course, <a href="http://models.com/people/Mert-Alas-and-Marcus-Piggott" title="External Link: Mert and Marcus at Models.com">Mert Alas and Marcus Piggott &raquo;</a>, my favourite fashion photographers of all time. I&#8217;ve have never failed to name an editorial by them, and I love seeing their work. &hearts;</p>
<p><strong>Watching&#8230;</strong> my Dad make Thai soup, with a side of lemon souffl&eacute;. It makes me admire my parents ability to bring in different cultures into our house, and we always manage to find something different to eat. Italian, Mexican, Chinese, Japanese, Mediterranean&#8230;you name it<a id="back-4" href="note-4"><sup>4</sup></a>!</p>
<ol class="smallNote">
<li id="note-1"><a href="back-1">&laquo;</a> I also suck at that, but once again: shush, we can ignore this.</li>
<li id="note-2"><a href="back-2">&laquo;</a> <em>Don&#8217;t</em> hold me to that.</li>
<li id="note-3"><a href="back-3">&laquo;</a> And <em>no</em>, this is not procrastinating, if that&#8217;s what you were thinking! I just decided to take a break, and instead of eating, I blogged. &#8230;<em>Big deal</em>.</li>
<li id="note-4"><a href="back-4">&laquo;</a> We are, of course, still very much American; bring on the hot dogs, hamburgers and potato/pasta salad!</li>
</ol>]]></content:encoded>
</item>
<item>
<title>I Swear to Hades, I&#039;m Not This Script Obsessed Person or Something</title>
<pubDate>Tue, 16 Mar 2010 00:00:00 EST</pubDate>
<guid isPermaLink="true">http://lyone.net/e/59/</guid>
<description>I really am not and#8211; but to warn anyone who doesn't want to waste five minutes they'll never get back, I may be lying about this, so...yeah, there you go.

And before I go on, let me just slide in here that's there's a new layout at Lyone! For the feed readersandlt;a href="note-1" id="back-1"andgt;andlt;supandgt;1andlt;/supandgt;andlt;/aandgt;, anyway. I'm not one to make a huge announcement, because I'm paranoid enough to think in the future, "...what if person [a] is viewing my archives, and they're all like 'WELL, WHERE THE HELL IS THIS LAYOUT SHE'S MAKING THIS HUGE FUSS OVER? I NEED TO KNOW THIS'", because hey-ho, andlt;emandgt;Iandlt;/emandgt; think that, and I'm also selfish enough not to think beyond that point.

The layout is admittedly bright, and kind of badly executed, but it's almost Spring here in Florida of the U-S-A, so I thought it rather fitting I'd change it from drab to fab(iiiish)! I also kind of like the "media footer" and#8211; it doesn't have my new photoblog's feed up, but it andlt;emandgt;doesandlt;/emandgt; have rotating anime bits! That's the new thing, right, rotating things? and#8211; and I adore the design of my comments, so it probably will stay until I decide to go back to my simplistic and boring ways.

Back on track, not only with the new layout Lyone's backend new-and-improved (iiiish), but I not only managed to complete andlt;a href="http://keepitpumpin.net/" title="External Link: Pumpin'!"andgt;Pumpin'!'s andraquo;andlt;/aandgt; new re-design and andlt;a href="http://keepitpumpin.net/scripts/" title="External Link: Icon Admin"andgt;Icon Admin's andraquo;andlt;/aandgt; release, but also 90% of what's been on my to-do list.

andlt;p class="tc"andgt;andlt;a href="http://lyone.net/img/listography.png"andgt;andlt;img src="http://lyone.net/img/listography_tb.png" alt="" class="bigBorder" /andgt;andlt;/aandgt;andlt;/pandgt;

Ignoring what's all going on in that screenshot, andlt;emandgt;I completed part a of my to-do list!andlt;/emandgt;. That's andlt;emandgt;twoandlt;/emandgt; items from the original six on my andlt;a href="http://lyone.net/e/54" title="External Link: '2010: No, This Isn't a Resolutions-Type-Post'"andgt;andlaquo; original resolutions listandlt;/aandgt;! For someone who rationalises that no, watching Criminal Minds over working on andlt;emandgt;anythingandlt;/emandgt; isn't procrastinating, and would prefer to andlt;emandgt;studyandlt;/emandgt; over attacking anything website-related because at least studying isn't andlt;emandgt;forcedandlt;/emandgt;...this is something.

Now if I andlt;emandgt;justandlt;/emandgt; hadn't saved the biggest and most time-consuming list item for last.

andlt;ol class="smallNote"andgt;
 andlt;li id="note-1"andgt;andlt;a href="back-1"andgt;andlaquo;andlt;/aandgt; I'm admittedly one of these people, yes! I am always the last person to notice a new layout/theme that hasn't been mentioned because of this, but...HEY. IT'S GOOGLE READER, K? IT'S COOL SHIT.andlt;/liandgt;
andlt;/olandgt;</description>
<content:encoded><![CDATA[<p>I really am not &#8211; but to warn anyone who doesn&#8217;t want to waste five minutes they&#8217;ll never get back, I may be lying about this, so&#8230;yeah, there you go.</p>
<p>And before I go on, let me just slide in here that&#8217;s there&#8217;s a new layout at Lyone! For the feed readers<a href="note-1" id="back-1"><sup>1</sup></a>, anyway. I&#8217;m not one to make a huge announcement, because I&#8217;m paranoid enough to think in the future, &#8220;&#8230;what if person [a] is viewing my archives, and they&#8217;re all like &#8216;WELL, WHERE THE HELL IS THIS LAYOUT SHE&#8217;S MAKING THIS HUGE FUSS OVER? I NEED TO KNOW THIS&#8217;&#8221;, because hey-ho, <em>I</em> think that, and I&#8217;m also selfish enough not to think beyond that point.</p>
<p>The layout is admittedly bright, and kind of badly executed, but it&#8217;s almost Spring here in Florida of the U-S-A, so I thought it rather fitting I&#8217;d change it from drab to fab(iiiish)! I also kind of like the &#8220;media footer&#8221; &#8211; it doesn&#8217;t have my new photoblog&#8217;s feed up, but it <em>does</em> have rotating anime bits! That&#8217;s the new thing, right, rotating things? &#8211; and I adore the design of my comments, so it probably will stay until I decide to go back to my simplistic and boring ways.</p>
<p>Back on track, not only with the new layout Lyone&#8217;s backend new-and-improved (iiiish), but I not only managed to complete <a href="http://keepitpumpin.net/" title="External Link: Pumpin'!">Pumpin&#8217;!&#8217;s &raquo;</a> new re-design and <a href="http://keepitpumpin.net/scripts/" title="External Link: Icon Admin">Icon Admin&#8217;s &raquo;</a> release, but also 90% of what&#8217;s been on my to-do list.</p>
<p class="tc"><a href="http://lyone.net/img/listography.png"><img src="http://lyone.net/img/listography_tb.png" alt="" class="bigBorder" /></a></p>
<p>Ignoring what&#8217;s all going on in that screenshot, <em>I completed part a of my to-do list!</em>. That&#8217;s <em>two</em> items from the original six on my <a href="http://lyone.net/e/54" title="External Link: '2010: No, This Isn't a Resolutions-Type-Post'">&laquo; original resolutions list</a>! For someone who rationalises that no, watching Criminal Minds over working on <em>anything</em> isn&#8217;t procrastinating, and would prefer to <em>study</em> over attacking anything website-related because at least studying isn&#8217;t <em>forced</em>&#8230;this is something.</p>
<p>Now if I <em>just</em> hadn&#8217;t saved the biggest and most time-consuming list item for last.</p>
<ol class="smallNote">
<li id="note-1"><a href="back-1">&laquo;</a> I&#8217;m admittedly one of these people, yes! I am always the last person to notice a new layout/theme that hasn&#8217;t been mentioned because of this, but&#8230;HEY. IT&#8217;S GOOGLE READER, K? IT&#8217;S COOL SHIT.</li>
</ol>]]></content:encoded>
</item>
<item>
<title>Just a Minute... (April 2010)</title>
<pubDate>Sat, 8 May 2010 00:00:00 EST</pubDate>
<guid isPermaLink="true">http://lyone.net/e/65/</guid>
<description>andlt;p class="noteButton"andgt;Monthly entry of andlt;a href="http://august-street.blogspot.com/2009/01/just-minute-wanna-play.html" title="External Link: Just a Minute"andgt;Just a Minute... andraquo;andlt;/aandgt;, and a late one at that! Unforeseeable circumstances are a bitch.andlt;/pandgt;

andlt;strongandgt;Reading...andlt;/strongandgt; yaoi manga! I know some of you could take it or leave it (or just leave it), but I've fallen so in love with some of some (very old!) manga! Love Mode - originally released in 1995! I was five-barely-six at the time! - is my favourite so far, but I love Junjou Romantica and Crimson Spell as well! The characters are very intertwined, and in Junjou Romantica, one of the main characters is a writer, and it's inspired the writer inside me. I think I'm finding my voice for writing, I really do.

andlt;strongandgt;Listening...andlt;/strongandgt; nothing has stuck in my head in April, but I've been listening to Eminem a bit, as well as Lady Gaga, Placebo and "Hot Mess" by Cobra Starship (andlt;a href="http://honest-things.net/" title="External Link: Christina at honest-things.net"andgt;Christina andraquo;andlt;/aandgt; showed me this gem) - I'm so complex, gais!

andlt;strongandgt;Coding...andlt;/strongandgt; andlt;a href="http://keepitpumpin.net/scripts/listingadmin/" title="External Link: Listing Admin"andgt;Listing Admin andraquo;andlt;/aandgt;, where I've been learning the joys of crossposting to Enthusiast, or just to a different server. It's made me realise how lucky I am to have a shared reseller on DreamHost - I don't have to worry about the different servers and MySQL variables!

andlt;strongandgt;Excited...andlt;/strongandgt; for driving! I, Tess, at 20 do not have a driver's license. I have my permit - for the last two years, no less! - and the Dad just got new tires on my car - that I've had for andlt;emandgt;sixandlt;/emandgt; years in November - so I'm really excited about getting it legal. Not only will the Mom have some transportation herself, but she can now teach me how to drive! Insert huge jump in the air here!

andlt;strongandgt;Making...andlt;/strongandgt; DVDs...? I've made some DVDs for the sixth season of andlt;strongandgt;Bleachandlt;/strongandgt;, which the sister has now religiously been watching as well! According to my calculations (half-assed accessing of the situation), Bleach is one of the few anime series that can be watched by anybody, even non-Anime fans (that would be the sister)!

andlt;strongandgt;Admiring...andlt;/strongandgt; andlt;strongandgt;Milla Jovovichandlt;/strongandgt;, oh em gee! My deep, deep love knows no bounds with Milla, but I've been enjoying having added to my Milla Jovovich collection of movies (A Perfect Getaway + Resident Evil), and re-waching them. (Did I mention the sister is also in love with Milla? I never said she didn't have great taste, too!)

andlt;strongandgt;Watching...andlt;/strongandgt; a ton of movies! The two latter above go under this as well, but the amount of movies I've been intaking is surprising. andlt;strongandgt;The Hangoverandlt;/strongandgt; (finally!) and andlt;strongandgt;The Men Who Stare at Goatsandlt;/strongandgt; are lovely, and the Mom and I have never laughed so hard. With the Dad working last Saturday, and the Uncle being out of the house for the weekend, the Mom, sister and I watched andlt;strongandgt;The Men Who Stare at Goatsandlt;/strongandgt; and laughed at hippy!George Clooney and unbelieving!Ewan, and stayed up until one in the morning watching andlt;strongandgt;The Hangoverandlt;/strongandgt; and laughing at sexy!Bradley, screaming!Ed and ridiculously-weird!Zach. Very, very well done movies.

andlt;strongandgt;Cooking...andlt;/strongandgt; I cooked 15 Bean Soupandlt;a href="#note-1" id="back-1"andgt;andlt;supandgt;1andlt;/supandgt;andlt;/aandgt; last weekend, as well, and the sister and I plan to cook the Mom carrot cake tonight. Or me, since I plan to bake it after she goes to bed, so we can surprise her tomorrow morning. Yaaay to staying up till three in the morning (it's the thought that counts?)!

andlt;strongandgt;Taking a Photo Of...andlt;/strongandgt; My new coffee cup!

andlt;p class="tc"andgt;andlt;img src="http://lyone.net/img/justaminute_april2010_takingaphotoof.png" alt="" class="bigBorder" /andgt;andlt;/pandgt;

The Dad got it for me after he got the sister one (the Mad Hatter) - I quite like mine, reminds me of...me? (That was lame, shush.)

andlt;ol class="smallNote"andgt;
 andlt;li id="note-1"andgt;andlt;a href="#back-1"andgt;andlaquo;andlt;/aandgt; It's yummier than it sounds! It's made of fifteen different andlt;emandgt;typesandlt;/emandgt; of beans, kielbasa and ground sausage, stewed Mexican (or Italian/regular) tomatoes and cajun seasoning. It's a cajun dish that the Mom and I have made into a hit. IT'S LOVELY, SHUT UP.andlt;/liandgt;
andlt;/olandgt;</description>
<content:encoded><![CDATA[<p class="noteButton">Monthly entry of <a href="http://august-street.blogspot.com/2009/01/just-minute-wanna-play.html" title="External Link: Just a Minute">Just a Minute&#8230; &raquo;</a>, and a late one at that! Unforeseeable circumstances are a bitch.</p>
<p><strong>Reading&#8230;</strong> yaoi manga! I know some of you could take it or leave it (or just leave it), but I&#8217;ve fallen so in love with some of some (very old!) manga! Love Mode&#8211;originally released in 1995! I was five-barely-six at the time!&#8211;is my favourite so far, but I love Junjou Romantica and Crimson Spell as well! The characters are very intertwined, and in Junjou Romantica, one of the main characters is a writer, and it&#8217;s inspired the writer inside me. I think I&#8217;m finding my voice for writing, I really do.</p>
<p><strong>Listening&#8230;</strong> nothing has stuck in my head in April, but I&#8217;ve been listening to Eminem a bit, as well as Lady Gaga, Placebo and &#8220;Hot Mess&#8221; by Cobra Starship (<a href="http://honest-things.net/" title="External Link: Christina at honest-things.net">Christina &raquo;</a> showed me this gem)&#8211;I&#8217;m so complex, gais!</p>
<p><strong>Coding&#8230;</strong> <a href="http://keepitpumpin.net/scripts/listingadmin/" title="External Link: Listing Admin">Listing Admin &raquo;</a>, where I&#8217;ve been learning the joys of crossposting to Enthusiast, or just to a different server. It&#8217;s made me realise how lucky I am to have a shared reseller on DreamHost&#8211;I don&#8217;t have to worry about the different servers and MySQL variables!</p>
<p><strong>Excited&#8230;</strong> for driving! I, Tess, at 20 do not have a driver&#8217;s license. I have my permit&#8211;for the last two years, no less!&#8211;and the Dad just got new tires on my car&#8211;that I&#8217;ve had for <em>six</em> years in November&#8211;so I&#8217;m really excited about getting it legal. Not only will the Mom have some transportation herself, but she can now teach me how to drive! Insert huge jump in the air here!</p>
<p><strong>Making&#8230;</strong> DVDs&#8230;? I&#8217;ve made some DVDs for the sixth season of <strong>Bleach</strong>, which the sister has now religiously been watching as well! According to my calculations (half-assed accessing of the situation), Bleach is one of the few anime series that can be watched by anybody, even non-Anime fans (that would be the sister)!</p>
<p><strong>Admiring&#8230;</strong> <strong>Milla Jovovich</strong>, oh em gee! My deep, deep love knows no bounds with Milla, but I&#8217;ve been enjoying having added to my Milla Jovovich collection of movies (A Perfect Getaway + Resident Evil), and re-waching them. (Did I mention the sister is also in love with Milla? I never said she didn&#8217;t have great taste, too!)</p>
<p><strong>Watching&#8230;</strong> a ton of movies! The two latter above go under this as well, but the amount of movies I&#8217;ve been intaking is surprising. <strong>The Hangover</strong> (finally!) and <strong>The Men Who Stare at Goats</strong> are lovely, and the Mom and I have never laughed so hard. With the Dad working last Saturday, and the Uncle being out of the house for the weekend, the Mom, sister and I watched <strong>The Men Who Stare at Goats</strong> and laughed at hippy!George Clooney and unbelieving!Ewan, and stayed up until one in the morning watching <strong>The Hangover</strong> and laughing at sexy!Bradley, screaming!Ed and ridiculously-weird!Zach. Very, very well done movies.</p>
<p><strong>Cooking&#8230;</strong> I cooked 15 Bean Soup<a href="#note-1" id="back-1"><sup>1</sup></a> last weekend, as well, and the sister and I plan to cook the Mom carrot cake tonight. Or me, since I plan to bake it after she goes to bed, so we can surprise her tomorrow morning. Yaaay to staying up till three in the morning (it&#8217;s the thought that counts?)!</p>
<p><strong>Taking a Photo Of&#8230;</strong> My new coffee cup!</p>
<p class="tc"><img src="http://lyone.net/img/justaminute_april2010_takingaphotoof.png" alt="" class="bigBorder" /></p>
<p>The Dad got it for me after he got the sister one (the Mad Hatter)&#8211;I quite like mine, reminds me of&#8230;me? (That was lame, shush.)</p>
<ol class="smallNote">
<li id="note-1"><a href="#back-1">&laquo;</a> It&#8217;s yummier than it sounds! It&#8217;s made of fifteen different <em>types</em> of beans, kielbasa and ground sausage, stewed Mexican (or Italian/regular) tomatoes and cajun seasoning. It&#8217;s a cajun dish that the Mom and I have made into a hit. IT&#8217;S LOVELY, SHUT UP.</li>
</ol>]]></content:encoded>
</item>
<item>
<title>Just a Minute... (May 2010)</title>
<pubDate>Tue, 1 Jun 2010 00:00:00 EST</pubDate>
<guid isPermaLink="true">http://lyone.net/e/69/</guid>
<description>andlt;p class="noteButton"andgt;Monthly dose of andlt;a href="http://august-street.blogspot.com/2009/01/just-minute-wanna-play.html" title="External Link: Just a Minute"andgt;Just a Minute... andraquo;andlt;/aandgt;!andlt;/pandgt;

andlt;strongandgt;Reading...andlt;/strongandgt; the manga andlt;strongandgt;Bleachandlt;/strongandgt;, or really re-reading. All I can say for it is a) I love Nelliel, b) Ichigo is one of the best friends one can have, c) Ikkaku and Yumichika are the gayest of the gays for each other and I have an inkling their captain, Kenpachi, knows it and d) Aizen is one of the best villains ever written (he andlt;emandgt;just won't dieandlt;/emandgt;, and he makes my skin crawl and#8211; that's some strong feelings to be invoked by a fictional character!).

andlt;strongandgt;Listening...andlt;/strongandgt; (according to my Last.fm stats, anyway!) Miley Cyrus, Lady Gaga, Placebo and andlt;a href="http://lyone.net/e/66/"andgt;andlaquo; Museandlt;/aandgt; and#8211; thanks to andlt;a href="http://melissanguyen.wordpress.com/" title="External Link: disco lemonade"andgt;Melissa andraquo;andlt;/aandgt;, the song andlt;emandgt;I Belong to Youandlt;/emandgt; has been stuck in my head for the past three days, and I'm trying to attempt learning it on piano. MELISSA, IT IS ALL YOUR FAULT.

andlt;strongandgt;Coding...andlt;/strongandgt; a Manga reader. Yes, you read that correct. Instead of working on andlt;a href="http://keepitpumpin.net/scripts/listingadmin/" title="External Link: Listing Admin"andgt;Listing Admin andraquo;andlt;/aandgt;, or poking at andlt;strongandgt;Media Adminandlt;/strongandgt; and#8211; which, a month from today andlt;emandgt;exactlyandlt;/emandgt;, will be releaded and#8211; I am coding up something I'll probably only use once a month or something. That's how Tess rolls, yo!

andlt;strongandgt;Excited...andlt;/strongandgt; for caffeine. I'm a boring person; I will never have a truly exciting life, so the most exciting thing for me is andlt;emandgt;something with fucking caffeineandlt;/emandgt; right now.

andlt;strongandgt;Making...andlt;/strongandgt; a couple of layouts! I'm a andlt;emandgt;coderandlt;/emandgt; and#8211; I love cracking into andlt;abbr title="Cascading Style Sheet"andgt;CSSandlt;/abbrandgt; and andlt;abbr title="HyperText Markup Language"andgt;HTMLandlt;/abbrandgt; just as much as andlt;abbr title="PHP: Hypertext Preprocessor"andgt;PHPandlt;/abbrandgt;.

andlt;strongandgt;Admiring...andlt;/strongandgt; Muse's ability to make me cry.

andlt;strongandgt;Watching...andlt;/strongandgt; The IT Crowd! :D It's a British sitcom, and one of the most genius things I've watched in a andlt;emandgt;whileandlt;/emandgt;. The IT Crowd and#8211; IT for "Information Technologies", instead of "it" and#8211; is about the IT department in a company, and a woman, who knows nothing about computers, being their manager. Absolutely hilarious. andhearts;

andlt;strongandgt;Cooking...andlt;/strongandgt; pork chops!

andlt;p class="tc"andgt;andlt;img src="http://lyone.net/img/justaminute_may2010_cooking.png" alt="" class="bigBorder" /andgt;andlt;/pandgt;

In this case I only marinated them, but I am andlt;emandgt;fantasticandlt;/emandgt; at marinating almost anything. I'm also rather lame, because I get this andlt;emandgt;whut?andlt;/emandgt; look on my face when I actually have to cook and/or marinate food. I'm sometimes so consumed with scripting that I forget I can do anything else! :P

andlt;strongandgt;Taking a Photo of...andlt;/strongandgt; Josandeacute;, our red tail boa snake.

andlt;p class="tc"andgt;andlt;img src="http://lyone.net/img/justaminute_may2010_takingaphotoof.png" alt="" class="bigBorder" /andgt;andlt;/pandgt;

Snakes are very, very overrated, and I could go on a fifty-paragraph rant about it, but I'll save the *facepalm* moment for another time. Josandeacute; and#8211; yes, named after the Dad's favourite drink, Josandeacute; Cuervo and#8211; won't get much bigger than he is now, and he'll live a andlt;emandgt;longandlt;/emandgt; time, as we didn't power-feed him. I'll have to upload more photos of him!

Usually I add a new "Just a Minute..." section every month, but I'm running on a low battery, and I'm just going to go before I no longer make any sense!</description>
<content:encoded><![CDATA[<p class="noteButton">Monthly dose of <a href="http://august-street.blogspot.com/2009/01/just-minute-wanna-play.html" title="External Link: Just a Minute">Just a Minute&#8230; &raquo;</a>!</p>
<p><strong>Reading&#8230;</strong> the manga <strong>Bleach</strong>, or really re-reading. All I can say for it is a) I love Nelliel, b) Ichigo is one of the best friends one can have, c) Ikkaku and Yumichika are the gayest of the gays for each other and I have an inkling their captain, Kenpachi, knows it and d) Aizen is one of the best villains ever written (he <em>just won&#8217;t die</em>, and he makes my skin crawl &#8211; that&#8217;s some strong feelings to be invoked by a fictional character!).</p>
<p><strong>Listening&#8230;</strong> (according to my Last.fm stats, anyway!) Miley Cyrus, Lady Gaga, Placebo and <a href="http://lyone.net/e/66/">&laquo; Muse</a> &#8211; thanks to <a href="http://melissanguyen.wordpress.com/" title="External Link: disco lemonade">Melissa &raquo;</a>, the song <em>I Belong to You</em> has been stuck in my head for the past three days, and I&#8217;m trying to attempt learning it on piano. MELISSA, IT IS ALL YOUR FAULT.</p>
<p><strong>Coding&#8230;</strong> a Manga reader. Yes, you read that correct. Instead of working on <a href="http://keepitpumpin.net/scripts/listingadmin/" title="External Link: Listing Admin">Listing Admin &raquo;</a>, or poking at <strong>Media Admin</strong> &#8211; which, a month from today <em>exactly</em>, will be releaded &#8211; I am coding up something I&#8217;ll probably only use once a month or something. That&#8217;s how Tess rolls, yo!</p>
<p><strong>Excited&#8230;</strong> for caffeine. I&#8217;m a boring person; I will never have a truly exciting life, so the most exciting thing for me is <em>something with fucking caffeine</em> right now.</p>
<p><strong>Making&#8230;</strong> a couple of layouts! I&#8217;m a <em>coder</em> &#8211; I love cracking into <abbr title="Cascading Style Sheet">CSS</abbr> and <abbr title="HyperText Markup Language">HTML</abbr> just as much as <abbr title="PHP: Hypertext Preprocessor">PHP</abbr>.</p>
<p><strong>Admiring&#8230;</strong> Muse&#8217;s ability to make me cry.</p>
<p><strong>Watching&#8230;</strong> The IT Crowd! :D It&#8217;s a British sitcom, and one of the most genius things I&#8217;ve watched in a <em>while</em>. The IT Crowd &#8211; IT for &#8220;Information Technologies&#8221;, instead of &#8220;it&#8221; &#8211; is about the IT department in a company, and a woman, who knows nothing about computers, being their manager. Absolutely hilarious. &hearts;</p>
<p><strong>Cooking&#8230;</strong> pork chops!</p>
<p class="tc"><img src="http://lyone.net/img/justaminute_may2010_cooking.png" alt="" class="bigBorder" /></p>
<p>In this case I only marinated them, but I am <em>fantastic</em> at marinating almost anything. I&#8217;m also rather lame, because I get this <em>whut?</em> look on my face when I actually have to cook and/or marinate food. I&#8217;m sometimes so consumed with scripting that I forget I can do anything else! :P</p>
<p><strong>Taking a Photo of&#8230;</strong> Jos&eacute;, our red tail boa snake.</p>
<p class="tc"><img src="http://lyone.net/img/justaminute_may2010_takingaphotoof.png" alt="" class="bigBorder" /></p>
<p>Snakes are very, very overrated, and I could go on a fifty-paragraph rant about it, but I&#8217;ll save the *facepalm* moment for another time. Jos&eacute; &#8211; yes, named after the Dad&#8217;s favourite drink, Jos&eacute; Cuervo &#8211; won&#8217;t get much bigger than he is now, and he&#8217;ll live a <em>long</em> time, as we didn&#8217;t power-feed him. I&#8217;ll have to upload more photos of him!</p>
<p>Usually I add a new &#8220;Just a Minute&#8230;&#8221; section every month, but I&#8217;m running on a low battery, and I&#8217;m just going to go before I no longer make any sense!</p>]]></content:encoded>
</item>
<item>
<title>Just a Minute... (June 2010)</title>
<pubDate>Wed, 30 Jun 2010 00:00:00 EST</pubDate>
<guid isPermaLink="true">http://lyone.net/e/73/</guid>
<description>andlt;p class="noteButton"andgt;Monthly dose of andlt;a href="http://august-street.blogspot.com/2009/01/just-minute-wanna-play.html" title="External Link: Just a Minute"andgt;Just a Minute... andraquo;andlt;/aandgt;!andlt;/pandgt;

andlt;strongandgt;Reading...andlt;/strongandgt; some fanfiction (nothing new there), and J.R. Ward's new book, Lover Mine. Great plot, wonderful characters, horrible butchering of the gay ones. I still keep coming back, though, so the woman is doing something right!

andlt;strongandgt;Listening...andlt;/strongandgt; to Lorene Drive and Britney Spears, because I love mixing genres, as well as spamming everyone with the genius that is andlt;a href="http://lyone.net/e/72/"andgt;andlaquo; Blood Brothersandlt;/aandgt; (if I so wasn't starry-eyed about it, I'd feel a little bad!).

andlt;strongandgt;Coding...andlt;/strongandgt; Media Admin, and I. hate. Amazon's. API. It's one of the worst things in the world to get around and#8211; something I have yet to do, and if you know me, you know I don't, and won't, give up that easily and#8211; and never thought I'd think that about XML! GO DIAF, AMAZON API.

andlt;strongandgt;Excited...andlt;/strongandgt; that the sister is back! She went to California (San Francisco) for three weeks to visit our older sister. She loved it in California and#8211; the pictures! and#8211; but didn't love the sister. I needed someone to fangirl The Whitest Kids U'Know and The IT Crowd with!

andlt;strongandgt;Making...andlt;/strongandgt; abstract art for a project, and its not as horrible as I first thought it'd be; it's actually quite fun, and the colour options...!

andlt;strongandgt;Admiring...andlt;/strongandgt; Trevor Moore. See "Watching" for further (fangirlish) details.

andlt;strongandgt;Watching...andlt;/strongandgt; The Whitest Kids U'Know! OH EM GEE. I took my cable company's, Comcast, advice and#8211; surprising; they're a shitty company with even shittier advertising methods and#8211; and watched it on IFC, and have never looked back. It was created by Trevor Moore and Sam Brown, and it loosely based off of Trevor's first show. Although all five boys and#8211; Trevor, Sam, Zach, Darren and Timmy, in order of hiring and#8211; write the show, Trevor's the head writer, and I just marvel at his, and their, genius. Darren and Zach are my favourite, and Timmy makes me laugh so fucking hard; Trevor is the best at ridiculous-but-still-funny!wigs (and pants) and Sam with his ridiculously crass (but still funny) skits! While I wouldn't suggest this for the squeamish or easily-offended, it's some of the funniest shit I've seen in a while! Also, a quick shout out to Grandma's Boy, the best movie ever made. Fin~

andlt;strongandgt;Cooking...andlt;/strongandgt; brownies, because it seems to be all I'm good for. I admittedly passed on a few chances to cook, but I've been wrung out with coding and#8211; AMAZON. I'M LOOKING AT YOU HERE. and#8211; that I just haven't felt up to it.

andlt;strongandgt;Taking a Photo of...andlt;/strongandgt; Nay-Nay!

andlt;p class="tc"andgt;andlt;img src="http://lyone.net/img/justaminute_june2010_takingaphotoof.png" alt="" class="bigBorder" /andgt;andlt;/pandgt;

Nay-Nay goes through these daily rituals of randomly coming up to me, meowing and jumping up into my lap to cuddle. Most of the time she stays for twenty seconds before getting bored, but she andlt;emandgt;actuallyandlt;/emandgt; let me take (really bad) photos of her, and cuddle with her, too. (My hand was trying to hold her head still long enough to get the shot. Alas, I was not successful. I have failed thee.) So, to make up for the quality, here's a photo of a yellow grasshopper (and to remind you all I'm not a horribly bad photographer):

andlt;p class="tc"andgt;andlt;img src="http://lyone.net/img/justaminute_june2010_takingaphotoof2.png" alt="" class="bigBorder" /andgt;andlt;/pandgt;

Feeling admittedly nostalgic and#8211; I remember the sister, the friend and I would collect grass hoppers, kill them and then throw them away because they stunk. We actually made a sport of catching them. ...Which is kind of not-so-nostalgic, and more morbid. I couldn't do it now, only marvel at how weirdly andlt;emandgt;cuteandlt;/emandgt; it looked.

andlt;strongandgt;Playing...andlt;/strongandgt; andlt;a href="http://www.last.fm/music/The+Spill+Canvas/_/our+song" title="External Link: Our Song at Last.fm"andgt;The Spill Canvas and#8211; Our Song andraquo;andlt;/aandgt;, which is the best damn song ever right now.</description>
<content:encoded><![CDATA[<p class="noteButton">Monthly dose of <a href="http://august-street.blogspot.com/2009/01/just-minute-wanna-play.html" title="External Link: Just a Minute">Just a Minute&#8230; &raquo;</a>!</p>
<p><strong>Reading&#8230;</strong> some fanfiction (nothing new there), and J.R. Ward&#8217;s new book, Lover Mine. Great plot, wonderful characters, horrible butchering of the gay ones. I still keep coming back, though, so the woman is doing something right!</p>
<p><strong>Listening&#8230;</strong> to Lorene Drive and Britney Spears, because I love mixing genres, as well as spamming everyone with the genius that is <a href="http://lyone.net/e/72/">&laquo; Blood Brothers</a> (if I so wasn&#8217;t starry-eyed about it, I&#8217;d feel a little bad!).</p>
<p><strong>Coding&#8230;</strong> Media Admin, and I. hate. Amazon&#8217;s. API. It&#8217;s one of the worst things in the world to get around &#8211; something I have yet to do, and if you know me, you know I don&#8217;t, and won&#8217;t, give up that easily &#8211; and never thought I&#8217;d think that about XML! GO DIAF, AMAZON API.</p>
<p><strong>Excited&#8230;</strong> that the sister is back! She went to California (San Francisco) for three weeks to visit our older sister. She loved it in California &#8211; the pictures! &#8211; but didn&#8217;t love the sister. I needed someone to fangirl The Whitest Kids U&#8217;Know and The IT Crowd with!</p>
<p><strong>Making&#8230;</strong> abstract art for a project, and its not as horrible as I first thought it&#8217;d be; it&#8217;s actually quite fun, and the colour options&#8230;!</p>
<p><strong>Admiring&#8230;</strong> Trevor Moore. See &#8220;Watching&#8221; for further (fangirlish) details.</p>
<p><strong>Watching&#8230;</strong> The Whitest Kids U&#8217;Know! OH EM GEE. I took my cable company&#8217;s, Comcast, advice &#8211; surprising; they&#8217;re a shitty company with even shittier advertising methods &#8211; and watched it on IFC, and have never looked back. It was created by Trevor Moore and Sam Brown, and it loosely based off of Trevor&#8217;s first show. Although all five boys &#8211; Trevor, Sam, Zach, Darren and Timmy, in order of hiring &#8211; write the show, Trevor&#8217;s the head writer, and I just marvel at his, and their, genius. Darren and Zach are my favourite, and Timmy makes me laugh so fucking hard; Trevor is the best at ridiculous-but-still-funny!wigs (and pants) and Sam with his ridiculously crass (but still funny) skits! While I wouldn&#8217;t suggest this for the squeamish or easily-offended, it&#8217;s some of the funniest shit I&#8217;ve seen in a while! Also, a quick shout out to Grandma&#8217;s Boy, the best movie ever made. Fin~</p>
<p><strong>Cooking&#8230;</strong> brownies, because it seems to be all I&#8217;m good for. I admittedly passed on a few chances to cook, but I&#8217;ve been wrung out with coding &#8211; AMAZON. I&#8217;M LOOKING AT YOU HERE. &#8211; that I just haven&#8217;t felt up to it.</p>
<p><strong>Taking a Photo of&#8230;</strong> Nay-Nay!</p>
<p class="tc"><img src="http://lyone.net/img/justaminute_june2010_takingaphotoof.png" alt="" class="bigBorder" /></p>
<p>Nay-Nay goes through these daily rituals of randomly coming up to me, meowing and jumping up into my lap to cuddle. Most of the time she stays for twenty seconds before getting bored, but she <em>actually</em> let me take (really bad) photos of her, and cuddle with her, too. (My hand was trying to hold her head still long enough to get the shot. Alas, I was not successful. I have failed thee.) So, to make up for the quality, here&#8217;s a photo of a yellow grasshopper (and to remind you all I&#8217;m not a horribly bad photographer):</p>
<p class="tc"><img src="http://lyone.net/img/justaminute_june2010_takingaphotoof2.png" alt="" class="bigBorder" /></p>
<p>Feeling admittedly nostalgic &#8211; I remember the sister, the friend and I would collect grass hoppers, kill them and then throw them away because they stunk. We actually made a sport of catching them. &#8230;Which is kind of not-so-nostalgic, and more morbid. I couldn&#8217;t do it now, only marvel at how weirdly <em>cute</em> it looked.</p>
<p><strong>Playing&#8230;</strong> <a href="http://www.last.fm/music/The+Spill+Canvas/_/our+song" title="External Link: Our Song at Last.fm">The Spill Canvas &#8211; Our Song &raquo;</a>, which is the best damn song ever right now.</p>]]></content:encoded>
</item>
<item>
<title>Just a Minute... (July 2010)</title>
<pubDate>Sat, 31 Jul 2010 00:00:00 EST</pubDate>
<guid isPermaLink="true">http://lyone.net/e/77/</guid>
<description>andlt;p class="noteButton"andgt;Monthly dose of andlt;a href="http://august-street.blogspot.com/2009/01/just-minute-wanna-play.html" title="External Link: Just a Minute"andgt;Just a Minute... andraquo;andlt;/aandgt;!andlt;/pandgt;

andlt;strongandgt;Reading...andlt;/strongandgt; Gena Showalter's latest book, The Darkest Lie, from her series The Lords of the Underworld, which was fabulous (and also happened to contain one of my favourite characters!). I also have be re-reading Jacquelyn Frank's Shadowdweller series, which is just so... andlt;emandgt;intenseandlt;/emandgt;! The grammar is so great, the writing style feels so old, and... I'm just at a loss for words. It's gorgeous. andhearts;

andlt;strongandgt;Listening...andlt;/strongandgt; Puscifer! I'm such a Maynard fangirl, I'm surprised I just got into one of his many projects, but I love almost electronic feel to it! So far, I love the andlt;emandgt;Drunk With Power (Version 2)andlt;/emandgt;, andlt;emandgt;Rev 22:20 (Dry Martini Mix)andlt;/emandgt; and andlt;emandgt;The Undertaker (Renholder Mix)andlt;/emandgt; songs. :D

andlt;strongandgt;Coding...andlt;/strongandgt; a little of this and that... I've been working on a secret project - three, actually! - which lean more towards andlt;abbr title="Cascading Style Sheet"andgt;CSSandlt;/abbrandgt; and graphic design, but since I managed to code a imagemap without the andlt;sampandgt;andamp;lt;mapandamp;gt;andlt;/sampandgt; tag, I figure that's worth my vacation from andlt;abbr title="PHP: Hypertext Preprocessor"andgt;PHPandlt;/abbrandgt;. 

andlt;strongandgt;Excited...andlt;/strongandgt; to watch the latest season of The IT Crowd, aaah! The sister and I promised we'd wait for the season to end to watch them all and#8211; that's how we do it! and#8211; and I can't wait for it! *rubs hands together*

andlt;strongandgt;Making...andlt;/strongandgt; icons! I'm not very good at them, but sometimes (mostly when I'm procrastinating), I open up my graphics program, and just go to town. I like to think of it as my way to relieve The Stress of Life.

andlt;strongandgt;Admiring...andlt;/strongandgt; andlt;a href="http://homotography.blogspot.com" title="External Link: Homotography"andgt;Homotography andraquo;andlt;/aandgt; (I promise the site is cleaner than the title hints at!) and#8211; introduced to me by andlt;a href="http://honest-things.net/" title="External Link: Christina at honest-things.net"andgt;Christina andraquo;andlt;/aandgt;, unsurprisingly and#8211; and I just andlt;emandgt;loveandlt;/emandgt; this blog! As the subtitle says, it's a site that has "photography with homosexual tendencies", in both female and male tendencies (yes, I totally just referenced itself!). I just love the photography, reallyandlt;a href="#note-1" id="back-1"andgt;andlt;supandgt;1andlt;/supandgt;andlt;/aandgt;.

andlt;strongandgt;Watching...andlt;/strongandgt; some delicious new movies, including Clash of the Titans, Remember Me (by force, and no, it wasn't good) and The Book of Eli. I think I may be and#8211; wait for it and#8211; ...andlt;emandgt;pickyandlt;/emandgt;. It just seems that the void inside me can't be filled. When I think, "this could be a movie I can replay over and over and over and annoy the parents with!", but alas, the last movies to fill that void have been Sherlock Holmes and The Wolfman.

andlt;strongandgt;Cooking...andlt;/strongandgt; black beans! :D

andlt;p class="tc noLinkBorder"andgt;andlt;a href="http://lyone.net/img/justaminute_july2010_cooking.png"andgt;andlt;img src="http://lyone.net/img/justaminute_july2010_cooking_thumb.png" alt="" class="bigBorder" /andgt;andlt;/aandgt;andlt;/pandgt;

I had no idea what I was doing when I was making these; the Mom called me, said "cook these, they're kind of like 15 Bean Soup~"andlt;a href="#note-2" id="back-2"andgt;andlt;supandgt;2andlt;/supandgt;andlt;/aandgt; and I was like, "...OK", and there we have it. They were delicious, though, especially with the yellow rice! 

andlt;strongandgt;Taking a Photo of...andlt;/strongandgt; The Dad's motorcycle! He had it in the shop for... well, over a year, and he just finished his course to get his motorcycle license (and scored the highest grade on the written exam and#8211; like the man needed anything more to go to his head).

andlt;p class="tc noLinkBorder"andgt;andlt;a href="http://lyone.net/img/justaminute_july2010_takingaphotoof_02.png"andgt;andlt;img src="http://lyone.net/img/justaminute_july2010_takingaphotoof_02_thumb.png" alt="" class="bigBorder" /andgt;andlt;/aandgt;andlt;/pandgt;

And Nay-Nay, who was giving me a side glance so reminiscent of my own that I just andlt;emandgt;hadandlt;/emandgt; to post it. She learned from the best, after all (if you click the photo for the larger version, you can andlt;emandgt;kind ofandlt;/emandgt; see me in her eye).

andlt;p class="tc noLinkBorder"andgt;andlt;a href="http://lyone.net/img/justaminute_july2010_takingaphotoof_01.png"andgt;andlt;img src="http://lyone.net/img/justaminute_july2010_takingaphotoof_01_thumb.png" alt="" class="bigBorder" /andgt;andlt;/aandgt;andlt;/pandgt;

andlt;strongandgt;Playing...andlt;/strongandgt; andlt;a href="http://www.last.fm/music/Megan+McCauley/_/Porcelain+Doll" title="External Link: 'Porcelain Doll' by Megan McCauley at Last.fm"andgt;Megan McCauley and#8211; Porcelain Doll andraquo;andlt;/aandgt;. I just recently got my hands on Megan's 2007 album, Better Than Blood, and I just fell andlt;emandgt;moreandlt;/emandgt; in love with her, if that was at all possible in the five years I've been worshipping her. *hoards music player*

andlt;strongandgt;Remodelling...andlt;/strongandgt; zee living room, courtesy of the sister and I!

andlt;p class="tc noLinkBorder"andgt;andlt;a href="http://lyone.net/img/justaminute_july2010_remodelling.png"andgt;andlt;img src="http://lyone.net/img/justaminute_july2010_remodelling_thumb.png" alt="" class="bigBorder" /andgt;andlt;/aandgt;andlt;/pandgt;

Ignoring the crap quality of the photo, we moved around pretty much everything andlt;emandgt;besidesandlt;/emandgt; the TV (not pictured), because of the cable cord. We like it, though, because it opens it up quite a bit. :D

(The next "Just a Minute..." won't nearly be so image-heavy, promise!)

andlt;ol class="smallNote"andgt;
 andlt;li id="note-1"andgt;andlt;a href="#back-1"andgt;andlaquo;andlt;/aandgt; AND I SWEAR MY ICON FOR THIS ENTRY HAS NOTHING TO DO WITH MY FEELINGS TOWARDS THAT SITE, OR THAT IT CAME FROM THAT SITE EVEN THOUGH THAT PARTICULAR EDITORIAL MAY OR MAY NOT BE THERE.andlt;/liandgt;
 andlt;li id="note-2"andgt;andlt;a href="#back-2"andgt;andlaquo;andlt;/aandgt; "15 Bean Soup", for those that don't know the recipe, is ground sausage and kielbasa browned with celery and onion, and then cooked with the bean mix (fifteen different kind of beans, as the title says), stewed tomatoes and the Cajun seasoning that comes with the beans.andlt;/liandgt;
andlt;/olandgt;</description>
<content:encoded><![CDATA[<p class="noteButton">Monthly dose of <a href="http://august-street.blogspot.com/2009/01/just-minute-wanna-play.html" title="External Link: Just a Minute">Just a Minute&#8230; &raquo;</a>!</p>
<p><strong>Reading&#8230;</strong> Gena Showalter&#8217;s latest book, The Darkest Lie, from her series The Lords of the Underworld, which was fabulous (and also happened to contain one of my favourite characters!). I also have be re-reading Jacquelyn Frank&#8217;s Shadowdweller series, which is just so&#8230; <em>intense</em>! The grammar is so great, the writing style feels so old, and&#8230; I&#8217;m just at a loss for words. It&#8217;s gorgeous. &hearts;</p>
<p><strong>Listening&#8230;</strong> Puscifer! I&#8217;m such a Maynard fangirl, I&#8217;m surprised I just got into one of his many projects, but I love almost electronic feel to it! So far, I love the <em>Drunk With Power (Version 2)</em>, <em>Rev 22:20 (Dry Martini Mix)</em> and <em>The Undertaker (Renholder Mix)</em> songs. :D</p>
<p><strong>Coding&#8230;</strong> a little of this and that&#8230; I&#8217;ve been working on a secret project&#8211;three, actually!&#8211;which lean more towards <abbr title="Cascading Style Sheet">CSS</abbr> and graphic design, but since I managed to code a imagemap without the <samp>
<map></samp> tag, I figure that&#8217;s worth my vacation from <abbr title="PHP: Hypertext Preprocessor">PHP</abbr>. </p>
<p><strong>Excited&#8230;</strong> to watch the latest season of The IT Crowd, aaah! The sister and I promised we&#8217;d wait for the season to end to watch them all &#8211; that&#8217;s how we do it! &#8211; and I can&#8217;t wait for it! *rubs hands together*</p>
<p><strong>Making&#8230;</strong> icons! I&#8217;m not very good at them, but sometimes (mostly when I&#8217;m procrastinating), I open up my graphics program, and just go to town. I like to think of it as my way to relieve The Stress of Life.</p>
<p><strong>Admiring&#8230;</strong> <a href="http://homotography.blogspot.com" title="External Link: Homotography">Homotography &raquo;</a> (I promise the site is cleaner than the title hints at!) &#8211; introduced to me by <a href="http://honest-things.net/" title="External Link: Christina at honest-things.net">Christina &raquo;</a>, unsurprisingly &#8211; and I just <em>love</em> this blog! As the subtitle says, it&#8217;s a site that has &#8220;photography with homosexual tendencies&#8221;, in both female and male tendencies (yes, I totally just referenced itself!). I just love the photography, really<a href="#note-1" id="back-1"><sup>1</sup></a>.</p>
<p><strong>Watching&#8230;</strong> some delicious new movies, including Clash of the Titans, Remember Me (by force, and no, it wasn&#8217;t good) and The Book of Eli. I think I may be &#8211; wait for it &#8211; &#8230;<em>picky</em>. It just seems that the void inside me can&#8217;t be filled. When I think, &#8220;this could be a movie I can replay over and over and over and annoy the parents with!&#8221;, but alas, the last movies to fill that void have been Sherlock Holmes and The Wolfman.</p>
<p><strong>Cooking&#8230;</strong> black beans! :D</p>
<p class="tc noLinkBorder"><a href="http://lyone.net/img/justaminute_july2010_cooking.png"><img src="http://lyone.net/img/justaminute_july2010_cooking_thumb.png" alt="" class="bigBorder" /></a></p>
<p>I had no idea what I was doing when I was making these; the Mom called me, said &#8220;cook these, they&#8217;re kind of like 15 Bean Soup~&#8221;<a href="#note-2" id="back-2"><sup>2</sup></a> and I was like, &#8220;&#8230;OK&#8221;, and there we have it. They were delicious, though, especially with the yellow rice! </p>
<p><strong>Taking a Photo of&#8230;</strong> The Dad&#8217;s motorcycle! He had it in the shop for&#8230; well, over a year, and he just finished his course to get his motorcycle license (and scored the highest grade on the written exam &#8211; like the man needed anything more to go to his head).</p>
<p class="tc noLinkBorder"><a href="http://lyone.net/img/justaminute_july2010_takingaphotoof_02.png"><img src="http://lyone.net/img/justaminute_july2010_takingaphotoof_02_thumb.png" alt="" class="bigBorder" /></a></p>
<p>And Nay-Nay, who was giving me a side glance so reminiscent of my own that I just <em>had</em> to post it. She learned from the best, after all (if you click the photo for the larger version, you can <em>kind of</em> see me in her eye).</p>
<p class="tc noLinkBorder"><a href="http://lyone.net/img/justaminute_july2010_takingaphotoof_01.png"><img src="http://lyone.net/img/justaminute_july2010_takingaphotoof_01_thumb.png" alt="" class="bigBorder" /></a></p>
<p><strong>Playing&#8230;</strong> <a href="http://www.last.fm/music/Megan+McCauley/_/Porcelain+Doll" title="External Link: 'Porcelain Doll' by Megan McCauley at Last.fm">Megan McCauley &#8211; Porcelain Doll &raquo;</a>. I just recently got my hands on Megan&#8217;s 2007 album, Better Than Blood, and I just fell <em>more</em> in love with her, if that was at all possible in the five years I&#8217;ve been worshipping her. *hoards music player*</p>
<p><strong>Remodelling&#8230;</strong> zee living room, courtesy of the sister and I!</p>
<p class="tc noLinkBorder"><a href="http://lyone.net/img/justaminute_july2010_remodelling.png"><img src="http://lyone.net/img/justaminute_july2010_remodelling_thumb.png" alt="" class="bigBorder" /></a></p>
<p>Ignoring the crap quality of the photo, we moved around pretty much everything <em>besides</em> the TV (not pictured), because of the cable cord. We like it, though, because it opens it up quite a bit. :D</p>
<p>(The next &#8220;Just a Minute&#8230;&#8221; won&#8217;t nearly be so image-heavy, promise!)</p>
<ol class="smallNote">
<li id="note-1"><a href="#back-1">&laquo;</a> AND I SWEAR MY ICON FOR THIS ENTRY HAS NOTHING TO DO WITH MY FEELINGS TOWARDS THAT SITE, OR THAT IT CAME FROM THAT SITE EVEN THOUGH THAT PARTICULAR EDITORIAL MAY OR MAY NOT BE THERE.</li>
<li id="note-2"><a href="#back-2">&laquo;</a> &#8220;15 Bean Soup&#8221;, for those that don&#8217;t know the recipe, is ground sausage and kielbasa browned with celery and onion, and then cooked with the bean mix (fifteen different kind of beans, as the title says), stewed tomatoes and the Cajun seasoning that comes with the beans.</li>
</ol>]]></content:encoded>
</item>
<item>
<title>Just a Minute... (August 2010)</title>
<pubDate>Tue, 31 Aug 2010 00:00:00 EST</pubDate>
<guid isPermaLink="true">http://lyone.net/e/80/</guid>
<description>andlt;p class="noteButton"andgt;Monthly dose of andlt;a href="http://august-street.blogspot.com/2009/01/just-minute-wanna-play.html" title="External Link: Just a Minute"andgt;Just a Minute... andraquo;andlt;/aandgt;!andlt;/pandgt;

andlt;strongandgt;Reading...andlt;/strongandgt; Bleach!

andlt;p class="tc noLinkBorder"andgt;andlt;img src="http://lyone.net/img/justaminute_august2010_reading.png" alt="" class="bigBorder" /andgt;andlt;/pandgt;

I bought volume... 26, along with the character book and artbook (the latter two of which were brand new), something I regret not doing sooner. I knew about 99% of what was in the character book, but I loved re-reading about everything, and seeing the different profiles and assessments. Other honourable reads: "Demon from the Dark" by Kresey Cole and#8211; the author keeps getting better and better and andlt;emandgt;I hate itandlt;/emandgt; and#8211; and "The Vampire's Bride" by Gena Showalter; that one isn't new, but it's still andlt;emandgt;suchandlt;/emandgt; a great read. /floats

andlt;strongandgt;Listening...andlt;/strongandgt; to Milla Jovovich. Insert slapped palms to face, loud gasps and prolonged staring here. While I have a wide range of interests in music, I usually don't listen to new things, or things that are... erm, hippie-ish, for lack of a better word. I've had her album + other work for eons, and only listened to some things here and there. So far I love "Gentleman Who Fell", "It's Your Life" and "Ruby Lane" and#8211; and of course "Mezinka", because despite my dislike for Dummy, the movie is ridic cute, and the song ten times more so. It's just... not the kind of music I listen to, but I'm still listening to it! *confused*

andlt;strongandgt;Coding...andlt;/strongandgt; nothing in relation to andlt;a href="http://keepitpumpin.net/scripts/listingadmin/" title="External Link: Listing Admin"andgt;Listing Admin andraquo;andlt;/aandgt;, something I felt was needed in order to remain the peace (I talk to my scripts, and he does not like me right now). I andlt;emandgt;didandlt;/emandgt; manage to write up a to-do list script, finished my beta testing script for reporting bugs, and added in some mods for Listing Admin. There is no Tess without code~

andlt;strongandgt;Excited...andlt;/strongandgt; for the fall TV line-up to start! Sons of Anarchy is starting off the celebration, with Merlin following lead, hey-ho!

andlt;strongandgt;Making...andlt;/strongandgt; random to-do lists, which kind of explains the script above. (It was an impulse script, OK?!)

andlt;strongandgt;Admiring...andlt;/strongandgt; andlt;a href="http://lifeasrose.ca" title="External Link: lifeasrose.ca"andgt;everyone's andraquo;andlt;/aandgt; andlt;a href="http://shimmerlikegold.org/" title="External Link: shimmerlikegold.org"andgt;ability andraquo;andlt;/aandgt; andlt;a href="http://dreamling.ca/" title="External Link: dreamling.ca"andgt;to keep andraquo;andlt;/aandgt; andlt;a href="http://breakthesky.net/" title="External Link: breakthesky.net"andgt;blogging andraquo;andlt;/aandgt;, even during summer, the boring of the boring months. The end.

andlt;strongandgt;Watching...andlt;/strongandgt; Criminal Minds and#8211; I'm a junkie; it's the new Supernatural, where I know about 99% of the episodes summaries and titles and#8211; and random movies here and there. August is a boring month all around.

andlt;strongandgt;Cooking...andlt;/strongandgt; andlt;emandgt;nothingandlt;/emandgt;. :( This upsets me, and I promise to dazzle you all with a cherry pie next time. 8D (Yes, yes I am bribing you.)

andlt;strongandgt;Taking a Photo Of...andlt;/strongandgt; the sister's dog, Cassie!

andlt;p class="tc noLinkBorder"andgt;andlt;a href="http://lyone.net/img/justaminute_august2010_takingaphotoof.png"andgt;andlt;img src="http://lyone.net/img/justaminute_august2010_takingaphotoof_thumb.png" alt="" class="bigBorder" /andgt;andlt;/aandgt;andlt;/pandgt;

I andlt;emandgt;knowandlt;/emandgt;, something that isn't a reptilian, feline, or something green! Our dogs are quite old and#8211; Cassie will turn 10 on November 10th, and Baby will turn 12 on November 14th and#8211; crotchety, and a tiny bit spastic, as it took me 20+ shots to get this semi-decent one of Cassie.

andlt;strongandgt;Playing...andlt;/strongandgt; andlt;a href="http://www.last.fm/music/Muse/_/Starlight" title="External Link: 'Starlight' by Muse on Last.fm"andgt;Muse and#8211; Starlight andraquo;andlt;/aandgt;, from their andlt;strongandgt;Black Holes and Revelationsandlt;/strongandgt; album. I know most fans look at this as one of more "meh" songs off the album, and a bit overrated, but I just andlt;emandgt;loveandlt;/emandgt; it. Matthew's voice goes so well with the music. *stars in eyes*

andlt;strongandgt;Remodelling...andlt;/strongandgt; my room! I also happened to break my canopy in the process, so I shall stamp a "To Be Continued..." on this section, and hope none of you think I have it out for my annoying canopy.

andlt;strongandgt;Writing...andlt;/strongandgt; about a character, one that I hold very, very close to my heart (but not close to my boobs, so it's a female). I andlt;emandgt;wasandlt;/emandgt; writing rough, rough, rough drafts of vampire!Merlin fanfiction and#8211; and therefore sending it off to andlt;a href="http://honest-things.net/" title="External Link: Christina at honest-things.net"andgt;Christina andraquo;andlt;/aandgt; to get input, spazzing and mostly spazzing and#8211; before ditching it mid-month when my muse took a andlt;emandgt;veryandlt;/emandgt; unwanted vacation.

(It should be noted that I while I did andlt;emandgt;notandlt;/emandgt; go a "Just a Minute..." entry without mentioning andlt;a href="http://honest-things.net/" title="External Link: Christina at honest-things.net"andgt;Christina andraquo;andlt;/aandgt;, I have not mentioned, talked about, or displayed a picture of Nay-Nay. Except for maybe just now. andlt;emandgt;But stillandlt;/emandgt;! As my partner for better or scratches, that's saying something, right?)</description>
<content:encoded><![CDATA[<p class="noteButton">Monthly dose of <a href="http://august-street.blogspot.com/2009/01/just-minute-wanna-play.html" title="External Link: Just a Minute">Just a Minute&#8230; &raquo;</a>!</p>
<p><strong>Reading&#8230;</strong> Bleach!</p>
<p class="tc noLinkBorder"><img src="http://lyone.net/img/justaminute_august2010_reading.png" alt="" class="bigBorder" /></p>
<p>I bought volume&#8230; 26, along with the character book and artbook (the latter two of which were brand new), something I regret not doing sooner. I knew about 99% of what was in the character book, but I loved re-reading about everything, and seeing the different profiles and assessments. Other honourable reads: &#8220;Demon from the Dark&#8221; by Kresey Cole &#8211; the author keeps getting better and better and <em>I hate it</em> &#8211; and &#8220;The Vampire&#8217;s Bride&#8221; by Gena Showalter; that one isn&#8217;t new, but it&#8217;s still <em>such</em> a great read. /floats</p>
<p><strong>Listening&#8230;</strong> to Milla Jovovich. Insert slapped palms to face, loud gasps and prolonged staring here. While I have a wide range of interests in music, I usually don&#8217;t listen to new things, or things that are&#8230; erm, hippie-ish, for lack of a better word. I&#8217;ve had her album + other work for eons, and only listened to some things here and there. So far I love &#8220;Gentleman Who Fell&#8221;, &#8220;It&#8217;s Your Life&#8221; and &#8220;Ruby Lane&#8221; &#8211; and of course &#8220;Mezinka&#8221;, because despite my dislike for Dummy, the movie is ridic cute, and the song ten times more so. It&#8217;s just&#8230; not the kind of music I listen to, but I&#8217;m still listening to it! *confused*</p>
<p><strong>Coding&#8230;</strong> nothing in relation to <a href="http://keepitpumpin.net/scripts/listingadmin/" title="External Link: Listing Admin">Listing Admin &raquo;</a>, something I felt was needed in order to remain the peace (I talk to my scripts, and he does not like me right now). I <em>did</em> manage to write up a to-do list script, finished my beta testing script for reporting bugs, and added in some mods for Listing Admin. There is no Tess without code~</p>
<p><strong>Excited&#8230;</strong> for the fall TV line-up to start! Sons of Anarchy is starting off the celebration, with Merlin following lead, hey-ho!</p>
<p><strong>Making&#8230;</strong> random to-do lists, which kind of explains the script above. (It was an impulse script, OK?!)</p>
<p><strong>Admiring&#8230;</strong> <a href="http://lifeasrose.ca" title="External Link: lifeasrose.ca">everyone&#8217;s &raquo;</a> <a href="http://shimmerlikegold.org/" title="External Link: shimmerlikegold.org">ability &raquo;</a> <a href="http://dreamling.ca/" title="External Link: dreamling.ca">to keep &raquo;</a> <a href="http://breakthesky.net/" title="External Link: breakthesky.net">blogging &raquo;</a>, even during summer, the boring of the boring months. The end.</p>
<p><strong>Watching&#8230;</strong> Criminal Minds &#8211; I&#8217;m a junkie; it&#8217;s the new Supernatural, where I know about 99% of the episodes summaries and titles &#8211; and random movies here and there. August is a boring month all around.</p>
<p><strong>Cooking&#8230;</strong> <em>nothing</em>. :( This upsets me, and I promise to dazzle you all with a cherry pie next time. 8D (Yes, yes I am bribing you.)</p>
<p><strong>Taking a Photo Of&#8230;</strong> the sister&#8217;s dog, Cassie!</p>
<p class="tc noLinkBorder"><a href="http://lyone.net/img/justaminute_august2010_takingaphotoof.png"><img src="http://lyone.net/img/justaminute_august2010_takingaphotoof_thumb.png" alt="" class="bigBorder" /></a></p>
<p>I <em>know</em>, something that isn&#8217;t a reptilian, feline, or something green! Our dogs are quite old &#8211; Cassie will turn 10 on November 10<sup>th</sup>, and Baby will turn 12 on November 14<sup>th</sup> &#8211; crotchety, and a tiny bit spastic, as it took me 20+ shots to get this semi-decent one of Cassie.</p>
<p><strong>Playing&#8230;</strong> <a href="http://www.last.fm/music/Muse/_/Starlight" title="External Link: 'Starlight' by Muse on Last.fm">Muse &#8211; Starlight &raquo;</a>, from their <strong>Black Holes &amp; Revelations</strong> album. I know most fans look at this as one of more &#8220;meh&#8221; songs off the album, and a bit overrated, but I just <em>love</em> it. Matthew&#8217;s voice goes so well with the music. *stars in eyes*</p>
<p><strong>Remodelling&#8230;</strong> my room! I also happened to break my canopy in the process, so I shall stamp a &#8220;To Be Continued&#8230;&#8221; on this section, and hope none of you think I have it out for my annoying canopy.</p>
<p><strong>Writing&#8230;</strong> about a character, one that I hold very, very close to my heart (but not close to my boobs, so it&#8217;s a female). I <em>was</em> writing rough, rough, rough drafts of vampire!Merlin fanfiction &#8211; and therefore sending it off to <a href="http://honest-things.net/" title="External Link: Christina at honest-things.net">Christina &raquo;</a> to get input, spazzing and mostly spazzing &#8211; before ditching it mid-month when my muse took a <em>very</em> unwanted vacation.</p>
<p>(It should be noted that I while I did <em>not</em> go a &#8220;Just a Minute&#8230;&#8221; entry without mentioning <a href="http://honest-things.net/" title="External Link: Christina at honest-things.net">Christina &raquo;</a>, I have not mentioned, talked about, or displayed a picture of Nay-Nay. Except for maybe just now. <em>But still</em>! As my partner for better or scratches, that&#8217;s saying something, right?)</p>]]></content:encoded>
</item>
</channel>
</rss>