<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>efficiency | Hugo Ferreira</title>
    <link>https://hugo.ferreira.cc/tags/efficiency/</link>
    <description>Recent content in Efficiency by Hugo Ferreira</description>
    
    <image>
      
      <title>efficiency | Hugo Ferreira</title>
      <url>https://hugo.ferreira.cc/hf-bw.jpg</url>
      <link>https://hugo.ferreira.cc/tags/efficiency/</link>
      
    </image>
    <generator>Hugo</generator>
    <language>en-GB</language>
    
    <copyright>2000–2024 by Hugo Ferreira · CC BY 4.0</copyright>
    
    <lastBuildDate>Sat, 02 May 2015 07:07:28 +0000</lastBuildDate>
    <atom:link href="https://hugo.ferreira.cc/tags/efficiency/index.xml" rel="self" type="application/rss+xml" />
    <item>
      
      <title>🔗 BrowserSync -- Time-saving synchronised browser testing</title>
      <link>https://hugo.ferreira.cc/browsersync-time-saving-synchronised-browser/</link>
      
      <pubDate>Sat, 02 May 2015 07:07:28 +0000</pubDate>
      <guid>https://hugo.ferreira.cc/browsersync-time-saving-synchronised-browser/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.browsersync.io/&#34;&gt;BrowserSync &amp;ndash; Time-saving synchronised browser
testing&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Efficient and pleasurable programming is all about having a &amp;ldquo;fast
feedback cycle&amp;rdquo;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;BrowserSync makes your tweaking and testing faster by synchronising
file changes &lt;strong&gt;and interactions&lt;/strong&gt; across multiple devices. It&amp;rsquo;s
wicked-fast and totally free.&lt;/p&gt;
&lt;/blockquote&gt;</description>

      
      
      <content:encoded><![CDATA[<p><a href="http://www.browsersync.io/">BrowserSync &ndash; Time-saving synchronised browser
testing</a></p>
<p>Efficient and pleasurable programming is all about having a &ldquo;fast
feedback cycle&rdquo;:</p>
<blockquote>
<p>BrowserSync makes your tweaking and testing faster by synchronising
file changes <strong>and interactions</strong> across multiple devices. It&rsquo;s
wicked-fast and totally free.</p>
</blockquote>
]]></content:encoded>
    </item>
    <item>
      
      <title>🏞 (image)</title>
      <link>https://hugo.ferreira.cc/how-long-can-you-work-on-making-a-routine-task/</link>
      
      <pubDate>Fri, 10 Jan 2014 07:07:28 +0000</pubDate>
      <guid>https://hugo.ferreira.cc/how-long-can-you-work-on-making-a-routine-task/</guid>
      <description>&lt;figure&gt;
