<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
        <title>Notebook — Maykel Loomans</title>
        <link>https://maykelloomans.com</link>
        <description>A collection of thoughts, links and videos, from the desk of Maykel Loomans.</description>
        <lastBuildDate>Wed, 22 Apr 2026 10:03:52 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <copyright>All rights reserved, Maykel Loomans © 2026</copyright>
        <item>
            <title><![CDATA[Design as a Catalyst for Growth]]></title>
            <link>https://maykelloomans.com/notebook/design-as-a-catalyst</link>
            <guid>https://maykelloomans.com/notebook/design-as-a-catalyst</guid>
            <pubDate>Fri, 17 Jan 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>In 2024, Brex elevated Design to report directly to the CEO. This embedded design thinking into the company&#39;s decision-making process and transformed how teams collaborate across design, product, engineering, and marketing.</p>
]]></description>
            <content:encoded><![CDATA[<p><a href="https://www.brex.com/journal/design-as-a-catalyst-for-growth">Visit link</a></p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Merlin Mann Was Writing a Book]]></title>
            <link>https://maykelloomans.com/notebook/merlin-mann-was-writing-a-book</link>
            <guid>https://maykelloomans.com/notebook/merlin-mann-was-writing-a-book</guid>
            <pubDate>Fri, 22 Nov 2024 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Recently I&#39;ve been thinking about the influence Merlin Mann has had on me. There was something magical about having someone think so openly and freely, and take you on all of these mental journeys as you listen to them.</p>
<p>And so as I watch it again, and chuckle, it&#39;s important to put it up here in this public archive—as it is still as relevant as ever.</p>
]]></description>
            <enclosure length="0" type="video/vimeo" url="https://player.vimeo.com/video/6167737"/>
        </item>
        <item>
            <title><![CDATA[Read This If You're Looking for a Thunderbolt Dock]]></title>
            <link>https://maykelloomans.com/notebook/read-this-if-youre-looking-for-a-thunderbolt-dock</link>
            <guid>https://maykelloomans.com/notebook/read-this-if-youre-looking-for-a-thunderbolt-dock</guid>
            <pubDate>Sat, 02 Nov 2024 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Finding a good review on a product these days is quite difficult. Most of the web has been taken over by click-baity, wirecuttery type stuff. Well, not Dan Charlton. He really cares about peripherals and if you&#39;re looking for a Thunderbolt dock, you should read this.</p>
]]></description>
            <content:encoded><![CDATA[<p><a href="https://dancharblog.wordpress.com/2024/01/01/usb4-tb4-docks/">Visit link</a></p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Cabel Sasser's XOXO 2024 Talk]]></title>
            <link>https://maykelloomans.com/notebook/cabel-sasser-xoxo-2024</link>
            <guid>https://maykelloomans.com/notebook/cabel-sasser-xoxo-2024</guid>
            <pubDate>Tue, 15 Oct 2024 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Cabel Sasser shows once more he is the master of epic creative side quests.</p>
]]></description>
            <enclosure length="0" type="video/youtube" url="https://www.youtube.com/embed/Df_K7pIsfvg"/>
        </item>
        <item>
            <title><![CDATA[Optimizing Threads: Hiding The For You Page]]></title>
            <link>https://maykelloomans.com/notebook/optimizing-social-media-threads-hiding-the-for-you-page</link>
            <guid>https://maykelloomans.com/notebook/optimizing-social-media-threads-hiding-the-for-you-page</guid>
            <pubDate>Tue, 30 Jul 2024 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Threads has become an interesting, active platform in a short period of time. However, with the lack of control of a sticky Following feed that I have control over, my signal to noise ratio in my feed is about 10% of the posts I see. The For You algorithm is way too optimized toward lizard brain content; it&#39;s not a worthy way to use your brain time. </p>
