<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://onebahamas.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>onebahamas.com - do Bahamian stuff, but online - </title>
 <link>http://onebahamas.com</link>
 <description></description>
 <language>en</language>
<item>
 <title>How I Created an iPhone Weight Loss App</title>
 <link>http://onebahamas.com/node/1314</link>
 <description>&lt;!-- google_ad_section_start --&gt;
&lt;p&gt;Around Thanksgiving of this year my company, &lt;a href=&quot;http://bitmethod.com/&quot; target=&quot;_blank&quot;&gt;BitMethod&lt;/a&gt;, released an iPhone App into the iTunes Store that takes a completely different approach to weight loss tracking and logging than any other tool I&amp;#39;ve used. I stumbled onto this idea completely by accident and I wanted to outline the history of how it happened since I find it interesting and I figure others might as well. &lt;a href=&quot;http://liteweightapp.com/&quot; target=&quot;_blank&quot; title=&quot;Lite Weight App Site&quot;&gt;Lite Weight&lt;/a&gt; is the child of a lot of different ideas and philosophies that I&amp;#39;ve enjoyed learning about over the course of my weight loss journey.&lt;/p&gt;
&lt;p&gt;My first discovery, as I remember it, was &lt;a href=&quot;http://www.fourmilab.ch/hackdiet/www/hackdietf.html&quot; target=&quot;_blank&quot;&gt;The Hacker&amp;#39;s Diet&lt;/a&gt;. Though I now believe that the idea of nutrition as a &amp;quot;&lt;a href=&quot;http://www.fourmilab.ch/hackdiet/www/chapter1_2_2.html#SECTION0220000000000000000&quot; target=&quot;_blank&quot;&gt;Rubber Bag&lt;/a&gt;&amp;quot; is a limited view of nutrition, I really enjoyed the authors &lt;a href=&quot;http://www.fourmilab.ch/hackdiet/www/chapter1_2_4.html#SECTION0240000000000000000&quot; target=&quot;_blank&quot;&gt;insights into weight tracking&lt;/a&gt;. To quickly summarize: even if you enter your weight in wearing the same clothes, at the same time every day, your weight can change a substantial amount. Dehydration and exercise can cause weight to fall, a big meal can leave extra weight in your belly, and both salt and carbohydrate intake can cause water retention. The author proposes that weight should be tracked using a moving average so that your actual weight can be approximated amid all those changes in the amount of water in your body. Many approaches are proposed in the book to do this weight charting, but I used the excellent site, &lt;a href=&quot;http://physicsdiet.com/&quot; target=&quot;_blank&quot;&gt;Physics Diet&lt;/a&gt;, to use as my weight loss journal. &lt;/p&gt;
&lt;p&gt;Quite a while after this, I stumbled over the book, &lt;a href=&quot;http://theoverfedhead.com/&quot; target=&quot;_blank&quot;&gt;The Overfed Head&lt;/a&gt;, though I&amp;#39;m going to skip over this for now, since it didn&amp;#39;t play a part in Lite Weight until near the very end of development.&lt;/p&gt;
&lt;p&gt;But the idea that really led to Lite Weight was gleaned from an article on &lt;a href=&quot;http://philip.greenspun.com/writing/changed-by-web-and-weblog&quot; target=&quot;_blank&quot; title=&quot;by Philip Greenspun&quot;&gt;how the web and weblog have changed writing&lt;/a&gt;. A professor of electrical engineering and computer science at MIT proposed that all one needs to do to lose weight is to draw a line from your current weight to a goal weight and plot your weight each day. If your weight is over the line, eat less and if your weight is under the line, eat as normal. This professor&amp;#39;s name is Steve Ward and his diet is known as &lt;em&gt;The Steve Ward Diet&lt;/em&gt; or &lt;em&gt;The Bang-Bang Diet&lt;/em&gt; (bang-bang because of a type of controller that is either on or off based on some input) &lt;/p&gt;
&lt;p&gt;Lite Weight didn&amp;#39;t immediately pop into my head as soon as I had learned all of these ideas. Really, I don&amp;#39;t know what ultimately led to the idea. It was probably while walking around downtown Des Moines or raking leaves in my yard. But I think the thought at the time was along the lines of &amp;quot;why can&amp;#39;t I write a program that tells me how I should behave based on my weight loss history&amp;quot;.&lt;/p&gt;
&lt;p&gt;My early attempts at putting together some tool didn&amp;#39;t make me very happy. I was still buying into the view of Steve Ward that some goal weight should be set to be reached at some goal date. It was great in terms of development because the math is really easy, but it sucked in a few ways:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Trying to set a goal is depressing&lt;/li&gt;
&lt;li&gt;Getting off track of your goal is depressing&lt;/li&gt;
&lt;li&gt;Having to push away your goal date is depressing&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Realizing this caused the solution to emerge somewhat organically. The math would be much more complicated, but I decided that I can safely assume that if a user chose to use this tool that he or she wanted to lose weight. Without the goal weights, the App struck a chord in its simplicity. I was able to develop a tool that had a single input and could suggest a clear course of action.&lt;/p&gt;
&lt;p&gt;You might be thinking that suggesting a clear course of action is just guesswork. When I started out, I had felt the same way. But my earlier decision to assume the user is trying to lose weight allows for some math that creates some very clear separation between the four states that I eventually adopted: Relax, Over, Under, and Gaining.&lt;/p&gt;
&lt;p&gt;In terms of programming, the rest of the story is pretty boring. I decided to add a maintenance mode and came up with some more fun math for that, I made it pretty, I tweaked the code so that it acted as you would expect after Thanksgiving weekend, for example, and any other situations that can lead to odd weight fluctuations.&lt;/p&gt;
&lt;p&gt;But back to The Overfed Head. One of the central ideas of the book is expressed in the term &lt;em&gt;thintuition&lt;/em&gt;, coined by the author to explain the behavior that naturally thin people exhibit. Basically, some people stop and listen to their body to determine whether they&amp;#39;re full or hungry, and lots of us don&amp;#39;t. At this point, the application was almost done and running on my iPhone. I had been using it regularly and was beginning to notice how it was affecting me. By having a simple, clear explanation of what my body was doing, I couldn&amp;#39;t make excuses for the decisions I had made. If I got feedback explaining that my weight was above what was expected, I usually knew why and it was typically related to my behavior the day before. Almost without thinking, I would eat less, giving myself a smaller serving of something, or not finishing food I wasn&amp;#39;t hungry for. It wasn&amp;#39;t until I was helping to write the text for the iTunes Store that I realized that the application was giving me that thintuition I had read about in The Overfed Head.&lt;/p&gt;
&lt;p&gt;I&amp;#39;m really happy with the final product, which is &lt;a href=&quot;http://itunes.apple.com/us/app/lite-weight/id336565572?mt=8&quot; target=&quot;_blank&quot; title=&quot;Lite Weight in the iTunes Store&quot;&gt;available&lt;/a&gt; for the iPhone and iPod Touch in the iTunes Store for 99 cents. The ideas and contributions of a collection of people helped me hone my product and actually simplify it the more of them I used. Stop by the Lite Weight App Site to check out videos of our &lt;a href=&quot;http://liteweightapp.com/&quot; target=&quot;_blank&quot; title=&quot;Lite Weight App Site&quot;&gt;iPhone weight loss tracking app&lt;/a&gt;. &lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;&lt;!-- google_ad_section_end --&gt;
</description>
 <comments>http://onebahamas.com/node/1314#comment</comments>
 <pubDate>Wed, 13 Jan 2010 18:53:09 +0000</pubDate>
 <dc:creator>neildogg</dc:creator>
 <guid isPermaLink="false">1314 at http://onebahamas.com commented 0</guid>
