<?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 blogs</title>
 <link>http://onebahamas.com/blog</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>RSS</title>
 <link>http://onebahamas.com/node/1312</link>
 <description>&lt;!-- google_ad_section_start --&gt;
&lt;p&gt;I started an RSS feed (because not enough blogs have a subscription feature, boo). And I added OneBahamas.&lt;/p&gt;
&lt;p&gt;So, somebody do something exciting.&lt;/p&gt;
&lt;p&gt;P.s. I&amp;#39;ve leveled up to wife now, too. It&amp;#39;s pretty dang awesome.  That and Super Smash Brothers on the Wii.&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;&lt;!-- google_ad_section_end --&gt;
</description>
 <comments>http://onebahamas.com/node/1312#comment</comments>
 <pubDate>Fri, 09 May 2008 04:54:28 +0000</pubDate>
 <dc:creator>somegirl</dc:creator>
 <guid isPermaLink="false">1312 at http://onebahamas.com commented 0</guid>
</item>
<item>
 <title>PMOG</title>
 <link>http://onebahamas.com/node/1311</link>
 <description>&lt;!-- google_ad_section_start --&gt;
&lt;p&gt;Perhaps you are browsing the internet with a type of direction or a goal. Well why not try it passively? with no PMOG the passive multiplayer online game. I am trying the beta but not got a full impression yet. &lt;a href=&quot;/www.pmog.com&quot;&gt;www.pmog.com&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/1311#comment</comments>
 <pubDate>Sun, 10 Feb 2008 22:10:26 +0000</pubDate>
 <dc:creator>Ash Stampede</dc:creator>
 <guid isPermaLink="false">1311 at http://onebahamas.com commented 0</guid>
</item>
<item>
 <title>Nerd Quote of the day!</title>
 <link>http://onebahamas.com/node/1310</link>
 <description>&lt;!-- google_ad_section_start --&gt;
&lt;p&gt;&amp;quot;Only emo&amp;#39;s care about what other emo&amp;#39;s look like.&amp;quot;&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;&lt;!-- google_ad_section_end --&gt;
</description>
 <comments>http://onebahamas.com/node/1310#comment</comments>
 <pubDate>Wed, 14 Nov 2007 22:12:44 +0000</pubDate>
 <dc:creator>Ash Stampede</dc:creator>
 <guid isPermaLink="false">1310 at http://onebahamas.com commented 0</guid>
</item>
<item>
 <title>ben folds on myspace</title>
 <link>http://onebahamas.com/node/1309</link>
 <description>&lt;!-- google_ad_section_start --&gt;
&lt;p&gt;how to keep you cool when performaning live &lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://vids.myspace.com/index.cfm?fuseaction=vids.Channel&amp;amp;ChannelID=9158119&quot; title=&quot;ben fold live&quot;&gt;enjoy&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/1309#comment</comments>
 <pubDate>Tue, 11 Sep 2007 19:35:53 +0000</pubDate>
 <dc:creator>Ash Stampede</dc:creator>
 <guid isPermaLink="false">1309 at http://onebahamas.com commented 1</guid>
</item>
<item>
 <title>Mount Fuji</title>
 <link>http://onebahamas.com/node/1308</link>
 <description>&lt;!-- google_ad_section_start --&gt;