<p>I hope this changes someday, but historical Meta decisions make me believe this won&#39;t happen. So instead, I created a userscript and userstyle to limit Threads to just a Following feed in your browser.</p>
]]></description>
            <content:encoded><![CDATA[<p>Threads has become an interesting, active platform in a short period of time. However, with the lack of control of a sticky Following feed that I have control over, my signal to noise ratio in my feed is about 10% of the posts I see. The For You algorithm is way too optimized toward lizard brain content; it&#39;s not a worthy way to use your brain time. </p>
<p>I hope this changes someday, but historical Meta decisions make me believe this won&#39;t happen. So instead, I created a userscript and userstyle to limit Threads to just a Following feed in your browser.</p>
<h2>How To Use Userscripts</h2>
<p>For Chromium-based browers, you can use the extension <a href="https://chromewebstore.google.com/detail/user-javascript-and-css/nbhcbdghjpllgmfilhnhkllmkecfmpld">User Javascript and CSS</a>. An alternative extension to look at would be <a href="https://www.tampermonkey.net/index.php?browser=safari&locale=en">Tampermonkey</a>.</p>
<h2>The Userscript</h2>
<p>This script looks for the &quot;For You&quot; section of the page, and removes it if it&#39;s the first of two divs. The goal here is to have a focused Threads experiences, and thus the limitation here is that you cannot use it with multiple columns.</p>
<pre><code class="hljs language-javascript"><span class="hljs-comment">// ==UserScript==</span>
<span class="hljs-comment">// @name     Remove &quot;For You&quot; Section from Threads.net</span>
<span class="hljs-comment">// @namespace  </span>
<span class="hljs-comment">// @version    1.0</span>
<span class="hljs-comment">// @description  Removes the &quot;For You&quot; section if it&#x27;s the first of two divs and shows main content</span>
<span class="hljs-comment">// @match    https://www.threads.net/*</span>
<span class="hljs-comment">// @grant    none</span>
<span class="hljs-comment">// ==/UserScript==</span>

(<span class="hljs-keyword">function</span>(<span class="hljs-params"></span>) {
  <span class="hljs-string">&#x27;use strict&#x27;</span>;

  <span class="hljs-keyword">function</span> <span class="hljs-title function_">showMainContent</span>(<span class="hljs-params"></span>) {
    <span class="hljs-keyword">const</span> mainDiv = <span class="hljs-variable language_">document</span>.<span class="hljs-title function_">querySelector</span>(<span class="hljs-string">&#x27;body &gt; div[id^=&quot;mount_&quot;]&#x27;</span>);
    <span class="hljs-keyword">if</span> (mainDiv) {
      mainDiv.<span class="hljs-property">classList</span>.<span class="hljs-title function_">add</span>(<span class="hljs-string">&#x27;content-loaded&#x27;</span>);
    }
  }

  <span class="hljs-keyword">function</span> <span class="hljs-title function_">removeForYouSection</span>(<span class="hljs-params"></span>) {
    <span class="hljs-keyword">const</span> forYouLink = <span class="hljs-variable language_">document</span>.<span class="hljs-title function_">querySelector</span>(<span class="hljs-string">&#x27;a[href=&quot;/for_you&quot;][role=&quot;link&quot;][tabindex=&quot;0&quot;]&#x27;</span>);
    <span class="hljs-keyword">if</span> (forYouLink) {
      <span class="hljs-keyword">let</span> elementToRemove = forYouLink;
      
      <span class="hljs-comment">// Go up 5 levels of parents</span>
      <span class="hljs-keyword">for</span> (<span class="hljs-keyword">let</span> i = <span class="hljs-number">0</span>; i &lt; <span class="hljs-number">5</span>; i++) {
        <span class="hljs-keyword">if</span> (elementToRemove.<span class="hljs-property">parentElement</span>) {
          elementToRemove = elementToRemove.<span class="hljs-property">parentElement</span>;
        } <span class="hljs-keyword">else</span> {
          <span class="hljs-keyword">break</span>; <span class="hljs-comment">// Stop if we can&#x27;t go up further</span>
        }
      }
      
      <span class="hljs-comment">// Check if the element to remove is a div and is the first of two divs</span>
      <span class="hljs-keyword">if</span> (elementToRemove.<span class="hljs-property">tagName</span> === <span class="hljs-string">&#x27;DIV&#x27;</span> &amp;&amp; 
        elementToRemove.<span class="hljs-property">parentElement</span> &amp;&amp; 
        elementToRemove.<span class="hljs-property">parentElement</span>.<span class="hljs-property">children</span>.<span class="hljs-property">length</span> === <span class="hljs-number">2</span> &amp;&amp;
        elementToRemove.<span class="hljs-property">parentElement</span>.<span class="hljs-property">firstElementChild</span> === elementToRemove) {
        
        <span class="hljs-comment">// Remove the element</span>
        elementToRemove.<span class="hljs-title function_">remove</span>();
      }
    }

    <span class="hljs-comment">// Make the main content visible</span>
    <span class="hljs-title function_">showMainContent</span>();
  }

  <span class="hljs-comment">// Run the function immediately</span>
  <span class="hljs-title function_">removeForYouSection</span>();

  <span class="hljs-comment">// If the site uses dynamic loading, you might need to run the function periodically</span>
  <span class="hljs-built_in">setInterval</span>(removeForYouSection, <span class="hljs-number">100</span>);
})();
</code></pre><h2>The Userstyles</h2>
<p>This is the related CSS to add to optimize the experience. By using CSS, this runs earlier than the script.</p>
<pre><code class="hljs language-css">// ==UserStyles==

<span class="hljs-selector-tag">body</span> &gt; <span class="hljs-selector-tag">div</span><span class="hljs-selector-attr">[id^=<span class="hljs-string">&quot;mount_&quot;</span>]</span> {
  <span class="hljs-attribute">visibility</span>: hidden <span class="hljs-meta">!important</span>;
  <span class="hljs-attribute">background</span>: <span class="hljs-number">#000</span> <span class="hljs-meta">!important</span>;
}

<span class="hljs-selector-tag">body</span> &gt; <span class="hljs-selector-tag">div</span><span class="hljs-selector-attr">[id^=<span class="hljs-string">&quot;mount_&quot;</span>]</span><span class="hljs-selector-class">.content-loaded</span> {
  <span class="hljs-attribute">visibility</span>: visible <span class="hljs-meta">!important</span>;
}
</code></pre><p>I hope this allows you for a more focused, enjoyable experience on Threads. If you have any questions, or want to talk more about this, please reach out. And if you remix this, I’d love to see what you come up with!</p>
]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Cabin ANNA]]></title>
            <link>https://maykelloomans.com/notebook/cabin-anna</link>
            <guid>https://maykelloomans.com/notebook/cabin-anna</guid>
            <pubDate>Sun, 07 May 2023 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Cabin ANNA is a modularly designed cabin that transforms into the space you need in the moment; from coziness to open air.</p>
]]></description>
            <content:encoded><![CDATA[<p><a href="https://www.cabin-anna.com">Visit link</a></p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[React.js: The Documentary]]></title>
            <link>https://maykelloomans.com/notebook/react-js-documentary</link>
            <guid>https://maykelloomans.com/notebook/react-js-documentary</guid>
            <pubDate>Wed, 15 Feb 2023 00:00:00 GMT</pubDate>
            <enclosure length="0" type="video/youtube" url="https://www.youtube.com/embed/8pDqJVdNa44"/>
        </item>
        <item>
            <title><![CDATA[A Look Back at The Canon 5D Mark II]]></title>
            <link>https://maykelloomans.com/notebook/a-look-back-at-the-canon-5d-mark-ii</link>
            <guid>https://maykelloomans.com/notebook/a-look-back-at-the-canon-5d-mark-ii</guid>
            <pubDate>Wed, 15 Feb 2023 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Vjeran Pavic covers the history of the 5D Mark II, a camera that completely changed the game for photographers and videographers alike. It brought the full-frame sensor, and high quality full HD video recording, to the masses.</p>
<p>He then compares it to modern cameras like the Fuji X100VI, and the latest powerhouse from Canon: the R5 Mark II. Kai Wong also made <a href="https://www.youtube.com/watch?v=XHM6Wk2OLYc">a similar video comparing the 5D Mark II to the R5</a>.</p>
]]></description>
            <enclosure length="0" type="video/youtube" url="https://www.youtube.com/embed/adQNKRImGF8"/>
        </item>
        <item>
            <title><![CDATA[Fred Again's Interview with Zane Lowe]]></title>
            <link>https://maykelloomans.com/notebook/fred-again-zane-lowe-actual-life-apple-music</link>
            <guid>https://maykelloomans.com/notebook/fred-again-zane-lowe-actual-life-apple-music</guid>
            <pubDate>Fri, 28 Oct 2022 00:00:00 GMT</pubDate>
            <enclosure length="0" type="video/youtube" url="https://www.youtube.com/embed/zeD0g5xXo7E"/>
        </item>
        <item>
            <title><![CDATA[Introducing: Loomono Profil]]></title>
            <link>https://maykelloomans.com/notebook/introducing-loomono-profil</link>
            <guid>https://maykelloomans.com/notebook/introducing-loomono-profil</guid>
            <pubDate>Wed, 05 Oct 2022 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>It would hopefully come to no surprise to anyone that I love a good photography preset. </p>
<p>Today, I&#39;m delighted to share a set of presets for Darkroom that I use the most. I call them: Loomono Profil.</p>
]]></description>
            <content:encoded><![CDATA[<p>It would hopefully come to no surprise to anyone that I love a good photography preset. </p>
<p>Today, I&#39;m delighted to share a set of presets for Darkroom that I use the most. I call them: <strong>Loomono Profil</strong>.</p>
<p>But first, a little context. If you are not aware of Darkroom, it&#39;s a pretty fantastic photo editor that started on iOS, and has since become available for iPad and Mac. This week, <a href="https://darkroom.co/blog/2022-10-preset-sharing">Darkroom launched the ability to share presets</a>. </p>
<p>I have been using Darkroom ever since its inception and I have been wanting to share my presets ever since I started creating some reasonably good ones. Enter: my first set of B/W presets that I&#39;ve used for years.</p>
<p>But before I get to them, an important note. <strong>Every photograph is different, and should get the love and care it deserves.</strong> I use these presets as a starting point and often still mess with Exposure, Whites and Shadows to dial it in on a per photo basis. They include a little bit of grain, but intentionally do not have any Fade or Vignette applied.</p>
<p><strong>There are three variants: 200, 400 and 800.</strong> I will go through them in chronological order of when they were designed.</p>
<h2>Profil 400</h2>
<p>Loomono Profil 400 was the first filter in the set. It was designed for well lit, or slightly overexposed situations — portraits or otherwise — to which you want to give a bit of a contrasty black-and-white punch to.</p>
<p>Here is a sample, featuring my very handsome friend <a href="https://www.christophermichel.com/">Chris Michel</a>.</p>
<p><img src="/static/notebook/introducing-loomono-profil/sample-profil-400.jpg" alt=""></p>
<h2>Profil 800</h2>
<p>Profil 800 was designed for not-so-great, dimly lit situations, especially ones that would lead to a lot of orange tones without any computational colorization applied. </p>
<p>As a bonus, it also works well for high-key portraits.</p>
<p><em>(Note: I still often crank up Exposure on these for dark situations, so am dabbling with a 1600 of this as well. Stay tuned!)</em></p>
<p><img src="/static/notebook/introducing-loomono-profil/sample-profil-800.jpg" alt=""></p>
<h2>Profil 200</h2>
<p>Finally, Profil 200 was designed for dramatic, contrasty cityscapes, silhouettes etc. I often also use this for a high-contrast, darker portrait.</p>
<p><img src="/static/notebook/introducing-loomono-profil/sample-profil-200.jpg" alt=""></p>
<p>You can find the links to these presets below. They should open in Darkroom automatically. </p>
<ul>
<li><a href="https://darkroom.co/preset/C6C06A8C-89F3-43A4-857B-B15A998D35E0">Loomono Profil 200</a></li>
<li><a href="https://darkroom.co/preset/88F1C5D9-5B67-4806-9770-F00A9A454DAE">Loomono Profil 400</a></li>
<li><a href="https://darkroom.co/preset/AD571CFC-C644-47E6-A933-AC44F52B38C3">Loomono Profil 800</a></li>
</ul>
<p><strong>I hope you enjoy them.</strong> If you have any questions, or want to talk more about them, please give me a shout. And if you remix them, I’d love to see what you come up with!</p>
]]></content:encoded>
            <enclosure length="0" type="image/jpg" url="https://maykelloomans.com/static/notebook/introducing-loomono-profil/cover-profil-200-sample.jpg"/>
        </item>
        <item>
            <title><![CDATA[How FedEx Influenced the React Logo]]></title>
            <link>https://maykelloomans.com/notebook/how-fedex-influenced-the-react-logo</link>
            <guid>https://maykelloomans.com/notebook/how-fedex-influenced-the-react-logo</guid>
            <pubDate>Fri, 01 Apr 2022 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Sometimes when you’re designing, you get the license to take the time to explore many different directions and get a great result. Sometimes, you have barely any time to get the work done. </p>