</item>
<item>
 <title>Nerd quote of the day!</title>
 <link>http://onebahamas.com/node/1307</link>
 <description>&lt;!-- google_ad_section_start --&gt;
&lt;p&gt;friend: &amp;quot;hows ur finacee?&amp;quot;&lt;/p&gt;
&lt;p&gt;Me:.....&lt;/p&gt;
&lt;p&gt;&amp;quot;that statement is odd&lt;/p&gt;
&lt;p&gt;&amp;quot;as I am sure I told you she leveled up to my wife&amp;quot;&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;&lt;!-- google_ad_section_end --&gt;
</description>
 <comments>http://onebahamas.com/node/1307#comment</comments>
 <pubDate>Tue, 28 Aug 2007 22:34:17 +0000</pubDate>
 <dc:creator>Ash Stampede</dc:creator>
 <guid isPermaLink="false">1307 at http://onebahamas.com commented 1</guid>
</item>
<item>
 <title>The Problem with Absolute Truth</title>
 <link>http://onebahamas.com/node/1301</link>
 <description>&lt;!-- google_ad_section_start --&gt;
&lt;p&gt;One of the things I&amp;#39;ve been talking/thinking about for a while now is what role absolute truth plays in our lives. I&amp;#39;ve definitely grown accustomed to thinking more in shades of gray than black and white, while still holding the belief that there are many things that are absolutely true. In that spirit, one of the problems I&amp;#39;ve been seeing lately is people taking positions on extreme ends of this particular idea, and it&amp;#39;s really made me lose a good deal of respect for them.&lt;/p&gt;
&lt;p&gt;Here&amp;#39;s the situation as I see it. On one end of this belief are people who see that we&amp;#39;re becoming more tolerant and accepting of beliefs and ideas. As a reaction, they analyze their own personal beliefs and ideas, and decide that they should be making many of them more rigid, applying the idea of absolute truth to them. On the other end are people who see that we&amp;#39;re closing our minds off from differing perspectives. As a reaction, they analyze their own personal beliefs and ideas, and decide they should be making many of them more fluid, even if many of these beliefs don&amp;#39;t warrant it.&lt;/p&gt;
&lt;p&gt;I got in an argument this last weekend that I probably shouldn&amp;#39;t have gotten in. A series of mostly harmless statements ended up in someone telling me, in a tone I took to be extremely patronizing (though I guess some people will never understand that you&amp;#39;re an adult), that you should always be early for everything. I don&amp;#39;t disagree that in his experience being early has always been beneficial, but in my experience, I&amp;#39;ve seen people that didn&amp;#39;t get hired for jobs because they came to their interview too early. My personal opinion is that you should be right on time.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Disclaimer&lt;/strong&gt;: Part of the argument was that you can&amp;#39;t always be &amp;quot;on time&amp;quot; for everything. An example would be going to the airport to catch a flight. I&amp;#39;m not an idiot, I understand that there are some things that require early attendance. The thing is, if you&amp;#39;re &amp;quot;on time&amp;quot; in an extremely nit-picky, technical sense, you&amp;#39;re going to miss your plane. So obviously &amp;quot;on time&amp;quot; for a plane, in order to catch that plane, involves adding padding to that time. It&amp;#39;s why the airlines explicitly state the duration of time before your flight leaves you should be at the airport. The time your flight leaves, minus this duration, is &amp;quot;on time&amp;quot;. If you&amp;#39;re in a culture where being 10 minutes early is expected, then your appointment time, minus 10 minutes, is &amp;quot;on time&amp;quot;. &lt;/p&gt;
&lt;p&gt;Trying to parse this over the last week, one of the only ways I&amp;#39;ve figured out how to make sense of his viewpoint is how often in the past he&amp;#39;s asserted absolute truth about ideas and beliefs that didn&amp;#39;t deserve them (for example, that listening to music with a beat makes you want to have sex). I&amp;#39;ve heard him express distaste about how my generation plays fast and loose with how we think and act. At this point, I view his way of evaluating his beliefs to be on that one end of the extreme, where someone has taken a pretty trivial belief and declared it absolute truth because they&amp;#39;re afraid of giving in to the &amp;quot;chaos&amp;quot; that they see in the grey areas.&lt;/p&gt;
&lt;p&gt;All that it&amp;#39;s done is made me more careful about deciding what I declare to be absolutely true. Congratulations to him if his worry was that I was too lax in my beliefs. He&amp;#39;s managed to make me consider making many of my beliefs even less rigid, and he&amp;#39;s lost a good deal of respect from me at the same time, all because he wants to believe that you should always be early.&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;&lt;!-- google_ad_section_end --&gt;
</description>
 <comments>http://onebahamas.com/node/1301#comment</comments>
 <pubDate>Sat, 28 Jul 2007 17:20:55 +0000</pubDate>
 <dc:creator>neildogg</dc:creator>
 <guid isPermaLink="false">1301 at http://onebahamas.com commented 0</guid>
