<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
<channel>
<title>Razor Fast</title>

<link>http://razorfast.com</link>
<description />
<lastBuildDate>Wed, 06 Jun 2012 20:49:07 +0000</lastBuildDate>
<language>en-US</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>http://wordpress.org/?v=3.5.1</generator>
<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/RazorFast" /><feedburner:info uri="razorfast" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>RazorFast</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
<title>Casual Encounters of Web Performance</title>
<link>http://feedproxy.google.com/~r/RazorFast/~3/k-aFOxTsoLA/</link>
<comments>http://razorfast.com/2012/06/06/casual-encounters-of-web-performance/#comments</comments>
<pubDate>Wed, 06 Jun 2012 20:49:07 +0000</pubDate>
<dc:creator>Dan DeFelippi</dc:creator>
<category><![CDATA[Performance]]></category>
<guid isPermaLink="false">http://razorfast.com/?p=107</guid>
<description><![CDATA[I&#8217;m currently visiting San Francisco and had an interesting encounter related to web performance. I often stay in hostels when traveling and this trip is no different. Besides being much less expensive (especially in San Francisco) you get to meet all kinds of interesting people. Yesterday I was chatting with the guy in the bed [...]]]></description>
				<content:encoded><![CDATA[<p>I&#8217;m currently visiting San Francisco and had an interesting encounter related to web performance. I often stay in hostels when traveling and this trip is no different. Besides being much less expensive (especially in San Francisco) you get to meet all kinds of interesting people.</p>
<p>Yesterday I was chatting with the guy in the bed below mine. He&#8217;s a baby boomer who grew up in Montana, served in the Navy, and has lived in Switzerland for the past 3 years. As a classical artist who paints and draws we got talking about art and design. He knows enough about computers to use Photoshop but isn&#8217;t a geek by any means. He admittedly knows nothing about web design but had some insight about color contrast from an artist&#8217;s perspective.</p>
<p>As we were talking about the use of color he started ranting about things that people do wrong on the web. He went off about how his formerly favorite art website kept adding more and more to its design until it was just a mess.</p>
<p>&#8220;Sites need to focus on what&#8217;s important and get rid of the rest,&#8221; he said.</p>
<p>I couldn&#8217;t have agreed more. This guy gets it.</p>
<p>Then he mentioned sites need to be fast. This really got my attention.</p>
<p>&#8220;Sites need to load as quickly as possible. If sites are slow I&#8217;ll just leave and go somewhere else. Get rid of all this extra junk and just let me use your site.&#8221;</p>
<p>Wow, this guy totally gets it.</p>
<p>People aren&#8217;t stupid. They don&#8217;t need to know technology to understand that performance matters. If a website is slow they&#8217;ll leave. Make sure your site is fast.</p>
<img src="http://feeds.feedburner.com/~r/RazorFast/~4/k-aFOxTsoLA" height="1" width="1"/>]]></content:encoded>
<wfw:commentRss>http://razorfast.com/2012/06/06/casual-encounters-of-web-performance/feed/</wfw:commentRss>
<slash:comments>0</slash:comments>
<feedburner:origLink>http://razorfast.com/2012/06/06/casual-encounters-of-web-performance/</feedburner:origLink></item>
<item>
<title>Amazon Silk – The New Cloud-Accelerated Browser</title>
<link>http://feedproxy.google.com/~r/RazorFast/~3/5al1L8fr8rc/</link>
<comments>http://razorfast.com/2011/09/28/amazon-silk-the-new-cloud-accelerated-browser/#comments</comments>
<pubDate>Wed, 28 Sep 2011 15:52:58 +0000</pubDate>
<dc:creator>Dan DeFelippi</dc:creator>
<category><![CDATA[Performance]]></category>
<category><![CDATA[amazon silk]]></category>
<category><![CDATA[browsers]]></category>
<guid isPermaLink="false">http://razorfast.com/?p=85</guid>
<description><![CDATA[Today Amazon announced a new tablet, the Kindle Fire. Along with this announcement they revealed a new browser, Amazon Silk. All of the browser subsystems are present on your Kindle Fire as well as on the AWS cloud computing platform.  Each time you load a web page, Silk makes a dynamic decision about which of these subsystems [...]]]></description>
				<content:encoded><![CDATA[<p>Today Amazon announced a new tablet, the <a href="http://www.amazon.com/dp/B0051VVOB2/">Kindle Fire</a>. Along with this announcement they revealed a new browser, <a href="http://amazonsilk.wordpress.com/">Amazon Silk</a>.</p>
<!--YouTube Error: bad URL entered-->
<blockquote><p>All of the browser subsystems are present on your Kindle Fire as well as on the AWS cloud computing platform.  Each time you load a web page, Silk makes a dynamic decision about which of these subsystems will run locally and which will execute remotely.  In short, Amazon Silk extends the boundaries of the browser, coupling the capabilities and interactivity of your local device with the massive computing power, memory, and network connectivity of our cloud.</p></blockquote>
<p>I&#8217;ve seen speculation that this will be like <a href="http://www.opera.com/mobile/">Opera Mini</a>, with server-side page rendering which significantly improves performance at the cost of crippling interactive sites that use JS. The way I read into it is that it&#8217;s more likely Amazon Silk will function more like an optimization proxy, combining and minifying files, caching static files on Amazon&#8217;s services, and possibly using <a href="http://www.chromium.org/spdy">SPDY</a> for delivery. If done well this could be a great service, speeding up mobile browsing without impacting functionality.</p>
<p>I have high hopes for Silk. Amazon has gotten very serious about web performance in the past few years. So long as they don&#8217;t cripple sites, which I think is unlikely, this could be a very successful browser.</p>
<p><ins>Edit: Amazon released a basic <a href="http://www.amazon.com/gp/help/customer/display.html/ref=hp_rel_topic?ie=UTF8&#038;nodeId=200775440">Silk FAQ</a>. Looks like it will support Flash, SSL, and won&#8217;t cripple sites.</ins></p>
<img src="http://feeds.feedburner.com/~r/RazorFast/~4/5al1L8fr8rc" height="1" width="1"/>]]></content:encoded>
<wfw:commentRss>http://razorfast.com/2011/09/28/amazon-silk-the-new-cloud-accelerated-browser/feed/</wfw:commentRss>
<slash:comments>0</slash:comments>
<feedburner:origLink>http://razorfast.com/2011/09/28/amazon-silk-the-new-cloud-accelerated-browser/</feedburner:origLink></item>
<item>
<title>The New Austin Web Performance Meetup Group</title>
<link>http://feedproxy.google.com/~r/RazorFast/~3/cw6PtSnKTs0/</link>
<comments>http://razorfast.com/2011/09/18/the-new-austin-web-performance-meetup-group/#comments</comments>
<pubDate>Sun, 18 Sep 2011 14:26:58 +0000</pubDate>
<dc:creator>Dan DeFelippi</dc:creator>
<category><![CDATA[Events]]></category>
<category><![CDATA[Performance]]></category>
<category><![CDATA[meetup]]></category>
<guid isPermaLink="false">http://razorfast.com/?p=83</guid>
<description><![CDATA[I&#8217;m happy to announce the creation of the Austin Web Performance Group. This is something I&#8217;ve been planning on doing for a while and finally got around to launching. Kyle Simpson has joined me as co-organizer. This meetup group joins a collection of other web performance meetups around the world. Meet with other web site system administrators, [...]]]></description>
				<content:encoded><![CDATA[<p>I&#8217;m happy to announce the creation of the <a href="http://www.meetup.com/Austin-Web-Performance-Group/">Austin Web Performance Group</a>. This is something I&#8217;ve been planning on doing for a while and finally got around to launching. <a href="http://getify.com">Kyle Simpson</a> has joined me as co-organizer. This meetup group joins a collection of other <a href="http://web-performance.meetup.com/">web performance meetups</a> around the world.</p>
<p>Meet with other web site system administrators, developers, designers and business people who&#8217;re interested in making their sites work fast to get better user experience, lower abandonment rates and more money. (shamelessly borrowed from the <a href="http://www.nywebperformance.org/">New York Web Performance Group</a>)</p>
<p>If you&#8217;re in the Austin, TX area join up! We&#8217;re aiming to have our first meetup at the end of September or October. Feel free to submit your topics.</p>
<img src="http://feeds.feedburner.com/~r/RazorFast/~4/cw6PtSnKTs0" height="1" width="1"/>]]></content:encoded>
<wfw:commentRss>http://razorfast.com/2011/09/18/the-new-austin-web-performance-meetup-group/feed/</wfw:commentRss>
<slash:comments>0</slash:comments>
<feedburner:origLink>http://razorfast.com/2011/09/18/the-new-austin-web-performance-meetup-group/</feedburner:origLink></item>
<item>
<title>Announcing My New Project, BidOnMyDay</title>
<link>http://feedproxy.google.com/~r/RazorFast/~3/OJ5WGaqD8Yk/</link>
<comments>http://razorfast.com/2011/09/04/announcing-my-new-project-bidonmyday/#comments</comments>
<pubDate>Sun, 04 Sep 2011 16:32:26 +0000</pubDate>
<dc:creator>Dan DeFelippi</dc:creator>
<category><![CDATA[Uncategorized]]></category>
<category><![CDATA[travel]]></category>
<guid isPermaLink="false">http://razorfast.com/?p=81</guid>
<description><![CDATA[A few weeks ago when JetBlue reopened sales of their BluePass, I decided I needed to find an interesting way to buy one and put it to good use. After racking my brain I came up with an idea: people bid to have me fly out and do some work. I toyed with a number [...]]]></description>
				<content:encoded><![CDATA[<p>A few weeks ago when JetBlue reopened sales of their <a href="http://www.jetblue.com/bluepass/">BluePass</a>, I decided I needed to find an interesting way to buy one and put it to good use. After racking my brain I came up with an idea: people bid to have me fly out and do some work. I toyed with a number of variations, minimum bids, job types, etc. I solicited feedback from family and friends, which ended up being extremely positive. The final product is <a href="http://bidonmyday.com">BidOnMyDay</a>.</p>
<p>BidOnMyDay is simple. Anyone can bid to have me fly to them and do nearly anything. While I&#8217;d like to focus on tech related work, I&#8217;m not restricting it. Cleaner, courier, driver, teacher, whatever. The goal is to travel, meet new people, and have some interesting experiences. I&#8217;m also doing a video and blog post about each job on the site. Oh, and bids start at $1.</p>
<p>There&#8217;s a lot of risk in this. I calculated my fixed and average variable costs at around $100 per day. Every winning bid under $100 is a short term loss for me. I&#8217;m hoping that by the end of the BluePass (November 22nd) bids average out above $100. I&#8217;m also hoping that by doing videos and blog posts about the jobs I can bring steady traffic to the site, offering alternative revenue stream opportunities.</p>
<p>So go check out <a href="http://bidonmyday.com">BidOnMyDay</a> and place a bid. Any and all feedback is welcome!</p>
<img src="http://feeds.feedburner.com/~r/RazorFast/~4/OJ5WGaqD8Yk" height="1" width="1"/>]]></content:encoded>
<wfw:commentRss>http://razorfast.com/2011/09/04/announcing-my-new-project-bidonmyday/feed/</wfw:commentRss>
<slash:comments>0</slash:comments>
<feedburner:origLink>http://razorfast.com/2011/09/04/announcing-my-new-project-bidonmyday/</feedburner:origLink></item>
<item>
<title>Groupon Knowingly Promotes Scam Products And Doesn’t Care</title>
<link>http://feedproxy.google.com/~r/RazorFast/~3/wr7XZj3TWnU/</link>
<comments>http://razorfast.com/2011/08/17/groupon-knowingly-promotes-scam-products-and-doesnt-care/#comments</comments>
<pubDate>Wed, 17 Aug 2011 19:07:27 +0000</pubDate>
<dc:creator>Dan DeFelippi</dc:creator>
<category><![CDATA[Startups]]></category>
<category><![CDATA[fraud]]></category>
<category><![CDATA[scams]]></category>
<guid isPermaLink="false">http://razorfast.com/?p=78</guid>
<description><![CDATA[Update: Groupon refunded both Harmony Balance-Band deals shortly after the San Diego one ended. Congratulations Groupon! I&#8217;ve been a fan of Groupon, from a consumer perspective, since it first launched. While I haven&#8217;t been buying many of their deals I&#8217;ve been monitoring each new city as I travel to see if I can find some [...]]]></description>
				<content:encoded><![CDATA[<div id="attachment_79" class="wp-caption alignright" style="width: 318px"><a href="http://razorfast.com/wp-content/uploads/2011/08/Harmony-Balance-Bands_grid_6.jpg"><img class="size-full wp-image-79 " title="Harmony Balance-Bands scam products" src="http://razorfast.com/wp-content/uploads/2011/08/Harmony-Balance-Bands_grid_6.jpg" alt="Harmony Balance-Bands scam products" width="308" height="187" /></a><p class="wp-caption-text">A big pile of scam (image used under Fair Use)</p></div>
<p><ins style="font-style:italic">Update: Groupon refunded both Harmony Balance-Band deals shortly after the San Diego one ended. Congratulations Groupon!</ins></p>
<p>I&#8217;ve been a fan of Groupon, from a consumer perspective, since it first launched. While I haven&#8217;t been buying many of their deals I&#8217;ve been monitoring each new city as I travel to see if I can find some good local deals. Yesterday I was disturbed when I found the deal for San Diego was for <a href="http://www.groupon.com/deals/harmony-balance-bands-2" rel="nofollow">Harmony Balance-Bands</a>. You may have heard of these scam products, a rubber bracelet with a hologram stuck on it. The companies promoting these products all claim they improve your balance, with Harmony Balance-Bands stacking on some <a href="http://www.balance-bands.net/index.php?main_page=page&amp;id=22" rel="nofollow">additional pseudoscientific claims</a>. The fact is these are nothing more than a $0.10 bracelet made in China. They have no special powers. They don&#8217;t improve your balance. The demonstration many of the companies use has been <a href="http://www.youtube.com/watch?v=B9_6St8XDms">thoroughly debunked</a>. <a href="http://www.youtube.com/watch?v=H9C8al3rWDQ">ESPN also showed they do nothing</a>. The biggest promotor, PowerBalance, <a href="http://gizmodo.com/5723577/powerbalance-admits-their-wristbands-are-a-scam">admitted they do nothing</a> and refunded customers. One group in Australia stepped up and created <a href="http://skepticbros.com/placebo-bands/">Placebo Bands</a>, inexpensive knockoffs that clearly show how they are nothing more than a placebo.</p>
<p><span id="more-78"></span></p>
<p>With the facts about this product well-established, I was surprised when I saw Groupon promoting it. Promoting a scam tarnishes their brand. Of course they&#8217;re making money from the suckers that buy the product, so perhaps they feel the money they make is worth the brand damage. When I saw the number 2 in the URL I realized this isn&#8217;t the first time Groupon has promoted this scam. It was also <a href="http://www.groupon.com/deals/harmony-balance-bands" rel="nofollow">promoted in Toronto a week prior</a>, selling 3,306 bands at $15 CAD each. Assuming Groupon is taking 50%, that&#8217;s a cool $24,795 CAD! Combining that with the money from the San Diego sale, they&#8217;re well over $30,000.</p>
<p>I decided to contact Groupon to request they take down this scam product. I left two comments on the deal page and send a comment on Twitter. The deal page comments were moderated and never showed up. We wouldn&#8217;t want the public to know the product is a scam would we? They might not purchase it. They responded on Twitter to email support@groupon.com, which I promptly did. I received a generic response that basically said if I didn&#8217;t like it, wait for the next deal. This clearly indicates to me that Groupon doesn&#8217;t care the product is a scam, the money is just too good.</p>
<p>I&#8217;m sick and tired of these pseudoscientifc scams being pulled on the unknowing public. I&#8217;ve filed a complaint with the FTC against Pro Peptides Inc (the company behind the bands) and Groupon Inc. I doubt it will be investigated but I can always be hopeful. I urge you to also complain to Groupon through <a href="http://twitter.com/groupon" rel="nofollow">Twitter</a>, <a href="mailto:support@groupon.com">email</a> and <a href="http://www.groupon.com/deals/harmony-balance-bands-2/posts" rel="nofollow">leave comments on the deal site</a>.</p>
<img src="http://feeds.feedburner.com/~r/RazorFast/~4/wr7XZj3TWnU" height="1" width="1"/>]]></content:encoded>
<wfw:commentRss>http://razorfast.com/2011/08/17/groupon-knowingly-promotes-scam-products-and-doesnt-care/feed/</wfw:commentRss>
<slash:comments>41</slash:comments>
<feedburner:origLink>http://razorfast.com/2011/08/17/groupon-knowingly-promotes-scam-products-and-doesnt-care/</feedburner:origLink></item>
<item>
<title>How DailyBurn Broke The Law And Owes Me $4500</title>
<link>http://feedproxy.google.com/~r/RazorFast/~3/yZ21SZgArTI/</link>
<comments>http://razorfast.com/2011/08/10/how-dailyburn-broke-the-law-and-owes-me-4500/#comments</comments>
<pubDate>Wed, 10 Aug 2011 20:00:02 +0000</pubDate>
<dc:creator>Dan DeFelippi</dc:creator>
<category><![CDATA[Startups]]></category>
<guid isPermaLink="false">http://razorfast.com/?p=75</guid>
<description><![CDATA[I&#8217;ve been sitting on this for almost a year and a half. DailyBurn gave up on making this right a long time ago and I think it&#8217;s worth letting the world hear my story. In March 2010, DailyBurn ran a contest called Revenge of the Office Worker. The point of the contest was to get [...]]]></description>
				<content:encoded><![CDATA[<p>I&#8217;ve been sitting on this for almost a year and a half. DailyBurn gave up on making this right a long time ago and I think it&#8217;s worth letting the world hear my story. In March 2010, <a href="http://www.dailyburn.com" rel="nofollow">DailyBurn</a> ran a contest called <a href="http://blog.dailyburn.com/revenge-of-the-office-worker-terms-and-conditions/">Revenge of the Office Worker</a>. The point of the contest was to get in shape with coworkers and then get the most votes in a social media runoff. The grand prize was going to be a year subscription to DailyBurn and a Steelcase Walkstation treadmill desk worth $4,499! Having wanted a standing desk for quite a while I quickly recruited a friend to join me and registered to participate.</p>
<p>The contest was being managed by DailyBurn&#8217;s community manager, Kate Brown. I emailed Kate on March 17th to ask a few basic questions, including if I could have friends join me instead of coworkers. She responded promptly, indicating friends would be fine and included a <a href="https://docs.google.com/leaf?id=1tljSnWsu9HM6_zKdzxCx9391VETpDU3iW2WR6FGybcy7q50-dji9j4usfjuW&amp;hl=en_US">DOCX file with complete contest info and a registration form</a>. I contacted a few friends to see if any were interested and recruited one. We got the necessary info together, named our team Rochester Techies, and were ready to go! I was really excited about this and dedicated to doing my best at winning.</p>
<p><span id="more-75"></span></p>
<h2>Let The Fun Begin</h2>
<p>On the 19th I sent our contact info and DailyBurn account names to Kate. To be sure I wasn&#8217;t late I asked if it was fine to register on the starting day. Kate responded two days later on March 21st, indicating it was fine and that I could add additional people if I found more who wanted to join us (I didn&#8217;t). The next day she sent us <a href="http://dailyburn.com/challenges/rochester_techies_revenge_of_the_office_worker_weight-loss_challenge">a link to our contest on DailyBurn&#8217;s website</a>. We would be tracking our weight on DailyBurn. The top teams would be the ones who proceeded to the voting round.</p>
<p>Over the next month I busted my ass. By the time our 30 days were over on April 21st, I had lost almost 10% of my weight (driverdan) and my teammate had lost almost 6%. At the same time my strength and muscle mass went up. I was really happy with my results and knew we&#8217;d have a shot at being one of the teams that made it to the voting round. The voting round was to start the next day and run through May 5th.</p>
<p>The next day came and went without any contact or info about voting. Nothing was posted on their blog or Twitter. Then the next day passed an the next. On May 7th I contacted DailyBurn on Twitter to find out what was going on. I received the following direct message:</p>
<blockquote><p>You won, dude! Awesome! I&#8217;ll email Steelcase and then let you know how we are going to ship the walkstation to you. &#8211; Kate</p></blockquote>
<p>I had won! I was excited, shocked, and confused all at once. I never saw anything about voting taking place. But Kate said I won and that was good enough for me. I figured that maybe we were the only team to complete the contest and won by default. I never asked though because you shouldn&#8217;t look a gift horse in the mouth right?</p>
<h2>Waiting Is The Hardest Part</h2>
<p>This is when the waiting game began. Weeks went by without contact from DailyBurn. Having worked at a company that specialized in <a href="http://gripmedia.com">sweepstakes and contest web development</a> I knew how contests were supposed to work. Companies are obligated to adhere to the promotion rules, which DailyBurn was not doing.</p>
<p>On May 28th I contacted DailyBurn on Twitter, trying to find out what was going on. I received the response</p>
<blockquote><p>Hey Dan! How are you? Yes, we need to get that workstation sent out to you. Will you send a pic when it is all set up?</p></blockquote>
<p>I said yes, I&#8217;d be happy to share a pic of it setup. I again heard nothing else. No affidavit or W9 forms were sent. No requests for my mailing address. We didn&#8217;t even receive the upgrade on our DailyBurn accounts.</p>
<p>On June 15th I finally sent an email to Kate. In it was was courteous but blunt. I wanted to know what was going on and when we&#8217;d receive our prizes. She responded the next day, indicating she would contact Steelcase that day and have DailyBurn employee &#8220;Stephen&#8221; upgrade our accounts. Again, nothing happened. No account upgrades, no Walkstation. Kate had continued to lead us on. In July my teammate told me not only had she not received the upgrade but she couldn&#8217;t even log into her DailyBurn account. On July 30th I sent a direct message on Twitter again trying to figure out what was going on. I received a response:</p>
<blockquote><p>Hi Dan, thanks for checking in. I will check on the status of that for you. &#8211; Kate</p></blockquote>
<p>She also asked &#8220;what happens when @copperlegend tries to sign in?&#8221; as if she was trying to help solve the account problem. This was the last time I was contacted by DailyBurn.</p>
<h2>The End?</h2>
<p>So, as it stands DailyBurn broke contest laws by not fulfilling the prizes for this promotion. They continuously led me and my teammate on, acting like they were going to provide the prizes and never following through. No Elite account upgrades, no Steelcase Walkstation. Kate still works at DailyBurn. DailyBurn is apparently <a href="http://help.dailyburn.com/customer/portal/articles/90947-facebook-contest-rules-and-conditions-for-july-2-11">still running contests</a>, albeit smaller than Revenge of the Office Worker. I&#8217;ve moved on to using <a href="http://www.loseit.com/">Lose It!</a>, a free website and phone app with similar functionality to DailyBurn. I&#8217;ve gotten at least a handful of people to switch.</p>
<p>I guess the lesson for startups is to rip off your users if you think you can get away with it. DailyBurn&#8217;s founder, Andy Smith, <a href="http://techcrunch.com/2010/05/20/iac-dailyburn/">sold the company</a> around the time the contest ended for an undisclosed sum.</p>
<img src="http://feeds.feedburner.com/~r/RazorFast/~4/yZ21SZgArTI" height="1" width="1"/>]]></content:encoded>
<wfw:commentRss>http://razorfast.com/2011/08/10/how-dailyburn-broke-the-law-and-owes-me-4500/feed/</wfw:commentRss>
<slash:comments>1</slash:comments>
<feedburner:origLink>http://razorfast.com/2011/08/10/how-dailyburn-broke-the-law-and-owes-me-4500/</feedburner:origLink></item>
<item>
<title>Cross Country Coworking</title>
<link>http://feedproxy.google.com/~r/RazorFast/~3/kLOWB4kpqGQ/</link>
<comments>http://razorfast.com/2011/07/22/cross-country-coworking/#comments</comments>
<pubDate>Fri, 22 Jul 2011 23:58:49 +0000</pubDate>
<dc:creator>Dan DeFelippi</dc:creator>
<category><![CDATA[Events]]></category>
<category><![CDATA[coworking]]></category>
<category><![CDATA[travel]]></category>
<guid isPermaLink="false">http://razorfast.com/?p=65</guid>
<description><![CDATA[Early this year I made the decision to travel more. I was rarely leaving Rochester and when I did I still stayed within the confines of the northeast. I needed an escape. To fill this wanderlust I committed to traveling outside my city every month. This was made possible when I left my job to [...]]]></description>
				<content:encoded><![CDATA[<div id="attachment_72" class="wp-caption alignright" style="width: 310px"><a href="http://commons.wikipedia.org/wiki/File:The_Yelp_RV.jpg"><img class="size-full wp-image-72" title="The Yelp RV" src="http://razorfast.com/wp-content/uploads/2011/07/300px-The_Yelp_RV3.jpg" alt="The Yelp RV" width="300" height="200" /></a><p class="wp-caption-text">Image via Wikipedia</p></div>
<p>Early this year I made the decision to travel more. I was rarely leaving Rochester and when I did I still stayed within the confines of the northeast. I needed an escape. To fill this wanderlust I committed to traveling outside my city every month. This was made possible when I left my job to take on freelancing full time.<br />
<span id="more-65"></span><br />
From February to May I took mostly weekend trips. Things fell into place around April. I realized my lease would end in May and that I&#8217;d be attending two conferences and speaking at one in June. I also wanted to check out Austin, TX as a new place to live. So why not leave Rochester and travel for a while? I had already done the research into costs and knew it wouldn&#8217;t be much more than my current living expenses (hostels + public transport = rent + car). So I decided to get rid of nearly everything I owned, keeping only a backpack of stuff, and hit the road.</p>
<p>Fast forward to today, almost two months later. I&#8217;ve <a href="http://gtrot.me/YSTPT">stayed in eight cities and towns</a>, including Sydney and Melbourne Australia. Originally I thought I&#8217;d settle into a new place in Austin at the beginning of August. After month I knew this is how I want to live. I&#8217;ve extended my plans through August to include DEFCON in Vegas and then on to San Diego. More about my future travels later.</p>
<h2>Work On The Road</h2>
<p>I&#8217;ve been working on projects the whole time, balancing life between work, exploring, and fun. Most of the time I&#8217;ve worked from whichever hostel I was at, with a few coffee shops thrown in. I&#8217;ve spent a few days <a href="http://coworking.org">coworking</a> but that just hasn&#8217;t cut it. Before traveling I had been working at <a href="http://coworkingrochester.com">Coworking Rochester</a>. I miss working next to peers and friends, helping one another and discussing important topics such as caffeinated cakes and why I love to hate Apple despite owning thousands of dollars of their products.</p>
<p>Around this same time I decided I wanted to get a motorhome/RV to live in and travel around the US and Canada. Suddenly it hit me: <strong>cross country coworking</strong>. There must be others who feel the same as me, other freelances, consultants, and location independent workers who&#8217;d like to travel while they work. This could also be great for a small startup, allowing them to work closely together and have an experience like no other. So why not travel together, forming a mobile coworking space?</p>
<h2>Cross Country Coworking Beta</h2>
<p>The idea is simple: buy an affordable RV/motorhome, equip it with your regular coworking amenities, and hit the road. Everyone takes turns driving, slowly making our way between cities, national parks, conferences, whatever. Visit startups and investors, network, attend meetups, check out new stationary coworking spaces. My back of the napkin calculations say this can be very affordable, not much more than the cost of a hostel in a big city. Food can be made on board and bicycles can be carried for free on location transportation. If we got really ambitious we could tow a car, but maybe that&#8217;s for version 1.0.</p>
<p><strong>See the country and cowork for about the same cost as your current living expenses. Interested? Send me an email, dan at driver dan dot com. Leave comments and ideas below.</strong></p>
<img src="http://feeds.feedburner.com/~r/RazorFast/~4/kLOWB4kpqGQ" height="1" width="1"/>]]></content:encoded>
<wfw:commentRss>http://razorfast.com/2011/07/22/cross-country-coworking/feed/</wfw:commentRss>
<slash:comments>5</slash:comments>
<feedburner:origLink>http://razorfast.com/2011/07/22/cross-country-coworking/</feedburner:origLink></item>
<item>
<title>node-XMLHttpRequest npm package updated</title>
<link>http://feedproxy.google.com/~r/RazorFast/~3/cB2tS2IE33s/</link>
<comments>http://razorfast.com/2011/07/22/node-xmlhttprequest-npm-package-updated/#comments</comments>
<pubDate>Fri, 22 Jul 2011 22:38:34 +0000</pubDate>
<dc:creator>Dan DeFelippi</dc:creator>
<category><![CDATA[Programming]]></category>
<category><![CDATA[nodejs]]></category>
<category><![CDATA[open source]]></category>
<guid isPermaLink="false">http://razorfast.com/?p=64</guid>
<description><![CDATA[A node-XMLHttpRequest user alerted me a while back that the npm package was out of date (thanks Shao). I&#8217;ve finally updated it to the latest version, including some bug fixes I pulled in today (thanks Jason). There are plenty of tests that could be created for node-XHR that would ferret out these small bugs. If [...]]]></description>
				<content:encoded><![CDATA[<p>A node-XMLHttpRequest user alerted me a while back that the npm package was out of date (thanks Shao). I&#8217;ve finally updated it to the latest version, including some bug fixes I pulled in today (thanks Jason).</p>
<p>There are plenty of tests that could be created for node-XHR that would ferret out these small bugs. If you&#8217;re interested in getting involved but don&#8217;t know where to start send me an email, dan at driver dan dot com. I&#8217;d be happy to guide you.</p>
<img src="http://feeds.feedburner.com/~r/RazorFast/~4/cB2tS2IE33s" height="1" width="1"/>]]></content:encoded>
<wfw:commentRss>http://razorfast.com/2011/07/22/node-xmlhttprequest-npm-package-updated/feed/</wfw:commentRss>
<slash:comments>0</slash:comments>
<feedburner:origLink>http://razorfast.com/2011/07/22/node-xmlhttprequest-npm-package-updated/</feedburner:origLink></item>
<item>
<title>Jdrop Support Added To CSSess</title>
<link>http://feedproxy.google.com/~r/RazorFast/~3/UHwkjR32Ov8/</link>
<comments>http://razorfast.com/2011/06/14/jdrop-support-added-to-cssess/#comments</comments>
<pubDate>Tue, 14 Jun 2011 21:05:10 +0000</pubDate>
<dc:creator>Dan DeFelippi</dc:creator>
<category><![CDATA[Performance]]></category>
<category><![CDATA[Programming]]></category>
<category><![CDATA[css]]></category>
<category><![CDATA[javascript]]></category>
<category><![CDATA[open source]]></category>
<guid isPermaLink="false">http://razorfast.com/?p=60</guid>
<description><![CDATA[In the spirit of Velocity Conference I&#8217;ve finally updated CSSess to support Jdrop. If you haven&#8217;t used Jdrop it&#8217;s a repository for JSON data. It was designed to make it easier to review mobile test data. You&#8217;ll be able to run CSSess on a mobile browser and save the results to review later. I wrote the [...]]]></description>
				<content:encoded><![CDATA[<p>In the spirit of Velocity Conference I&#8217;ve finally updated CSSess to support <a href="http://jdrop.org/">Jdrop</a>. If you haven&#8217;t used Jdrop it&#8217;s a repository for JSON data. It was designed to make it easier to review mobile test data. You&#8217;ll be able to run CSSess on a mobile browser and save the results to review later.</p>
<p>I wrote the code a while ago but hadn&#8217;t tested it. In the process I also changed the path used to load CSSess. Instead of loading directly from the raw source on github it now uses github pages. It seems github changed the way it loaded raw files which sometimes caused issues loading the CSS file, resulting in everything loading unstyled.</p>
<p>I recommend updating the bookmarklet path in your bookmarks. Either delete your existing bookmark and replace it with the one found in the <a href="https://github.com/driverdan/cssess/blob/master/README.md">README</a> or edit it, replacing the current URL with</p>
<pre><code>http://driverdan.github.com/cssess/cssess-min.js</code></pre>
<p>github pages loads JS and CSS using the correct mime type which should help prevent loading issues. This also allows updates to the code base that won&#8217;t be reflected instantly in the bookmarklet, providing a better opportunity for testing before release.</p>
<h2>Viewing Bug</h2>
<p>Unfortunately there&#8217;s a bug that may prevent viewing your data on Jdrop. Since CSSess depends on jQuery it can only run after jQuery has loaded. The Jdrop view page attempts to load the data immediately. If jQuery is cached it <em>may</em> load. When I have the opportunity I&#8217;ll update the code to have a call buffer, similar to async Google Analytics works.</p>
<img src="http://feeds.feedburner.com/~r/RazorFast/~4/UHwkjR32Ov8" height="1" width="1"/>]]></content:encoded>
<wfw:commentRss>http://razorfast.com/2011/06/14/jdrop-support-added-to-cssess/feed/</wfw:commentRss>
<slash:comments>0</slash:comments>
<feedburner:origLink>http://razorfast.com/2011/06/14/jdrop-support-added-to-cssess/</feedburner:origLink></item>
<item>
<title>See You At Velocity Conference 2011</title>
<link>http://feedproxy.google.com/~r/RazorFast/~3/r2njvX9Qd_w/</link>
<comments>http://razorfast.com/2011/06/12/see-you-at-velocity-conference-2011/#comments</comments>
<pubDate>Sun, 12 Jun 2011 17:42:05 +0000</pubDate>
<dc:creator>Dan DeFelippi</dc:creator>
<category><![CDATA[Events]]></category>
<category><![CDATA[Performance]]></category>
<category><![CDATA[conference]]></category>
<guid isPermaLink="false">http://razorfast.com/?p=59</guid>
<description><![CDATA[This is just a quick mention that I&#8217;ll be at Velocity Conference this week. I love meeting new people so if you&#8217;re going say hi if you see me. I&#8217;ll be in Santa Clara from June 13th to the 17th. If you&#8217;re in the bay area but aren&#8217;t attending Velocity let me know. I&#8217;m hanging [...]]]></description>
				<content:encoded><![CDATA[<p>This is just a quick mention that I&#8217;ll be at <a href="http://velocityconf.com/velocity2011/">Velocity Conference</a> this week. I love meeting new people so if you&#8217;re going say hi if you see me. I&#8217;ll be in Santa Clara from June 13th to the 17th.</p>
<p>If you&#8217;re in the bay area but aren&#8217;t attending Velocity let me know. I&#8217;m hanging around until I leave for Australia on June 24th. I&#8217;ve never been to California so I decided to travel around the region. Much of the time will be spent in San Francisco but I also want to check out other cities. Thanks to BART and CalTrain it shouldn&#8217;t be a problem.</p>
<p>If you happen to have a free couch get in touch with me. Besides saving money <a href="http://www.couchsurfing.org/people/driverdan/">I like couch surfing</a> to meet new people and get to know more about new places.</p>
<img src="http://feeds.feedburner.com/~r/RazorFast/~4/r2njvX9Qd_w" height="1" width="1"/>]]></content:encoded>
<wfw:commentRss>http://razorfast.com/2011/06/12/see-you-at-velocity-conference-2011/feed/</wfw:commentRss>
<slash:comments>0</slash:comments>
<feedburner:origLink>http://razorfast.com/2011/06/12/see-you-at-velocity-conference-2011/</feedburner:origLink></item>
</channel>
</rss><!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching using disk: basic
Object Caching 642/681 objects using disk: basic

 Served from: razorfast.com @ 2013-05-20 23:56:04 by W3 Total Cache -->