<p>You rarely get fortunate to encounter a situation in which it sits front of you after a few minutes. The React logo was one of those lucky cases.</p>
]]></description>
            <content:encoded><![CDATA[<p>Sometimes when you’re designing, you get the license to take the time to explore many different directions and get a great result. Sometimes, you have barely any time to get the work done. </p>
<p>You rarely get fortunate to encounter a situation in which it sits front of you after a few minutes. The React logo was one of those lucky cases.</p>
<p>Let me start by saying: logo design is the furthest away from something that I believe I can do at a quality bar that I deem excellent (see: <a href="https://www.thisamericanlife.org/extras/the-gap">Ira Glass’ The Gap</a>). However, sometimes life has its magical way, and you find yourself in a situation where you have to get uncomfortable. </p>
<p>In the spring of 2013 — while <a href="https://twitter.com/floydophone/">Pete Hunt</a> and I were refactoring large parts of instagram.com to React — it became clear that Facebook wanted to start heavily investing in open-source. And React was going to be one of the first frameworks we would make available publicly. As with any launch, we needed a bunch of documentation and collateral designed if we wanted to stand out from the plethora of other frameworks. </p>
<p><img src="/static/notebook/how-fedex-influenced-the-react-logo/react-logo-in-steps.png" alt=""></p>
<p>Cue a couple of sketches, lazily drawing some curves to look like a simple version of an atom and magically having that <em>“FedEx logo feeling”</em> from the moment they came together. </p>
<p>If you aren’t familiar: the FedEx logo is widely regarded as one of the most successful logos amongst designers. Whereas the logo looks pretty bland from the outset, the arrow elegantly hidden in the negative space between the E and the x is a crucial example of <em>“once you see it, you can’t unsee it”</em>. There’s something extraordinary in the way your brain stores that pattern recognition deep in its depths, which is another illustration that <a href="https://youtu.be/nJPERZDfyWc">everything is a remix</a>. </p>
<p>For the React logo, it meant that after drawing three ovals, of which two were rotated incrementally by sixty degrees, a cog appeared. Et voila: a technological framework — a tool, if you will — that has a name that correlates with chemistry, represented by a cog living in the negative space of a simplified atom.</p>
<p><img src="/static/notebook/how-fedex-influenced-the-react-logo/react-logo-cog-appears.png" alt=""></p>
<p>Anyway, I won’t make this too long. <strong>It was an honor to engage in creative work that serendipitously stood on the shoulders of giants, only to become a part of technology history that has caused a paradigm shift in the way we engineer for the web.</strong> </p>
<p>Thanks for reading; this was a fun one to reminisce on.</p>
]]></content:encoded>
            <enclosure length="0" type="image/png" url="https://maykelloomans.com/static/notebook/how-fedex-influenced-the-react-logo/logo-comparison.png"/>
        </item>
        <item>
            <title><![CDATA[100 Ways to Slightly Improve Your Life Without Really Trying]]></title>
            <link>https://maykelloomans.com/notebook/100-ways-to-slightly-improve-your-life-without-really-trying</link>
            <guid>https://maykelloomans.com/notebook/100-ways-to-slightly-improve-your-life-without-really-trying</guid>
            <pubDate>Sat, 08 Jan 2022 00:00:00 GMT</pubDate>
            <content:encoded><![CDATA[<p><a href="https://www.theguardian.com/lifeandstyle/2022/jan/01/marginal-gains-100-ways-to-improve-your-life-without-really-trying">Visit link</a></p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Leading With Questions]]></title>
            <link>https://maykelloomans.com/notebook/leading-with-questions</link>
            <guid>https://maykelloomans.com/notebook/leading-with-questions</guid>
            <pubDate>Fri, 07 Jan 2022 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Leading a team, whatever the size, is a difficult task. Too often, managers resort to simply telling their team what to do instead of teaching them how to define it for themselves. They focus on directives instead of giving the team goals and empowering the team to figure out the best way to achieve them.</p>
<p>To effectively lead a team of highly motivated and skilled employees, these employees need to know they&#39;re operating in a realm of trust and empowerment. A very effective way to do this is to lead with questions.</p>
]]></description>
            <content:encoded><![CDATA[<p>Leading a team, whatever the size, is a difficult task. Too often, managers resort to simply telling their team what to do instead of teaching them how to define it for themselves. They focus on directives instead of giving the team goals and empowering the team to figure out the best way to achieve them.</p>
<p><strong>To effectively lead a team of highly motivated and skilled employees, these employees need to know they&#39;re operating in a realm of trust and empowerment.</strong> A very effective way to do this is to lead with questions.</p>
<p>Leading a team full of highly ambitious people in a creative or knowledge field—like design, product management, or software engineering—is even more complex. This complexity only grows with the size and momentum at which the team performs.</p>
<h3>A Shift in Information</h3>
<p>The computer and the network have democratized access to information, driving a significant shift in working style away from top-down leadership. Where in the past authority came from information asymmetry through layers of leadership, you are now more likely to see organizations where most information (internal communication, data, etc.) is available to all.</p>
<p>The leverage of the open availability of this information can dramatically positively affect the trajectory of a company. It has allowed many, still relatively young, technology companies to scale at a blistering pace. But the availability of this information also brings a different way of working.</p>
<p>Where in the past hierarchy would dictate and control the information flow to teams and individuals, now leaders need to gain the trust of their teams in an open forum. In an environment of open information, you need a level of rigor to internal communication, decision making, and leadership. To perform at the highest level and scale this performance, leadership needs to focus on trust and empowerment.</p>
<h3>Trust and Empowerment</h3>
<p>Many people who’ve worked with me will have heard me say: <em>“there is a time when you hire people for their hands, and there is a time when you hire people for their brains.”</em></p>
<p>When you tell someone specifically what to do, and even worse how to do it, you ask an individual—who you hired for their skills, knowledge, traits, and behavior—to be a set of extra hands for you.</p>
<p>If you’re looking to build a successful team, grow your impact, or scale a business in any field of knowledge work, everything should be biased towards trust and empowerment. So how do you empower your teams? How do you empower individuals? How do you ensure that they get the things done that need to be done?</p>
<p>Before we get to that, let’s start with some questions: </p>
<ul>
<li>How sure are you about the work that needs to get done? Do you know what success looks like? </li>
<li>Do you have absolute, 100% confidence and conviction in your direction and guidance? If not, how confident are you?</li>
<li>What information are you missing? Do you know what information you are missing, or do you not know what you may not know?</li>
</ul>
<p>Or, said differently: do you need your teams to go out and understand the problems in front of you, identify what success could look like, and come up with a plan to get there?</p>
<p>In an environment with high trust and empowerment, you won’t have to lead through traditional means. Instead, progress gets made through collaboration up and down the leadership chain. More importantly, trust and empowerment work both ways. If you trust your teams and empower them to do great work, they will allow you to scale your operation. This will enable you to focus more on long-term strategy, and creates more trust upwards to your leaders.</p>
<h3>Creating the Environment</h3>
<p>How do you create an empowered environment built on trust? Trust works in a reciprocal manner. <strong>To create a climate of trust, you have to show people your faith in them by empowering them with an ambiguous task with clear expectations.</strong></p>
<p>Here’s an oversimplified e-commerce example: you have a hunch that you are leaving money on the table because conversion isn’t optimized. The wrong way to lead would be to say: can you make the PDP (Product Detail Page) convert better? The even worse way would be to say: can you make the “Add to Cart” button bigger?</p>
<p>You have to extend trust to your team by asking questions: how can we improve conversion? Can you put together a list of opportunities you see? The low-hanging fruit may be entirely elsewhere, and focusing on the two PDP directives could be a complete waste of time.</p>
<p><strong>What happens in this interaction?</strong></p>
<ol>
<li>You show the team that you value them for their brain(s).</li>
<li>You teach them the question you are asking yourself, which lives behind the directive you would have given them otherwise.</li>
<li>You allow them to surprise you and tell you about the things you may not have known.</li>
</ol>
<p>After the work is done, you will want to review it either asynchronously or in a meeting. (While I try to reduce meetings as much as possible, they are ideal for creating an environment of trust as they have more tone and context than written words.)</p>
<p>When reviewing the options, you have the perfect opportunity to show your team your thought process and how (a) you would prioritize this, or (b) what new questions this brings up for you. Likely what will happen is that you get to make decisions on part of the proposals or the direction while opening up space for more exploration. </p>
<p>Notice how this creates a safe space, as there is no judgment in this environment, only learning. You are directing them, but you are not telling them what to do. The level of empowerment and trust increases, and over time you can safely ask more complex questions or have more challenging conversations without hurting the team&#39;s ability to lead themselves.</p>
<h3>Direction, Not Directives</h3>
<p><strong>A crucial aspect of leading a team through any discussion or review process is to see yourself mainly as the moderator, not the judge. You are part of the process; you are not above the process.</strong></p>
<p>There is a straightforward approach to moderating the conversation that optimizes for empowerment but hedge against inertia. At its core, there are two essential tactics: (1) <strong>asking questions</strong> and (2) <strong>paraphrasing</strong>. Both optimize for trust and empowerment. Never, ever, start by asking a leading question.</p>
<p>The steps in any professional discussion are:</p>
<ol>
<li>Ask an open question (e.g., a question with an answer that goes beyond yes or no), </li>
<li>ask a closed question (e.g., a question that has a yes or no answer), </li>
<li>paraphrase and make a suggestion, and </li>
<li>paraphrase and make a recommendation.</li>
</ol>
<p>This also works in managing up, or in any direction for that matter. Not only does it scale as the organization scales, relationships based on trust compound over time and can help navigate through the most challenging moments. </p>
<p>What’s more, professional relationships based on this foundation can transcend a single organization and allow for long-lasting partnerships throughout roles within—or outside of—a company.</p>
<h3>Start Small</h3>
<p>As with all advice, things are often easier said than done. It is doubtful that you will start a behavior like this for a few weeks, and immediately it propagates throughout your whole team, organization, and business. There is even a high likelihood that only parts of the organization will be run in this way—I’ve seen this first hand.</p>
<p>Start small. Start with a place you have the most confidence in or an area with the least external dependencies. Some examples of my recent past have been empowering design systems at Glossier and the mobile team at Brex. Once you successfully show that you can create an environment of high trust and empowerment, you increase your own confidence, and you have examples to refer to that others can see as well.</p>
<p>Leading based on trust and empowerment and leading with questions can be a game-changer. It won’t happen overnight. But once the environment shifts, it will create a tailwind for everyone.</p>
<p><em>A massive thanks to <a href="https://www.linkedin.com/in/amy-snook-9392ba23/">Amy Snook</a> for her editorial feedback on this.</em></p>
]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Why Shoebox?]]></title>
            <link>https://maykelloomans.com/notebook/why-shoebox</link>
            <guid>https://maykelloomans.com/notebook/why-shoebox</guid>
            <pubDate>Thu, 09 Sep 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>For a while now I’ve been chipping away at a photo hosting and photo sharing product that I’ve dubbed <em>Shoebox</em>. </p>
