<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Cody R. DeHaan</title>
    <link>https://www.codydehaan.com/</link>
    <description>Recent content in Home on Cody R. DeHaan</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <copyright>Cody R. DeHaan</copyright>
    <lastBuildDate>Fri, 28 Jul 2017 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://www.codydehaan.com/" rel="self" type="application/rss+xml" />
    
    <item>
      <title>I Bought a Radio</title>
      <link>https://www.codydehaan.com/blog/i-bought-a-radio/</link>
      <pubDate>Wed, 11 Mar 2026 00:00:00 +0000</pubDate>
      
      <guid>https://www.codydehaan.com/blog/i-bought-a-radio/</guid>
      <description>&lt;p&gt;I recently got a new piece of technology, and it’s got to be my favorite purchase of the last few years.&lt;/p&gt;
&lt;p&gt;It’ll probably surprise you to learn that piece of technology is an AM/FM radio. In 2026.&lt;/p&gt;
&lt;p&gt;This deserves some explanation.&lt;/p&gt;
&lt;p&gt;In my bathroom I’ve had a HomePod mini for several years. I’ve got a lot of Apple products, so it slotted in pretty nicely as a radio and Siri tool when I was getting ready in the morning or winding down at night. It was never perfect, occasionally misunderstanding me, sometimes buffering or unable to respond. I wound up almost exclusively using it to play my local NPR station. I settled on an interaction model that eschewed Siri entirely: tapping on the top center of its touch surface would just continue playing the last thing it was playing.&lt;/p&gt;
&lt;p&gt;In a recent software update, that behavior changed. Tapping the top would now play an algorithmically generated station, and saying &amp;ldquo;Siri, play KUT&amp;rdquo; would actually play KUT less than half of the time.&lt;/p&gt;
&lt;p&gt;I was about to abandon the HomePod mini, when I discovered a technological solution to my technological problem! I could set up a shortcut in Apple’s Shortcuts app called “Play KUT,” and this took many seconds to start playing, but worked most of the time.&lt;/p&gt;
&lt;p&gt;Unless I’d recently turned off my Apple TV. Because then what would happen instead is that my Apple TV would wake back up, and set its output speaker to the HomePod mini, but play nothing. And then my iPhone would be stuck controlling the AppleTV with an output source of my HomePod mini, which I could find no way to undo short of turning everything off and back on again.&lt;/p&gt;
&lt;p&gt;Does this sound bananas? Yeah, I agree.&lt;/p&gt;
&lt;p&gt;What I wanted to do was listen to the radio. What I’d taken on was a complicated web of wireless protocols, streaming services, voice assistants, and software workarounds. And this was all happening within Apple’s &amp;ldquo;it just works&amp;rdquo; ecosystem, to someone who adds technology to his life carefully and deliberately.&lt;/p&gt;
&lt;p&gt;How did we get here? All of this technology and I cannot listen to a radio station?&lt;/p&gt;
&lt;p&gt;So I bought a &lt;a href=&#34;https://electronics.sony.com/audio/boomboxes-radio/radios/p/icf506&#34;&gt;Sony ICF-506&lt;/a&gt;. It is, in my opinion, a handsome piece of technology, understated but tasteful. Best of all, it has a single switch that turns it on. When I slide it to FM, it turns on in under a second, every time. No buffering, &amp;ldquo;hmm, I didn’t quite get that,&amp;rdquo; or connection errors. It also has a volume knob. When I want the volume up or down, I turn it proportionate to the change I want, and it responds every time. No guessing which phrasing of &amp;ldquo;Siri, turn the volume down a little&amp;rdquo; to get my desired volume. Or gingerly touching a 1cm&lt;sup&gt;2&lt;/sup&gt; area that represents volume down if I get it just right.&lt;/p&gt;
&lt;p&gt;The amount of complexity every device has these days, to very minimal benefit in my actual life, is remarkable to reflect on.&lt;/p&gt;
&lt;p&gt;What’s my point? I think it’s this: I want the things I use every day to be predictable and reliable. Not most of the time. Not only when Wi-Fi is cooperating and Siri hears me correctly. The radio does that. There’s something about that kind of reliability and predictability that feels almost radical today.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Visual Studio Code &#43; Miniconda &#43; R</title>
      <link>https://www.codydehaan.com/blog/vscode-miniconda-r/</link>
      <pubDate>Sat, 11 Feb 2023 00:00:00 +0000</pubDate>
      
      <guid>https://www.codydehaan.com/blog/vscode-miniconda-r/</guid>
      <description>&lt;p&gt;I spend a lot of time doing data analysis in R, as well as writing and editing Python, JSON, Markdown, and various other formats. In my search to find a single application that could cover most of my needs well enough, I&amp;rsquo;ve landed on a setup of &lt;a href=&#34;https://code.visualstudio.com&#34;&gt;Visual Studio Code&lt;/a&gt; with &lt;a href=&#34;https://docs.conda.io/en/latest/miniconda.html&#34;&gt;Miniconda&lt;/a&gt; and &lt;a href=&#34;https://www.r-project.org&#34;&gt;R&lt;/a&gt; that works really well for my needs. While I&amp;rsquo;d prefer a more &lt;a href=&#34;https://daringfireball.net/linked/2020/03/20/mac-assed-mac-apps&#34;&gt;mac-assed mac app&lt;/a&gt;, Visual Studio Code is performant, and the flexibility it offers has been a good trade-off for me. I like using conda (via Miniconda) because it manages packages across R, Python, and several other ecosystems I use, without feeling like it&amp;rsquo;s making a big mess of my system.&lt;/p&gt;
&lt;p&gt;This post is a high-level outline of my thinking and the steps I took to get this setup working. Importantly, these steps are all based on my system (an M1 MacBook Pro running macOS 13.1 Ventura), but they should translate to other systems. I&amp;rsquo;ve assumed in this guide that you&amp;rsquo;re broadly familiar with installing software on your system and the command line.&lt;/p&gt;
&lt;h2 id=&#34;miniconda&#34;&gt;Miniconda&lt;/h2&gt;
&lt;p&gt;First, install Miniconda. You’ll want to download the appropriate installer from &lt;a href=&#34;https://docs.conda.io/en/latest/miniconda.html&#34;&gt;conda.io&lt;/a&gt;. In my case, I selected the &amp;ldquo;Miniconda3 macOS Apple M1 64-bit pkg&amp;rdquo; package.&lt;/p&gt;
&lt;p&gt;One preference I&amp;rsquo;ve got is to keep Miniconda in my user’s Applications folder. To do this, at the &lt;em&gt;Select a Destination&lt;/em&gt; step, choose &lt;em&gt;Install on a specific disk&amp;hellip;&lt;/em&gt; Then select &lt;em&gt;Choose Folder&amp;hellip;&lt;/em&gt; and select the Applications folder in your home folder. If this folder doesn’t exist, you can create an Applications folder, or choose another location you’d prefer. In my case, Miniconda will be installed in &lt;code&gt;/Users/cody/Applications/miniconda3&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;Once installation is complete, you can open Terminal.app and you should now notice that your terminal is prefixed with the &lt;code&gt;(base)&lt;/code&gt; environment. I prefer to not have this environment activated by default, so I disable that by running the following command in Terminal.app:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;conda config --set auto_activate_base False&lt;/code&gt;&lt;/p&gt;
&lt;h2 id=&#34;create-conda-environment&#34;&gt;Create Conda Environment&lt;/h2&gt;
&lt;p&gt;There are many ways to set up your conda environments, and you can create these and install packages on an ad-hoc basis. I tend to use one main environment for most data analytics called &lt;code&gt;analysis&lt;/code&gt;, which I specify in a file &lt;code&gt;analysis.yml&lt;/code&gt;:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;name: analysis
channels:
  - conda-forge
  - defaults
