<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>berbs.us</title>
	<atom:link href="https://berbs.us/feed/" rel="self" type="application/rss+xml" />
	<link>https://berbs.us/</link>
	<description>a blog by jason berberich</description>
	<lastBuildDate>Tue, 09 Jan 2018 17:04:19 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>Evolution of my WordPress theme development workflow</title>
		<link>https://berbs.us/2014/11/evolution-wordpress-theme-dev-workflow/</link>
					<comments>https://berbs.us/2014/11/evolution-wordpress-theme-dev-workflow/#comments</comments>
		
		<dc:creator><![CDATA[Jason Berberich]]></dc:creator>
		<pubDate>Mon, 24 Nov 2014 16:28:37 +0000</pubDate>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">https://berbs.us/?p=2146</guid>

					<description><![CDATA[<p>I&#8217;ve been using WordPress to create client websites for over five years now. In that time, everything has changed. Multiple times. Everything&#8217;s amazing, but web development has gotten more complex, not less. The depth of knowledge required to use the HTML/CSS/JavaScript stack is staggering, and the abundance of tools created to make it easier has [&#8230;]</p>
<p>The post <a href="https://berbs.us/2014/11/evolution-wordpress-theme-dev-workflow/">Evolution of my WordPress theme development workflow</a> appeared first on <a href="https://berbs.us">berbs.us</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>I&#8217;ve been using WordPress to create client websites for over five years now. In that time, <em>everything</em> has changed. Multiple times. <a href="https://www.youtube.com/watch?v=uEY58fiSK8E">Everything&#8217;s amazing</a>, but web development has gotten <em>more</em> complex, not less. The depth of knowledge required to use the HTML/CSS/JavaScript stack is <strong>staggering</strong>, and the abundance of tools created to make it easier has just added another layer of &#8220;things you need to know&#8221;. And that&#8217;s completely ignoring <em>which</em> tooling you should choose in the first place.</p>
<p>Still, I&#8217;d take today&#8217;s development environment <em>any day</em>.</p>
<p>I did a little reminiscing and came up with a few major phases in my years creating WordPress themes for customers.</p>
<p><span id="more-2146"></span></p>
<h2>Thematic</h2>
<p>In the beginning I remember using the <a href="http://themeshaper.com/thematic/">Thematic</a> theme framework as the visual foundation for a few projects. It was my introduction to parent/child themes, hooks, filters, and other key elements of WordPress themes.</p>
<p>My development environment was as primitive as you can possibly imagine. I worked <a href="https://www.youtube.com/watch?v=O_HyZ5aW76c#t=53">live</a> on the web server, either modifying the files right in vim, or by editing them in my FTP client&#8217;s text editor.</p>
<p>Looking back, I&#8217;m happy this phase of my development career is <em>way</em> behind me. Yikes.</p>
<h2>Genesis</h2>
<p>Later, I began using the <a href="http://www.studiopress.com/features">Genesis</a> framework for a number of sites. It had a lot of nice features built in that could be used right from the admin interface and required minimal PHP coding to make customizations.</p>
<p>But eventually, I started feeling like I was <em>working around</em> Genesis instead of being more productive with it. Saving customized HTML markup and CSS styles in the Genesis settings didn&#8217;t feel right to me, nor did entrusting a theme with many features that would arguably be better if broken out into separate plugins<sup id="fnref-2146:berbs"><a href="#fn-2146:berbs" rel="footnote">1</a></sup>.</p>
<p>During this phase, I switched to using <a href="https://berbs.us/2012/07/sublime-text-2/">Sublime Text</a> and the <a href="http://wbond.net/sublime_packages/sftp">Sublime FTP</a> plugin to automatically send my changes up to the web server for previewing. This was definitely better than working right on the server, but made for a slow loop of <em>modify → save → upload → refresh → view → repeat</em>.</p>
<h2>Foundation and Bootstrap</h2>
<p>Next, I experimented with creating themes using the <a href="http://getbootstrap.com/">Bootstrap</a> and <a href="http://foundation.zurb.com/">Foundation</a> front-end frameworks, which both offer many prepackaged CSS and HTML components. <em>But</em>, they both eventually began to feel too &#8220;heavy&#8221; for my projects, with lots of default CSS styles going unused and grid systems that get unwieldy.</p>
<p>I finally started using a local development server for these projects, going with a WAMP<sup id="fnref-2146:wamp"><a href="#fn-2146:wamp" rel="footnote">2</a></sup> <a href="http://uniformserver.com/">variant</a> that let me install and run WordPress on my Windows 8 laptop.</p>
<p>The biggest change from this period was the addition of <a href="http://sass-lang.com/">Sass</a><sup id="fnref-2146:scss"><a href="#fn-2146:scss" rel="footnote">3</a></sup> to my workflow. I&#8217;m now far more productive and organized in how I create CSS for my projects thanks to the features of this preprocessor.</p>
<h2>Underscores + Bourbon/Bitters/Neat</h2>
<p>Which brings me to my current setup for creating WordPress themes.</p>
<ul>
<li><a href="http://www.sublimetext.com/3">Sublime Text 3</a>: I&#8217;ve been using beta versions of Sublime Text 3 for almost a year, and it has been <em>super</em> stable for me. I don&#8217;t know what I&#8217;d do without Sublime and its numerous keyboard shortcuts that are now burned into my muscle memory.</li>
<li><a href="http://underscores.me/">Underscores</a> theme: A <em>starter</em> theme (<strong>not</strong> a theme <em>framework</em>) by some of the amazing folks at <a href="http://automattic.com/">Automattic</a>, underscores provides a theme structure that is up-to-date with WordPress features and standards. It provides almost no styles, but you <em>can</em> generate a version that comes with a bunch of empty Sass files for you to start editing.</li>
<li><a href="http://bourbon.io/">Bourbon</a>: Bourbon is a bunch of Sass tools (called &#8220;mixins&#8221;) that you can reuse to write less code. </li>
<li><a href="http://neat.bourbon.io/">Neat</a>: Built on top of Bourbon, Neat lets you create simple CSS grids without all of the cruft you find in Bootstrap and Foundation. Once I got used to the different way it worked, this was a game changer for me.</li>
<li><a href="http://bitters.bourbon.io/">Bitters</a>: A basic set of project defaults for typography, lists, tables, form elements, and more. </li>
<li><a href="https://github.com/postcss/autoprefixer">Autoprefixer</a>: Write CSS/SCSS without worrying about any vendor prefixes and Autoprefixer will automagically add (or remove) necessary ones based on current browser popularity and feature support.</li>
<li><a href="https://prepros.io/">Prepros</a>: This app handles all of my CSS pre and post processing without me having to mess around with Grunt or Gulp.</li>
<li><a href="https://www.vagrantup.com/">Vagrant</a>: Another tool that feels like magic sometimes, Vagrant lets me quickly create new virtual machines for projects on my laptop that come configured from a template with everything I need to get started. The project files in the Linux VM are accessible by all of my tools in Windows via a shared folder, so I can do all of my development there while running WordPress in an environment similar to its production setup.</li>
</ul>
<p>The setup is more complex, yes, but I think the end product is better as a result. I can now easily design my themes <a href="http://www.lukew.com/resources/mobile_first.asp">mobile first</a>, and they&#8217;re now faster and easier to understand as well.</p>
<p>I&#8217;m looking forward to seeing what changes the next five years bring!</p>
<div class="footnotes">
<hr />
<ol>
<li id="fn-2146:berbs">
<p>As of the day this post was published, this blog is still running <em>Prose</em>, a Genesis child theme.&#160;<a href="#fnref-2146:berbs" rev="footnote">&#8617;</a></p>
</li>
<li id="fn-2146:wamp">
<p>Windows + Apache + MySQL + PHP&#160;<a href="#fnref-2146:wamp" rev="footnote">&#8617;</a></p>
</li>
<li id="fn-2146:scss">
<p>The SCSS variety, if you&#8217;re curious.&#160;<a href="#fnref-2146:scss" rev="footnote">&#8617;</a></p>
</li>
</ol>
</div>
<p>The post <a href="https://berbs.us/2014/11/evolution-wordpress-theme-dev-workflow/">Evolution of my WordPress theme development workflow</a> appeared first on <a href="https://berbs.us">berbs.us</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://berbs.us/2014/11/evolution-wordpress-theme-dev-workflow/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
		<item>
		<title>Overcast feedback from a podcast power user</title>
		<link>https://berbs.us/2014/07/overcast-feedback-podcast-power-user/</link>
					<comments>https://berbs.us/2014/07/overcast-feedback-podcast-power-user/#comments</comments>
		
		<dc:creator><![CDATA[Jason Berberich]]></dc:creator>
		<pubDate>Thu, 17 Jul 2014 17:49:32 +0000</pubDate>
				<category><![CDATA[Recommendations]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Podcasting]]></category>
		<category><![CDATA[Review]]></category>
		<guid isPermaLink="false">https://berbs.us/?p=2124</guid>

					<description><![CDATA[<p>When word came yesterday morning that Marco had released his new iPhone podcast client, Overcast, I downloaded it immediately. I even paid the $5 to unlock all of the features, if only to show my support for him and his work. So far, there&#8217;s a lot to like. But, as a podcast listener with over [&#8230;]</p>
<p>The post <a href="https://berbs.us/2014/07/overcast-feedback-podcast-power-user/">Overcast feedback from a podcast power user</a> appeared first on <a href="https://berbs.us">berbs.us</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>When <a href="http://www.marco.org/2014/07/16/overcast">word came</a> yesterday morning that Marco had released his new iPhone podcast client, <a href="https://overcast.fm/">Overcast</a>, I downloaded it immediately. I even paid the $5 to unlock all of the features, if only to show my support for him and his work. So far, there&#8217;s a lot to like. But, as a podcast listener with over 50 show subscriptions, there are a few things missing that will keep me from using it for <em>all</em> of my podcasts.</p>
<p><img decoding="async" class="aligncenter" style="width: 50%;;  display: block; margin-right: auto; margin-left: auto;" src="https://media.berbs.us/images/overcast.png" alt="Overcast Logo" /><br />
<span id="more-2124"></span><br />
For background, I first used Instacast on my iPhone then switched to Downcast at the end of 2012. I&#8217;ve been overwhelmingly satisfied with it since then.</p>
<p>Let me run through some of Overcast&#8217;s features, then dig into the changes I&#8217;d like to see that would make this my <em>perfect</em> podcast app.</p>
<h2>What I Like</h2>
<p>Overcast has a lot of features for a 1.0 release, especially when you compare it to other podcast clients that have been in development for <em>years</em>. Marco <a href="https://www.youtube.com/watch?v=D2RoYvcqhgM&amp;feature=kp">loves podcasts</a>, and you can tell by the nice touches he has put into his app.</p>
<h3>The user interface</h3>
<p>The Overcast interface has some nice touches. The Now Playing screen shows a live graphic equalizer over the show artwork.</p>
<p><img decoding="async" style="width: 50%;" src="https://media.berbs.us/images/nowplaying-b2w.jpg" alt="The Overcast Now Playing screen" /></p>
<p>Scrolling down on the artwork will shrink it and show you the show notes screen, which is easy to read and allows you to star the episode for use in recommendations.</p>
<p><img decoding="async" style="width: 50%;" src="https://media.berbs.us/images/shownotes-b2w.jpg" alt="Overcast show notes" /></p>
<h3>Smart Speed &amp; Voice Boost</h3>
<p>I&#8217;ve ended up listening to most of my podcasts faster than normal (1x) speed. Most are set to playback at 1.5x in Downcast, while some that I listen to for education/content more than entertainment are set to 2x speed<sup id="fnref-2124:3x"><a href="#fn-2124:3x" rel="footnote">1</a></sup>. Overcast offers nine different playback speed options, ranging from slower than 1x (about 0.8x) to faster than 2x (2.3x-ish).</p>
<p>Overcast&#8217;s <em>Smart Speed</em> feature can work by itself or in addition to faster playback speed settings. It works by intelligently shortening the silences in conversations. The time savings depends on the episode, but you might cut the playing time by around 10% even when listening at normal 1x speed.</p>
<p><img decoding="async" style="width: 50%;" src="https://media.berbs.us/images/overcast-smartspeed.jpg" alt="Overcast tells you how much time Smart Speed has cumulatively saved you." /></p>
<p><em>Voice Boost</em> is a special EQ setting that makes conversations louder. This setting can be changed per podcast, and is helpful for shows that aren&#8217;t produced and edited at a &#8220;professional&#8221; level.</p>
<h3>A &#8220;Cloud&#8221; back-end</h3>
<p>Upon opening it for the first time, Overcast asks you to create an account. This allows you to use the server-based features Marco has built for the app. The biggest of those features is that the servers do all of the checking for new episodes, and sends push notifications to the Overcast app when updates are available. This isn&#8217;t unique in itself<sup id="fnref-2124:others"><a href="#fn-2124:others" rel="footnote">2</a></sup>, but it&#8217;s new to me.</p>
<p>The server component also acts as a backup and sync service. So if/when I get a new phone, everything should appear exactly as it was on my old phone as soon as I download Overcast and sign into my account.</p>
<h3>Recommendations</h3>
<p>If you navigate to the <em>Add Podcast</em> screen, you&#8217;re presented with a few different options to find new shows. There&#8217;s a search box if you know what you&#8217;re looking for, and a listing of categories that each currently each suggest between 5 and 10 different podcasts. I&#8217;m not sure if those are hand picked, or if they&#8217;re based on popularity, though.</p>
<p><img decoding="async" style="width: 50%;" src="https://media.berbs.us/images/overcast-directory.jpg" alt="Turns out, Overcast has a podcast directory" /></p>
<p>Another option on that screen is to sign into your Twitter account and receive recommendations from people you follow there. It splits the recommendations into episodes (you can give them stars to recommend them) and podcasts.</p>
<p><img decoding="async" style="width: 50%;" src="https://media.berbs.us/images/overcast-twitter.jpg" alt="Overcast Twitter recommendations" /></p>
<h2>Improvements I&#8217;d like to see</h2>
<p>I have no doubt Marco already has a list of fixes and improvements he&#8217;s looking to add to 1.x releases of Overcast. Here&#8217;s the list of things I&#8217;d like to see, as someone who listens to dozens of shows.</p>
<h3>Unplayed episodes that are also not downloaded</h3>
<p>This is the one feature I <em>need</em> to have before I can make Overcast my one and only podcast app. In version 1.0, if an episode is listed as unplayed, it <em>also</em> means it&#8217;s downloaded. That&#8217;s probably OK for most people, and it&#8217;s also OK for most of my podcasts where I listen to the latest episode as it arrives.</p>
<p>The problem comes from podcasts where I have many unplayed episodes. According to my Downcast statistics, it counts 643 episodes. Of those, I have 79 downloaded, which are using 2.6 GB of space.</p>
<p>Downcast offers the ability to stream episodes instead of downloading them. I rarely stream, but I do have a number of podcasts set to mark new episodes for streaming instead of download. This adds them to my unplayed list without having to download it (and use up storage on my phone). I can later download the episode when I&#8217;m ready to listen to it.</p>
<p>Thankfully, it looks like this is going to be addressed sometime in the near future:</p>
<blockquote class="twitter-tweet" lang="en"><p>Quick FAQ: &#8211; Streaming coming soon &#8211; No video or password feeds &#8211; Twitter auth fails if your password changed since adding to iOS Settings</p>
<p>— Overcast (@OvercastFM) <a href="https://twitter.com/OvercastFM/statuses/489448132556509184">July 16, 2014</a></p></blockquote>
<p><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script></p>
<p>I&#8217;m hoping this will bring Overcast up to parity with Downcast in this regard. In the mean time, I&#8217;ll have to keep using Downcasts to manage podcasts with a old episodes.</p>
<h3>Download oldest unplayed episodes</h3>
<p>I have several podcasts I&#8217;m listening to for educational/professional development content. Some of these have dozens of old episodes that go back years. I&#8217;d like to listen to them all, and I&#8217;d like to do it in the order they were released.</p>
<p>Ideally, what I&#8217;d like to do is create a playlist that contains the oldest unplayed episodes of a selected list of podcasts. Then, when I listen to an episode, it&#8217;s marked as played, and the next oldest episode is automatically downloaded for that show. That way, the playlist always contains the oldest unplayed episode for those shows I&#8217;ve selected. Or, this could be done at as a podcast setting instead of a playlist one.</p>
<p>I haven&#8217;t been able to find a podcast app that offers that as a playlist feature or as a per-show setting. The best example of a similar implementation I can think of is how iTunes handles syncing TV shows. There are a number of sync options, including the ability to sync the 1, 3, 5, or 10 oldest unwatched episodes. So, for example, if you just watched LOST S01E03, the next time you sync it&#8217;ll make S01E04 available.</p>
<h3>Episode discover and recommendations</h3>
<p>The current Twitter recommendations are a good start, but there are a few other ways I&#8217;d like to see things I might like.</p>
<ol>
<li>I&#8217;d like to see a way to surface the <em>episodes</em> people are liking and listening to the most. That could be based on starring in the episode, global play count, or a combination of the two. If there&#8217;s something popular that I&#8217;m not already listening to, let me know about it.</li>
<li>Recommend episodes featuring guest appearances of people I already listen to. Just thinking about this, it seems like a nightmarish, error-prone task, but maybe there&#8217;s a way to accomplish it by searching through show note for names, links, and twitter @ names.</li>
</ol>
<h3>Managing one-off podcast episodes.</h3>
<p>Overcast already gives you the ability to download single podcast episodes from the directory without having to subscribe to the entire show. This is awesome. I&#8217;d like to see some additional features here, and maybe they&#8217;ll be possible with the release of iOS 8 this fall.</p>
<p>I currently use <a href="http://huffduffer.com/">HuffDuffer</a> to create a custom podcast feed for single episodes I hear about from Twitter or blogs. Between the iOS app and the Overcast web interface, I there are multiple opportunities to save these episodes for later listening.</p>
<ol>
<li>In iOS 8, it should be possible to tell an app to send a link to an MP3 file to Overcast. Automatically getting the metadata to go along with the file might be a challenge, but that there&#8217;s a good chance it&#8217;s already captured in the Overcast database.</li>
<li>HuffDuffer uses a JavaScript bookmarklet to allow you to add URLs to MP3 files to your private feed. Between the Overcast web interface and Marco&#8217;s knowledge of bookmarklets from making InstaPaper, he could make it possible to add episodes from the browser and have them automatically download in the app.</li>
</ol>
<h2>Looking forward to the future of Overcast</h2>
<p>Overcast is great for a 1.0 release, and already surpasses its competitors in many ways. I think it has the potential to be the best iPhone podcast app, and I can&#8217;t wait to see what Marco has in store for future updates.</p>
<div class="footnotes">
<hr />
<ol>
<li id="fn-2124:3x">I&#8217;ve tried 3x speed a few times, but have found it&#8217;s <em>so</em> fast that I really need to concentrate to comprehend everything. That doesn&#8217;t work so well when I&#8217;m listening and doing other things. <a href="#fnref-2124:3x" rev="footnote">↩</a></li>
<li id="fn-2124:others">Pocketcasts, and probably some others, already do this. <a href="#fnref-2124:others" rev="footnote">↩</a></li>
</ol>
</div>
<p>The post <a href="https://berbs.us/2014/07/overcast-feedback-podcast-power-user/">Overcast feedback from a podcast power user</a> appeared first on <a href="https://berbs.us">berbs.us</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://berbs.us/2014/07/overcast-feedback-podcast-power-user/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
		<item>
		<title>Five things I&#8217;m excited about right now</title>
		<link>https://berbs.us/2014/06/five-things-im-excited-right-now/</link>
					<comments>https://berbs.us/2014/06/five-things-im-excited-right-now/#comments</comments>
		
		<dc:creator><![CDATA[Jason Berberich]]></dc:creator>
		<pubDate>Fri, 06 Jun 2014 19:16:28 +0000</pubDate>
				<category><![CDATA[Recommendations]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Fitness]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Podcasting]]></category>
		<category><![CDATA[Web Development]]></category>
		<guid isPermaLink="false">https://berbs.us/?p=2117</guid>

					<description><![CDATA[<p>1. Swift (and everything else from WWDC 2014) I&#8217;m not going to lie — I haven&#8217;t been more excited about an Apple keynote in years. It&#8217;s as if Apple has spent years quietly laying the groundwork for massive changes, enduring endless criticism from its biggest fans, only to unleash all of the improvements in one, [&#8230;]</p>
<p>The post <a href="https://berbs.us/2014/06/five-things-im-excited-right-now/">Five things I&#8217;m excited about right now</a> appeared first on <a href="https://berbs.us">berbs.us</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h2>1. Swift (and everything else from WWDC 2014)</h2>
<p><img decoding="async" src="http://media.berbs.us/images/wwdc2014.png" alt="WWDC 2014" /></p>
<p>I&#8217;m not going to lie — I haven&#8217;t been more excited about an Apple keynote in <em>years</em>. It&#8217;s as if Apple has spent years quietly laying the groundwork for massive changes, enduring endless criticism from its biggest fans, only to unleash all of the improvements in one, huge event.</p>
<p>You want inter-app communication? They&#8217;re called <a href="https://developer.apple.com/library/prerelease/ios/documentation/General/Conceptual/ExtensibilityPG/ExtensionOverview.html#//apple_ref/doc/uid/TP40014214-CH2-SW2">App Extensions</a> (Safari extensions, too).</p>
<p>Widgets? You can put them <a href="https://developer.apple.com/library/prerelease/ios/documentation/General/Conceptual/ExtensibilityPG/NotificationCenter.html#//apple_ref/doc/uid/TP40014214-CH11-SW1">in the notification bar</a>.</p>
<p>App Store improvements? <a href="http://www.macstories.net/stories/with-ios-8-apple-focusing-on-discovery-curation-improvements-for-app-store/">How about a bunch</a><sup id="fnref-2117:previews"><a href="#fn-2117:previews" rel="footnote">1</a></sup>.</p>
<p>Want a better keyboard? We made one called <a href="http://www.apple.com/ios/ios8/quicktype/">QuickType</a> that predicts what word you&#8217;ll want next. Oh, don&#8217;t like it? Use <a href="http://www.swype.com/">Swype</a>. Or <a href="https://developer.apple.com/library/prerelease/ios/documentation/General/Conceptual/ExtensibilityPG/Keyboard.html#//apple_ref/doc/uid/TP40014214-CH16-SW1">any other one you want</a>. We don&#8217;t care.</p>
<p>Voice and video messages? <a href="http://www.apple.com/ios/ios8/messages/">Got it</a>.</p>
<p>Use iCloud like Dropbox? <a href="http://www.apple.com/ios/ios8/icloud-drive/">Ok</a>.</p>
<p>A centralized place for all your health and fitness data? It&#8217;s called <a href="http://www.apple.com/ios/ios8/health/">HealthKit</a>.</p>
<p>How about an easy way to communicate with home automation devices. That&#8217;s called <a href="https://developer.apple.com/homekit/">HomeKit</a>.</p>
<p>Oh, we almost forgot. We made a brand new, modern programming language. We named it <a href="https://developer.apple.com/swift/">Swift</a>. John Siracusa can now <a href="http://arstechnica.com/apple/2010/06/copland-2010-revisited/">check this one off his list</a> and campaign full-time for a <a href="http://5by5.tv/hypercritical/56">replacement to HFS+</a>.</p>
<p>Some of these things might seem unimpressive to outsiders, but developers haven&#8217;t been this excited in <em>years</em>. This is Apple on top of its game, and all Mac and iOS users are going to be reaping the benefits for years to come.</p>
<p>Thankfully, I was able to find the <em>perfect</em> animated GIF to summarize my feelings on the day:</p>
<p><a href="https://www.youtube.com/watch?v=3GdHjUyn8HE"><img decoding="async" src="http://media.berbs.us/images/ice-cube-good-day.gif" alt="I got to say it was a good day." /></a></p>
<h2>2. Strength training</h2>
<p><a href="https://www.flickr.com/photos/berberich/14373981253" title="Deadlift by Jason Berberich, on Flickr"><img decoding="async" src="https://farm3.staticflickr.com/2907/14373981253_308a30473a_b.jpg" alt="Deadlift"></a></p>
<p>Early last year <a href="https://berbs.us/2013/01/strength/">I wrote</a> about how I had started strength training. I have a follow-up post in my drafts, so I&#8217;ll provide more details there, when I manage to get around to finishing it.</p>
<p>I&#8217;ll just say this for now. I&#8217;m having a <strong>blast</strong> lifting weights. I&#8217;m stronger than I&#8217;ve ever been, and I&#8217;m continuing to make (slow) progress.</p>
<p>Here are my current 5-rep maximums on my big lifts:</p>
<ul>
<li>Low-bar Squat: 170lbs</li>
<li>Overhead Press: 100lbs</li>
<li>Bench Press: 145lbs</li>
<li>Deadlift: 245lbs</li>
</ul>
<h2>3. Marketing</h2>
<p>Some call it &#8220;<a href="http://thenextweb.com/insider/2013/05/05/the-actual-difference-between-growth-hacking-and-marketing-explained/">growth hacking</a>&#8220;. I&#8217;m not a big fan of the term. But it does capture something important.</p>
<p><img decoding="async" src="http://media.berbs.us/images/growth-hacker.png" alt="Marketing + Development = Growth Hacking" /></p>
<blockquote class="twitter-tweet" lang="en">
<p>Growth hacking is measurement and leverage. Buzzword fatigue aside, I think it is an even bigger deal than commonly thought.</p>
<p>&mdash; Patrick McKenzie (@patio11) <a href="https://twitter.com/patio11/statuses/258269576377290752">October 16, 2012</a></p></blockquote>
<p><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script></p>
<p>It&#8217;s the set of skills involved that make this type of marketing so fascinating to me:</p>
<ul>
<li>Content marketing</li>
<li>Email marketing</li>
<li>Search engine optimization and marketing</li>
<li>Conversion optimization</li>
<li>A/B testing</li>
<li>Web Analytics</li>
</ul>
<p>It&#8217;s an interesting combination of creativity and science that&#8217;s occupied part of my brain since I investigated the <a href="http://en.wikipedia.org/wiki/Taguchi_methods">Taguchi methods</a> for the purpose of multivariable website testing while working on my masters thesis a decade ago. I don&#8217;t expect it to go away anytime soon.</p>
<h2>4. Web development</h2>
<p><img decoding="async" src="http://media.berbs.us/images/javascript-code.jpg" alt="Some JavaScript code" /></p>
<p>There are so many new and exciting things happening in web design and development that it hurts my head thinking about it.</p>
<p>The combination of HTML, CSS, and JavaScript running in the web browser has evolved into an ecosystem of thousands of tools (almost all open source) that allow us to create websites and web apps unimaginable even a few years ago.</p>
<p>On the server-side, open source application frameworks like Ruby on Rails, Node.js, Django, Laravel, .NET MVC, and many others, offer developers great foundations to build on. A lot of infrastructure is effectively &#8220;free&#8221;, allowing developers to build software faster while focusing on solving problems for customers.</p>
<p>Then, when you&#8217;re ready to take your thing live, you can deploy it on a nice server for <a href="https://www.digitalocean.com">as little as $5 per month</a>. It&#8217;s crazy how inexpensive good servers and fast bandwidth are today.</p>
<p>It&#8217;s an amazing time to be building stuff for the Web.</p>
<h2>5. Podcasts</h2>
<p><a href="https://www.flickr.com/photos/29205886@N08/2743534799" title="My Podcast Set I by Patrick Breitenbach, on Flickr"><img decoding="async" src="https://farm4.staticflickr.com/3129/2743534799_e1c988d6be_b.jpg" alt="My Podcast Set I"></a></p>
<p>I knew I had been listening to podcasts for a long time, so I did a search on my blog archive and found a post I wrote about them back in <a href="https://berbs.us/2004/12/adventures-in-podcasting/"><em>December 2004</em></a>. A lot has changed since then, and podcasting has since matured and expanded well beyond its geeky origins<sup id="fnref-2117:sn"><a href="#fn-2117:sn" rel="footnote">2</a></sup>.</p>
<p>Today, podcasts are, <strong>by far</strong>, my top source for news, education, and entertainment. They&#8217;re always with me in <a href="http://www.downcastapp.com">Downcast</a> on my iPhone<sup id="fnref-2117:overcast"><a href="#fn-2117:overcast" rel="footnote">3</a></sup> and I can listen to them anytime — while working, driving in the car, doing dishes, mowing the lawn, or helping the 2 year old fall asleep.</p>
<p>Right now I&#8217;m subscribed to <a href="http://reader.smallpicture.com/?opmlurl=https%3A%2F%2Fdl.dropbox.com%2Fs%2Fpm2rqn7le4pp47a%2FDowncast.opml#"><strong>over 50 different podcasts</strong></a>, which is crazy when I think about it. Many sit dormant for months or more and occasionally offer me a new episode, while others deliver their weekly episodes at the same day and time without exception. It means I&#8217;ve always got <em>something</em> to listen to, whenever or wherever I am.</p>
<div class="footnotes">
<hr />
<ol>
<li id="fn-2117:previews">
<p>Including video previews of apps — a nice touch.&#160;<a href="#fnref-2117:previews" rev="footnote">&#8617;</a></p>
</li>
<li id="fn-2117:sn">
<p>Fun fact: Security Now is <em>by far</em> the oldest show I&#8217;m still subscribed to. It debuted on August 18th, 2005, and I haven&#8217;t missed a week since.&#160;<a href="#fnref-2117:sn" rev="footnote">&#8617;</a></p>
</li>
<li id="fn-2117:overcast">
<p>Though I&#8217;m looking forward to giving <a href="https://overcast.fm">Overcast</a> a try when it&#8217;s released sometime later this year.&#160;<a href="#fnref-2117:overcast" rev="footnote">&#8617;</a></p>
</li>
</ol>
</div>
<p>The post <a href="https://berbs.us/2014/06/five-things-im-excited-right-now/">Five things I&#8217;m excited about right now</a> appeared first on <a href="https://berbs.us">berbs.us</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://berbs.us/2014/06/five-things-im-excited-right-now/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>You Need a Budget</title>
		<link>https://berbs.us/2014/05/ynab-personal-finance-software/</link>
					<comments>https://berbs.us/2014/05/ynab-personal-finance-software/#respond</comments>
		
		<dc:creator><![CDATA[Jason Berberich]]></dc:creator>
		<pubDate>Tue, 13 May 2014 19:58:29 +0000</pubDate>
				<category><![CDATA[Finance]]></category>
		<category><![CDATA[Recommendations]]></category>
		<category><![CDATA[Software]]></category>
		<guid isPermaLink="false">https://berbs.us/?p=2089</guid>

					<description><![CDATA[<p>I&#8217;m no stranger to personal finance software. Hell — I&#8217;ve written about most of my experiences with them here on this blog. Moneydance, Mvelopes, Wesabe, and most recently, Mint, all helped keep track of my family&#8217;s finances for varying lengths of time and differing degrees of success. Mint turned out to be an interesting case. [&#8230;]</p>
<p>The post <a href="https://berbs.us/2014/05/ynab-personal-finance-software/">You Need a Budget</a> appeared first on <a href="https://berbs.us">berbs.us</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>I&#8217;m no stranger to personal finance software. Hell — I&#8217;ve written about most of my experiences with them here on this blog. <a href="https://berbs.us/2006/02/moneydance/">Moneydance</a>, <a href="https://berbs.us/2006/09/another-look-at-mvelopes/">Mvelopes</a>, <a href="https://berbs.us/2007/12/keep-track-of-your-finances-with-wesabe/">Wesabe</a>, and most recently, <a href="https://berbs.us/2009/10/quicken-online-and-mint/">Mint</a>, all helped keep track of my family&#8217;s finances for varying lengths of time and differing degrees of success.</p>
<p>Mint turned out to be an interesting case. Its homepage promises that &#8220;Mint does all the work of organizing and categorizing your spending for you.&#8221; Which is true, really. Log in, and it automatically fetches the latest transactions to give you up-to-date balances for all of your accounts.</p>
<p>So for over five years, I dutifully logged in every day, checked my balances, and split and corrected any transactions that required it. But the question it took me too long to ask myself was: <em>Does using Mint change the way Casey and I spend our money?</em></p>
<p><span id="more-2089"></span></p>
<p>As it turns out, the answer is <strong>no</strong>. Mint did <em>so</em> much of the work it meant I didn&#8217;t have to pay much attention to our numbers. It gave the <em>feeling</em> I was managing our money when that wasn&#8217;t necessarily the case<sup id="fnref-2089:related"><a href="#fn-2089:related" rel="footnote">1</a></sup>. The biggest thing though, is that Mint feels far too <em>reactive</em> with our money when what I want to be is <strong>proactive</strong>. <a href="http://www.nytimes.com/2014/05/12/your-money/household-budgeting/a-slow-tech-approach-to-tracking-spending.html">This article</a> in the New York Times nails the issue:</p>
<blockquote>
<p>By automating the tracking process, I miss the opportunity for reflection and awareness. If someone (or something) else enters all my expenses, I miss the chance to put those purchases in context and assess if my budget is realistic or if I need to make some adjustments. Plus, I’m missing the chance to question my decision to spend the money in the first place.<br />
  …<br />
  Pulling in all our purchases automatically sounds an awful lot like typing notes verbatim. The result is a technically correct reflection of how our spending compares with our budget, but we miss the chance to process what the numbers mean. The act of looking at each receipt and adding those numbers ourselves mimics the act of hearing something and then putting it in our own words. We know where the money went, and, hopefully, we know why.</p>
</blockquote>
<h2>Baby steps toward a real budget</h2>
<p>A couple of years ago, after a month of an unusually large number of periodic expenses, I created a new Google spreadsheet. I wanted to get a better handle on our irregular expenses, so I listed all of the things we pay for that weren&#8217;t on a monthly schedule, added them up, and divided by 12 to get the amount we should be saving each month<sup id="fnref-2089:simple"><a href="#fn-2089:simple" rel="footnote">2</a></sup>. Then I started depositing that money into a savings account, transferring it back to checking when needed<sup id="fnref-2089:gifts"><a href="#fn-2089:gifts" rel="footnote">3</a></sup>. Accounting for these periodic expenses went a long way toward evening out our monthly outflows.</p>
<p>Not long after, I created another spreadsheet I called “Safe to spend”. Here I kept a current balance of what was available to spend from our checking account minus all expected expenses for the rest of the month. This, too, helped me keep a realistic view of our day-to-day finances.</p>
<h2>You Need a Budget (YNAB)</h2>
<p>Fast forward to a couple of weeks ago, when I came across <a href="http://www.youneedabudget.com/">You Need a Budget</a> while reading a bootstrapping start-up blog. I visited <a href="http://www.youneedabudget.com/">their website</a>, read about <a href="http://www.youneedabudget.com/method/">their method</a>, and realized I was already doing a lot of it with my own system. The big difference, though, is that YNAB is a true zero-based budget. Every dollar gets a job.</p>
<p><img decoding="async" src="http://media.berbs.us/images/ynab4_budget.jpg" alt="Screenshot of the You Need a Budget software" /></p>
<p>So why bother switching to YNAB? The software is <strong>amazing</strong>, and it handles all of the situations I had encountered, plus many more. At its core it uses the same envelope system of money management as Mvelopes, but its execution is much better. YNAB emphasizes flexibility in your budget, making it easy to reassign money to a category you&#8217;ve overspent in.</p>
<p>Add its companion iPhone app to enter transactions away from the computer and the fact it&#8217;s a one time purchase instead of a monthly expense, and I quickly upgraded my trial to the paid version.</p>
<p>If you already have a good way of managing your personal finances — <em>awesome</em>. But if you&#8217;re still looking for a good solution that works for you, it&#8217;s worth taking a look at You Need a Budget. There&#8217;s a ton of <a href="http://www.youneedabudget.com/support/training-and-education">free educational resources</a> on the site, and you can get a free 34-day trial of the software. That&#8217;s plenty of time to see if it&#8217;s a good fit for you. And if/when you decide to buy, you can get <a href="http://ynab.refr.cc/M8WNJJV">$6 off YNAB</a> by purchasing through that link.</p>
<div class="footnotes">
<hr />
<ol>
<li id="fn-2089:related">
<p>Possibly related, Mint&#8217;s budgeting tool feel like an afterthought to me — like they knew they needed to check off the “budgeting” checkbox and created the bare minimum to satisfy that requirement.&#160;<a href="#fnref-2089:related" rev="footnote">&#8617;</a></p>
</li>
<li id="fn-2089:simple">
<p>Of course, me being <em>me</em>, it was never this simple. The spreadsheet quickly evolved into a complex system with sub accounts for each category, ledger entries, and more. I&#8217;m quite proud of it.&#160;<a href="#fnref-2089:simple" rev="footnote">&#8617;</a></p>
</li>
<li id="fn-2089:gifts">
<p>I had already been doing this for gifts, but hadn&#8217;t thought of extending it to other expenses until several years later.&#160;<a href="#fnref-2089:gifts" rev="footnote">&#8617;</a></p>
</li>
</ol>
</div>
<p>The post <a href="https://berbs.us/2014/05/ynab-personal-finance-software/">You Need a Budget</a> appeared first on <a href="https://berbs.us">berbs.us</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://berbs.us/2014/05/ynab-personal-finance-software/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Amazon Fire TV and the state of streaming video players</title>
		<link>https://berbs.us/2014/04/amazon-fire-tv-streaming-video-roku3-appletv/</link>
					<comments>https://berbs.us/2014/04/amazon-fire-tv-streaming-video-roku3-appletv/#respond</comments>
		
		<dc:creator><![CDATA[Jason Berberich]]></dc:creator>
		<pubDate>Fri, 04 Apr 2014 20:47:50 +0000</pubDate>
				<category><![CDATA[Television]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Roku]]></category>
		<guid isPermaLink="false">https://berbs.us/?p=2080</guid>

					<description><![CDATA[<p>Amazon announced and released the Amazon Fire TV set top box yesterday. Its technical specs looks impressive, and it&#8217;s priced right, but there&#8217;s not enough of difference to make me want to switch from our Roku 3 yet. It&#8217;s definitely worth a look if you don&#8217;t have a streaming box, though. The Roku 3 Casey [&#8230;]</p>
<p>The post <a href="https://berbs.us/2014/04/amazon-fire-tv-streaming-video-roku3-appletv/">Amazon Fire TV and the state of streaming video players</a> appeared first on <a href="https://berbs.us">berbs.us</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Amazon announced <em>and</em> released the <a href="http://www.amazon.com/gp/product/B00CX5P8FC/ref=as_li_ss_tl?ie=UTF8&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B00CX5P8FC&amp;linkCode=as2&amp;tag=berberichweb-20">Amazon Fire TV</a> set top box yesterday. Its technical specs looks impressive, and it&#8217;s priced right, but there&#8217;s not enough of difference to make me want to switch from our Roku 3 yet. It&#8217;s definitely worth a look if you don&#8217;t have a streaming box, though.</p>
<p><span id="more-2080"></span></p>
<h2>The Roku 3</h2>
<p>Casey and I did a complete overhaul of our family room entertainment system as our Christmas gift to ourselves a few months ago, replacing our old (and heavy) Panasonic <abbr title="Cathode Ray Tube">CRT</abbr> TV with a Vizio LED. While I had everything taken apart and unplugged, I took the opportunity to swap out our three year old <a href="https://berbs.us/2010/12/cutting-the-cable-part-2-hello-roku/">Roku XDS</a> for the newer and more powerful <a href="http://www.roku.com/products/roku-3">Roku 3</a>.</p>
<p><img decoding="async" src="http://media.berbs.us/images/roku-3-with-headphones.jpg" alt="Roku 3" /></p>
<p>To our kids, the new user interface of the Roku 3 <em>is</em> the new TV. Apps are easier to navigate, the larger photos and graphics are nicer to look at, and things just work faster and smoother than the lower powered XDS (which was doomed to run an older version of the Roku software)<sup id="fnref-2080:hulu"><a href="#fn-2080:hulu" rel="footnote">1</a></sup>.</p>
<p>But the most significant change for us was when we introduced <a href="https://plex.tv/">Plex</a> to our setup. This great channel works with a media server application running on our Mac Mini, where it catalogs the movies and tv shows we have stored there and allow us to stream them to the Roku. After resolving some issues initially setting up the media server, it&#8217;s been working largely problem free<sup id="fnref-2080:restart"><a href="#fn-2080:restart" rel="footnote">2</a></sup>.</p>
<h2>The Amazon Fire TV</h2>
<p>I say all of that to get to this point &#8211; The Amazon Fire TV looks great. It has a lot more computing power than our Roku 3 (no doubt necessary to run what are essentially Android apps) and offers a somewhat gimmicky voice search feature<sup id="fnref-2080:app"><a href="#fn-2080:app" rel="footnote">3</a></sup>, but it&#8217;s not compelling enough of an upgrade <em>right now</em> to make me want to ditch the Roku.</p>
<p><img decoding="async" src="http://media.berbs.us/images/amazonfiretv-closeup.jpg" alt="Amazon Fire TV" /></p>
<p>If you look at Amazon&#8217;s own comparison chart, The Fire TV and Roku 3 are near parity on features. The Fire TV offers Android games, while the Roku 3 has channels for more popular services (notably, HBO Go and Spotify). Otherwise, they&#8217;re nearly identical.</p>
<p><img decoding="async" src="http://media.berbs.us/images/amazon-fire-tv.png" alt="Amazon Fire TV comparison chart" /></p>
<p>Sidenote: Roku may boast of &#8220;over 1000 more channels than Amazon Fire TV, Apple TV or Chromecast&#8221; on its homepage, but practically speaking, most of them are garbage<sup id="fnref-2080:church"><a href="#fn-2080:church" rel="footnote">4</a></sup>. I can&#8217;t think of <em>any</em> we&#8217;d miss if we switched to the Fire TV<sup id="fnref-2080:spotify"><a href="#fn-2080:spotify" rel="footnote">5</a></sup>.</p>
<p>I will say that both the Amazon Instant Video and Plex channels look much better for the Fire TV. Their interfaces look very <a href="https://blog.plex.tv/2014/04/02/plex-available-amazons-fire-tv/">modern</a> and image-based compared to the Roku versions which are…functional.</p>
<h2>Where&#8217;s Apple?</h2>
<p>Maybe you noticed that the Apple TV was absent from my discussion above. In its current form, the Apple TV is an also-ran. It&#8217;s been over two years since Apple released a major update for this self proclaimed &#8220;hobby&#8221; product, and it shows. The hardware is outdated and its lacking in content and features.</p>
<p>The ability to stream content from a Mac to the TV is the only Apple TV feature that made me consider buying one. But this is a problem now solved by Plex, and apparently well enough that people like <a href="http://5by5.tv/b2w/150">Merlin Mann and Dan Benjamin</a>, who <em>already have</em> Apple TVs, prefer using Plex on a Roku 3.</p>
<p>As I&#8217;m finishing this post, I started listening to <a href="http://atp.fm/episodes/59-the-little-puck-that-could">this week&#8217;s episode</a> of the Accidental Tech Podcast, and as usual, John Siracusa <strong>nails</strong> the issue. Quoting him starting at minute 27:</p>
<blockquote>
<p>I think the whole reason this box [the Fire TV] and the Roku exist &#8211; it&#8217;s Apple&#8217;s fault for not making Apple TV better fast enough…[but] for these hobby products, Apple TV has stagnated like crazy. It&#8217;s ancient hardware, and the software features &#8211; it&#8217;s worst then iOS 1.0…There&#8217;s nothing that Amazon and Roku have done that Apple couldn&#8217;t have done years ago. They just <strong>didn&#8217;t</strong>.</p>
</blockquote>
<p>Maybe (hopefully) this will change in the near future, and we&#8217;ll see the Apple video device that makes Apple TV a first class competitor in the &#8220;living room TV puck&#8221; product category. Until then, we have two great options in Roku and Fire TV.</p>
<div class="footnotes">
<hr />
<ol>
<li id="fn-2080:hulu">
<p>Hulu Plus even works well on the Roku 3, where it routinely froze the XDS and required a reboot.&#160;<a href="#fnref-2080:hulu" rev="footnote">&#8617;</a></p>
</li>
<li id="fn-2080:restart">
<p>A restart of the media server application has resolved all temporary issues we&#8217;ve had with Plex.&#160;<a href="#fnref-2080:restart" rev="footnote">&#8617;</a></p>
</li>
<li id="fn-2080:app">
<p>I&#8217;ll take Roku&#8217;s universal search paired with the onscreen keyboard in the Roku iPhone app over voice search any day.&#160;<a href="#fnref-2080:app" rev="footnote">&#8617;</a></p>
</li>
<li id="fn-2080:church">
<p>Unless you&#8217;re into watching worship services, in which case you&#8217;re blessed with hundreds of church channels.&#160;<a href="#fnref-2080:church" rev="footnote">&#8617;</a></p>
</li>
<li id="fn-2080:spotify">
<p>Spotify isn&#8217;t listed among Fire TV&#8217;s launch services, but I would expect it to show up in the near future.&#160;<a href="#fnref-2080:spotify" rev="footnote">&#8617;</a></p>
</li>
</ol>
</div>
<p>The post <a href="https://berbs.us/2014/04/amazon-fire-tv-streaming-video-roku3-appletv/">Amazon Fire TV and the state of streaming video players</a> appeared first on <a href="https://berbs.us">berbs.us</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://berbs.us/2014/04/amazon-fire-tv-streaming-video-roku3-appletv/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>The Moov Fitness Tracker</title>
		<link>https://berbs.us/2014/02/moov-fitness-tracker/</link>
					<comments>https://berbs.us/2014/02/moov-fitness-tracker/#respond</comments>
		
		<dc:creator><![CDATA[Jason Berberich]]></dc:creator>
		<pubDate>Thu, 27 Feb 2014 21:11:13 +0000</pubDate>
				<category><![CDATA[Fitness]]></category>
		<category><![CDATA[iPhone]]></category>
		<guid isPermaLink="false">https://berbs.us/?p=2068</guid>

					<description><![CDATA[<p>I came across this earlier today on The Verge and immediately recognized its potential. Called Moov, it&#8217;s a wearable fitness coach that works with your phone to provide real-time feedback while exercising. It looks very cool. //www.youtube.com/watch?v=ExhD6UWEV8I Unlike current activity trackers like the Fitbit and the Nike Fuelband, which primarily act as passive pedometers, the [&#8230;]</p>
<p>The post <a href="https://berbs.us/2014/02/moov-fitness-tracker/">The Moov Fitness Tracker</a> appeared first on <a href="https://berbs.us">berbs.us</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>I came across this earlier today <a href="http://www.theverge.com/2014/2/27/5453338/moov-siri-coach-personal-trainer">on The Verge</a> and immediately recognized its potential. Called <a href="https://moov.cc/referral/5C58679675">Moov</a>, it&#8217;s a wearable fitness coach that works with your phone to provide real-time feedback while exercising. It looks <em>very</em> cool.</p>
<p><span id="more-2068"></span></p>
<div class="video-container">
<p><a href="//www.youtube.com/watch?v=ExhD6UWEV8I&#038;fmt=18">//www.youtube.com/watch?v=ExhD6UWEV8I</a></p>
<p><a href="//www.youtube.com/watch?v=ExhD6UWEV8I&#038;fmt=18"><img decoding="async" src="//img.youtube.com/vi/ExhD6UWEV8I/default.jpg" width="130" height="97" border=0></a></p>
</div>
<p>Unlike current activity trackers like the Fitbit and the Nike Fuelband, which primarily act as passive pedometers, the Moov uses 9-axis sensors (accelerometer, gyroscope, and magnetometer) to track the movement of your arms and/or legs, allowing it to pass you audio instructions on your phone to improve your form and count reps.</p>
<p>I&#8217;ve skipped the current trackers like the Fitbit for one big reason &#8211; they are really just step trackers. This isn&#8217;t a bad thing if you want to motivate yourself to walk more, but it doesn&#8217;t do anything for other types of activities. My iPhone 5s already does this courtesy of its <a href="http://anandtech.com/show/7335/the-iphone-5s-review/8">M7 motion chip</a>, too, so there&#8217;s not much added value.</p>
<p>The real-time nature of the Moov could prove to be useful, though. And it&#8217;s shipping with support for running, cycling, swimming, cardio boxing, and bodyweight training<sup id="fnref-2068:others"><a href="#fn-2068:others" rel="footnote">1</a></sup>, so it should immediately be more helpful than current wearables.</p>
<p>The makers are using preorders to fund the first batch of devices, and are offering a very good <a href="https://moov.cc/referral/5C58679675">half-price</a> deal for a limited time. If this sounds interesting to you, too, grab one before the price goes up.</p>
<div class="footnotes">
<hr />
<ol>
<li id="fn-2068:others">
<p>Golf, free weight training, and yoga will be added in the next batch, with more activities to follow.&#160;<a href="#fnref-2068:others" rev="footnote">&#8617;</a></p>
</li>
</ol>
</div>
<p>The post <a href="https://berbs.us/2014/02/moov-fitness-tracker/">The Moov Fitness Tracker</a> appeared first on <a href="https://berbs.us">berbs.us</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://berbs.us/2014/02/moov-fitness-tracker/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Happy Holidays from the Berberichs (2013)</title>
		<link>https://berbs.us/2013/12/happy-holidays-berberichs-2013/</link>
					<comments>https://berbs.us/2013/12/happy-holidays-berberichs-2013/#comments</comments>
		
		<dc:creator><![CDATA[Jason Berberich]]></dc:creator>
		<pubDate>Tue, 17 Dec 2013 18:30:30 +0000</pubDate>
				<category><![CDATA[Family]]></category>
		<category><![CDATA[Holiday]]></category>
		<category><![CDATA[Photos]]></category>
		<guid isPermaLink="false">https://berbs.us/?p=2044</guid>

					<description><![CDATA[<p>Our family wishes you happy holidays and a wonderful 2014. Kael — 8 years old Asa — 6 years old Jonas — 3 years old Kellen — 1.5 years old And thanks to our friend Erin at Soulshine Photography for taking these amazing photos for us.</p>
<p>The post <a href="https://berbs.us/2013/12/happy-holidays-berberichs-2013/">Happy Holidays from the Berberichs (2013)</a> appeared first on <a href="https://berbs.us">berbs.us</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Our family wishes you happy holidays and a wonderful 2014.<br />
<img decoding="async" src="http://farm4.staticflickr.com/3724/10855788985_1e593b4f22_b.jpg"><br />
<span id="more-2044"></span></p>
<p><img decoding="async" src="http://farm4.staticflickr.com/3809/10856365953_f471853a92_b.jpg"></p>
<p>Kael — 8 years old<br />
<img decoding="async" src="http://farm3.staticflickr.com/2875/10856740493_c0eef7c50f_b.jpg"></p>
<p>Asa — 6 years old<br />
<img decoding="async" src="http://farm4.staticflickr.com/3776/10856333674_8ca364dedd_b.jpg"></p>
<p>Jonas — 3 years old<br />
<img decoding="async" src="http://farm8.staticflickr.com/7431/10856169805_5a9f71da87_b.jpg"></p>
<p>Kellen — 1.5 years old<br />
<img decoding="async" src="http://farm6.staticflickr.com/5541/10856295025_dc6e26af1f_b.jpg"></p>
<p><img decoding="async" src="http://farm8.staticflickr.com/7376/10855951625_653b6bfe69_b.jpg"></p>
<p><img decoding="async" src="http://farm8.staticflickr.com/7405/10856052984_18ec527b5d_b.jpg"></p>
<p><img decoding="async" src="http://farm6.staticflickr.com/5504/10855899273_311a136d10_c.jpg"></p>
<p><img decoding="async" src="http://farm3.staticflickr.com/2870/10856026783_a4b0c22b13_b.jpg"></p>
<p>And thanks to our friend Erin at <a href="http://www.soulshinephoto.com/">Soulshine Photography</a> for taking these <em>amazing</em> photos for us.</p>
<p>The post <a href="https://berbs.us/2013/12/happy-holidays-berberichs-2013/">Happy Holidays from the Berberichs (2013)</a> appeared first on <a href="https://berbs.us">berbs.us</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://berbs.us/2013/12/happy-holidays-berberichs-2013/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>The Whole30 Challenge</title>
		<link>https://berbs.us/2013/08/whole30-challenge/</link>
					<comments>https://berbs.us/2013/08/whole30-challenge/#comments</comments>
		
		<dc:creator><![CDATA[Jason Berberich]]></dc:creator>
		<pubDate>Fri, 30 Aug 2013 21:46:16 +0000</pubDate>
				<category><![CDATA[Health]]></category>
		<category><![CDATA[Food]]></category>
		<category><![CDATA[health]]></category>
		<guid isPermaLink="false">https://berbs.us/?p=2033</guid>

					<description><![CDATA[<p>Casey and I did the Whole30 nutrition challenge program together from August 1st through today, and it was an interesting experience. While I was a bit reluctant in the beginning, I&#39;m happy we did it. In fact, it&#39;s likely something we&#39;re going to do at least once a year in the future. Casey&#39;s Invitation A [&#8230;]</p>
<p>The post <a href="https://berbs.us/2013/08/whole30-challenge/">The Whole30 Challenge</a> appeared first on <a href="https://berbs.us">berbs.us</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Casey and I did the <a href="http://whole9life.com/category/whole-30/">Whole30</a> nutrition challenge program together from August 1st through today, and it was an interesting experience. While I was a bit reluctant in the beginning, I&#39;m happy we did it. In fact, it&#39;s likely something we&#39;re going to do <em>at least</em> once a year in the future.</p>
<p><span id="more-2033"></span></p>
<h2>Casey&#39;s Invitation</h2>
<p>A few months ago, Casey mentioned that she wanted to do an elimination diet for a month, and asked if I&#39;d like to do it with her. We had found out through testing earlier in the year that she has <a href="http://www.cureceliacdisease.org/living-with-celiac">Celiac</a> disease, and because of some symptoms she was having, she though that small amounts of gluten may have started creeping back into her diet. This elimination diet would be an opportunity to “reset” her diet from a clean slate.</p>
<p>I told her I&#39;d do it. Trying to do a restrictive diet on your own can be a <em>huge</em> challenge. Not only is the emotional support essential, the day-to-day logistics are a lot easier with more than one person participating. Trying to do it alone in a house of six would be close to impossible.</p>
<p>So with August approaching, Casey announced what her monthlong reset would look like: The Whole30 Challenge.</p>
<p><img decoding="async" src="http://media.berbs.us/images/whole30-header.jpg" alt="Welcome to the Whole30"></p>
<h2>What is the Whole30?</h2>
<p>The Whole30 is a super restrictive 30 day paleo diet. The <a href="http://whole9life.com/2012/08/the-whole30-program/">idea</a>?</p>
<blockquote>
<p>Cut out all the psychologically unhealthy, hormone-unbalancing, gut-disrupting, inflammatory food groups<sup id="fnref1"><a href="#fn1">1</a></sup> for a full 30 days. Let your body heal and recover from whatever effects those foods may be causing. Push the “reset” button with your metabolism, systemic inflammation, and the downstream effects of the food choices you’ve been making. Learn once and for all how the foods you’ve been eating are actually affecting your day to day life, and your long term health.</p>
</blockquote>
<p>That means eating <strong>real food</strong>:</p>
<ul>
<li>meat</li>
<li>seafood</li>
<li>eggs</li>
<li>vegetables</li>
<li>fruit</li>
<li>good fats from oils, nuts, and seeds</li>
</ul>
<p>And <em>not</em> eating or drinking:</p>
<ul>
<li>sugar of any kind (real or artificial sweeteners)</li>
<li>alcohol</li>
<li>grains (including corn)</li>
<li>legumes (beans peas, chickpeas, lentils, peanuts, and all forms of soy)</li>
<li>dairy</li>
<li>any foods containing carrageenan, MSG, or sulfates</li>
<li>white potatoes</li>
</ul>
<p>The authors and creators of the Whole30 repeatedly make the point of the importance of following both the letter <em>and</em> <a href="http://whole9life.com/2011/10/sex-with-your-pants-on/">spirit</a> of the program&#39;s rules. In other words, instead of recreating junk food with approved ingredients that <em>technically</em> follows the rules, use the 30 days to create a new, better relationship with food by sticking to the spirit of the program.</p>
<p>I&#39;ve long been dismissive of paleo diets. The idea of<br />
exclusively eating foods just because our prehistoric ancestors did seems like <a href="https://en.wikipedia.org/wiki/Magical_thinking">magical thinking</a> to me. But dogma aside, eating a diet based primarily on &quot;real foods&quot; while limiting the empty calories in simple carbohydrates and processed foods not only makes intuitive sense, it&#39;s supported by a lot of evidence and science<sup id="fnref2"><a href="#fn2">2</a></sup>. As a method of weight loss, the paleo diet gets this right, simply because you&#39;re eating foods that leave you feeling more satiated per calorie consumed than foods containing carbohydrates. </p>
<p>And let&#39;s be honest — a monthlong dietary change is more than <a href="http://whole9life.com/2012/08/the-whole30-program/">doable</a>:</p>
<blockquote>
<p>It is not hard. Don’t you dare tell us this is hard. Quitting heroin is hard. Beating cancer is hard. Drinking your coffee black. Is. Not. Hard. You won’t get any coddling, and you won’t get any sympathy for your “struggles”. YOU HAVE NO EXCUSE not to complete the program as written. It’s only thirty days, and it’s for the most important health cause on earth – the only physical body you will ever have in this lifetime.</p>
</blockquote>
<h2>How it went for me</h2>
<p>I&#39;ll be honest and say that I was a little grumpy the first day or two of the program. Not because I was going through withdrawal or had huge cravings, but because I had a bad attitude. I already ate pretty well, and I <strong>liked</strong> the greek yogurt I had everyday for breakfast. </p>
<p>Thankfully, the realization that the <em>whole point of the program is to dramatically change your eating habits</em> &quot;clicked&quot; for me on day two, which empowered me and made the rest of the month go quite smoothly.</p>
<p>We found the biggest thing about doing the Whole30 is that it takes <strong>a lot of planning and preparation</strong>. Casey does all of the meal planning in our house, so I have <strong>no</strong> complaints there. I do my share of meal preparation though, and a few times our schedules meant that our planned meal for lunch just didn&#39;t get made. This creates a bit of a problem while doing the Whole30, since you can&#39;t just make yourself a sandwich or grab some fast food. Pretty much all of that stuff is off limits.</p>
<p>We quickly found a few &quot;go to&quot; foods that we became a part of our routine. Because of this,  <strong>I have never had so many eggs in my life as I have this month</strong> – at least two for breakfast, everyday, plus more for lunch or dinner on several occasions. The same goes for avocados &#8211; I&#39;ve easily eaten more in the last 30 days than in entire life up until August 1st. </p>
<p>Between taco salad, chicken salad, fish taco salad, hamburgers tooped with guacamole, and some very yummy <a href="http://whole9life.com/2010/09/stm-chicken-fajitas/">chicken fajitas</a>, we had some great meals for lunch and dinner. We tried a few meals that didn&#39;t turn out that well, but Casey was able to consistently find recipes that fit into the Whole30 plan <em>and</em> tasted delicious. So, props to her for that.</p>
<p>I&#39;m pretty sure I had more fruit during the month that the creators of the Whole30 would recommend. Fruit is allowed, but is supposed to be limited because its sugar content could lead to cravings for other sweet foods that <em>are not</em> allowed under the plan. I didn&#39;t find this to be the case for me though, and I found what sugar I did get from fruit to be enough to keep me satisfied. Plus, an apple, banana, mango, or fresh peach is better for you than almost any other &quot;snack&quot; food you can buy.</p>
<p>Also, <a href="http://goodcheapeats.com/2013/02/monkey-salad/">monkey salad</a> makes a <strong>great</strong> Whole30 desert.</p>
<h2>My results</h2>
<p>I can&#39;t say that I had any dramatic changes to my body because of the Whole30. This didn&#39;t surprise me, because I&#39;ve never had any issues with dairy, gluten, and other food ingredients. I can say that I felt really good though, probably because my blood sugar levels were evened out by cutting sugar and sweeteners out of my diet.</p>
<p>Based on my weigh-in on the first day and today, I lost 6lbs in August. The most impressive thing about that to me is that it was done with <strong>zero calorie counting</strong><sup id="fnref3"><a href="#fn3">3</a></sup>. That means I ate <em>anything</em> I wanted off the approved foods list during the month, without worrying about my <a href="http://www.myfitnesspal.com/topics/show/680246-tdee-bmr-what-they-are-and-what-to-do-with-them">TDEE</a>. No doubt this was helped by the exercise I did every day, but it was nice not having to keep track of every piece of food I put into my mouth.</p>
<h2>What I&#39;m taking away from the Whole30</h2>
<p>Like I said at the very beginning of this post, I&#39;m glad Casey and I did the Whole30 challenge. I&#39;m sure we&#39;ll be doing it again. Until then, I&#39;m hoping to stick with some new eating habits that developed this month.</p>
<p><strong>Gluten: rarely</strong>. While Casey has been gluten free since March, I hand&#39;t been until this month. So while I have no medical reason to avoid it, food containing it isn&#39;t typically all that good for you. So while I might indulge in the occasional Qdoba burrito, I have no plans to eat much bread or pasta.</p>
<p><strong>Sugar: moderately</strong>. I&#39;ll welcome back the sugar in my daily greek yogurt, but I intend to keep candy and sweets to rare occasions.</p>
<p><strong>Artificial Sweeteners: eliminate</strong>. I successfully stopped drinking diet soda for the month of June, and now again during August. There&#39;s really no reason I can&#39;t continue this indefinitely.</p>
<h2>Is the Whole30 for you?</h2>
<p>You won&#39;t find out unless you try it. It&#39;s just a month of your life, and it&#39;s <strong>not that hard</strong>.</p>
<p>Most importantly, taking some time to think about what kind of food you&#39;re putting in your body is <em>worth it</em>!</p>
<div class="footnotes">
<hr>
<ol>
<li id="fn1">
<p>Primarily sugar, grains, dairy and legumes&nbsp;<a href="#fnref1">&#8617;</a></p>
</li>
<li id="fn2">
<p>I can provide links to studies if you&#39;d like.&nbsp;<a href="#fnref2">&#8617;</a></p>
</li>
<li id="fn3">
<p>Most of my weight loss this year was paired with me meticulously keeping track of my calorie intake in <a href="http://www.myfitnesspal.com">MyFitnessPal</a>.&nbsp;<a href="#fnref3">&#8617;</a></p>
</li>
</ol>
</div>
<p>The post <a href="https://berbs.us/2013/08/whole30-challenge/">The Whole30 Challenge</a> appeared first on <a href="https://berbs.us">berbs.us</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://berbs.us/2013/08/whole30-challenge/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>The death of Google Reader is App.net&#8217;s next big opporunity</title>
		<link>https://berbs.us/2013/03/death-google-reader-app-dot-net-opportunity/</link>
					<comments>https://berbs.us/2013/03/death-google-reader-app-dot-net-opportunity/#comments</comments>
		
		<dc:creator><![CDATA[Jason Berberich]]></dc:creator>
		<pubDate>Thu, 14 Mar 2013 19:19:33 +0000</pubDate>
				<category><![CDATA[RSS]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Web Apps]]></category>
		<category><![CDATA[Web Services]]></category>
		<guid isPermaLink="false">https://berbs.us/?p=1643</guid>

					<description><![CDATA[<p>I&#8217;ve been a heavy user of Google Reader for over seven years, so I was a little upset yesterday when I saw that, buried in a &#8220;spring cleaning&#8221; blog post, Google quietly announced that it was killing retiring the web-based RSS reader on July 1, 2013. RSS never went mainstream, so Google Reader was always [&#8230;]</p>
<p>The post <a href="https://berbs.us/2013/03/death-google-reader-app-dot-net-opportunity/">The death of Google Reader is App.net&#8217;s next big opporunity</a> appeared first on <a href="https://berbs.us">berbs.us</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>I&#8217;ve been a heavy user of Google Reader for <a href="https://berbs.us/2006/10/bloglines-vs-google-reader/">over seven years</a>, so I was a little upset yesterday when I saw that, buried in a &#8220;<a href="http://googleblog.blogspot.com/2013/03/a-second-spring-of-cleaning.html">spring cleaning</a>&#8221; blog post, Google quietly announced that it was <strike>killing</strike> retiring the web-based RSS reader on <a href="http://googlereader.blogspot.com/2013/03/powering-down-google-reader.html">July 1, 2013</a>.</p>
<p>RSS never went mainstream, so Google Reader was always sort of a geeky niche product. But, the people who used it, <strong>used it</strong>. It was (and is) one of the best way to efficiently scan and consume large amounts of information. If you were the kind of person who still used Reader in the age of Twitter and Facebook, you no doubt depended on it, making the announcement of its closure really sting.</p>
<p>And yet, the end of Google Reader was inevitable. Its user base was tiny in comparison to search and maps, and Google never made an attempt to monetize the product or make use of the massive amount of data it had on users and their subscriptions. Plus, it distracted from the company&#8217;s headline social project, Google+.</p>
<h2>Life after Google Reader</h2>
<p>Google Reader started its life as a web-based feed reader, but over time, its real value became its ability to act as a centralized place that <em>other</em> applications could sync against. Take, for example, the <em>excellent</em> <a href="http://reederapp.com/iphone/info">Reeder</a> app for iPhone/iPad. It<sup id="fnref-1643:phone"><a href="#fn-1643:phone" rel="footnote">1</a></sup> lets me scan through my feeds quickly wherever I am and allows me to read items or take action on them (&#8220;star&#8221; it, send it to <a href="http://instapaper.com/">InstaPaper</a> to read later, save the link to <a href="http://pinboard.in/">Pinboard</a> for archiving and search). New items and read items are synced across all my linked reader applications and the Google Reader web app, so they&#8217;re always consistent.</p>
<p>Despite Google Reader effectively killing off competition in the market, there <a href="http://www.newsblur.com/">are</a> <a href="http://theoldreader.com/">other</a> web-based feed readers <a href="http://www.feedafever.com/">available</a>, so I think we&#8217;ll be fine on that end. In fact, I agree with Marco and think we&#8217;re going to enter the <a href="http://www.marco.org/2013/03/13/google-reader-sunset">golden age</a> of RSS readers:</p>
<blockquote>
<p>Now, we’ll be forced to fill the hole that Reader will leave behind, and there’s no immediately obvious alternative. We’re finally likely to see substantial innovation and competition in RSS desktop apps and sync platforms for the first time in almost a decade.</p>
<p>It may suck in the interim before great alternatives mature and become widely supported, but in the long run, trust me: this is excellent news.</p>
</blockquote>
<p>What we need going forward, however, is a canonical feed store/sync API to replace what Reader had evolved into. That way, any number of web, mobile, and desktop apps could tie into it and share feed information with each other. <strong>That</strong> is what made Google Reader so great, and so powerful.</p>
<h2>The opportunity for App.net</h2>
<p>In <a href="http://www.muleradio.net/newdisruptors/13/">episode 13</a> of Glenn Fleishman&#8217;s &#8220;The New Disruptors&#8221; podcast (now my favorite interview show), Glenn talked to Dalton Caldwell, the creator of <a href="https://app.net/">App.net</a> (ADN). The big revelation for me was the discussion about what ADN <em>really</em> is. It&#8217;s not <em>just</em> the Twitter-like application they&#8217;ve built in <a href="https://alpha.app.net/">alpha.app.net</a>. It&#8217;s really about the infrastructure and tools they&#8217;ve built that allow developers to build other, more innovative applications on top of. As Glenn says, they&#8217;re more a <a href="http://aws.amazon.com/">Amazon Web Services</a> competitor than a Twitter clone.</p>
<p>ADN already has programming APIs for <a href="http://developers.app.net/docs/basics/messaging/">messaging</a>, <a href="http://developers.app.net/docs/resources/file/">file storage</a>, and <a href="http://developers.app.net/docs/resources/place/">places</a>. I think a &#8220;feed&#8221; API would a <strong>great</strong> addition, and allow for some interesting possibilities with the built-in App.net social features.</p>
<p>In fact, I noticed this morning that I wasn&#8217;t the only one with the same insight:</p>
<p><a href="https://alpha.app.net/ablaze/post/3825298"><img decoding="async" src="http://media.berbs.us/images/ablaze-reader-adn.png" alt="Insightful comment by @ablaze on App.net and feeds." /></a></p>
<p>We&#8217;ve already made the mistake of entrusting an important piece of infrastructure to a free product. This time around, let&#8217;s put it in the hands of someone who&#8217;s interests are aligned with customers and developers, <em>and</em> who will charge some money for it. This is the perfect opportunity for ADN, and I hope they take it.</p>
<div class="footnotes">
<hr />
<ol>
<li id="fn-1643:phone">
<p>Specifically, the iPhone version&#160;<a href="#fnref-1643:phone" rev="footnote">&#8617;</a></p>
</li>
</ol>
</div>
<p>The post <a href="https://berbs.us/2013/03/death-google-reader-app-dot-net-opportunity/">The death of Google Reader is App.net&#8217;s next big opporunity</a> appeared first on <a href="https://berbs.us">berbs.us</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://berbs.us/2013/03/death-google-reader-app-dot-net-opportunity/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
		<item>
		<title>Strength</title>
		<link>https://berbs.us/2013/01/strength/</link>
					<comments>https://berbs.us/2013/01/strength/#respond</comments>
		
		<dc:creator><![CDATA[Jason Berberich]]></dc:creator>
		<pubDate>Wed, 30 Jan 2013 16:02:56 +0000</pubDate>
				<category><![CDATA[Fitness]]></category>
		<category><![CDATA[About Me]]></category>
		<guid isPermaLink="false">https://berbs.us/?p=1594</guid>

					<description><![CDATA[<p>I&#8217;m going to be honest — I&#8217;m not in great physical shape right now. I&#8217;m not here to make excuses, but I am going to tell you how I&#8217;m going to change this and get into the best shape of my life. First, a little history. Thanks to a few smartphone apps, most recently Weightbot, [&#8230;]</p>
<p>The post <a href="https://berbs.us/2013/01/strength/">Strength</a> appeared first on <a href="https://berbs.us">berbs.us</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>I&#8217;m going to be honest — I&#8217;m not in great physical shape right now. I&#8217;m not here to make excuses, but <em>I am</em> going to tell you how I&#8217;m going to change this and get into the <strong>best shape of my life</strong>.</p>
<p><span id="more-1594"></span></p>
<h2>First, a little history.</h2>
<p>Thanks to a few smartphone apps, most recently <a href="http://tapbots.com/software/weightbot/">Weightbot</a>, I&#8217;ve been capturing my weight every day for nearly three years. Here&#8217;s what that looks like on a trend graph:</p>
<p><noscript><img decoding="async" src="http://media.berbs.us/images/berberich-weight-2010-2012.png"></noscript><br />
<script type="text/javascript" src="//ajax.googleapis.com/ajax/static/modules/gviz/1.0/chart.js"> {"dataSourceUrl":"//docs.google.com/spreadsheet/tq?key=0AjE2L1ZRNTLEdF9nOC1FbmJfdmF0QmFISktTUks2QUE&transpose=0&headers=0&range=A2%3AB785&gid=0&pub=1","options":{"displayAnnotations":true,"titleTextStyle":{"fontSize":16},"max":null,"animation":{"duration":500},"allValuesSuffix":"lbs","fill":5,"width":890,"displayRangeSelector":true,"wmode":"opaque","hAxis":{"title":"Horizontal axis title","useFormatFromData":true,"minValue":null,"viewWindow":{"min":null,"max":null},"maxValue":null},"vAxes":[{"title":"Left vertical axis title","useFormatFromData":true,"minValue":null,"viewWindow":{"min":null,"max":null},"maxValue":null},{"useFormatFromData":true,"minValue":null,"viewWindow":{"min":null,"max":null},"maxValue":null}],"booleanRole":"certainty","title":"Chart title","height":320,"scaleType":"maximize","legend":"right","thickness":"1","displayZoomButtons":true},"state":{},"view":{},"chartType":"AnnotatedTimeLine","chartName":"Chart 1"} </script></p>
<p>A few things worth noting here:</p>
<ul>
<li>My weight fluctuated about 5lbs for the last year, between 185 lb and 190 lb.</li>
<li>I logged my food intake inconsistently throughout the last few years, usually for a few weeks at a time before getting bad about inputting the data.</li>
<li>In 2010 and the first half of 2011 I was running on a regular basis. I ran a handful of times in January 2012, too.</li>
<li>I started the 60-day <a href="http://www.beachbody.com/product/fitness_programs/insanity.do">Insanity</a> workout program the last week of September 2011 and ended it the last week of November<sup id="fnref:bb"><a href="#fn:bb" rel="footnote">1</a></sup>.</li>
<li>Much of 2012 consisted of inactivity, regular beer drinking, and eating whatever I wanted. I <em>did not</em> exercise on a regular basis.</li>
</ul>
<h2>My Goals</h2>
<p>I&#8217;m willing to make some big changes in order to get myself into top physical condition. The last time I lost a lot of weight was in 2005, before we had our first baby. I dropped 25-30lbs through brute force — 40+ minutes of cardio <em>every day</em> and lots of salads. Looking back, I can definitely say that I was skinny, but I wasn&#8217;t <em>strong</em>.</p>
<p>This time I&#8217;m trying sometime different. Because it&#8217;s not possible to burn fat and build muscle <a href="http://www.builtlean.com/2011/08/04/can-you-lose-fat-and-build-muscle-at-the-same-time/">at the same time</a>, you need to choose. Based on my research, focusing on <a href="http://www.builtlean.com/2012/05/03/lose-fat-first/">losing fat first</a> without <em>losing</em> muscle seems to be the best way to go, so that&#8217;s my current plan.</p>
<p>This complicates tracking though, because while logging weight is super easy, it doesn&#8217;t separate fat loss from muscle loss. BMI, too, is <a href="http://www.npr.org/templates/story/story.php?storyId=106268439">essentially bullshit</a>, and is an unreliable measure of body fat and muscle mass.</p>
<p>The best indicator of progress is <em>body fat percentage</em>, which, it turns out, is also probably the hardest to measure accurately. Based on our <a href="http://www.amazon.com/gp/product/B0009V1YPK/ref=as_li_ss_tl?ie=UTF8&amp;tag=berberichweb-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B0009V1YPK">Tanita</a> body fat/water scale<sup id="fnref:bfp"><a href="#fn:bfp" rel="footnote">2</a></sup> and these <a href="http://www.builtlean.com/2012/09/24/body-fat-percentage-men-women/">body fat percentage photos</a>, I&#8217;m currently at about <em>25% body fat</em>. My goal is to get this down to <strong>15% body fat</strong>. Based on a simple <a href="http://www.builtlean.com/2010/05/04/ideal-body-weight-formula-how-to-calculate-your-ideal-weight/">ideal body weight formula</a>, 15% body fat means a goal weight of <em>165 lbs</em>.</p>
<h3>Phase 1: Diet</h3>
<p>As important (and satisfying) as exercise is, the biggest factor <em>by far</em> in losing fat is simply <strong>eating less calories than your body burns</strong>. Yes, working out will help on the burning calories side of that equation, but when you realize it takes over an hour of running to offset the calories in a typical fast food lunch, it&#8217;s just easier not to eat it in the first place.</p>
<p>I&#8217;m already eating pretty well on a daily basis, so I don&#8217;t need many changes here. I haven&#8217;t had a dount for breakfast in over a month, and I&#8217;ve done well in avoiding candy and chips for snacks. We rarely eat out, and almost all of our meals are homemade with lots of fresh fruits and vegetables. I&#8217;m not following a specific diet plan, but I guess you could call it low-carb. I avoid breads and pastas as much as possible and try my best to stick to whole grains if I do eat them.</p>
<p>I am also back to using <a href="http://www.myfitnesspal.com/">MyFitnessPal</a> for calorie tracking. While I&#8217;ve developed a good intuition for the &#8220;cost&#8221; of a food from my previous episodes of tracking, I&#8217;ve found it difficult to keep a running total for the day without recording it somewhere. Yes, it can be a pain — especially at dinner time when we make something from scratch that isn&#8217;t in the MyFitnessPal database. But, it gets results, so it&#8217;s worth doing.</p>
<p>The areas where I need to focus are:</p>
<ol>
<li><strong>Watch my portion sizes</strong>. The things I eat are good and healthy, but I need to pay attention to <em>how much</em> I&#8217;m consuming. Instead of going for seconds on the main course, have some extra vegetables, etc.</li>
<li><strong>Minimize evening snacking</strong>. We don&#8217;t keep much junk food in the house anymore, so this has gotten better, but I still need to watch what I eat after the kids are in bed. I feel ok indulging in a big bowl of popcorn once a week, but otherwise I need to stick to fruits, veggies, and nuts.</li>
</ol>
<h3>Phase 2: Fitness</h3>
<p>In my adult life, fitness for me has always meant cardio. First the elliptical machine, then, after I overcame my longtime mental barrier towards it, running. I <em>never</em> once considered weightlifting. That entire part of the gym was alien to me, and, to be honest, free weights <em>intimidated the hell out of me</em>.</p>
<p>But recently, I read a few things that changed my mind and made me decide to give weight training a serious try. The first was a 2011 article from <em>Men&#8217;s Journal</em> titled &#8220;<a href="http://archive.mensjournal.com/everything-you-know-about-fitness-is-a-lie">Everything You Know About Fitness is a Lie</a>&#8221; that really hit home. From the introduction:</p>
<blockquote><p>
  Too many of us drift into health clubs with only the vaguest of notions about why we’re actually there — notions like maybe losing a little weight, somehow looking like the young Brad Pitt in Fight Club, or just heeding a doctor’s orders. Vague goals beget vague methods; the unfocused mind is the vulnerable mind, deeply susceptible to bullshit. So we sign our sorry names on the elliptical-machine waiting list — starting with a little “cardio,” like somebody said you’re supposed to — and then spend our allotted 30 minutes in front of a TV mounted a regulation seven to 10 feet away, because lawyers have told gym owners that seven to 10 feet minimizes the likelihood that we’ll crane our necks, lose our balance, and face-plant on the apparatus. After that, if we’ve got any remaining willpower, we lie flat on the floor, contract a few stomach muscles with tragic optimism, and then we “work each body part” before hitting the shower.
</p></blockquote>
<p>That sounds…a little too familiar. What did he discover was the most effective workout? Plain, boring <strong>barbell exercises</strong>.</p>
<blockquote><p>
  Regardless of which aptitude you choose [strength, power, muscle mass, and muscle endurance], you&#8217;ll start by focusing on a few basic exercises – the squat, the dead lift, and the bench press. Those old sessions you&#8217;ve been doing, of eight or 10 different single-muscle exercises, that&#8217;s over. Every serious strength-and-conditioning coach sticks to the basic barbell movements, because our bodies don&#8217;t operate as single muscles – they operate as a whole. Even in 2010, picking up heavy things, throwing heavy things up over our heads, and pulling heavy things remain the very best ways to replicate our foundational movement patterns.
</p></blockquote>
<p>This article and the <a href="http://www.reddit.com/r/fitness">fitness subreddit</a> on Reddit both <em>highly</em> recommend the book <a href="http://www.amazon.com/gp/product/0982522738/ref=as_li_ss_tl?ie=UTF8&amp;tag=berberichweb-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0982522738"><em>Starting Strength: Basic Barbell Training</em></a> by Mark Rippetoe. It&#8217;s considered by many to be <strong>the best</strong> book ever written on the subject of strength training. If you have zero knowledge of weightlifting like I did, this book is required reading.</p>
<p>In the three weeks since I started strength training, I&#8217;ve already made these gains:</p>
<ul>
<li>Squat: 65 lbs to 120 lbs</li>
<li>Bench Press: 95 lbs to 110 lbs</li>
<li>Press (overhead press): 65 lbs to 75 lbs</li>
<li>Deadlift: 95 lbs to 170 lbs</li>
</ul>
<p>I&#8217;m planning on taking a brief break from adding weight during every session in order to work on my form. I don&#8217;t want to keep making increases, only to hit a plateau or get hurt because of bad form. The great part is that at <a href="http://www.gfymca.org/">my gym</a>, I&#8217;ve never had to wait to use the deadlift mat or the power rack for squats and presses, so I can spend as much time working on these as I want. There just aren&#8217;t that many people doing these boring (but effective) barbell exercises.</p>
<p>If I&#8217;m not able to make it to the gym for barbell exercises, I use the <a href="http://www.amazon.com/gp/product/0345528581/ref=as_li_ss_tl?ie=UTF8&amp;tag=berberichweb-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0345528581">You Are Your Own Gym</a> iPhone app to get a good <a href="http://greatist.com/fitness/50-bodyweight-exercises-you-can-do-anywhere-030612/">bodyweight</a> workout done at home. Even the beginner workout is tough, but <a href="https://www.youtube.com/watch?v=whwxy-3cwcI">some</a> of the <a href="https://www.youtube.com/watch?v=euj8biiJ06c">advanced</a> exercises are downright <a href="https://www.youtube.com/watch?v=Us0IUgABpmw">tough</a>. There&#8217;s really no excuse I can&#8217;t get three good strength workouts in per week.</p>
<h2>Progress</h2>
<p>I&#8217;m happy with and excited by the progress I&#8217;ve made in January alone. I&#8217;ve already lost <strong>five pounds</strong>, and I&#8217;ve made big improvements in my strength. I&#8217;m looking forward to where I&#8217;ll be later this year, and will be sure to follow-up!</p>
<div class="footnotes">
<hr />
<ol>
<li id="fn:bb">
If you&#8217;re looking for a good cardio workout along with some bodyweight exercises, take a look at Insanity. It&#8217;s great for building endurance.&#160;<a href="#fnref:bb" rev="footnote">&#8617;</a>
</li>
<li id="fn:bfp">
The <a href="http://www.tanita.com/en/howbiaworks/">method</a> used by Tanita isn&#8217;t nearly as good as <a href="http://www.topendsports.com/testing/tests/underwater.htm">Hydrostatic Weighing</a>, but is &#8220;good enough&#8221; as a fast and easy substitute (and a <em>hell</em> of a lot cheaper).&#160;<a href="#fnref:bfp" rev="footnote">&#8617;</a>
</li>
</ol>
</div>
<p>The post <a href="https://berbs.us/2013/01/strength/">Strength</a> appeared first on <a href="https://berbs.us">berbs.us</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://berbs.us/2013/01/strength/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