<p>It started as an experiment, and it’s become an ongoing, iterative journey in to what a lightweight photo sharing service can be. But why even start? Do we really need another place to store our photos? Why Shoebox?</p>
]]></description>
            <content:encoded><![CDATA[<p>For a while now I’ve been chipping away at a photo hosting and photo sharing product that I’ve dubbed <em>Shoebox</em>. It started as an experiment, and it’s become an ongoing, iterative journey in to what a lightweight photo sharing service can be. <strong>But why even start? Do we really need another place to store our photos? Why Shoebox?</strong></p>
<p>At the time of writing this, I have about 18 years worth of photos to look back on. In the past two decades we have gone from the first digital SLRs to small mirrorless cameras with amazing low-light and video performance, and at the same time, we have seen the rise of a completely new class of camera — phone cameras — with impressive computational performance. </p>
<p>And as cameras have gotten better, smaller, and more ever-present, the volume of photos we take per year has dramatically increased. <strong>Most of us shoot more photos on their phone in a month than they do on a dedicated camera in year.</strong></p>
<p>The sheer volume of photographs brings with it some very interesting problems. There are commodity problems — like storage and backups/recovery. There are communication problems — where images have become a primary way of communicating. But the thing that I am really interested in is the value that lives inside of these images. </p>
<p>While we relegate them down to bits and bytes stored on devices and in clouds, their meaning is much more than that; many of these images are triggers for our mind. At minimum, they are a picture of us smiling in front of a point of interest, that open up our memories of a trip we took. Often, they are a set of photos that remind you of who was there with you, who you were back then, and why you were there. <strong>These photographs are a rich source of memories and emotions.</strong> </p>
<p>Most of these memories are private ones, and we have plenty of ways to share them with our friends — mostly through different messaging services. There are even some dedicated products for this, like Cocoon.</p>
<p>However, in many cases, these images and these memories can also convey stories; ones that we want to make available to the public realm. And in today’s environment, most ‘publicly’ shared photos live within the walled gardens of the service they were posted on. Instagram has become one of the worst offenders here, where even on a completely public account they throw up a dialog that forces you to log in to keep consuming. So what about our favorite photos in a public space?</p>
<h2>A place for your favorite photos</h2>
<p><strong>For us who want to share our photos openly on the web, we deserve a spot. We deserve a place where — ten years from now — we ourselves, and others, can find these moments back.</strong> A lot of the last ten years still exists within Flickr, but some of it is now hidden after people have lapsed on their Pro accounts. On top of that, it is a pretty tough place to traverse.</p>
<p>I believe in the value of a lightweight way to share your photos publicly, and I am excited to put my energy in to building a place that deserves our photos. This is why I started chipping away at building a service that would allow me to share just a curated sliver of my cache of 18 years worth of photos. </p>
<p>It started as a static website that I generated out of a very dingy GitHub repository, and is now a prototype that allows anyone with an account to upload photos, add them to photo sets, and tag where they were taken. It is a place that is not a walled garden, and it’s a place where I am excited to (re)post anything from some great get-togethers of smart minds (at <a href="https://shoebox.photo/s/c99001g8ppo4">Brooklyn Beta</a>, <a href="https://shoebox.photo/s/8ffe01g1hnic">XOXO</a>, Build, CreativeMornings, etc.), to <a href="https://shoebox.photo/s/7d6a01gb4lkc">trips</a> that I took, to photo projects small and large.</p>
<p>If you’re interested in testing it out, you can reach me with the details below. I would love to hear from you.</p>
]]></content:encoded>
            <enclosure length="0" type="image/jpg" url="https://maykelloomans.com/static/notebook/why-shoebox/three-cameras.jpg"/>
        </item>
        <item>
            <title><![CDATA[Joining Brex]]></title>
            <link>https://maykelloomans.com/notebook/joining-brex</link>
            <guid>https://maykelloomans.com/notebook/joining-brex</guid>
            <pubDate>Wed, 10 Mar 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>I have recently joined the design team at Brex, where I’ll be working on “Special Projects” (aka. big bets that we believe will have a super positive effect on our customers, starting with our mobile product.)</p>
]]></description>
            <content:encoded><![CDATA[<p>I have recently joined the design team at Brex, where I’ll be working on “Special Projects” (aka. big bets that we believe will have a super positive effect on our customers, starting with our mobile product.)</p>
<p>I decided on this role for many reasons, but two are at its center: (1) people, (2) positively impacting small businesses.</p>
<h3>People</h3>
<p>A crucial constant that I have found throughout life and my career is the quality of people you get to work with. Everything is better around good people.</p>
<p>Want to do some super fun, creative work? It’ll be better with good people. Want to stretch yourself and focus on personal growth? You’ll enjoy it a lot more if you are around good people.</p>
<p>Every conversation I had while getting to know Brex was excellent. The easiest way to sum up the patterns I noticed in the people I talked to: high talent, low ego, and very honest and candid about the company’s state. (It’s in hypergrowth, this comes with challenges.)</p>
<h3>Positively Impacting Small Businesses</h3>
<p>We see small businesses horrifically impacted by this pandemic. I believe providing them with better tools is one of the most significant ways to affect them coming out of the pandemic in a positive way.</p>
<p>Working on a product that will allow someone to manage their small business on the go feels like a no-brainer, and I’m excited at the opportunity to improve their ability to control and get insight into their business.</p>
<p>And now the plug! We have a lot of work to do (across all screen sizes.) We’re actively growing the design team, so if you are a senior or staff-level designer (or have been doing the work of one) looking for a new opportunity, please reach out! </p>
]]></content:encoded>
            <enclosure length="0" type="image/jpg" url="https://maykelloomans.com/static/notebook/joining-brex/brex-card.jpg"/>
        </item>
        <item>
            <title><![CDATA[Speeding Up Design Discussions]]></title>
            <link>https://maykelloomans.com/notebook/speeding-up-product-discussions</link>
            <guid>https://maykelloomans.com/notebook/speeding-up-product-discussions</guid>
            <pubDate>Thu, 25 Feb 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Have you ever found yourself in a discussion around design decisions, engineering decisions, or product direction? Have you seen these discussions go in circles or seemingly not get resolved? </p>