</item>
<item>
 <title>Gas Out</title>
 <link>http://onebahamas.com/node/1288</link>
 <description>&lt;!-- google_ad_section_start --&gt;
&lt;p&gt;According to email forwards and facebook, this &amp;quot;Gas Out&amp;quot; scheduled for May 15th is brewing across America. &lt;/p&gt;
&lt;p&gt;The plan, if you haven&amp;#39;t heard, is to have everybody strike against buying gas that one day, so that gas stations, nationwide, will be withheld from the billions of dollars in income that they would typically receive in a day. This would be a big enough cut in income to send the message that America is sick of the $3.00 gallon of gas (though, ofcourse, not sick of our Escalades and Excursions built for two - two times as much gas, two parking spaces to fit one, and two person households that own them.)&lt;/p&gt;
&lt;p&gt;Now, chances are, since I only fill up my tank every week and a half to two weeks, I wouldn&amp;#39;t buy gas on May 15th anyway. I might even go out of my way to fill up on the 14th, if I see that I am running low, so I can give credit to the good intentions of the protesters.  &lt;/p&gt;
&lt;p&gt;Two fallacies though: First, it&amp;#39;s not as if less gas is going to be purchased. I bet gas stations will double their income on the 14th from all the customers who want to make a statement the next day.&lt;/p&gt;
&lt;p&gt;Second, their main validation for this protest and their argument for its effectiveness is that in 1997 this same method led to a 30 cent drop in gas prices overnight. Who remembers the gas strike last year? And probably the year before? How come those aren&amp;#39;t used as examples? How come the only example of this working that can be conjured took place 10 years ago? &lt;br /&gt;Hmm, something to think about.. &lt;/p&gt;
&lt;p&gt;I&amp;#39;m not trying to be a party-pooper here. Like I said, I am 99% sure I won&amp;#39;t buy gas on the 15th. But I&amp;#39;m also not going way out of my way. Maybe I just don&amp;#39;t have a vast enough understanding of economics, it just seems like there are better ways to protest, if that&amp;#39;s really what you are intending to do. Like, maaaybe, protests that involve actual sacrifices and that have a cost to show how sincere you are about your statement. &lt;/p&gt;
&lt;p&gt;Just a suggestion though...&lt;br /&gt;I don&amp;#39;t like rising gas prices, but  neither do I have to pay $75 a tank, twice a week, to carry my little tikes to their yoga classes..  &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;&lt;!-- google_ad_section_end --&gt;
</description>
 <comments>http://onebahamas.com/node/1288#comment</comments>
 <pubDate>Sun, 29 Apr 2007 18:03:19 +0000</pubDate>
 <dc:creator>somegirl</dc:creator>
 <guid isPermaLink="false">1288 at http://onebahamas.com commented 3</guid>
