<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: Adam Cuppy</title>
    <description>The latest articles on Forem by Adam Cuppy (@acuppy).</description>
    <link>https://forem.com/acuppy</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F225604%2F7f4f5f65-c80f-4cab-b577-e87b1750a36a.jpeg</url>
      <title>Forem: Adam Cuppy</title>
      <link>https://forem.com/acuppy</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/acuppy"/>
    <language>en</language>
    <item>
      <title>Software Engineer in Residence</title>
      <dc:creator>Adam Cuppy</dc:creator>
      <pubDate>Sat, 14 Nov 2020 01:41:10 +0000</pubDate>
      <link>https://forem.com/codingzeal/software-engineer-in-residence-40nl</link>
      <guid>https://forem.com/codingzeal/software-engineer-in-residence-40nl</guid>
      <description>&lt;p&gt;📣  We're looking for two more junior- and mid-level software developers to join our Software Engineer in Residence program - an accelerated path to leveling-up... &lt;/p&gt;

&lt;p&gt;👩🏽‍💻🧑🏻‍💻 👉  We're looking for passionate software engineers committed to their continued personal growth and development from junior and mid-level to senior and lead-level... &lt;/p&gt;

&lt;p&gt;🤔 &lt;a href="https://www.softwareresidency.com/careers"&gt;https://www.softwareresidency.com/careers&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;❓ Leave questions below&lt;/p&gt;

</description>
      <category>hiring</category>
      <category>career</category>
    </item>
    <item>
      <title>My favorite code-based expression</title>
      <dc:creator>Adam Cuppy</dc:creator>
      <pubDate>Wed, 18 Dec 2019 04:01:54 +0000</pubDate>
      <link>https://forem.com/codingzeal/my-favorite-code-based-expression-3eoh</link>
      <guid>https://forem.com/codingzeal/my-favorite-code-based-expression-3eoh</guid>
      <description>&lt;p&gt;For whatever reason, I love writing Ruby's or/equal operator (&lt;code&gt;||=&lt;/code&gt;). Said in human-speak, if the variable on the left is &lt;code&gt;null&lt;/code&gt; then assign it the value on the right; otherwise, leave the variable on the left as is: &lt;code&gt;@left ||= 'right'&lt;/code&gt;&lt;/p&gt;

&lt;h4&gt;
  
  
  Simplicity
&lt;/h4&gt;

&lt;p&gt;The concept of or/equal exists throughout life, &lt;em&gt;"Is the oven on? No, then set it to 350 degrees."&lt;/em&gt; We get it. The flow is natural.&lt;/p&gt;

&lt;h4&gt;
  
  
  Interpretability
&lt;/h4&gt;

&lt;p&gt;The syntax is easy to parse. If you're familiar with &lt;code&gt;||&lt;/code&gt; meaning &lt;em&gt;or&lt;/em&gt; and &lt;code&gt;=&lt;/code&gt; meaning &lt;em&gt;should now equal&lt;/em&gt; then combining them leads down a logical path towards &lt;em&gt;or should now equal.&lt;/em&gt; Neat!&lt;/p&gt;

&lt;h4&gt;
  
  
  What's your favorite programming expression/method/operator?
&lt;/h4&gt;

&lt;p&gt;Post and example. Why do you love writing it?&lt;/p&gt;

</description>
      <category>discuss</category>
      <category>ruby</category>
    </item>
    <item>
      <title>The Sound of Silence</title>
      <dc:creator>Adam Cuppy</dc:creator>
      <pubDate>Sun, 15 Dec 2019 18:02:03 +0000</pubDate>
      <link>https://forem.com/acuppy/the-sound-of-silence-76e</link>
      <guid>https://forem.com/acuppy/the-sound-of-silence-76e</guid>
      <description>&lt;p&gt;I lost my Airpods this morning. They may show up later, but for the time being, gone. &lt;/p&gt;