<p>In most cases, a straightforward question can save you a lot of time: “Out of ten, how much do you care about this topic [your reasoning]?”</p>
]]></description>
            <content:encoded><![CDATA[<p>Have you ever found yourself in a discussion around design decisions, engineering decisions, or product direction? Have you seen these discussions go in circles or seemingly not get resolved? </p>
<p>In most cases, a straightforward question can save you a lot of time: <strong>“Out of ten, how much do you care about this topic [your reasoning]?”</strong></p>
<p>When I first heard this question, it sounded absurdly simple. And it still does. However, you would be surprised at how effective this question is.</p>
<p>Yes, I am aware that it completely oversimplifies the access you may have to external validation practices (like market research, customer research, or behavioral data.) Even with all of this work and these signals, you will often find yourself in a discussion where there is no clear direction. In these moments, it is much more vital for you to create focus and momentum for your team and yourself than to be right at the moment. </p>
<p>The real goal is to develop shared knowledge and common ground between (often very smart) people who have different frames of reference, other goals, and different ways of communicating. It can allow you to save time and increase momentum, understanding, and mutual respect. </p>
<p>So what are some of the results of asking how much someone cares about the topic at hand or their take on it?</p>
<ol>
<li>You can completely <strong>short circuit an argument</strong> for argument’s sake. (If you find that you are unsure about your opinion and are only bringing it up for consideration, and score yourself at a 4/10, while your team member has thought this through diligently and scores themself at an 8/10, you just won your time back.)</li>
<li>You create a <strong>common language</strong> and learn what every one of your team members cares about. (You can ask follow-up questions like: “out-of-ten, how probable is it that you’re right?”)</li>
<li>You have the opportunity to <strong>calibrate</strong> the people with the loud voices (the squeaky wheels) against the quiet ones. And in turn, you can calibrate yourself. (Finding mechanisms to allow the quietest members on your team to be heard is deeply important.)</li>
<li>You can <strong>analyze your relationship</strong> with others and identify potential pressures that would build up over time because of endless discussions.</li>
<li>You can <strong>start predicting how specific arguments will unfold</strong> and guide other people on how to handle them.</li>
</ol>
<p>This question is only one example of how to get there. In a healthy candid organizational culture, it is all about working together, leading with vulnerability, having a good escalation structure, etc. Ideally, you should genuinely be able to ask directly what someone’s angle is to get to a good resolution.</p>
<p>There is a more extensive set of questions that, on the surface, seem very simple but can have some very positive impact on communication within your team. Questions like:</p>
<ul>
<li>“Related to other things we have on our plate, is this discussion the most important one to have?”</li>
<li>“How easy is it to revert the decision we make here?”</li>
<li>“Is there a specific signal that will help decide this? (ie. behavioral data)”</li>
</ul>
<p>None of this is a silver bullet for every scenario, and if your organization fundamentally rejects these types of discussions, you have bigger fish to fry. However, please try them out amongst the collaborators you trust, and see how it works for you.</p>
]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Reflecting on a Year Off]]></title>
            <link>https://maykelloomans.com/notebook/reflecting-on-a-year-off</link>
            <guid>https://maykelloomans.com/notebook/reflecting-on-a-year-off</guid>
            <pubDate>Mon, 19 Oct 2020 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Today [October 19th, 2020] marks one year of taking time off. I deeply realize I have been very fortunate to have this incredible privilege, but I must say that I genuinely didn&#39;t feel its importance until about 3-4 months ago.</p>