&lt;a
href=&#34;https://hugo.ferreira.cc/how-long-can-you-work-on-making-a-routine-task/attachment/237/&#34;
rel=&#34;attachment&#34;&gt;&lt;img
src=&#34;tumblr_mz5uoqLgPG1qz82meo1_1280-150x150.png&#34;
width=&#34;150&#34; height=&#34;150&#34; /&gt;&lt;/a&gt;&lt;/figure&gt;
&lt;blockquote&gt;
&lt;p&gt;How long can you work on making a routine task more efficient before
you&amp;rsquo;re spending more time than you save? &lt;em&gt;(across 5 years)&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;(via &lt;a href=&#34;http://xkcd.com/1205/&#34;&gt;xkcd: Is It Worth the Time?&lt;/a&gt; )&lt;/p&gt;</description>

      
      
      <content:encoded><![CDATA[<figure>
<a
href="https://hugo.ferreira.cc/how-long-can-you-work-on-making-a-routine-task/attachment/237/"
rel="attachment"><img
src="tumblr_mz5uoqLgPG1qz82meo1_1280-150x150.png"
width="150" height="150" /></a></figure>
<blockquote>
<p>How long can you work on making a routine task more efficient before
you&rsquo;re spending more time than you save? <em>(across 5 years)</em></p>
</blockquote>
<p>(via <a href="http://xkcd.com/1205/">xkcd: Is It Worth the Time?</a> )</p>
]]></content:encoded>
    </item>
    <item>
      
      <title>📜 Programmers waste enormous amounts of time thinking about, or worrying</title>
      <link>https://hugo.ferreira.cc/programmers-waste-enormous-amounts-of-time/</link>
      
      <pubDate>Thu, 18 Jul 2013 07:07:28 +0000</pubDate>
      <guid>https://hugo.ferreira.cc/programmers-waste-enormous-amounts-of-time/</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;Programmers waste enormous amounts of time thinking about, or worrying
about, the speed of noncritical parts of their programs, and these
attempts at efficiency actually have a strong negative impact when
debugging and maintenance are considered. We should forget about small
efficiencies, say about 97% of the time: premature optimization is the
root of all evil. Yet we should not pass up our opportunities in that
critical 3%.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Donald Knuth (via &lt;a href=&#34;http://playingwithobjects.wordpress.com/2013/03/23/when-optimal-matters/&#34;&gt;When optimal
matters&lt;/a&gt;
)&lt;/p&gt;</description>

      
      
      <content:encoded><![CDATA[<blockquote>
<p>Programmers waste enormous amounts of time thinking about, or worrying
about, the speed of noncritical parts of their programs, and these
attempts at efficiency actually have a strong negative impact when
debugging and maintenance are considered. We should forget about small
efficiencies, say about 97% of the time: premature optimization is the
root of all evil. Yet we should not pass up our opportunities in that
critical 3%.</p>
</blockquote>
<p>Donald Knuth (via <a href="http://playingwithobjects.wordpress.com/2013/03/23/when-optimal-matters/">When optimal
matters</a>
)</p>
<p><em>&ldquo;Premature optimization is the root of all evil&rdquo; confirmed by the
author in</em> <a href="http://codehaus.blogspot.pt/2012/03/note-from-donald-knuth-about-taocp.html"><em>A note from Donald Knuth about
TAOCP</em></a></p>
]]></content:encoded>
    </item>
    <item>
      
      <title>🏞 (image)</title>
      <link>https://hugo.ferreira.cc/via-e2sday-roles-on-a-team-and-how-they-apply/</link>
      
      <pubDate>Fri, 21 Oct 2011 07:07:28 +0000</pubDate>
      <guid>https://hugo.ferreira.cc/via-e2sday-roles-on-a-team-and-how-they-apply/</guid>
      <description>&lt;figure&gt;
&lt;a
href=&#34;https://hugo.ferreira.cc/via-e2sday-roles-on-a-team-and-how-they-apply/attachment/939/&#34;
rel=&#34;attachment&#34;&gt;&lt;img
src=&#34;tumblr_ltfa8aDAjn1qz82meo1_r4_1280-150x150.png&#34;
width=&#34;150&#34; height=&#34;150&#34; /&gt;&lt;/a&gt;&lt;/figure&gt;
&lt;p&gt;(via &lt;a href=&#34;http://blog.socialcast.com/e2sday-roles-on-a-team-and-how-they-apply-to-the-enterprise/&#34;&gt;#E2sday: Roles on a Team and How They Apply to the Enterprise  |
The Future of
Work&lt;/a&gt;
)&lt;/p&gt;</description>

      
      
      <content:encoded><![CDATA[<figure>
<a
href="https://hugo.ferreira.cc/via-e2sday-roles-on-a-team-and-how-they-apply/attachment/939/"
rel="attachment"><img
src="tumblr_ltfa8aDAjn1qz82meo1_r4_1280-150x150.png"
width="150" height="150" /></a></figure>
<p>(via <a href="http://blog.socialcast.com/e2sday-roles-on-a-team-and-how-they-apply-to-the-enterprise/">#E2sday: Roles on a Team and How They Apply to the Enterprise  |
The Future of
Work</a>
)</p>
]]></content:encoded>
    </item>
  </channel>
</rss>