&lt;p&gt;As a father of a 1-year old, private/alone time is precious. There are four-hours of audio for two books I'm trying to finish, and I have a 90-minute run today. There's little I can do to occupy my mind on a long-run, so audiobooks and podcasts are essential (yes, essential.)&lt;/p&gt;

&lt;p&gt;So, to my surprise, I found the loss of these little white wireless bastards a major hit to my positive state of mind.&lt;/p&gt;

&lt;p&gt;Last night.&lt;/p&gt;

&lt;p&gt;I'm training for a triathlon and, as I mentioned moments ago, having time alone is precious. Earlier in the week my bike tire got a flat. I'm new to fixing a flat, so they take me longer than a "trained professional." &lt;/p&gt;

&lt;p&gt;After an hour or so of YouTube and wrenching my fingers into a wheel frame, I fixed the flat! Because I used up 60-minutes of my 120-minute ride time, I had to combine a meeting with a ride on a bike-trainer (similar to a stationary bike, but with a real bike in a bike-mount).&lt;/p&gt;

&lt;p&gt;00:12:36 minutes into the 2-hour ride the tire went flat again - damn! Let the mourning being.&lt;/p&gt;

&lt;p&gt;From time to time, I pick up my copy of "The Daily Stoic" by Ryan Holiday. I don't consider myself a stoic (I'm not a thousand years old.) However, I like the short/concise nature of many stoic principles. Often, when I'm in a life-pinch, I pick it up and read the day's except. Without fail, it applies.&lt;/p&gt;

&lt;p&gt;Now, it might be divine intervention; or it might be that, like a good palm reading, I will find a way to make any generalizable advice, applicable. Regardless, today's except was spot on.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;"This is the mark of perfection of character - to spend each day as if it were your last, without frenzy, laziness, or any pretending." - Marcus Aurelius, Meditations, 7.69&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;As Ryan puts it in the book:&lt;/p&gt;

&lt;p&gt;&lt;em&gt;"...Can you actually live today like it is your last day? Is it even possible to embody completeness or perfection in our ethos (character)... Maybe not. But if trying was enough for the Stoics, it should be enough for us too.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Today, I will commit to trying. Today, I will be okay with almost. Today, I will accept the sound of silence as the sound of acceptance: of being human.&lt;/p&gt;

</description>
      <category>stocisim</category>
      <category>discuss</category>
      <category>acceptance</category>
    </item>
    <item>
      <title>It's obvious</title>
      <dc:creator>Adam Cuppy</dc:creator>
      <pubDate>Fri, 13 Dec 2019 23:12:52 +0000</pubDate>
      <link>https://forem.com/acuppy/it-s-obvious-1bop</link>
      <guid>https://forem.com/acuppy/it-s-obvious-1bop</guid>
      <description>&lt;p&gt;We don't discard physics because it can't reconcile what's on the other side of a black hole.&lt;/p&gt;

&lt;p&gt;We don't discard the spherical nature of the planet because we can't see the curve from sea level.&lt;/p&gt;

&lt;p&gt;Perspective sheds light on what may become &lt;em&gt;obvious&lt;/em&gt; later on. An &lt;em&gt;obvious&lt;/em&gt; solution is only an option with perspective. Otherwise, it's blind faith. &lt;/p&gt;

&lt;p&gt;Our reality - &lt;em&gt;what's obvious&lt;/em&gt; - is the result of an ever-growing account of perceptions. The larger the list, the more &lt;em&gt;obvious&lt;/em&gt; things appear to be. However...&lt;/p&gt;

&lt;p&gt;The earth was &lt;em&gt;obviously&lt;/em&gt; flat, for thousands of years, until humanity gained a better perspective. The electron was &lt;em&gt;obviously&lt;/em&gt; theoretical until it became observable. The Black Death (plague) was &lt;em&gt;obviously&lt;/em&gt; the "fury of God" until we discovered a pathogen being spread through rodents and a lack of hygiene.&lt;/p&gt;

&lt;p&gt;In other words, what's &lt;em&gt;obvious&lt;/em&gt; is only that way until we have the opportunity to see the world from a new - better - perspective.&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