<p>This note is an edited version of a thread I wrote on Twitter which reflected on the good and the bad of a year off, as well as lessons learned.</p>
]]></description>
            <content:encoded><![CDATA[<p>(This note is an edited version of a <a href="https://twitter.com/miekd/status/1318237375177240576">thread I wrote on Twitter</a> that got way too long; yay, freewriting!)</p>
<p>Today [October 19th, 2020] marks one year of taking time off. I deeply realize I have been very fortunate to have this incredible privilege, but I must say that I genuinely didn&#39;t feel its importance until about 3-4 months ago.</p>
<h2>Making The Decision</h2>
<p>Whenever I&#39;ve talked with people about taking time off, the immediate question is: &quot;How did you decide to take time off?&quot;</p>
<p>The story this brings to mind is that I decided against it twice. First, I almost left FB at the start of 2017 because my team and I had just finished a big project, and I was tired. And (2) I had no plan to join a company immediately after my time at Facebook. In both cases, my attention and focus were wavering, but <strong>I could do these focused sprints that were so productive it seemed I was perfectly fine... until I wasn&#39;t</strong>.</p>
<p>Facebook gave me the freedom to work on efforts that hadn&#39;t had a lot of design attention before. This allowed me to be out of the line-of-sight of a release cycle. I got to do some super nerdy fun work and build teams that worked on internal tooling and privacy. However, my engine was sputtering, and I wouldn&#39;t stop. </p>
<p>In one instance, I was able to design work far enough ahead that I could take six weeks off (a company perk they called <em>recharge</em>) without much operational impact at all. When I came back to work, I had a bit of renewed energy, but it waned fast. Work was unfocused, and my life was unfocused. Yet, I couldn&#39;t at the time see my attention, my relationships, and my optimism slipping away. But I kept going, even though I couldn&#39;t get a good mental picture about what I was doing and why anymore.</p>
<p>Cue the departure from Facebook and a fantastic opportunity in New York at Glossier. I continued to follow a path I had laid out: aim to do great work, with a heavy focus on design, team, and company fundamentals (solving problems in predictable, systematic ways, consistent communication, career tracks, performance management, transparency etc.)</p>
<p>Lo and behold, my lack of energy caught up to me. (Lesson learned: even with all the optimism and excitement, I can do about 9-10 months of this) Again, my focus and the consistency of my output were waning. It became clear that I should have taken time off, but <em>&quot;I signed up for this, and I&#39;ll be damned if I don&#39;t deliver.&quot;</em> So I focused on hiring some of the smartest people I could find and delegated the work away that led to me having to context switch constantly.</p>
<p>Whenever you find a way to increase your efficacy dramatically or delegate large parts of your work (also known as <em>&quot;hiring yourself out of a job&quot;</em>), there is often this great Y-split that you create. </p>
<p>You can either: </p>
<ol>
<li>define a new role and break open new scope, or</li>
<li>make a lateral move, or walk away.</li>
</ol>
<p>I&#39;d done both at different levels of scale but never truly walked away entirely before. So there came this moment where I had the title, I had the seat, and grown my team, and delegated my role enough that either I could decide to double down and define a new scope or take myself out of the picture. And I did not have the energy to double down.</p>
<h2>Taking Time</h2>
<p>A year ago, on this day, I had my first proper day off in 15 years. A day without a company I ran or a job I was responsible for—even if only in the back of my head. Immediately I started doing a ton of traveling to see friends all across the world. This was an absolute blessing and also the best distraction. It wasn&#39;t until I got back home in January that I forced myself to sit in quiet and open up Pandora&#39;s box of how deeply I had affected my energy and brain. I didn&#39;t want to get out of bed, I had absolutely no feelings of inspiration or creativity, and I generally disengaged from everything.</p>
<p>Two months later, the pandemic hit. I should have taken as a hint to embrace doing little to nothing. Yet, every day, with the smallest bit of energy, I had my &#39;productivity&#39; brain fighting my &#39;you-need-a-break&#39; brain. Every day, it was &quot;<em>You should do something!</em>&quot; vs. &quot;<em>I don&#39;t want to do anything.</em>&quot; This ended up lasting months.</p>
<p>I had to allow myself to do nothing, and trust to come out the other side with a clear mind. Which... is a stupendously hard thing to tell yourself.</p>
<p>To make sure I wasn&#39;t jumping off the deep end without any tools, I had my weekly therapy check-ins, kept up on calls with friends, ran on the West Side Highway (yay, those little mask cups that allows you to run with a mask), and implemented some basic structure to keep my sanity alive. But that was about as much as I could muster in a day.</p>
<p>A few months into the pandemic, it became clear I had to leave the concrete jungle and find some sunlight on the coast I had moved from. San Francisco would offer me more daylight, and I could take my car anywhere to feel a sense of movement and see the beauty around me.</p>
<h2>On The Upswing</h2>
<p>Slowly but surely, even with a city in lockdown, my regular conversations with friends, not asking too much of myself, and keeping somewhat of a structured day, gave me the desire to want to make things again.</p>
<p>A great opportunity came along, so—of course—I immediately jumped on it and started doing work. After a few weeks, it became clear this was too early, and it wasn&#39;t the right fit. However, this was the first time I felt my optimism, focus, and productivity come back.</p>
<p>This optimism was what made me finally accept that it was okay for me not to work for a bit. As soon as that became clear, my mood shifted. I focused on my personal life, which in turn (patently obvious, by the way) started tickling my creative and technical brain again. We&#39;re now at 12 months and a day, and while I don&#39;t feel that I need to work on something immediately, I have not felt this sharp and energized in about 3-4 years.</p>
<h2>Lessons Learned</h2>
<p>The biggest lesson for me among all this was—and this may sound &#39;woo-woo&#39;: seeing a structured day, a quiet cup of coffee, or a workout not as a task but as something to relish. <strong>There are these things in our lives that we know we &#39;should&#39; do, but if we don&#39;t find a way to appreciate them truly, it will forever be a struggle to integrate them.</strong></p>
<p>Be it working out, being mindful of your diet, meditating, managing your attention, and in this case—for me—it was challenging my assumptions and getting off of this career hamster wheel. Even though fear will tell you otherwise: with a little turbulence, you can always get back on.</p>
<p>However, I don&#39;t just want to write this without acknowledging the situation we are in right now. It&#39;s a cliché to say this, but times are crazy; there is macro-level stress, day-to-day life has been upended, and—on top of that—you&#39;re likely in too many (video) calls every day. </p>
<p>If you have the opportunity to protect your time by taking a long stint of time off, especially after many years of work, please consider it. Plan it out, budget it, consider the consequences, learn how much it will affect your retirement, all those things.</p>
<p><strong>In all of us lies this subconscious stress that we can manage, and manage, and manage until we cannot. It&#39;s like dehydration for your energy: when you figure out that you are thirsty, it&#39;s way too late.</strong></p>
<p>If you made it here, thank you for your time and attention. If you want to talk more about this: my DMs are open.</p>
]]></content:encoded>
            <enclosure length="0" type="image/jpg" url="https://maykelloomans.com/static/notebook/reflecting-on-a-year-off/mt-tamalpais.jpg"/>
        </item>
        <item>
            <title><![CDATA[How Open Source Changed My Life with Max Stoiber]]></title>
            <link>https://maykelloomans.com/notebook/how-open-source-changed-my-life-with-max-stoiber</link>
            <guid>https://maykelloomans.com/notebook/how-open-source-changed-my-life-with-max-stoiber</guid>
            <pubDate>Sun, 03 May 2020 00:00:00 GMT</pubDate>
            <enclosure length="0" type="video/youtube" url="https://www.youtube.com/embed/ifq3xhik8tE"/>
        </item>
        <item>
            <title><![CDATA[Every Bucket From Kobe Bryant's 81 Point Performance]]></title>
            <link>https://maykelloomans.com/notebook/kobe-bryant-81-points</link>
            <guid>https://maykelloomans.com/notebook/kobe-bryant-81-points</guid>
            <pubDate>Fri, 31 Jan 2020 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>The stuff of legends. He will be missed deeply.</p>
]]></description>
            <enclosure length="0" type="video/youtube" url="https://www.youtube.com/embed/FeXZY4eVLlo"/>
        </item>
        <item>
            <title><![CDATA[Mier, by General Type Studio]]></title>
            <link>https://maykelloomans.com/notebook/mier-typeface-family-by-general-type-studio</link>
            <guid>https://maykelloomans.com/notebook/mier-typeface-family-by-general-type-studio</guid>
            <pubDate>Fri, 01 Mar 2019 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Mier is a family of typefaces that blend geometric and grotesque sans serif elements. I&#39;ve found their x-height to be a bit tough for interfaces, but this is a great typeface for display.</p>
]]></description>
            <content:encoded><![CDATA[<p><a href="https://www.generaltypestudio.com/fonts/mier">Visit link</a></p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Jetbrains Mono, a Typeface For Developers]]></title>
            <link>https://maykelloomans.com/notebook/jetbrains-mono-a-typeface</link>
            <guid>https://maykelloomans.com/notebook/jetbrains-mono-a-typeface</guid>
            <pubDate>Sun, 10 Feb 2019 00:00:00 GMT</pubDate>
            <content:encoded><![CDATA[<p><a href="https://www.jetbrains.com/lp/mono/">Visit link</a></p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[TUYO.NYC]]></title>
            <link>https://maykelloomans.com/notebook/tuyo-nyc-porcelain-tableware</link>
            <guid>https://maykelloomans.com/notebook/tuyo-nyc-porcelain-tableware</guid>
            <pubDate>Thu, 10 Jan 2019 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>TUYO makes some of the most beautiful tableware I&#39;ve ever seen. I&#39;m a big fan of their copitas and carafes.</p>
]]></description>
            <content:encoded><![CDATA[<p><a href="https://tuyo.nyc">Visit link</a></p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[The Enormous Life of Anthony Bourdain]]></title>
            <link>https://maykelloomans.com/notebook/the-enormous-life-of-anthony-bourdain</link>
            <guid>https://maykelloomans.com/notebook/the-enormous-life-of-anthony-bourdain</guid>
            <pubDate>Mon, 10 Dec 2018 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>This is quite the read; but it is a fantastic account of a fantastic man.</p>
]]></description>
            <content:encoded><![CDATA[<p><a href="https://www.gq.com/story/anthony-bourdain-men-of-the-year-tribute">Visit link</a></p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Six Lessons from Six Years at Facebook]]></title>
            <link>https://maykelloomans.com/notebook/six-lessons-from-six-years-at-facebook</link>
            <guid>https://maykelloomans.com/notebook/six-lessons-from-six-years-at-facebook</guid>
            <pubDate>Sun, 23 Sep 2018 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Friday [September 21st, 2018] was my last day at Facebook. It was an experience of a lifetime, and I couldn’t be more thankful for it.</p>