dependencies:
  - r-base
  - radian
  - r-languageserver
  - r-tidyverse
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;The file above is a good place to get started, enabling the &lt;code&gt;conda-forge&lt;/code&gt; repository and a few basic packages to get going with this setup. Note that this will install R in your environment as well.&lt;/p&gt;
&lt;p&gt;Once you’ve created this file, you can run &lt;code&gt;conda env create --file analysis.yml&lt;/code&gt; to create the environment. Note that you may be prompted to install the Xcode developer tools, which you’ll need to do to continue.&lt;/p&gt;
&lt;h2 id=&#34;visual-studio-code&#34;&gt;Visual Studio Code&lt;/h2&gt;
&lt;p&gt;Next up you will &lt;a href=&#34;https://code.visualstudio.com/#alt-downloads&#34;&gt;download the appropriate VSCode&lt;/a&gt; for your system—the &lt;em&gt;.zip for Apple Silicon&lt;/em&gt; in my case. Unzip the downloaded file, drag the application package to your Applications folder, and launch it.&lt;/p&gt;
&lt;p&gt;To install the R extension, click the Extensions tab in the left sidebar, search for R, and click Install. Once it’s installed, you’ll want to set up a few settings to get R set up for your conda environment. Click the gear icon in the R extension pane, and click &lt;em&gt;Extension Settings&lt;/em&gt;. Configure the following settings, adjusting for your platform and conda path and environment name:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Enable Bracketed Paste&lt;/li&gt;
&lt;li&gt;Rpath: Mac — &lt;code&gt;/Users/cody/Applications/miniconda3/envs/analysis/bin/R&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Rterm: Mac — &lt;code&gt;/Users/cody/Applications/miniconda3/envs/analysis/bin/radian&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Rterm: Option — Add &lt;code&gt;--r-binary=/Users/cody/Applications/miniconda3/envs/analysis/bin/R&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;test-it-out&#34;&gt;Test It Out&lt;/h2&gt;
&lt;p&gt;The magic of this setup really comes from using &lt;code&gt;.Rmd&lt;/code&gt; files, but &lt;code&gt;.R&lt;/code&gt; files are of course supported as well.&lt;/p&gt;
&lt;p&gt;Create a sample &lt;code&gt;.Rmd&lt;/code&gt; file as below:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;---
title: Test File
---

```{r}
summary(iris)
```
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;If everything is set up correctly, you’ll get a &lt;em&gt;Run Chunk&lt;/em&gt; button above the code chunk, and in another pane you will see R launch and run a summary of the iris dataset.&lt;/p&gt;
&lt;figure&gt;&lt;img src=&#34;https://www.codydehaan.com/media/vscode-miniconda-r.png&#34;
         alt=&#34;Example of .Rmd file&#34;/&gt;&lt;figcaption&gt;
            &lt;p&gt;Example of .Rmd file&lt;/p&gt;
        &lt;/figcaption&gt;
&lt;/figure&gt;

&lt;h2 id=&#34;installing-additional-packages&#34;&gt;Installing Additional Packages&lt;/h2&gt;
&lt;p&gt;When you need to add additional R packages, you can install them using the traditional &lt;code&gt;install.packages()&lt;/code&gt; approach, but I recommend checking &lt;a href=&#34;https://anaconda.org&#34;&gt;anaconda.org&lt;/a&gt; first. You can search for r packages, such as psych, by searching for ‘r-psych’. If the package is available, you can add it to the &lt;code&gt;dependencies&lt;/code&gt; section of your &lt;code&gt;analysis.yml&lt;/code&gt; file. Then run &lt;code&gt;conda env update --file environment.yml&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Tip: Check the anaconda.org search results for your architecture. Intel Macs will be listed as osx-64, Apple Silicon macs as osx-arm64, and noarch packages will work on both.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Some packages aren’t available on anaconda, or won&amp;rsquo;t be available for your architecture, and will require installing through &lt;code&gt;install.packages()&lt;/code&gt; in an R session. With Apple Silicon, I’ve run into some problems doing this from a regular R session. However, I’ve found a workaround.&lt;/p&gt;
&lt;p&gt;Open Terminal.app, activate your conda environment using &lt;code&gt;conda activate analysis&lt;/code&gt;, and launch R with the command &lt;code&gt;arch -arm64 R&lt;/code&gt;. You should then be able to use &lt;code&gt;install.packages()&lt;/code&gt; as normal.&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;cody@Codys-MBP ~ % conda activate analysis
(analysis) cody@Codys-MBP ~ % arch -arm64 R