&lt;p&gt;EDIT: I haven&amp;#39;t updated in forever, so to make it up, I am linking &lt;span style=&quot;background-color: #33ff33&quot;&gt;THREE&lt;/span&gt; completed galleries with stories throughout them!  The first is the &lt;a href=&quot;http://picasaweb.google.com/seanthegraduate/CamilleAndJaredSWeddingPartOneTheWedding&quot;&gt;wedding &lt;/a&gt;of one Camille Ann Samms and one Jared Anthony Davis, and the second is me climbing &lt;a href=&quot;http://picasaweb.google.com/seanthegraduate/FujiSan&quot;&gt;Mt. Fuji&lt;/a&gt; just 2 days ago, and last my trip to &lt;a href=&quot;http://picasaweb.google.com/seanthegraduate/GoingToHakone&quot;&gt;Hakone &lt;/a&gt;after coming down Mt Fuji!!  Still lots left to go though!  I haven&amp;#39;t finished the reception of said wedding, plus tons of other thing I took pictures of.  Oh!  Also on Monday I start my new job in Fujisawa as and Assistant Language Teacher with Interac at 3 real life Japanese Junior High Schools!  According to the schedule I got today from one of my schools, my name is &amp;quot;Mr Demon Bizzel.&amp;quot;  So that&amp;#39;ll be neat.  Yeah I moved to Yokohama, so my new address is &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;1st House SHINSUGITA&lt;/p&gt;
&lt;p&gt;ROOM#202&lt;/p&gt;
&lt;p&gt;3-5-20 NAKAHARA&lt;/p&gt;
&lt;p&gt;ISOGO-KU  YOKOHAMA-SHI&lt;/p&gt;
&lt;p&gt;235-0036&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt; Just in case.  &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/1308#comment</comments>
 <pubDate>Sat, 01 Sep 2007 14:39:30 +0000</pubDate>
 <dc:creator>xenon</dc:creator>
 <guid isPermaLink="false">1308 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>Does anyone here believe that there is a after life???</title>
 <link>http://onebahamas.com/node/1306</link>
 <description>&lt;!-- google_ad_section_start --&gt;
&lt;p&gt;I was only asking because today i had to help to drag my dog to his finall resting place.... i really dont like touching a dead dog....it feels wrong some how....................................... Oh by the way Sean i heard that a another dog found a new home and now u have three dogs here on Nassau.....still cant get over at how cold and lifeless ONIX was .........the glow of life should of stayed, not fade away like that....... we were all so used to the rotweiler waaaaaaah...........................................&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;&lt;!-- google_ad_section_end --&gt;
</description>
 <comments>http://onebahamas.com/node/1306#comment</comments>
 <pubDate>Sun, 26 Aug 2007 19:15:25 +0000</pubDate>
 <dc:creator>star_saber</dc:creator>
 <guid isPermaLink="false">1306 at http://onebahamas.com commented 0</guid>
</item>
<item>
 <title>I LOVE THE INTERNET!</title>
 <link>http://onebahamas.com/node/1305</link>
 <description>&lt;!-- google_ad_section_start --&gt;
&lt;p&gt;Remember when i posted about the algorithm march and the &lt;a href=&quot;http://www.onebahamas.com/node/1284#comment&quot; title=&quot;algorithm march recap&quot;&gt;filippinoes prisioner&lt;/a&gt; who performed it? Well they&amp;#39;ve been &lt;a href=&quot;http://www.youtube.com/watch?v=hMnk7lh9M3o&quot; title=&quot;thiller&quot;&gt;busy.&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Searching you tube for &lt;span&gt;                               			CPDRC Inmates you get a lot more hits. I wonder, with this internet fame if they will be taking request, I would like to see radioheads around the world&lt;/span&gt;. ButI wonder how they pick the frontmen and if shiving happens as a result of this.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.youtube.com/watch?v=hMnk7lh9M3o&quot; title=&quot;thiller&quot;&gt;&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/1305#comment</comments>
 <pubDate>Sat, 18 Aug 2007 19:36:42 +0000</pubDate>
 <dc:creator>Ash Stampede</dc:creator>
 <guid isPermaLink="false">1305 at http://onebahamas.com commented 0</guid>
</item>
<item>
 <title>Alienware no more.......had the laptop fix here on Nassau and......</title>
 <link>http://onebahamas.com/node/1304</link>
 <description>&lt;!-- google_ad_section_start --&gt;
&lt;p&gt;Alienware no more.......had the laptop fix here on Nassau and it still went and broke and i had it fixed about five times and i am using my dads laptop. that why i been off of skype for a while Sean k.&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;&lt;!-- google_ad_section_end --&gt;
</description>
 <comments>http://onebahamas.com/node/1304#comment</comments>
 <pubDate>Sat, 11 Aug 2007 20:54:01 +0000</pubDate>
 <dc:creator>star_saber</dc:creator>
 <guid isPermaLink="false">1304 at http://onebahamas.com commented 0</guid>
</item>
</channel>
</rss>