<p>Here’s the note I wrote to my colleagues. I was originally going to circulate this to just friends, but with the positive feedback I have gotten I decided to use this venue to post more widely.</p>
]]></description>
            <content:encoded><![CDATA[<p>Friday [September 21st, 2018] was my last day at Facebook. It was an experience of a lifetime, and I couldn’t be more thankful for it.</p>
<p>Here’s the note I wrote to my colleagues. I was originally going to circulate this to just friends, but with the positive feedback I have gotten I decided to use this venue to post more widely.</p>
<h2>Thank You.</h2>
<p>As hard as a decision it was to make, September 21st will be my last day at Facebook. Over the last six years, I have worked with a tremendous amount of love and energy on the opportunities this community has allowed me to be a part of.</p>
<p>I am grateful for the projects I have been a part of. I am grateful for every single ounce of progress we were able to make, and every launch we were able to do. I am grateful for the faith that people have put in me, the guidance that I was given, and the opportunities I have received.</p>
<p>Most of all, I am grateful for the bold, talented, tireless people I have had the great fortune of meeting, working with, and learning from.</p>
<p>As there is too much to cover about the last six years, here are some lessons I learned.</p>
<h3>1. Figure out what you want to optimize for.</h3>
<p>Having impact for the company is your job, but what is the purpose of this job to you? How can you look back and be proud of the time you spent?
For me, I have always optimized for learning. This has put me in some uncomfortable and inefficient situations, but I can honestly look back and say I have learned from every single one.</p>
<h3>2. Find your people.</h3>
<p>We move fast. This is a hard job. Find your support system, both inside and outside of the company. Find people you can lean on, people that invigorate you, and people who aren’t afraid to be honest. I feel very fortunate to still have strong connections to the people I have worked with throughout my time here.</p>
<h3>3. Be patient, yet vigilant.</h3>
<p>It is easy to want to get things done fast. It is easy to look at the past half and feel like not enough progress was made. A lot of the roles we take on, and the work we do will only pay off in the long term. So be patient and aim for the prize. However, don’t be apathetic. If you sense that something isn’t right, and you cannot shake it, figure out how to best impact it.</p>
<h3>4. Give feedback in the right venue.</h3>
<p>Feedback is important. Being honest and calling out potential pitfalls even more so. Be thoughtful about how, and where, you give this feedback. Nobody wins if you call someone out on potential bad behaviour amongst a group of their peers.
Find the right venue to give feedback, and it will likely be more effective.</p>
<h3>5. Listening is Knowing.</h3>
<p>Don’t make assumptions. Asking questions is the best way to get to know as much as you can. By asking questions, intentionally listening, and analyzing people’s position, you can figure out at what level you should have a conversation. Is this about a detail? Is this about a structural problem? Is this about strategy?</p>
<p>The strongest leaders I have seen move around this company have always observed and asked questions first. And if you don’t feel comfortable asking questions in a meeting, ask them over Messenger, or in a group.</p>
<h3>6. Pace yourself.</h3>
<p>I learned this one the hard way. There were weeks where I would get on 640AM commute in, and 10PM commute out. And I definitely had the energy for it. But these things catch up on you. So make sure to pace yourself.</p>
<p>Nobody wins when you’re tired, when you’re on edge, and when you’re off balance. Use your PTO wisely, find ways to reduce your commute, force yourself to have lunch away from your screen.</p>
<p>Thanks again for all the great moments and memories. It’s been an honor and a pleasure.</p>
<p>(<a href="https://medium.com/@miekd/six-lessons-from-six-years-at-facebook-322a537b6474">Originally posted on Medium</a>)</p>
]]></content:encoded>
            <enclosure length="0" type="image/jpg" url="https://maykelloomans.com/static/notebook/six-lessons-from-six-years-at-facebook/badge-photo.jpg"/>
        </item>
        <item>
            <title><![CDATA[Meaningful Numbers at TNW Conference 2018]]></title>
            <link>https://maykelloomans.com/notebook/tnw-conference-2018-meaningful-numbers</link>
            <guid>https://maykelloomans.com/notebook/tnw-conference-2018-meaningful-numbers</guid>
            <pubDate>Wed, 06 Jun 2018 00:00:00 GMT</pubDate>
            <enclosure length="0" type="video/youtube" url="https://www.youtube.com/embed/tO4A-F0R1CA"/>
        </item>
        <item>
            <title><![CDATA[Understanding the Game We Are Playing]]></title>
            <link>https://maykelloomans.com/notebook/simon-sinek-understanding-the-game-we-are-playing</link>
            <guid>https://maykelloomans.com/notebook/simon-sinek-understanding-the-game-we-are-playing</guid>
            <pubDate>Wed, 24 Jan 2018 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>One of my favorite talks if the last decade is Simon Sinek&#39;s talk on the importance of self-reflection and accountability in the workplace.</p>
]]></description>
            <content:encoded><![CDATA[<p>One of my favorite talks if the last decade is Simon Sinek&#39;s talk &quot;Understanding the Game We Are Playing&quot;.</p>
<p>In this talk, Simon explores the challenges faced by the millennial generation. Failed parenting strategies left many feeling special, but without cause. Growing up in an echo chamber of praise led to shattered confidence.</p>
<p>For those same people, technology and social media have rewired how we handle stress and build relationships. Instead of turning to people, we turn to devices. The dopamine hits from phones mirror other addictive behaviors.</p>
<p>He ends by telling us that life isn&#39;t a game you can win. It&#39;s an infinite journey of constant improvement. Success comes from helping others and playing the long game. The goal is progress, not victory.</p>
]]></content:encoded>
            <enclosure length="0" type="video/youtube" url="https://www.youtube.com/embed/sjxNTcsquG8"/>
        </item>
        <item>
            <title><![CDATA[New Year’s Goals, Monthly Resolutions]]></title>
            <link>https://maykelloomans.com/notebook/new-years-goals-monthly-resolutions</link>
            <guid>https://maykelloomans.com/notebook/new-years-goals-monthly-resolutions</guid>
            <pubDate>Tue, 03 Jan 2017 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>New Year&#39;s resolutions are hard. Many people make them every year, and few actually succeed. I&#39;ve personally never been successful at keeping a New Year&#39;s resolution, primarily because the magnitude of the task at hand seemed so big, and &quot;life got in the way&quot; (ie. other things took priority to the resolution that was established.)</p>