R version 4.2.2 (2022-10-31) -- &amp;#34;Innocent and Trusting&amp;#34;
Copyright (C) 2022 The R Foundation for Statistical Computing
Platform: aarch64-apple-darwin20.0.0 (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type &amp;#39;license()&amp;#39; or &amp;#39;licence()&amp;#39; for distribution details.

  Natural language support but running in an English locale

R is a collaborative project with many contributors.
Type &amp;#39;contributors()&amp;#39; for more information and
&amp;#39;citation()&amp;#39; on how to cite R or R packages in publications.

Type &amp;#39;demo()&amp;#39; for some demos, &amp;#39;help()&amp;#39; for on-line help, or
&amp;#39;help.start()&amp;#39; for an HTML browser interface to help.
Type &amp;#39;q()&amp;#39; to quit R.

&amp;gt; install.packages(&amp;#34;lavaan&amp;#34;)
&lt;/code&gt;&lt;/pre&gt;&lt;h2 id=&#34;additional-tips&#34;&gt;Additional Tips&lt;/h2&gt;
&lt;h3 id=&#34;command-palette&#34;&gt;Command Palette&lt;/h3&gt;
&lt;p&gt;Open the command palette to quickly navigate the app by typing ⇧⌘P (Shift + Command + P) and search for the setting or window you’d like.&lt;/p&gt;
&lt;h3 id=&#34;telemetry&#34;&gt;Telemetry&lt;/h3&gt;
&lt;p&gt;I disable telemetry/analytics in apps when there’s an easy option, and there is in Visual Studio Code. To find it, type settings into the command palette and choose &lt;em&gt;Preference: Open Settings (UI)&lt;/em&gt;. Then search for &amp;ldquo;telemetry&amp;rdquo; in the search bar, and switch the &lt;em&gt;Telemetry Level&lt;/em&gt; to Off.&lt;/p&gt;
&lt;h3 id=&#34;themes&#34;&gt;Themes&lt;/h3&gt;
&lt;p&gt;There are lots of themes available by searching the command palette for &amp;ldquo;theme&amp;rdquo; and choosing &lt;em&gt;Preferences: Color Theme&lt;/em&gt;. There are many pre-installed, but you can also choose &lt;em&gt;Browse Additional Color Themes&amp;hellip;&lt;/em&gt; from the top to search for more. My personal favorite is GitHub Light Default from the GitHub Theme package.&lt;/p&gt;
&lt;h3 id=&#34;fonts&#34;&gt;Fonts&lt;/h3&gt;
&lt;p&gt;You can also change your editor fonts, of course. I like the SF Mono font from Apple, which you can download from &lt;a href=&#34;https://developer.apple.com/fonts/&#34;&gt;developer.apple.com&lt;/a&gt;. Once you’ve installed it, you can add &lt;code&gt;SFMono-Regular&lt;/code&gt; to your &lt;em&gt;Editor: Font Family&lt;/em&gt; settings in Visual Studio Code.&lt;/p&gt;
&lt;h2 id=&#34;additional-resources&#34;&gt;Additional Resources&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://carpentries-incubator.github.io/introduction-to-conda-for-data-scientists/04-sharing-environments/index.html&#34;&gt;Conda Environment Reference&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://docs.conda.io/en/latest/miniconda.html&#34;&gt;Miniconda Reference&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</description>
    </item>
    
    <item>
      <title>Reduce Inputs</title>
      <link>https://www.codydehaan.com/blog/reduce-inputs/</link>
      <pubDate>Sat, 30 Jan 2021 00:00:00 +0000</pubDate>
      
      <guid>https://www.codydehaan.com/blog/reduce-inputs/</guid>
      <description>&lt;p&gt;Many of us have been spending more time at home over the past year, and yet this time has also brought about a flavor of exhaustion. The world feels increasingly out of control, and I’ve found that I have allowed a lot more noise into my life than I realize.&lt;/p&gt;
&lt;p&gt;It’s easy to get swept away reading about the latest COVID numbers, the political upheaval menacing the nation, or today’s economic frenzy. And sometimes when this gets to be too much, then I switch over to something else, like Instagram or Twitter.&lt;/p&gt;
&lt;p&gt;The details may differ for you, but I suspect you’ve experienced this. Some have called it &lt;a href=&#34;https://en.wikipedia.org/wiki/Doomscrolling&#34;&gt;doomscrolling&lt;/a&gt; or social media addiction, but I find it more useful to think about all of these things as inputs I&amp;rsquo;m allowing in my life. This is the stream of information that I consume, allow to influence me, and to take my time.&lt;/p&gt;
&lt;p&gt;Some of these inputs help me stay informed and engaged, but there are quickly diminishing returns. The conditions of the past year have made it even easier to allow in low-quality inputs that add to that feeling of being swept away.&lt;/p&gt;
&lt;p&gt;I think this is reason people find cutting social media out of their lives can be rather liberating: it’s one way to give you a bit more control over your thoughts and attention.&lt;/p&gt;
&lt;p&gt;So I’ve been working to reduce the inputs I allow in. I’m aiming to cultivate a greater sense of intentionality with the things I pay attention to and a clearer focus in how I spend my time.&lt;/p&gt;
&lt;p&gt;Drastic changes aren’t necessary, but on days that I silence my phone, check my email less often, and read the headlines only once or twice, I find it much easier to be focused and clear.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Depth Year</title>
      <link>https://www.codydehaan.com/blog/depth-year/</link>
      <pubDate>Mon, 31 Dec 2018 00:00:00 +0000</pubDate>
      
      <guid>https://www.codydehaan.com/blog/depth-year/</guid>
      <description>&lt;p&gt;It’s the time of year when many people are bracing for the onslaught of their New Year’s resolutions. I’ve &lt;a href=&#34;https://www.codydehaan.com/blog/new-years-resolutions/&#34;&gt;previously written&lt;/a&gt; about some strategies that can make these resolutions more effective.&lt;/p&gt;
&lt;p&gt;However, this year I’m not setting resolutions for myself. Instead, I’m setting a theme for the year (inspired by &lt;a href=&#34;https://www.raptitude.com/2017/12/go-deeper-not-wider/&#34;&gt;David Cain&lt;/a&gt; and &lt;a href=&#34;https://zenhabits.net/depth/&#34;&gt;Leo Babauta&lt;/a&gt;). The idea of a theme is to work in a particular direction in your life, and pursue multiple strategies throughout the year that fit within that theme.&lt;/p&gt;
&lt;p&gt;I am making 2019 a &amp;ldquo;Depth Year.&amp;rdquo; In other words, I am aiming to go &amp;ldquo;deeper, not wider&amp;rdquo; in my hobbies, material goods, and focus this year. I think David Cain explained this nicely:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;No new hobbies, equipment, games, or books are allowed during this year. Instead, you have to find the value in what you already own or what you’ve already started.&lt;/p&gt;
&lt;p&gt;You improve skills rather than learning new ones. You consume media you’ve already stockpiled instead of acquiring more.&lt;/p&gt;
&lt;p&gt;You read your unread books, or even reread your favorites. You pick up the guitar again and get better at it, instead of taking up the harmonica. You finish the Gordon Ramsey Masterclass you started in April, despite your fascination with the new Annie Leibovitz one, even though it’s on sale.&lt;/p&gt;
&lt;p&gt;The guiding philosophy is “Go deeper, not wider.”&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;For me, this means reading through my backlog of books before seeking out new material—and when I do want new books, I’ll try the library first instead of immediately buying it. I’m going to build up my current meditation practice, instead of trying new methods. I’m going to avoid buying new possessions unless necessary, because I already have most things I need. I’m going to try to work more deeply, with less time spent on shallow and unrewarding activity.&lt;sup id=&#34;fnref:1&#34;&gt;&lt;a href=&#34;#fn:1&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;1&lt;/a&gt;&lt;/sup&gt; To quote David Cain again:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Ever-branching possibilities make it harder for us to explore any given one deeply, because there’s always more &amp;ldquo;newness&amp;rdquo; to turn to when the old new thing has reached a difficult or boring part.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;There’s a freedom that I think this theme will bring. It will save me from the inevitable process of picking out a next book, and instead I’ll just move to the next one I already have. It will free me from the habit of looking for new methods to achieve my goals, and instead allow me to focus on honing the methods and skills I already have. And because there’s no rigid resolution, I can avoid a common pitfall: when I fail for a day or week in achieving my goal, I can adapt and recalibrate to work toward my theme, instead of feeling like I&amp;rsquo;ve failed and giving up.&lt;/p&gt;
&lt;p&gt;This is an experiment, and I&amp;rsquo;m not sure how well my &amp;ldquo;Depth Year&amp;rdquo; will go compared to any other year. But having repeatedly failed with any sort of resolution, I’m excited to give this a go.&lt;/p&gt;
&lt;p&gt;Further reading:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Susan Shain for The New York Times &lt;a href=&#34;https://www.nytimes.com/2018/12/31/smarter-living/better-habits-tips-new-year-resolutions-science.html?module=inline&#34;&gt;suggests setting overarching intentions&lt;/a&gt; instead of particular habits, along with some strategies that might be helpful.&lt;/li&gt;
&lt;li&gt;CGP Grey and Myke Hurley discuss yearly themes on the &lt;a href=&#34;https://www.relay.fm/cortex/79&#34;&gt;January 1, 2019 episode&lt;/a&gt; of their excellent Cortex podcast.&lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt;
&lt;ol&gt;
&lt;li id=&#34;fn:1&#34;&gt;
&lt;p&gt;Cal Newport wrote an excellent book, &lt;a href=&#34;http://calnewport.com/books/deep-work/&#34;&gt;Deep Work&lt;/a&gt; that covers this topic well. The idea is that expertise and deep knowledge is valuable, but most of us spend our time on shallow work that doesn&amp;rsquo;t benefit us. The book offers strategies for making more room for deep work in your life.&amp;#160;&lt;a href=&#34;#fnref:1&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>Intentional Technology</title>
      <link>https://www.codydehaan.com/blog/intentional-technology/</link>
      <pubDate>Tue, 04 Apr 2017 00:00:00 +0000</pubDate>
      
      <guid>https://www.codydehaan.com/blog/intentional-technology/</guid>
      <description>&lt;p&gt;Have you ever picked up your phone, scrolled through your screens of apps like you were looking for something, realized you weren&amp;rsquo;t, and then set it back down again? I was finding myself doing this all of the time.&lt;/p&gt;
&lt;p&gt;I do almost all of my work on my Mac, and I&amp;rsquo;m rarely far from my iPad or iPhone. I can get around all of these devices at nearly the speed of my thoughts, but this means that when I&amp;rsquo;m using them, even the slightest distraction can cause me to ⌘-Tab to another window, or swipe to a new app, almost before I&amp;rsquo;ve even realized it.&lt;/p&gt;
&lt;p&gt;Sometimes I&amp;rsquo;ll be on my computer trying to work, and suddenly find myself in my email client, on social media, or on a news site. And that&amp;rsquo;s exactly the experience—that I&amp;rsquo;m suddenly there before I&amp;rsquo;ve even realized what I&amp;rsquo;m doing. Or sometimes I pick up my phone to respond to a message, close the Messages app, and before I realize it I&amp;rsquo;m scrolling through my home screens looking for an app to distract me.&lt;/p&gt;
&lt;p&gt;The mindlessness with which I was doing these things really started to bother me, so I recently decided to change my phone and computer setups in order to introduce some friction into this pattern. I wanted to introduce a
&lt;a href=&#34;https://zenhabits.net/pause/&#34;&gt;pause&lt;/a&gt; before I jumped to another task, to require a little bit of intention to change tasks.&lt;/p&gt;
&lt;p&gt;On my iPhone, I moved all of my apps to a single folder, with the exception of Phone, Messages, and Mail. When I want to use an app that&amp;rsquo;s not one of these three, I simply pull down anywhere on the screen and start typing the name of the app I want to use. Spotlight has gotten surprisingly good at figuring out what I&amp;rsquo;m looking for, so it&amp;rsquo;s a quick way for me to access my apps. My iPad looks the same.&lt;/p&gt;
&lt;figure&gt;&lt;img src=&#34;https://www.codydehaan.com/media/2017/04/04/iphone.jpeg&#34;
         alt=&#34;My iPhone home screen&#34;/&gt;&lt;figcaption&gt;
            &lt;p&gt;My iPhone home screen&lt;/p&gt;
        &lt;/figcaption&gt;
&lt;/figure&gt;

&lt;p&gt;Now, this might seem inefficient, and first it slowed me down. But that&amp;rsquo;s exactly the point. Now when I pick up my phone, I see essentially a blank slate. This means that instead of seeing a bunch of triggers for distractions, I wind up pausing for a moment to think about what I&amp;rsquo;m doing. Often I lock my phone again and set it back down, realizing that I was just in an avoidant state or trying to distract myself from what I really want to be doing.&lt;/p&gt;
&lt;p&gt;This is similar to my Mac, where I have been using the same solid grey wallpaper&lt;sup id=&#34;fnref:1&#34;&gt;&lt;a href=&#34;#fn:1&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;1&lt;/a&gt;&lt;/sup&gt;, and hiding my Dock, in order to bring about a slight pause between thinking about switching away from my work and actually doing it.&lt;/p&gt;
&lt;figure&gt;&lt;img src=&#34;https://www.codydehaan.com/media/2017/04/04/mac.png&#34;
         alt=&#34;This is my macOS desktop, with a solid grey wallpaper and a hidden dock.&#34;/&gt;&lt;figcaption&gt;
            &lt;p&gt;This is my macOS desktop, with a solid grey wallpaper and a hidden dock.&lt;/p&gt;
        &lt;/figcaption&gt;
&lt;/figure&gt;

&lt;p&gt;I already aspire to some flavor of essentialism or minimalism in my life, and so my devices are already relatively pared down. I try to keep a limited set of useful apps on my devices, and use the built-in apps to the extent that they do what I need them to do. And in the end, I think the slight delay in typing the app name I&amp;rsquo;m looking for is balanced out by the time I save not mindlessly scrolling through my apps.&lt;/p&gt;
&lt;p&gt;These bare screens aren&amp;rsquo;t meant to be a statement, nor are they going to solve all of my problems or suddenly make me a mindful person. If you try your own method of this, you can use whatever wallpaper you prefer, or &lt;a href=&#34;https://brooksreview.net/2015/09/cgp-method/&#34;&gt;have a few icons&lt;/a&gt; on your home screen. But this is one step that&amp;rsquo;s really helped me to use my devices more intentionally.&lt;/p&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt;
&lt;ol&gt;
&lt;li id=&#34;fn:1&#34;&gt;
&lt;p&gt;Apple calls it &amp;lsquo;Solid Gray Pro Ultra Dark&amp;rsquo; in the &amp;lsquo;Solid Colors&amp;rsquo; section of macOS Sierra&amp;rsquo;s Desktop Preferences. I created an iOS version you can &lt;a href=&#34;https://www.codydehaan.com/media/2017/04/04/wallpaper.jpeg&#34;&gt;download&lt;/a&gt;.&amp;#160;&lt;a href=&#34;#fnref:1&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>Rewards Programs</title>
      <link>https://www.codydehaan.com/blog/rewards-programs/</link>
      <pubDate>Thu, 07 Jul 2016 00:00:00 +0000</pubDate>
      
      <guid>https://www.codydehaan.com/blog/rewards-programs/</guid>
      <description>&lt;p&gt;I tend to avoid rewards programs. You know them, the kind that offer you points for spending money.&lt;/p&gt;
&lt;p&gt;The reason is that rewards programs are designed to subtly change our behavior in ways that we don’t notice, and I am always trying to be more intentional in how I spend my money.&lt;/p&gt;
&lt;p&gt;Rewards may seem worthwhile on the surface, providing cash back or points for things you’re already doing. Get some points for coming in and spending money, and once you have enough of them you can get something for free! It seems like a no-brainer if you&amp;rsquo;re already shopping there.&lt;/p&gt;
&lt;p&gt;Yet these little incentives alter our decisions, making it just a little more likely that we&amp;rsquo;ll stop and spend some money when we don&amp;rsquo;t really want or need to. And of course, that&amp;rsquo;s their purpose: to get us to spend more.&lt;/p&gt;
&lt;p&gt;It’s easy to think that we’re immune to this, but I think it&amp;rsquo;s difficult to not be affected.&lt;/p&gt;
&lt;p&gt;This isn&amp;rsquo;t just rewards programs, though. Advertising emails from stores often make us think about buying things we otherwise wouldn&amp;rsquo;t, and probably don&amp;rsquo;t need. Triple points on our credit cards might make us spend a little bit more at the store. And so on.&lt;/p&gt;
&lt;p&gt;That’s why I generally opt out of these programs. I think it’s a better thing when we can be more aware of our decision-making processes. And I don’t want to be any more influenced by these subtle forces than I already am.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>New Year&#39;s Resolutions</title>
      <link>https://www.codydehaan.com/blog/new-years-resolutions/</link>
      <pubDate>Thu, 31 Dec 2015 00:00:00 +0000</pubDate>
      
      <guid>https://www.codydehaan.com/blog/new-years-resolutions/</guid>
      <description>&lt;p&gt;The prospect of a new calendar year prompts many of us to think about changes we want to make in our lives in the form of New Year&amp;rsquo;s resolutions. Or as is often the case, re-making resolutions from past years. New Year&amp;rsquo;s resolutions often get a bad reputation, mainly because many of us make them, but often we fail to follow through with them.&lt;/p&gt;
&lt;p&gt;However, New Year&amp;rsquo;s resolutions, at their core, are no different from any other behavior change. Which is to say, it&amp;rsquo;s often quite difficult. However, this means that we can apply the same strategies to habit change throughout the year.&lt;/p&gt;
&lt;p&gt;An important consideration when making a resolution is our why, our motivation for this change. If we&amp;rsquo;re making this change because of pressure from others, or because we feel badly about ourselves, our chances for success are lower than if we are making the change for ourselves. If we can come to the mindset that this resolution is because it&amp;rsquo;s something we truly want, and something that we&amp;rsquo;re doing for ourselves, our chances of success are much higher.&lt;/p&gt;
&lt;p&gt;Of almost equal importance, however, are the environment and realities of the situation. Specific, measurable goals are much easier to track and feel progress toward than general goals. Getting in better shape (as a common example) is great to work toward, but perhaps better goals are reducing body fat percentage, or reducing overall weight.&lt;/p&gt;
&lt;p&gt;Specific steps toward those goals are also necessary to think about. Taking our example of losing weight, this might mean sticking to a weekly calorie deficit or working out four times per week. And importantly, we must track our progress! But we also need to adjust our environment for these goals. Cutting calories is going to be all the more challenging if we keep unhealthy snacks around. And working out four times per week is going to be a drag if we don&amp;rsquo;t schedule the time for it.&lt;/p&gt;
&lt;p&gt;All resolutions are going to come with setbacks, but these are part of the process. Instead of deciding that missing our goal one day or one week means that we&amp;rsquo;ve failed and that we are going to give up, we need to look at what caused that failure and make adjustments. Resolutions are a learning process, and we&amp;rsquo;ve got to allow ourselves to learn from our mistakes.&lt;/p&gt;
&lt;p&gt;In sum, the best New Year&amp;rsquo;s resolutions are those we are making for ourselves, those we&amp;rsquo;ve thought about and planned for the concrete realities of, and those that we adjust and learn from as we go.&lt;/p&gt;
&lt;p&gt;Further reading:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://www.youtube.com/watch?v=p5XVSaSrAfo&#34;&gt;The Psychology of Resolutions&lt;/a&gt; at YouTube&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;http://zenhabits.net/the-definitive-guide-to-sticking-to-your-new-years-resolutions/&#34;&gt;The Definitive Guide to Sticking to Your New Year&amp;rsquo;s Resolutions&lt;/a&gt; at Zen Habits&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;http://dx.doi.org/10.1002/jclp.1151&#34;&gt;Norcross, J. C.,  Mrykalo, M. S., &amp;amp; Blagy, M. D. (2002). Auld Lang Syne: Success predictors, change processes, and self-reported outcomes of new year’s resolvers and nonresolvers. &lt;em&gt;Journal of Clinical Psychology, 58&lt;/em&gt;(4), 397–405. doi:10.1002/jclp.1151&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://selfdeterminationtheory.org/SDT/documents/2008_Koestner_CanPsyc.pdf.pdf&#34;&gt;Koestner, R. (2008). Reaching One’s Personal Goals: A Motivational Perspective Focused on Autonomy. &lt;em&gt;Canadian Psychology, 49&lt;/em&gt;(1), 60–67. doi:10.1037/0708-5591.49.1.60&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</description>
    </item>
    
    <item>
      <title>Soylent</title>
      <link>https://www.codydehaan.com/blog/soylent/</link>
      <pubDate>Mon, 20 Oct 2014 00:00:00 +0000</pubDate>
      
      <guid>https://www.codydehaan.com/blog/soylent/</guid>
      <description>&lt;p&gt;Soylent has been showing up in the news for the past year or so. This is largely because of its mission: to be able to replace your food. The &lt;a href=&#34;http://www.soylent.me&#34;&gt;Soylent website&lt;/a&gt; provocatively asks: &amp;ldquo;What if you never had to worry about food again?&amp;rdquo;&lt;/p&gt;
&lt;figure&gt;&lt;img src=&#34;https://www.codydehaan.com/media/2014/10/20/soylent.jpg&#34;/&gt;
&lt;/figure&gt;

&lt;p&gt;I found out about Soylent earlier this year, and was immediately intrigued. I&amp;rsquo;ve realized that I&amp;rsquo;m actually not that great at feeding myself. That&amp;rsquo;s a funny thing to say, but I fail to plan meals for a week. I often fall back on a few old recipes, and anything that doesn&amp;rsquo;t get prepared in the first few days after a grocery trip likely sits in my fridge until it spoils. And when I&amp;rsquo;m not sure what to make, I end up eating an unhealthy takeout or frozen meal. I know that it&amp;rsquo;s within my ability to improve at these things, but despite my awareness of this problem and the wasted money, I&amp;rsquo;ve failed to make any improvements. My current way of eating is a waste of time and food, so something that could end this cycle is appealing.&lt;/p&gt;
&lt;p&gt;It seems a lot of people struggle with these issues. One solution to this problem is to teach people to purchase and cook healthy food. Another solution might be something like Soylent.&lt;/p&gt;
&lt;p&gt;Soylent aims to be a meal replacement that is nutritionally complete. Soylent is still under active development, and will continue to be adjusted as people try it and provide more feedback. There is plenty of room for additional research on optimizing nutrition for individuals, and if Soylent plays any role in encouraging additional research and personal experimentation in diet, that would be a benefit overall.&lt;/p&gt;
&lt;p&gt;Soylent became available for pre-order earlier this year, and I ordered a week&amp;rsquo;s supply for $85, which breaks down to about $4 per meal. If you subscribe to monthly shipments, the price is more like $3 per meal—cheaper than most takeout. I finally received my order of Soylent v1.1 a little over a week ago. The first order of Soylent comes with a right-sized pitcher and scoop. Soylent comes portioned by the day, so daily food prep involves pouring a packet of Soylent into the pitcher, pouring in the small oil bottle, and filling the pitcher up with water. Very simple steps for a day’s worth of food.&lt;/p&gt;
&lt;p&gt;The flavor and texture of Soylent are largely unremarkable. The flavor is roughly that of a pastry without sugar, and provides a good base for adding other flavors if you wish. The texture is a bit on the gritty side, but doesn&amp;rsquo;t get clumpy like a lot of powders can. I don&amp;rsquo;t mind either of these things. However, I had a few of my friends try Soylent, and opinions varied from tolerable to unappealing.&lt;/p&gt;
&lt;p&gt;For about four days last week, I consumed only Soylent and coffee. The most striking part about these four days was how unremarkable they were. I found Soylent very satisfying, and I wasn&amp;rsquo;t hungry in between meals. My energy was steadier throughout the days, especially during the normal post-lunch dip.&lt;/p&gt;
&lt;p&gt;On Friday evening I ate Mexican, and the flavors really popped, likely a combination of some taste adaptation to Soylent, as well as more conscious attention to my meal. I continued to eat normally over the weekend, but I realized how much of the food I ate made me feel like crap. I found myself craving Soylent.&lt;/p&gt;
&lt;p&gt;After this personal experiment, I don&amp;rsquo;t think that I see Soylent completely replacing food. However, Soylent is as easy to prepare as unhealthy convenience foods. And I see a ton of value in making the the easiest option healthier, and providing me the room to eat meals with friends and family when I choose. So while it is certainly not for everyone, I&amp;rsquo;ve gone ahead and subscribed to monthly deliveries.&lt;/p&gt;
&lt;p&gt;Further Reading:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;http://cdn.shopify.com/s/files/1/0421/5993/t/4/assets/Complete-Soylent-Nutrition-Facts.pdf?28834&#34;&gt;Soylent Nutrition Facts&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;http://arstechnica.com/series/ars-does-soylent/&#34;&gt;Ars Does Soylent&lt;/a&gt; at Ars Technica&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;http://www.theverge.com/2014/7/17/5893221/soylent-survivor-one-month-living-on-lab-made-liquid-nourishment&#34;&gt;Soylent Survivor: One Month Living on Lab-Made Liquid Nourishment&lt;/a&gt; at The Verge&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;http://www.wired.com/2013/09/soylent/&#34;&gt;What It’s Like to Live Off the Soylent Powdered Food Substitute for a Week&lt;/a&gt; at Wired&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;http://fourhourworkweek.com/2013/08/20/soylent/&#34;&gt;Soylent: What Happened When I Stopped Eating For 2 Weeks&lt;/a&gt; at Tim Ferriss’ Blog&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;http://diy.soylent.me&#34;&gt;DIY Soylent&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</description>
    </item>
    
    <item>
      <title>Feed Readers</title>
      <link>https://www.codydehaan.com/blog/feed-readers/</link>
      <pubDate>Fri, 28 Feb 2014 00:00:00 +0000</pubDate>
      
      <guid>https://www.codydehaan.com/blog/feed-readers/</guid>
      <description>&lt;p&gt;Keeping up with the developments in any field can be a challenge, especially with so much information spread across so many sources. Frequently this information is accessible online, but it&amp;rsquo;s tedious to regularly visit each of these sites for new content. I&amp;rsquo;ve found this to be especially true with academic journals, where there are a whole series of publications relevant to me, each with their own website and own release schedule.&lt;/p&gt;
&lt;p&gt;The best solution I&amp;rsquo;ve found to this problem is using a feed reader (also known as a news aggregator or RSS reader). This is an application or service that allows you to add the sites you want to keep up on, and read the updated content from those sites all in one spot. Each new item shows up something like a new message in your email inbox, extracting just the new content and displaying it as a new story. If this is a blog, you will see each new post; for a journal, it will usually be the abstract. Here&amp;rsquo;s an example:&lt;/p&gt;
&lt;figure&gt;&lt;img src=&#34;https://www.codydehaan.com/media/2014/02/28/feedbin.png&#34;
         alt=&#34;Feedbin&#34;/&gt;&lt;figcaption&gt;
            &lt;p&gt;Feedbin&lt;/p&gt;
        &lt;/figcaption&gt;
&lt;/figure&gt;

&lt;p&gt;Adding sites to your reader is easy, with most services allowing you to just type or paste the URL to start following the site.&lt;/p&gt;
&lt;p&gt;There are many choices for readers these days, including both standalone applications and online services, with both free and paid options. The two best options in my opinion are &lt;a href=&#34;http://feedly.com&#34;&gt;Feedly&lt;/a&gt;, which is free, and &lt;a href=&#34;http://feedbin.me&#34;&gt;Feedbin&lt;/a&gt;, which is my personal choice and costs $3/month. Both of these services can be used from your computer, but are also compatible with a variety of mobile applications. My personal favorite is &lt;a href=&#34;http://reederapp.com&#34;&gt;Reeder&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;One of the unexpected benefits to using a feed reader for academic journals is that it actually makes reading journal abstracts enjoyable. At least for me, that&amp;rsquo;s something I didn&amp;rsquo;t often experience before.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Attention</title>
      <link>https://www.codydehaan.com/blog/attention/</link>
      <pubDate>Tue, 03 Sep 2013 00:00:00 +0000</pubDate>
      
      <guid>https://www.codydehaan.com/blog/attention/</guid>
      <description>&lt;p&gt;The things that we give our attention to largely indicate what our &lt;em&gt;lives&lt;/em&gt; are. The philosopher José Ortega y Gasset concisely stated:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Tell me to what you pay attention and I will tell you who you are.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;This really resonates with me. What occupies our time and our thoughts, which is to say our attention, is often a clear sign of our priorities, even if we’re unaware of it. I think it stands to argue that this is reciprocal as well: the things that we direct our attention to can also &lt;em&gt;become&lt;/em&gt; our priorities.&lt;/p&gt;
&lt;p&gt;Whenever someone eludes to things being worse ‘these days’ than they were in the past, I’m skeptical. However, I think it’s probably true that today, we have more forces vying for our attention at any given moment, or at least more ways to be distracted. With television and computer screens in every room of our houses and another one in our pocket at any given time, it’s no wonder both &lt;a href=&#34;http://www.nytimes.com/2012/09/20/technology/att-chief-speaks-out-on-texting-while-driving.html&#34;&gt;drivers&lt;/a&gt; and &lt;a href=&#34;http://www.nytimes.com/2010/01/17/technology/17distracted.html?pagewanted=all&amp;amp;_r=0&#34;&gt;pedestrians&lt;/a&gt; are getting into more accidents while staring at their smartphones. We are perhaps more distracted than ever, and not focusing our attention on what’s really happening in the present.&lt;/p&gt;
&lt;p&gt;An interesting side-effect of focusing our attention on certain things is that other people notice, even children. &lt;a href=&#34;http://twitter.com/amsiegel&#34;&gt;Adam Siegel&lt;/a&gt; &lt;a href=&#34;http://amsiegel.com/post/58170083617/i-am-being-watched&#34;&gt;noticed this&lt;/a&gt; with his 8-month-old daughter:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The other day, I planted Margot on the floor with some toys and she happily began playing. In an almost unconscious habit whenever I have a short moment of free time in between tasks, I took the brief respite to pull out my phone and check my mail. 60 seconds later after reading a couple messages and deleting a few more, I looked up from the screen to see that Margot had stopped playing and was staring at me. “This is how it begins,” I thought. I’m showing her my screen deserves my attention at the moment more than she does.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;This must be a heart wrenching observation for any parent, to realize these skewed priorities they’re communicating to their child. But the thing about it is that it’s not just children who notice these things, but everyone in our lives. Our attention communicates what’s important to us. And when we pick the smartphone instead of the person sitting across from us, they will notice.&lt;/p&gt;
&lt;p&gt;So perhaps instead of checking our phones when there’s a moment of downtime, we can instead pay attention to what’s happening around us. Be mindful, if you will. And instead of making your phone (or Facebook, or Twitter, etc.) your life, make your &lt;em&gt;life&lt;/em&gt;, your life.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Coffee and Mindfulness</title>
      <link>https://www.codydehaan.com/blog/coffee-and-mindfulness/</link>
      <pubDate>Sat, 11 May 2013 00:00:00 +0000</pubDate>
      
      <guid>https://www.codydehaan.com/blog/coffee-and-mindfulness/</guid>
      <description>&lt;p&gt;I have enjoyed coffee for quite some time, but it&amp;rsquo;s not until recently that I think I&amp;rsquo;ve started to truly enjoy &lt;em&gt;coffee&lt;/em&gt;, as opposed to all the things that go with it. I can&amp;rsquo;t really remember when I first started liking it, but I am pretty sure that the experience of going to get coffee with friends or stopping to pick something up before work played a big role.&lt;/p&gt;
&lt;p&gt;Jerry Seinfeld addresses this well in an &lt;a href=&#34;http://www.npr.org/blogs/thesalt/2013/04/26/179049781/so-jerry-seinfeld-called-us-to-talk-about-coffee&#34;&gt;interview with NPR&lt;/a&gt;, commenting on why he thinks coffee is so central to our culture:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;I think the answer is we all need a little help, and the coffee&amp;rsquo;s a little help with everything — social, energy, don&amp;rsquo;t know what to do next, don&amp;rsquo;t know how to start my day, don&amp;rsquo;t know how to get through this afternoon, don&amp;rsquo;t know how to stay alert. We want to do a lot of stuff; we&amp;rsquo;re not in great shape. We didn&amp;rsquo;t get a good night&amp;rsquo;s sleep. We&amp;rsquo;re a little depressed. Coffee solves all these problems in one delightful little cup.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;I think all of these are likely true for me at various points in time, but I also find it really useful sometimes to step outside of some of my habits, and explore them as ends in themselves. Recently, I discovered that there were many ways to make coffee other than via drip machine or espresso machine.&lt;sup id=&#34;fnref:1&#34;&gt;&lt;a href=&#34;#fn:1&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;1&lt;/a&gt;&lt;/sup&gt; After doing some research, I found that the &lt;a href=&#34;http://aerobie.com/products/aeropress.htm&#34;&gt;AeroPress&lt;/a&gt; was highly recommended, and I decided to purchase one, since it&amp;rsquo;s affordable, simple, and compact.&lt;/p&gt;
&lt;p&gt;My morning coffee routine starts with beans I buy every week or two from &lt;a href=&#34;http://www.joebeanroasters.com&#34;&gt;Joe Bean&lt;/a&gt; here in Rochester, NY. My method is pretty similar to &lt;a href=&#34;http://stumptowncoffee.com/brew-guides/aeropress/&#34;&gt;Stumptown&amp;rsquo;s&lt;/a&gt;, although I do less measuring or precise timing. I start boiling enough water for my mug. I grind two scoops of beans and add them to the AeroPress, add water, stir, add more water, wait a minute, and then flip it over and press it into my mug. I then top it off with hot water (or occasionally frothed milk).&lt;/p&gt;
&lt;p&gt;While I make coffee this way almost every morning, I try to be mindful of the process (and it no doubt helps that it&amp;rsquo;s a bit more involved than my drip machine). I focus on each step as I go, paying attention to what it is that I&amp;rsquo;m actually &lt;em&gt;doing&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;Mindfulness is a term that has been around for a long time, and is characterized by nonjudgmental awareness of the present. Through mindful living, we are both better aware of and able to accurately see the events in our life, instead of being reactive to or pushed around by them. Bringing this heightened awareness to life in general has been linked to many positive outcomes, both mental and physical.&lt;sup id=&#34;fnref:2&#34;&gt;&lt;a href=&#34;#fn:2&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;2&lt;/a&gt;&lt;/sup&gt; We&amp;rsquo;ve all experienced lapses in mindfulness, when autopilot takes over and we end up rushing out the door without the things we need for our day, or so caught up in worrying about things in our lives that we don&amp;rsquo;t enjoy the people we are with, or places we are at. What a waste of life.&lt;/p&gt;
&lt;p&gt;One of my goals is to be more mindful in my day-to-day life. With something as little as my morning coffee, I begin my day with just a little less mindless routine, and a little more awareness and enjoyment. I find it even helps with those little questions quoted above, like what to do next or how to start my day.&lt;/p&gt;
&lt;p&gt;If you&amp;rsquo;re interested in reading more on mindfulness and savoring life, Leo Babauta of Zen Habits, one of my favorite blogs, offers some &lt;a href=&#34;http://zenhabits.net/mmm/&#34;&gt;excellent further reading&lt;/a&gt; on this. In the end, it&amp;rsquo;s not all that complicated. Just &lt;em&gt;do&lt;/em&gt; whatever you are doing, and &lt;em&gt;be&lt;/em&gt; wherever you are.&lt;/p&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt;
&lt;ol&gt;
&lt;li id=&#34;fn:1&#34;&gt;
&lt;p&gt;See &lt;a href=&#34;http://brewmethods.com&#34;&gt;Brew Methods&lt;/a&gt; for an array of methods that might surprise you.&amp;#160;&lt;a href=&#34;#fnref:1&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&#34;fn:2&#34;&gt;
&lt;p&gt;&lt;a href=&#34;http://www.ncbi.nlm.nih.gov/pubmed/12703651&#34;&gt;Brown &amp;amp; Ryan, 2003&lt;/a&gt; and &lt;a href=&#34;http://selfdeterminationtheory.org/SDT/documents/2007_BrownRyanCreswell_PI.pdf&#34;&gt;Brown, Ryan, &amp;amp; Creswell, 2007&lt;/a&gt; offer good overviews.&amp;#160;&lt;a href=&#34;#fnref:2&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>Clean Slate</title>
      <link>https://www.codydehaan.com/blog/clean-slate/</link>
      <pubDate>Fri, 03 May 2013 00:00:00 +0000</pubDate>
      
      <guid>https://www.codydehaan.com/blog/clean-slate/</guid>
      <description>&lt;p&gt;I decided to start from scratch with my website, because I wasn&amp;rsquo;t happy with where it had ended up. For a while, it has seemed like my site was a collection of old links and quips, but very little original writing. All of this old content created a lot of friction and baggage that was limiting my desire to continue writing. I want this site to be a place I can use to explore the burning questions and topics that are on my mind, as well as to share some observations, tips, and tricks that I have stumbled across in research and technology.&lt;/p&gt;
&lt;p&gt;As this has been on my mind for a while, I also pondered whether or not I would stick with WordPress. I think WordPress is a great tool for creating websites, but it isn&amp;rsquo;t lightweight or simple. As a result, I kept an eye on other platforms that would suit my site, and various CMSes caught my attention. The ones that particularly caught my attention were those that don&amp;rsquo;t use a database (e.g., &lt;a href=&#34;http://octopress.org&#34;&gt;Octopress&lt;/a&gt;, &lt;a href=&#34;http://statamic.com&#34;&gt;Statamic&lt;/a&gt;, and &lt;a href=&#34;http://getkirby.com&#34;&gt;Kirby&lt;/a&gt;), but I also considered some that are database-driven (e.g., &lt;a href=&#34;http://anchorcms.com&#34;&gt;Anchor&lt;/a&gt; and &lt;a href=&#34;http://koken.me&#34;&gt;Koken&lt;/a&gt;).&lt;/p&gt;
&lt;p&gt;With all of these alternate CMSes for my site, however, I discovered gotchas. Some didn&amp;rsquo;t have a theme I quite liked, so I&amp;rsquo;d have to spend time creating or tweaking those. Others didn&amp;rsquo;t allow for easy search or comments, or required me to compile and deploy from my computer each time I wanted to tweak the site or change a layout. I also happen to like the Jetpack plugin, which allows me to have visitor stats right in the WordPress dashboard, as well as share my content (and let my visitors share content on this site) very easily. In addition, I am familiar and comfortable with WordPress, reducing the time it would take me to learn and troubleshoot a new tool.&lt;/p&gt;
&lt;p&gt;In the end, I decided to stick with WordPress. If you haven&amp;rsquo;t been here in a while, you might not notice the changes. However, this site is actually a completely fresh reinstall, with new CSS based on &lt;a href=&#34;http://wordpress.org/extend/themes/twentytwelve&#34;&gt;Twenty Twelve&lt;/a&gt;. In addition, I use &lt;a href=&#34;http://wordpress.org/extend/plugins/markdown-on-save-improved/&#34;&gt;Markdown on Save Improved&lt;/a&gt;, which allows me to write and edit my posts in Markdown&lt;sup id=&#34;fnref:1&#34;&gt;&lt;a href=&#34;#fn:1&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;1&lt;/a&gt;&lt;/sup&gt;, but behind the scenes have WordPress-compatible HTML generated and displayed to visitors. In addition, I use Jetpack to allow for easy sharing of my content, as well as for analytics.&lt;/p&gt;
&lt;p&gt;I am still undecided on comments. In the past, I&amp;rsquo;ve had mixed results. I find people mainly commenting on my content using Facebook, Twitter, or other external social media sites. For now they are enabled, but I may change that if they are unused.&lt;/p&gt;
&lt;p&gt;I hope this spring cleaning of sorts will remove some of the friction I was having with my old site, allowing me to do more writing, and hopefully providing more value to those of you who read or stumble upon this site.&lt;/p&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt;
&lt;ol&gt;
&lt;li id=&#34;fn:1&#34;&gt;
&lt;p&gt;I have been using Markdown for most of my writing these days. While you can easily Google for the benefits of writing in Markdown or another plain-text format, this is one topic I hope to cover in a future post.&amp;#160;&lt;a href=&#34;#fnref:1&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
</description>
    </item>
    
  </channel>
</rss>