</item>
<item>
 <title>&quot;Science&quot; and Prejudice</title>
 <link>http://onebahamas.com/node/1285</link>
 <description>&lt;!-- google_ad_section_start --&gt;
&lt;p&gt;I just got done reading &lt;a href=&quot;/&quot;&gt;&lt;em&gt;To Kill a Mockingbird&lt;/em&gt;&lt;/a&gt;. In case you haven&amp;#39;t read it, it&amp;#39;s mostly about the ugliness of overt racism all the way down to simple prejudice through innocence. At the same time, I began reading &lt;a href=&quot;http://www.amazon.com/Dont-Believe-Everything-You-Think/dp/1591024080/ref=pd_bbs_sr_1/103-6182061-2151058?ie=UTF8&amp;amp;s=books&amp;amp;qid=1177210747&amp;amp;sr=1-1&quot;&gt;&lt;em&gt;Don&amp;#39;t Believe Everything You Think&lt;/em&gt;&lt;/a&gt;. Not a lot of it, mind you, but I got through the chapters on how we turn anecdotal evidence into proof. It&amp;#39;s crazy how stuff in your life can suddenly tie together to help you figure stuff out.  &lt;/p&gt;
&lt;p&gt;As I mentioned in my previous post, I have issues with reddit. I stopped in today again after a long break and read through a few pages of comments on various articles. &lt;a href=&quot;http://reddit.com/info/1jsu0/comments/c1jtng&quot;&gt;This&lt;/a&gt; was the comment that inspired this post. Please take the time to read it, it&amp;#39;s very short. It&amp;#39;s unfortunate that the author didn&amp;#39;t link to the studies he mentioned, but I&amp;#39;ve seen them first hand doing research for my Civil War class in college. &lt;/p&gt;
&lt;p&gt;I think we need to remember that when we hear something that supports what we already believe (or want to believe), it&amp;#39;s worth pausing and checking to see if it&amp;#39;s really true or just the author(s) trying to massage unreliable data into something that seems true. You either hold an opinion on something, or you know the truth about it. You might get upset that you can&amp;#39;t always definitively back up what you believe, but holding an opinion is much less dangerous than believing you know the truth.&lt;/p&gt;
&lt;p&gt;Think about the racism surrounding the civil war. Those who held the opinion that blacks were inferior were ugly as it were, but those that claimed to prove it were even worse. The things I think are true or that you think are true, in just a few years from now, might prove how ugly we are as well. &lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;&lt;!-- google_ad_section_end --&gt;
</description>
 <comments>http://onebahamas.com/node/1285#comment</comments>
 <pubDate>Sun, 22 Apr 2007 03:20:24 +0000</pubDate>
 <dc:creator>neildogg</dc:creator>
 <guid isPermaLink="false">1285 at http://onebahamas.com commented 0</guid>