<p>With that said, I thought about approaching New Year&#39;s Resolutions as a design problem.</p>
]]></description>
            <content:encoded><![CDATA[<p>New Year&#39;s resolutions are hard. Many people make them every year, and few actually succeed. I&#39;ve personally never been successful at keeping a New Year&#39;s resolution, primarily because the magnitude of the task at hand seemed so big, and &quot;life got in the way&quot; (ie. other things took priority to the resolution that was established.)</p>
<p>With that said, I thought about approaching New Year&#39;s Resolutions as a design problem.</p>
<h2>The problem with New Year&#39;s Resolutions</h2>
<p>New Year&#39;s resolutions are often ineffective approaches to an end goal. New Year&#39;s resolutions are about aspiration and behavioural change. The format of a New Year&#39;s resolution is a statement that expresses a promise or a solution. It uses an arbitrary point in time, and an arbitrary length of time to do this. Most of them are also formulated in large, ambiguous ways (&quot;I want to lose weight&quot;, &quot;I want to stop smoking&quot; etc.).</p>
<p><img src="/static/notebook/new-years-goals-monthly-resolutions/01-New-Years-Resolution-Timeline.png" alt=""></p>
<p>To me, there are three major problems with New Year&#39;s resolutions:</p>
<ul>
<li>A New Year&#39;s resolution is articulated as a promise or solution, and does not express the problem you actually want to solve.</li>
<li>Because of this, a New Year&#39;s resolution does not express the motivation behind the resolution, or a &quot;why&quot;.</li>
<li>The time horizon is too long. New Year&#39;s resolutions don&#39;t account for unexpected changes, like jobs, travel, partners, interests etc.</li>
</ul>
<h2>Reframing New Year&#39;s Resolutions to Goals</h2>
<p>This is why, in the last eighteen months, I&#39;ve reframed it for myself. It breaks down to two elements:</p>
<ol>
<li>Set clearly defined goals with an arbitrary time horizon (1 month, 3 months, 6 months, a year), and ask yourself why you want to achieve these goals.</li>
<li>Use monthly resolutions to work towards, and check in on, these goals.</li>
</ol>
<h2>Set clearly defined goals</h2>
<p>Over the last eight years, I&#39;ve been reasonably good at consistently working out and not eating too many bad things. I would have periods in which I would get really in to running, or cycling, or interval training, but all slowly faded. There were triggers that have caused these positive behavioural change, but none of them lasted.</p>
<p>In June of 2015 I set myself one personal goal to finish the year with: Become more fit. How? (1) Work out more, in a consistent way, and (2) be intentional about the things I eat. Why? I want to reach and extend the peak of my fitness for as long as I can. (or: I&#39;m getting older and I&#39;m actively going to make sure I do it the right way.)</p>
<p>The tool of choice? Monthly resolutions.</p>
<h2>Time-box a step towards the goal</h2>
<p>For the month of June 2015 this meant:</p>
<ol>
<li>Work out at least 3 times a week.</li>
<li>No bread, pasta, white carbs, processed foods etc.</li>
<li>Not more than one alcoholic drink a night.</li>
</ol>
<p>These were <strong>simple rules to follow</strong>, the one month time horizon is a <strong>small commitment</strong>, and this monthly approach allows for <strong>faster iteration and continuous success</strong>. If successful, these rules were going to roll over to July.</p>
<p><img src="/static/notebook/new-years-goals-monthly-resolutions/02-New-Years-Goals-and-Monthly-Resolutions.png" alt="">
🚀💪🏻 → 😬😱 → 😎👌🏻</p>
<p>And they were successful. Yet halfway through July I had to help with a project in New York City. And while I could keep up the workout rule, the work priorities and distractions of New York got the upper hand. With monthly resolutions, July was lost, and I was able to pick it up again in August. Into September, then October. And whoops, because my birthday is in November, basically all the rules were broken again.</p>
<p>All time horizons are arbitrary. With New Year&#39;s resolutions, I might have had more resolve. But most likely I would have folded on them completely.</p>
<h2>Monthly resolutions are small commitments</h2>
<p>Fast forward, I restarted the rules in January, but with a change to 4 workouts a week. I succeeded, and switched to 5 workouts a week in February.</p>
<p>Nowadays, it feels off when I don&#39;t work out more than 3 times a week. <strong>Monthly resolutions have allowed me to change my behaviour in a flexible, iterative way throughout the year.</strong> Beyond the personal health and fitness changes, I&#39;ve set goals for quality time spent with friends, consuming less things from the internet, travel, exploring hobbies, reading and improving my apartment.</p>
<p>The end result of all this is having done over 200 workouts, spending quality time with a small set of close friends, spending a couple of weeks traveling and (almost) completely disconnecting from work, picking up and getting halfway decent at tennis and tripling my reading (which is only an abysmal six books for the year, but still.)</p>
<h2>Continuous Iteration</h2>
<p>One of the key strengths of monthly resolutions is continuous iteration. If you don&#39;t succeed for a month, that&#39;s okay. Take a cheat day. Take a cheat week! Hell, challenge if you even should be doing some of your resolutions. Adapt.</p>
<p>If you are successful, consider if you&#39;ve been challenging yourself enough. Maybe you easily cut the amount of time spent watching TV. Should you even be watching TV? Maybe you breezed through taking a 2 hour walk every weekend day. What about a hike every weekend? Maybe you have an extremely busy life and found a way to meditate for 10 minutes a day, what about making it 15 minutes?</p>
<p>If it doesn&#39;t work, it doesn&#39;t mean you failed. It means you need to reflect and consider what you should do different next time. If it does work, it doesn&#39;t mean you didn&#39;t challenge yourself hard enough. But it might be worth considering if you did.</p>
<p>I hope some of you try this. And if you do, please let me know how it is working for you.</p>
<p><img src="/static/notebook/new-years-goals-monthly-resolutions/03-New-Years-Resolutions-vs-New-Years-Goals-Summary.png" alt=""></p>
<p>(<a href="https://medium.com/@miekd/new-years-goals-monthly-resolutions-39e6e91d9da0">Originally posted on Medium</a>)</p>
]]></content:encoded>
            <enclosure length="0" type="image/png" url="https://maykelloomans.com/static/notebook/new-years-goals-monthly-resolutions/00-New-Years-Resolutions-vs-New-Years-Goals-Cover-Image.png"/>
        </item>
        <item>
            <title><![CDATA[Visual Storytelling at FORM SF 2014]]></title>
            <link>https://maykelloomans.com/notebook/form-sf-2014-panel-visual-storytelling</link>
            <guid>https://maykelloomans.com/notebook/form-sf-2014-panel-visual-storytelling</guid>
            <pubDate>Thu, 13 Nov 2014 00:00:00 GMT</pubDate>
            <enclosure length="0" type="video/youtube" url="https://www.youtube.com/embed/JpJQ3hdVO2M"/>
        </item>
        <item>
            <title><![CDATA[Two Minutes with TGD]]></title>
            <link>https://maykelloomans.com/notebook/maykel-loomans-two-minutes-with-the-great-discontent</link>
            <guid>https://maykelloomans.com/notebook/maykel-loomans-two-minutes-with-the-great-discontent</guid>
            <pubDate>Fri, 01 Feb 2013 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>My conversation with The Great Discontent. Recorded just before I moved to San Francisco, and a fantastic time capsule for myself.</p>
]]></description>
            <content:encoded><![CDATA[<p>My conversation with The Great Discontent. Recorded just before I moved to San Francisco, and a fantastic time capsule for myself.</p>
]]></content:encoded>
            <enclosure length="0" type="video/vimeo" url="https://player.vimeo.com/video/81393772"/>
        </item>
        <item>
            <title><![CDATA[Wilson Miner's "When We Build" at Build 2011]]></title>
            <link>https://maykelloomans.com/notebook/wilson-miner-when-we-build</link>
            <guid>https://maykelloomans.com/notebook/wilson-miner-when-we-build</guid>
            <pubDate>Sat, 20 Oct 2012 00:00:00 GMT</pubDate>
            <enclosure length="0" type="video/vimeo" url="https://player.vimeo.com/video/34017777"/>
        </item>
        <item>
            <title><![CDATA[Brene Brown's The Power of Vulnerability]]></title>
            <link>https://maykelloomans.com/notebook/brene-brown-the-power-of-vulnerability</link>
            <guid>https://maykelloomans.com/notebook/brene-brown-the-power-of-vulnerability</guid>
            <pubDate>Thu, 10 Feb 2011 00:00:00 GMT</pubDate>
            <enclosure length="0" type="video/youtube" url="https://www.youtube.com/embed/iCvmsMzlF7o"/>
        </item>
        <item>
            <title><![CDATA[My First Five Photos on Instagram]]></title>
            <link>https://maykelloomans.com/notebook/first-instagram-photos</link>
            <guid>https://maykelloomans.com/notebook/first-instagram-photos</guid>
            <pubDate>Wed, 06 Oct 2010 00:00:00 GMT</pubDate>
            <description><![CDATA[<div class="content-two-images">

<p><img src="/static/notebook/first-five-instagram-photos/01.jpg" alt="Maykel Loomans' first Instagram photo: some AKG headphones on a desk">
<img src="/static/notebook/first-five-instagram-photos/02.jpg" alt="Maykel Loomans' second Instagram photo: a close up of an Apple keyboard"></p>
</div>

<div class="content-three-images">

<p><img src="/static/notebook/first-five-instagram-photos/03.jpg" alt="Maykel Loomans' third Instagram photo: the letters A, I and R in styrofoam">
<img src="/static/notebook/first-five-instagram-photos/04.jpg" alt="Maykel Loomans' fourth Instagram photo: a tilt-shift photo of a barbecue">
<img src="/static/notebook/first-five-instagram-photos/05.jpg" alt="Maykel Loomans' fifth Instagram photo: the interior of a factory"></p>
</div>
]]></description>
            <content:encoded><![CDATA[<div class="content-no-margin-images">

<p><img src="/static/notebook/first-five-instagram-photos/01.jpg" alt="Maykel Loomans' first Instagram photo: some AKG headphones on a desk"></p>
<p><img src="/static/notebook/first-five-instagram-photos/02.jpg" alt="Maykel Loomans' second Instagram photo: a close up of an Apple keyboard"></p>
<p><img src="/static/notebook/first-five-instagram-photos/03.jpg" alt="Maykel Loomans' third Instagram photo: the letters A, I and R in styrofoam"></p>
<p><img src="/static/notebook/first-five-instagram-photos/04.jpg" alt="Maykel Loomans' fourth Instagram photo: a tilt-shift photo of a barbecue"></p>
<p><img src="/static/notebook/first-five-instagram-photos/05.jpg" alt="Maykel Loomans' fifth Instagram photo: the interior of a factory"></p>
</div>]]></content:encoded>
        </item>
    </channel>
</rss>