</item>
<item>
 <title>Algorithm March</title>
 <link>http://onebahamas.com/node/1284</link>
 <description>&lt;!-- google_ad_section_start --&gt;
&lt;p&gt;&lt;a href=&quot;http://www.youtube.com/watch?v=qDSGmx8c2AM&amp;amp;eurl=#&quot; target=&quot;_blank&quot; title=&quot;Algorithm MArch&quot;&gt;Algorithm March&lt;/a&gt;&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;&lt;!-- google_ad_section_end --&gt;
</description>
 <comments>http://onebahamas.com/node/1284#comment</comments>
 <pubDate>Sat, 21 Apr 2007 22:35:27 +0000</pubDate>
 <dc:creator>Ash Stampede</dc:creator>
 <guid isPermaLink="false">1284 at http://onebahamas.com commented 3</guid>
</item>
<item>
 <title>Becoming what you hate</title>
 <link>http://onebahamas.com/node/1281</link>
 <description>&lt;!-- google_ad_section_start --&gt;
&lt;p&gt;At one time, I read &lt;a href=&quot;http://digg.com&quot;&gt;Digg&lt;/a&gt;, then I started reading &lt;a href=&quot;http://reddit.com&quot;&gt;Reddit&lt;/a&gt;, now I read neither. I stopped reading Digg because the content getting filtered up didn&amp;#39;t suit my tastes and I was lured into the recommendation feature of Reddit. I abandoned Reddit because it&amp;#39;s overrun by hateful atheists.&lt;/p&gt;
&lt;p&gt;Reddit has basically become a gathering of people dedicated to a single goal: pointing out how stupid and backwards everyone that doesn&amp;#39;t read their site is (particularly the religious right). The following topics show up frequently:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;God doesn&amp;#39;t exist&lt;/li&gt;
&lt;li&gt;Religious people are dumb sheep &lt;/li&gt;
&lt;li&gt;The government is too religious&lt;/li&gt;
&lt;li&gt;Evolution is right&lt;/li&gt;
&lt;li&gt;The president is evil &lt;/li&gt;
&lt;li&gt;People should just accept gay/women&amp;#39;s rights&lt;/li&gt;
&lt;li&gt;Police are bad&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;So, as quick gut check: everything that the users of Reddit condemn the &amp;quot;religious right&amp;quot; for spending so much time discussing, they do in almost exactly the same fashion. The only difference is that they have opposite viewpoints. It&amp;#39;s this judgment fest about how they&amp;#39;re right and their opponents are wrong. It&amp;#39;s about how their education and knowledge makes them right.&lt;/p&gt;
&lt;p&gt;What they&amp;#39;re faulting the &amp;quot;simple people&amp;quot; (I&amp;#39;ll use that term from now on) for is that their method for searching for truth is wrong, and theirs is right. It implies somehow that they&amp;#39;ve discovered the ultimate method for knowing what is true. I would guess that their source of ultimate truth is science? And yet science, by definition, makes no claim to absolute truth. Maybe it&amp;#39;s math that&amp;#39;s their source? Or logic? No matter. What I want to get at is that they feel the simple people of the world (I include myself) either don&amp;#39;t know how to discover what is true, or have the wrong method for discovering what is true. And for the Christian, the source of truth is God.&lt;/p&gt;
&lt;p&gt;And I need to take a tangent here. It&amp;#39;s one of the reasons I believe in God, so it&amp;#39;s a big one. I cannot see, in this world, a legitimate source of truth. There&amp;#39;s no science, teacher, or form of logic that I can look toward and know that it is a source of truth. There is, to me, a giant gap. A source of truth has to speak to me, has to be somehow active in my life. Science can&amp;#39;t do that, another human can&amp;#39;t do that. I see all sorts of indicators that there is a source, but I don&amp;#39;t see the source itself. It&amp;#39;s why my source of truth is truth itself (in Godly form). And to claim that truth itself just exists, as just truth, cold and inanimate, is to take away its ability to influence anything else. It&amp;#39;s why I used the word &amp;quot;source&amp;quot;. It&amp;#39;s why I believe there&amp;#39;s a God.&lt;/p&gt;
&lt;p&gt;Where it gets bad is for either side of the argument to believe that they know the ultimate method for discovering what is true. Neither side, regardless of their source of truth, should be able to claim that. And for one to look down on the other seems to be a matter of arrogance. If you understand that your method for discovering what is true is flawed (even if your source isn&amp;#39;t) then you won&amp;#39;t rag on each other so much.&lt;/p&gt;
&lt;p&gt;But what&amp;#39;s so bad about Reddit is that they should know better. They have a reference, they have source materials. They can see that there is a broken society of people who think they have it all figured out and are frequently totally wrong. It&amp;#39;s reactionary, it&amp;#39;s a mirror of what they see as being wrong. It&amp;#39;s upsetting that a group of people who view themselves as very intelligent (and likely are very intelligent) can&amp;#39;t see that. &lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;&lt;!-- google_ad_section_end --&gt;
</description>
 <comments>http://onebahamas.com/node/1281#comment</comments>
 <pubDate>Wed, 04 Apr 2007 01:17:33 +0000</pubDate>
 <dc:creator>neildogg</dc:creator>
 <guid isPermaLink="false">1281 at http://onebahamas.com commented 1</guid>
</item>
<item>
 <title>Monkeys online</title>
 <link>http://onebahamas.com/node/1275</link>
 <description>&lt;!-- google_ad_section_start --&gt;
&lt;p&gt;Due to popular demand, some of the photos from the monkey portion of the trip are up &lt;a href=&quot;http://picasaweb.google.com/seanthegraduate/SuperFamilyJapanTrip2007PartMonkey&quot;&gt;here&lt;/a&gt;, even though it&amp;#39;s out of order.  I will try to get some of the videos up too.  Oh wait, here I got it to work.  If you only click on one monkey video, make it &lt;a href=&quot;http://video.google.com/videoplay?docid=949869035347398475&amp;amp;hl=en&quot;&gt;this &lt;/a&gt;one.  &lt;a href=&quot;http://video.google.com/videoplay?docid=5390746902139794027&amp;amp;hl=en&quot;&gt;These&lt;/a&gt; are &lt;a href=&quot;http://video.google.com/videoplay?docid=6348052191644155818&amp;amp;hl=en&quot;&gt;all&lt;/a&gt; okay &lt;a href=&quot;http://video.google.com/videoplay?docid=-6599715904314221346&amp;amp;hl=en&quot;&gt;too&lt;/a&gt;, I &lt;a href=&quot;http://video.google.com/videoplay?docid=7538168380766269303&amp;amp;hl=en&quot;&gt;guess&lt;/a&gt;, but &lt;a href=&quot;http://video.google.com/videoplay?docid=-6690739930138843951&amp;amp;hl=en&quot;&gt;not&lt;/a&gt; as &lt;a href=&quot;http://video.google.com/videoplay?docid=-5458642692329534263&amp;amp;hl=en&quot;&gt;great&lt;/a&gt; as &lt;a href=&quot;http://video.google.com/videoplay?docid=-2752023959333670932&amp;amp;hl=en&quot;&gt;that&lt;/a&gt; one, &lt;a href=&quot;http://video.google.com/videoplay?docid=4855200288871606123&amp;amp;hl=en&quot;&gt;in&lt;/a&gt; my &lt;a href=&quot;http://video.google.com/videoplay?docid=-8400031009439163801&amp;amp;hl=en&quot;&gt;opinion&lt;/a&gt;.  &lt;a href=&quot;http://video.google.com/videoplay?docid=2204625937352695867&amp;amp;hl=en&quot;&gt;Yep&lt;/a&gt;.  The photos are going up slow due to a combination of 1 day weekends from Shift Swapping, Disgaea, and me finally enrolling in some Japanese lessons.  Also, today, I finally got to play in those big Gundam pods.  I went with a coworker, and got myself a GUndam card with my rank and score on it.  Us and six other people at the arcade played together with people from other pods, presumably orbiting in space, on two teams, with headset voice chat.  Although that was pretty much just used by the two of us for english.  In other news, the other day I got on the train and sat down next to a girl with a sketchbook, who opened it up revealing tons of awesome drawings, then proceeded, in the 10 minutes that we on the train, to make another awesome drawing from scratch.  It was really awesome.  One of my particularly energetic kids in my kids classes last week for some reason decided to thoroughly coat his hand in saliva by licking it, for some reason, and of course looked super proud while doing it.  He got less high fives after that.  Hopefully I&amp;#39;ll put up more pictures soon.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;&lt;!-- google_ad_section_end --&gt;
</description>
 <comments>http://onebahamas.com/node/1275#comment</comments>
 <pubDate>Fri, 23 Feb 2007 11:51:33 +0000</pubDate>
 <dc:creator>xenon</dc:creator>
 <guid isPermaLink="false">1275 at http://onebahamas.com commented 1</guid>
</item>
<item>
 <title>For those of you that watch American Idol</title>
 <link>http://onebahamas.com/node/1263</link>
 <description>&lt;!-- google_ad_section_start --&gt;
&lt;p&gt;I&amp;#39;m in love with Sarah Goldberg&lt;/p&gt;
&lt;p&gt;Edit: Haha, I posted that halfway through her audition. Now that I&amp;#39;m all the way through, I love her even more. &lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;&lt;!-- google_ad_section_end --&gt;
</description>
 <comments>http://onebahamas.com/node/1263#comment</comments>
 <pubDate>Fri, 26 Jan 2007 02:59:37 +0000</pubDate>
 <dc:creator>neildogg</dc:creator>
 <guid isPermaLink="false">1263 at http://onebahamas.com commented 0</guid>
</item>
<item>
 <title>Comic books, villans and superheros. Oh my!</title>
 <link>http://onebahamas.com/node/1256</link>
 <description>&lt;!-- google_ad_section_start --&gt;
&lt;p&gt;I created another hero yesterday, I rather like him. His name is ryan and part of a game design that hopefully will be my third year project. Back in October I was approach to write a short story for a friend to do a comic book I kept asking him how many pages is short his response was20 is the max. I produced 14, this was not a correct number either as it was apperently too long as well. He is promosing to still create it when he has time. However i have already label him a liar and thus cannot believe the tale or ord will be told. &lt;/p&gt;
&lt;p&gt;Never the less it has set forth the montion that perhaps I can write comic book stories so long as there is an artist. I am finding this &amp;quot;when i have time&amp;quot; thing effecting me as well. I have plan a epic three part or trilogy story to tell. A tale about a man named Dan. I had thought about how to over come this whole time management and perhaps i can do weekly publications online. If my artist friend agrees.&lt;/p&gt;
&lt;p&gt;The downside to that is I would want it hosted on my own site which is money especially if it gets slashdotted or somthing. &lt;a href=&quot;http://www.rice-boy.com&quot; title=&quot;www.rice-boy.com&quot;&gt;www.rice-boy.com&lt;/a&gt; is an example of a site i would want.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.entervoid.com&quot; title=&quot;www.entervoid.com&quot;&gt;www.entervoid.com&lt;/a&gt; is cool, i might have told you(xenon) about it, people create characters and battle each other characters. The users then vote who wins, if the battle is in a void city tournament and the losere was killed in the comic the creater can never submit the character to battle again. They can use them in flashback or ghost form as a means for character development and as a plot devise. &lt;/p&gt;
&lt;p&gt;Enter void allows for writers to ask for artist but i cant see that as a fruitful method to get attention. I was tempted to join the creative writing soceity but they were all lame. &lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;&lt;!-- google_ad_section_end --&gt;
</description>
 <comments>http://onebahamas.com/node/1256#comment</comments>
 <pubDate>Thu, 11 Jan 2007 22:32:17 +0000</pubDate>
 <dc:creator>Ash Stampede</dc:creator>
 <guid isPermaLink="false">1256 at http://onebahamas.com commented 1</guid>
</item>
</channel>
</rss>

