<?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>DEV Community: Garrett / G66</title>
    <description>The latest articles on DEV Community by Garrett / G66 (@garrett).</description>
    <link>https://dev.to/garrett</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%2F127311%2F973db5c2-aaf4-4663-ad12-737ccc518667.jpeg</url>
      <title>DEV Community: Garrett / G66</title>
      <link>https://dev.to/garrett</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/garrett"/>
    <language>en</language>
    <item>
      <title>Every game needs a GDD</title>
      <dc:creator>Garrett / G66</dc:creator>
      <pubDate>Sun, 22 Sep 2024 11:43:46 +0000</pubDate>
      <link>https://dev.to/garrett/every-game-needs-a-gdd-12pj</link>
      <guid>https://dev.to/garrett/every-game-needs-a-gdd-12pj</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/webgame"&gt;Web Game Challenge&lt;/a&gt;: One Byte Explainer&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Explainer
&lt;/h2&gt;

&lt;p&gt;Every game needs a game design document (GDD). &lt;/p&gt;

&lt;p&gt;A GDD only needs: &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Title&lt;/li&gt;
&lt;li&gt;Genre&lt;/li&gt;
&lt;li&gt;Platform&lt;/li&gt;
&lt;li&gt;Overview&lt;/li&gt;
&lt;li&gt;Mechanics&lt;/li&gt;
&lt;li&gt;Story&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It also helps to list all required game assets, including art, music, and sound effects. &lt;/p&gt;

&lt;p&gt;A GDD is not static and can change.&lt;/p&gt;

&lt;h2&gt;
  
  
  Additional Context
&lt;/h2&gt;

&lt;p&gt;One of the first things I learned while getting my degree in game design from IRSC was that you need to have a plan. In games, that plan is a Game Design Document (GDD). &lt;/p&gt;

&lt;p&gt;A lot of folks online making games without a plan. They often get lost in the development and never finish their project.&lt;/p&gt;

&lt;p&gt;I wanted to provide a super simple GDD to help people not just get started, but complete their game projects.&lt;/p&gt;

&lt;p&gt;Submission by &lt;a class="mentioned-user" href="https://dev.to/garrett"&gt;@garrett&lt;/a&gt; (me).&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>gamechallenge</category>
      <category>gamedev</category>
      <category>webdev</category>
    </item>
    <item>
      <title>A REAL Front-End challenge for Earth Day.</title>
      <dc:creator>Garrett / G66</dc:creator>
      <pubDate>Mon, 29 Apr 2024 15:22:08 +0000</pubDate>
      <link>https://dev.to/garrett/a-real-front-end-challenge-for-earth-day-3d0k</link>
      <guid>https://dev.to/garrett/a-real-front-end-challenge-for-earth-day-3d0k</guid>
      <description>&lt;p&gt;Both of the April DEV challenges are antithetical to Earth Day.&lt;/p&gt;

&lt;p&gt;Here's why:&lt;/p&gt;

&lt;h2&gt;
  
  
  Background
&lt;/h2&gt;

&lt;p&gt;In case you missed them, there are 2 April challenges that just ended:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://dev.to/challenges/frontend-2024-04-17"&gt;Frontend Challenge v24.04.17&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://dev.to/challenges/coze"&gt;Coze AI Bot Challenge&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Websites are unnecessarily BIG and consume TOO MUCH energy.
&lt;/h2&gt;

&lt;p&gt;The Internet currently consumes roughly the same amount of electricity as the entire United Kingdom, which is approximately 300 TWh/year (about 2% of the entire world's electricity usage).&lt;/p&gt;

&lt;p&gt;By 2030, projections indicate that the Internet could consume around 21% of the world’s electricity.&lt;/p&gt;

&lt;p&gt;This is due to several factors, the most prevalent being:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Websites are just too dang big in the first place.&lt;/li&gt;
&lt;li&gt;The Internet of Things (IoT) continues to grow.&lt;/li&gt;
&lt;li&gt;The use of generative AI (more on that later).&lt;/li&gt;
&lt;/ol&gt;

&lt;h3&gt;
  
  
  How to Calculate a Website’s Carbon Footprint:
&lt;/h3&gt;

&lt;p&gt;Tools like &lt;a href="https://www.websitecarbon.com/"&gt;websitecarbon.com&lt;/a&gt; estimate the carbon footprint of any webpage.&lt;/p&gt;

&lt;p&gt;The calculation looks at:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Data transferred when a webpage loads.&lt;/li&gt;
&lt;li&gt;Energy source (is the hosting service known to offset, etc).&lt;/li&gt;
&lt;li&gt;Current average carbon intensity of electricity.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;My current day job website, which I'm working daily to improve, is built on WordPress and scored an even C; "cleaner than 51% of all webpages globally."&lt;/p&gt;

&lt;p&gt;It was a D when I started on it and I'm hoping to get it to A before the end of June (2024).&lt;/p&gt;

&lt;h3&gt;
  
  
  How to minimize the carbon footprint of your website
&lt;/h3&gt;

&lt;p&gt;Energy efficiency isn’t solely technical.&lt;/p&gt;

&lt;p&gt;Sure, it helps to be using a sustainability-focused server.&lt;/p&gt;

&lt;p&gt;But, design and content play crucial roles.&lt;/p&gt;

&lt;p&gt;These are often not thought of when working on the sustainability of a website:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Image compression.&lt;/li&gt;
&lt;li&gt;Minimizing unnecessary scripts.&lt;/li&gt;
&lt;li&gt;Efficient code practices.&lt;/li&gt;
&lt;li&gt;Choosing sustainable hosting.&lt;/li&gt;
&lt;li&gt;Even SEO optimization.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  AI is often unnecessary and consume TOO MUCH energy.
&lt;/h2&gt;

&lt;h2&gt;
  
  
  My confessions
&lt;/h2&gt;

&lt;p&gt;I still use AI for some things, and I'm a big fan of WordPress which certainly is not the lightest website builder out there.&lt;/p&gt;

&lt;p&gt;I'm not saying this stuff is evil. I was just on a website that I know took a lot of JavaScript et al. to work, but it was simply beautiful.&lt;/p&gt;

&lt;p&gt;I just feel like we should be working on minimizing it as much as possible.&lt;/p&gt;

&lt;p&gt;When a website is simply information, it doesn't have to be fancy.&lt;/p&gt;

&lt;p&gt;First and foremost, a website needs to be able to convey the information it is meant to share.&lt;/p&gt;

&lt;h2&gt;
  
  
  My Challenge To YOU
&lt;/h2&gt;

&lt;p&gt;Here's the original code in case they take the page down:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight html"&gt;&lt;code&gt;&lt;span class="nt"&gt;&amp;lt;body&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;header&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;h1&amp;gt;&lt;/span&gt;Welcome to Our Earth Day Celebration!&lt;span class="nt"&gt;&amp;lt;/h1&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;/header&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;section&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;article&lt;/span&gt; &lt;span class="na"&gt;class=&lt;/span&gt;&lt;span class="s"&gt;"facts"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;h2&amp;gt;&lt;/span&gt;Did You Know?&lt;span class="nt"&gt;&amp;lt;/h2&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;p&amp;gt;&lt;/span&gt;Earth Day was first celebrated on April 22, 1970, and now includes a wide range of events coordinated globally by EARTHDAY.ORG including 1 billion people in more than 193 countries.&lt;span class="nt"&gt;&amp;lt;/p&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;/article&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;article&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;h2&amp;gt;&lt;/span&gt;Why Celebrate Earth Day?&lt;span class="nt"&gt;&amp;lt;/h2&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;p&amp;gt;&lt;/span&gt;Earth Day is more than just a single day — April 22. It's a day to remind us to take action in our communities and beyond, to protect the environment, restore damaged ecosystems, and live a more sustainable life.&lt;span class="nt"&gt;&amp;lt;/p&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;/article&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;article&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;h2&amp;gt;&lt;/span&gt;How You Can Help&lt;span class="nt"&gt;&amp;lt;/h2&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;p&amp;gt;&lt;/span&gt;Join us in making a difference! Here are some ways you can contribute to preserving our planet:&lt;span class="nt"&gt;&amp;lt;/p&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;ul&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;li&amp;gt;&lt;/span&gt;Reduce, reuse, and recycle.&lt;span class="nt"&gt;&amp;lt;/li&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;li&amp;gt;&lt;/span&gt;Volunteer for cleanups in your community.&lt;span class="nt"&gt;&amp;lt;/li&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;li&amp;gt;&lt;/span&gt;Conserve water and electricity.&lt;span class="nt"&gt;&amp;lt;/li&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;li&amp;gt;&lt;/span&gt;Plant a tree.&lt;span class="nt"&gt;&amp;lt;/li&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;li&amp;gt;&lt;/span&gt;Educate others about environmental conservation.&lt;span class="nt"&gt;&amp;lt;/li&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;/ul&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;/article&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;div&lt;/span&gt; &lt;span class="na"&gt;class=&lt;/span&gt;&lt;span class="s"&gt;"action-call"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;h2&amp;gt;&lt;/span&gt;Take Action Now&lt;span class="nt"&gt;&amp;lt;/h2&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;p&amp;gt;&lt;/span&gt;Join our Earth Day quiz to test your knowledge and learn more about what you can do to help our planet!&lt;span class="nt"&gt;&amp;lt;/p&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;a&lt;/span&gt; &lt;span class="na"&gt;href=&lt;/span&gt;&lt;span class="s"&gt;"#"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;Start the Quiz!&lt;span class="nt"&gt;&amp;lt;/a&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;/div&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;/section&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;div&lt;/span&gt; &lt;span class="na"&gt;class=&lt;/span&gt;&lt;span class="s"&gt;"testimonial"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;h2&amp;gt;&lt;/span&gt;Inspiration Corner&lt;span class="nt"&gt;&amp;lt;/h2&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;p&amp;gt;&lt;/span&gt;"The Earth does not belong to us: we belong to the Earth." - Marlee Matlin&lt;span class="nt"&gt;&amp;lt;/p&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;p&amp;gt;&lt;/span&gt;This Earth Day, let's remember we are part of a larger ecosystem and our actions have a profound impact on our planet.&lt;span class="nt"&gt;&amp;lt;/p&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;/div&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;div&lt;/span&gt; &lt;span class="na"&gt;class=&lt;/span&gt;&lt;span class="s"&gt;"events"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;h2&amp;gt;&lt;/span&gt;Join an Event&lt;span class="nt"&gt;&amp;lt;/h2&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;p&amp;gt;&lt;/span&gt;Participate in local and global Earth Day events to take action towards a sustainable future. Check out &lt;span class="nt"&gt;&amp;lt;a&lt;/span&gt; &lt;span class="na"&gt;href=&lt;/span&gt;&lt;span class="s"&gt;"#"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;events near you&lt;span class="nt"&gt;&amp;lt;/a&amp;gt;&lt;/span&gt;.&lt;span class="nt"&gt;&amp;lt;/p&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;/div&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;footer&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;p&amp;gt;&lt;/span&gt;Happy Earth Day! Together, we can make a difference.&lt;span class="nt"&gt;&amp;lt;/p&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;/footer&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;/body&amp;gt;&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Here's my submission:&lt;/p&gt;

&lt;p&gt;On &lt;a href="https://codepen.io/quadiumstaral/pen/MWRPVZL"&gt;CodePen.io.&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The code:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight html"&gt;&lt;code&gt;&lt;span class="cp"&gt;&amp;lt;!DOCTYPE html&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;html&lt;/span&gt; &lt;span class="na"&gt;lang=&lt;/span&gt;&lt;span class="s"&gt;"en"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;
  &lt;span class="nt"&gt;&amp;lt;head&amp;gt;&lt;/span&gt;
    &lt;span class="nt"&gt;&amp;lt;meta&lt;/span&gt; &lt;span class="na"&gt;charset=&lt;/span&gt;&lt;span class="s"&gt;"UTF-8"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;
    &lt;span class="nt"&gt;&amp;lt;meta&lt;/span&gt; &lt;span class="na"&gt;name=&lt;/span&gt;&lt;span class="s"&gt;"viewport"&lt;/span&gt; &lt;span class="na"&gt;content=&lt;/span&gt;&lt;span class="s"&gt;"width=device-width, initial-scale=1.0"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;
    &lt;span class="nt"&gt;&amp;lt;meta&lt;/span&gt; &lt;span class="na"&gt;http-equiv=&lt;/span&gt;&lt;span class="s"&gt;"X-UA-Compatible"&lt;/span&gt; &lt;span class="na"&gt;content=&lt;/span&gt;&lt;span class="s"&gt;"ie=edge"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;
    &lt;span class="nt"&gt;&amp;lt;style&amp;gt;&lt;/span&gt;
      &lt;span class="nt"&gt;body&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt;
        &lt;span class="nl"&gt;margin&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="m"&gt;3%&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
        &lt;span class="nl"&gt;font-size&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="m"&gt;21px&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
      &lt;span class="p"&gt;}&lt;/span&gt;

      &lt;span class="nt"&gt;p&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt;
        &lt;span class="nl"&gt;margin-left&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="m"&gt;3%&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
      &lt;span class="p"&gt;}&lt;/span&gt;

      &lt;span class="nt"&gt;h1&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt;
        &lt;span class="nl"&gt;font-size&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="m"&gt;55px&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
      &lt;span class="p"&gt;}&lt;/span&gt;

      &lt;span class="nt"&gt;h2&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt;
        &lt;span class="nl"&gt;font-size&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="m"&gt;34px&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
      &lt;span class="p"&gt;}&lt;/span&gt;

      &lt;span class="nc"&gt;.testimonial&lt;/span&gt; &lt;span class="nt"&gt;p&lt;/span&gt;&lt;span class="nd"&gt;:first-of-type&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt;
        &lt;span class="nl"&gt;margin-left&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="m"&gt;13%&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
        &lt;span class="nl"&gt;font-style&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="nb"&gt;italic&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
      &lt;span class="p"&gt;}&lt;/span&gt;
    &lt;span class="nt"&gt;&amp;lt;/style&amp;gt;&lt;/span&gt;
    &lt;span class="nt"&gt;&amp;lt;title&amp;gt;&lt;/span&gt;HTML 5 Boilerplate&lt;span class="nt"&gt;&amp;lt;/title&amp;gt;&lt;/span&gt;
  &lt;span class="nt"&gt;&amp;lt;/head&amp;gt;&lt;/span&gt;
  &lt;span class="nt"&gt;&amp;lt;body&amp;gt;&lt;/span&gt;
  &lt;span class="nt"&gt;&amp;lt;header&amp;gt;&lt;/span&gt;
    &lt;span class="nt"&gt;&amp;lt;h1&amp;gt;&lt;/span&gt;Welcome to Our Earth Day Celebration!&lt;span class="nt"&gt;&amp;lt;/h1&amp;gt;&lt;/span&gt;
  &lt;span class="nt"&gt;&amp;lt;/header&amp;gt;&lt;/span&gt;
  &lt;span class="nt"&gt;&amp;lt;section&amp;gt;&lt;/span&gt;
    &lt;span class="nt"&gt;&amp;lt;article&lt;/span&gt; &lt;span class="na"&gt;class=&lt;/span&gt;&lt;span class="s"&gt;"facts"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;
      &lt;span class="nt"&gt;&amp;lt;h2&amp;gt;&lt;/span&gt;Did You Know?&lt;span class="nt"&gt;&amp;lt;/h2&amp;gt;&lt;/span&gt;
      &lt;span class="nt"&gt;&amp;lt;p&amp;gt;&lt;/span&gt;Earth Day was first celebrated on April 22, 1970, and now includes a wide range of events coordinated globally by EARTHDAY.ORG including 1 billion people in more than 193 countries.&lt;span class="nt"&gt;&amp;lt;/p&amp;gt;&lt;/span&gt;
    &lt;span class="nt"&gt;&amp;lt;/article&amp;gt;&lt;/span&gt;
    &lt;span class="nt"&gt;&amp;lt;article&amp;gt;&lt;/span&gt;
      &lt;span class="nt"&gt;&amp;lt;h2&amp;gt;&lt;/span&gt;Why Celebrate Earth Day?&lt;span class="nt"&gt;&amp;lt;/h2&amp;gt;&lt;/span&gt;
      &lt;span class="nt"&gt;&amp;lt;p&amp;gt;&lt;/span&gt;Earth Day is more than just a single day — April 22. It's a day to remind us to take action in our communities and beyond, to protect the environment, restore damaged ecosystems, and live a more sustainable life.&lt;span class="nt"&gt;&amp;lt;/p&amp;gt;&lt;/span&gt;
    &lt;span class="nt"&gt;&amp;lt;/article&amp;gt;&lt;/span&gt;
    &lt;span class="nt"&gt;&amp;lt;article&amp;gt;&lt;/span&gt;
      &lt;span class="nt"&gt;&amp;lt;h2&amp;gt;&lt;/span&gt;How You Can Help&lt;span class="nt"&gt;&amp;lt;/h2&amp;gt;&lt;/span&gt;
      &lt;span class="nt"&gt;&amp;lt;p&amp;gt;&lt;/span&gt;Join us in making a difference! Here are some ways you can contribute to preserving our planet:&lt;span class="nt"&gt;&amp;lt;/p&amp;gt;&lt;/span&gt;
      &lt;span class="nt"&gt;&amp;lt;ul&amp;gt;&lt;/span&gt;
        &lt;span class="nt"&gt;&amp;lt;li&amp;gt;&lt;/span&gt;Reduce, reuse, and recycle.&lt;span class="nt"&gt;&amp;lt;/li&amp;gt;&lt;/span&gt;
        &lt;span class="nt"&gt;&amp;lt;li&amp;gt;&lt;/span&gt;Volunteer for cleanups in your community.&lt;span class="nt"&gt;&amp;lt;/li&amp;gt;&lt;/span&gt;
        &lt;span class="nt"&gt;&amp;lt;li&amp;gt;&lt;/span&gt;Conserve water and electricity.&lt;span class="nt"&gt;&amp;lt;/li&amp;gt;&lt;/span&gt;
        &lt;span class="nt"&gt;&amp;lt;li&amp;gt;&lt;/span&gt;Plant a tree.&lt;span class="nt"&gt;&amp;lt;/li&amp;gt;&lt;/span&gt;
        &lt;span class="nt"&gt;&amp;lt;li&amp;gt;&lt;/span&gt;Educate others about environmental conservation.&lt;span class="nt"&gt;&amp;lt;/li&amp;gt;&lt;/span&gt;
      &lt;span class="nt"&gt;&amp;lt;/ul&amp;gt;&lt;/span&gt;
    &lt;span class="nt"&gt;&amp;lt;/article&amp;gt;&lt;/span&gt;
    &lt;span class="nt"&gt;&amp;lt;div&lt;/span&gt; &lt;span class="na"&gt;class=&lt;/span&gt;&lt;span class="s"&gt;"action-call"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;
      &lt;span class="nt"&gt;&amp;lt;h2&amp;gt;&lt;/span&gt;Take Action Now&lt;span class="nt"&gt;&amp;lt;/h2&amp;gt;&lt;/span&gt;
      &lt;span class="nt"&gt;&amp;lt;p&amp;gt;&lt;/span&gt;Join our Earth Day quiz to test your knowledge and learn more about what you can do to help our planet!&lt;span class="nt"&gt;&amp;lt;/p&amp;gt;&lt;/span&gt;
      &lt;span class="nt"&gt;&amp;lt;a&lt;/span&gt; &lt;span class="na"&gt;href=&lt;/span&gt;&lt;span class="s"&gt;"#"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;Start the Quiz!&lt;span class="nt"&gt;&amp;lt;/a&amp;gt;&lt;/span&gt;
    &lt;span class="nt"&gt;&amp;lt;/div&amp;gt;&lt;/span&gt;
  &lt;span class="nt"&gt;&amp;lt;/section&amp;gt;&lt;/span&gt;
  &lt;span class="nt"&gt;&amp;lt;div&lt;/span&gt; &lt;span class="na"&gt;class=&lt;/span&gt;&lt;span class="s"&gt;"testimonial"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;
    &lt;span class="nt"&gt;&amp;lt;h2&amp;gt;&lt;/span&gt;Inspiration Corner&lt;span class="nt"&gt;&amp;lt;/h2&amp;gt;&lt;/span&gt;
    &lt;span class="nt"&gt;&amp;lt;p&amp;gt;&lt;/span&gt;"The Earth does not belong to us: we belong to the Earth." - Marlee Matlin&lt;span class="nt"&gt;&amp;lt;/p&amp;gt;&lt;/span&gt;
    &lt;span class="nt"&gt;&amp;lt;p&amp;gt;&lt;/span&gt;This Earth Day, let's remember we are part of a larger ecosystem and our actions have a profound impact on our planet.&lt;span class="nt"&gt;&amp;lt;/p&amp;gt;&lt;/span&gt;
  &lt;span class="nt"&gt;&amp;lt;/div&amp;gt;&lt;/span&gt;
  &lt;span class="nt"&gt;&amp;lt;div&lt;/span&gt; &lt;span class="na"&gt;class=&lt;/span&gt;&lt;span class="s"&gt;"events"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;
    &lt;span class="nt"&gt;&amp;lt;h2&amp;gt;&lt;/span&gt;Join an Event&lt;span class="nt"&gt;&amp;lt;/h2&amp;gt;&lt;/span&gt;
    &lt;span class="nt"&gt;&amp;lt;p&amp;gt;&lt;/span&gt;Participate in local and global Earth Day events to take action towards a sustainable future. Check out &lt;span class="nt"&gt;&amp;lt;a&lt;/span&gt; &lt;span class="na"&gt;href=&lt;/span&gt;&lt;span class="s"&gt;"#"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;events near you&lt;span class="nt"&gt;&amp;lt;/a&amp;gt;&lt;/span&gt;.&lt;span class="nt"&gt;&amp;lt;/p&amp;gt;&lt;/span&gt;
  &lt;span class="nt"&gt;&amp;lt;/div&amp;gt;&lt;/span&gt;
  &lt;span class="nt"&gt;&amp;lt;footer&amp;gt;&lt;/span&gt;
    &lt;span class="nt"&gt;&amp;lt;p&amp;gt;&lt;/span&gt;Happy Earth Day! Together, we can make a difference.&lt;span class="nt"&gt;&amp;lt;/p&amp;gt;&lt;/span&gt;
  &lt;span class="nt"&gt;&amp;lt;/footer&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;/body&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;/html&amp;gt;&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



</description>
      <category>earthday</category>
      <category>sustainability</category>
      <category>challenge</category>
      <category>ai</category>
    </item>
    <item>
      <title>Is "webmaster" still a thing?</title>
      <dc:creator>Garrett / G66</dc:creator>
      <pubDate>Wed, 03 Apr 2024 15:47:55 +0000</pubDate>
      <link>https://dev.to/garrett/is-webmaster-still-a-thing-dkg</link>
      <guid>https://dev.to/garrett/is-webmaster-still-a-thing-dkg</guid>
      <description>&lt;p&gt;The term "webmaster" popped back into my head a few days ago, and I've been thinking about it ever since.&lt;/p&gt;

&lt;p&gt;It seems like that's not really a thing anymore.&lt;/p&gt;

&lt;p&gt;The web has become so complex that skills have been siloed.&lt;/p&gt;

&lt;p&gt;Webmasters used to design, build, and manage websites on their own. Sometimes they hosted the site, too.&lt;/p&gt;

&lt;p&gt;But websites have mostly become too complex for that.&lt;/p&gt;

&lt;p&gt;I don't even see the term "web designer" used much anymore.&lt;/p&gt;

&lt;p&gt;A web designer now has 3 parts:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;UI designer&lt;/li&gt;
&lt;li&gt;UX designer (often the same person as the UI)&lt;/li&gt;
&lt;li&gt;Front end developer (rarely designing anymore)&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;This has just been what I've seen and felt lately. &lt;/p&gt;

&lt;p&gt;What are your thoughts?&lt;/p&gt;

&lt;p&gt;[Update]: I just found this post, coincidentally posted today&lt;br&gt;
&lt;a href="https://zeldman.com/2024/04/03/the-more-things-change-or-whats-in-a-job-title/"&gt;https://zeldman.com/2024/04/03/the-more-things-change-or-whats-in-a-job-title/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>discuss</category>
      <category>webdesign</category>
      <category>webdev</category>
      <category>webmaster</category>
    </item>
    <item>
      <title>How (and Why) to Switch from Twitter to Mastodon</title>
      <dc:creator>Garrett / G66</dc:creator>
      <pubDate>Mon, 07 Nov 2022 00:22:07 +0000</pubDate>
      <link>https://dev.to/garrett/how-and-why-to-switch-from-twitter-to-mastodon-kbb</link>
      <guid>https://dev.to/garrett/how-and-why-to-switch-from-twitter-to-mastodon-kbb</guid>
      <description>&lt;p&gt;There has been a mighty exodus from Twitter, and you may have seen some people and even major news sites like CNN talking about Mastodon.&lt;/p&gt;

&lt;p&gt;But you looked at it and you have no idea what's going on.&lt;/p&gt;

&lt;p&gt;It's kind of tough to explain so to get some inspiration, I went on Mastodon and I asked:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;"If you had one elevator ride to explain to my mom (non-techie; uses an iPad and doesn't own a computer) what Mastodon is and how it works, how would you do it? Assume she knows what Twitter is and has used it once or twice, but is mostly a Facebook user." &lt;a href="https://hackers.town/@g/109299379072131806"&gt;source&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;You can click on that and see all of the public answers.&lt;/p&gt;

&lt;p&gt;But I also wrote this far more in-depth post:&lt;/p&gt;

&lt;h2&gt;
  
  
  So, what is Mastodon?
&lt;/h2&gt;

&lt;p&gt;The technical answer is:&lt;/p&gt;

&lt;p&gt;Mastodon is a decentralized Twitter alternative built on a communications protocol called ActivityPub.&lt;/p&gt;

&lt;p&gt;I know that's a lot, so I'll break it down:&lt;/p&gt;

&lt;p&gt;By decentralized, what we mean is that the servers are distributed and self-hosted by volunteers rather than "silo'd" and owned by one entity.&lt;/p&gt;

&lt;p&gt;With Twitter, there are servers all over the world, but Twitter owns them all. They are used to run the Twitter platform. If a server goes down, another one picks up the slack until it's sorted out.&lt;/p&gt;

&lt;p&gt;But when a single Twitter server goes down, most people won't notice anything because there are so many servers running the Twitter platform.&lt;/p&gt;

&lt;p&gt;If the Twitter platform itself goes down, no servers are working. Everyone notices because they can't access it at all.&lt;/p&gt;

&lt;p&gt;So, if a Twitter server goes down, you can still use Twitter, but if Twitter itself goes down, you can not.&lt;/p&gt;

&lt;p&gt;With decentralization, it's the opposite.&lt;/p&gt;

&lt;p&gt;Mastodon as a platform can not go down, ever, as long as one server is still running somewhere.&lt;/p&gt;

&lt;p&gt;While Twitter can choose to shut itself down, Mastodon will never go away as long as one person somewhere in the world is using it.&lt;/p&gt;

&lt;p&gt;But individual servers can go down and may affect your use (more on that later).&lt;/p&gt;

&lt;p&gt;It's actually more like email than anything else you've probably used.&lt;/p&gt;

&lt;p&gt;With Twitter, you can only communicate with other Twitter users via the same platform: Twitter.&lt;/p&gt;

&lt;p&gt;But with email, you can have a Gmail and I can have a Hotmail and they are different companies, each running their own servers, but we can still communicate to each other.&lt;/p&gt;

&lt;p&gt;For the sake of simplicity, we can say Mastodon servers operate in essentially the same way as email servers. The only difference is the communication protocol -- Mastodon uses ActivityPub and email uses SMTP (and you don't need to know any of that to use them).&lt;/p&gt;

&lt;p&gt;Another way to think of Mastodon servers is that each server is a town.&lt;/p&gt;

&lt;p&gt;In fact, many servers call themselves towns.&lt;/p&gt;

&lt;p&gt;You can choose what town (server) you live in.&lt;/p&gt;

&lt;p&gt;But you can still use the Internet to communicate with people in different towns.&lt;/p&gt;

&lt;p&gt;And you can move to another town if you decide you don't like the one you're in.&lt;/p&gt;

&lt;h2&gt;
  
  
  What makes decentralized social media better than centralized (or silo'd) social media?
&lt;/h2&gt;

&lt;p&gt;To be a part of the ActivityPub ecosystem, you don't have to be on Mastodon. You can be on any platform that connects to ActivityPub. This is what we call "Fedi," which is short for "The Fediverse," which is short for "The Federated Universe."&lt;/p&gt;

&lt;p&gt;Federated apps are like this: imagine you love Twitter, but your friend loves Facebook. Right now, if you want to follow someone on Facebook you have to be on Facebook, or if your friend wants to follow you on Twitter, they have to be on Twitter.&lt;/p&gt;

&lt;p&gt;ActivityPub doesn't operate this way.&lt;/p&gt;

&lt;p&gt;There are tons of options of apps you can use to access the ActivityPub ecosystem. There's a great list here: &lt;a href="https://fediverse.party/en/miscellaneous/"&gt;https://fediverse.party/en/miscellaneous/&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Let's say you and your friend decide to move to the Fediverse but want apps similar to your current preferences.&lt;/p&gt;

&lt;p&gt;One of the more popular ActivityPub/Fediverse apps close to Facebook is Friendica. One of the more popular apps close to Twitter is Mastodon.&lt;/p&gt;

&lt;p&gt;So, your friend joins Friendica and you join Mastodon, and you can still follow each other and talk.&lt;/p&gt;

&lt;p&gt;Even though they're wildly different apps.&lt;/p&gt;

&lt;p&gt;Now lets throw three more friends into the mix: a musician, a videographer, and a photographer.&lt;/p&gt;

&lt;p&gt;Your musician friend can join Funkwhale (instead of SoundCloud), and you can follow them from Mastodon and hear their new music.&lt;/p&gt;

&lt;p&gt;Your videographer friend can join PeerTube (instead of YouTube), and you can follow them from Mastodon and watch their new videos.&lt;/p&gt;

&lt;p&gt;Your photographer friend can join Pixelfed (instead of Instagram), and you can follow them from Mastodon and still view their new photos.&lt;/p&gt;

&lt;p&gt;So, if you really want to know why decentralized social media like ActivityPub is better than the big silo'd giants:&lt;/p&gt;

&lt;p&gt;It's because you could use Twitter and still follow your favorite Facebooks, YouTubes, SoundClouds, Instagrams, even Twitches (OwnCast) all from your one account. And they wouldn't have to have to manage a bunch of accounts everywhere, either.&lt;/p&gt;

&lt;h2&gt;
  
  
  You don't have to run your own server.
&lt;/h2&gt;

&lt;p&gt;Most people don't run their own servers.&lt;/p&gt;

&lt;p&gt;There are tons of servers you can join for free.&lt;/p&gt;

&lt;p&gt;Those servers are run entirely by volunteers.&lt;/p&gt;

&lt;p&gt;Most of them operate on a per-donation basis.&lt;/p&gt;

&lt;p&gt;They might just ask for you to send them via Paypal or something.&lt;/p&gt;

&lt;p&gt;Or some of them run Patreons and Ko-Fi's.&lt;/p&gt;

&lt;p&gt;My home server, Hackers.Town, does limited-run merchandise and the profits go towards running and upgrading server hardware.&lt;/p&gt;

&lt;p&gt;Some smaller servers don't ask for anything and just pay out of pocket.&lt;/p&gt;

&lt;h2&gt;
  
  
  How to find a server.
&lt;/h2&gt;

&lt;p&gt;My advice for finding a server is to start on one of the biggest ones.&lt;/p&gt;

&lt;p&gt;Mastodon.social is run by the guy (Eugen) who created Mastodon. I generally recommend starting there, but since the Twitter Exodus he's had to close registrations for a bit while servers get upgraded (this is a downside to ActivityPub, yes, but it's actually pretty rare to have such sudden large spurts of user growth).&lt;/p&gt;

&lt;p&gt;My second favorite is Mstdn.social which is run by a dude named Stux.&lt;/p&gt;

&lt;p&gt;First and foremost, I recommend getting an account on one of these. You probably won't stay, but it's good to keep a backup account (more on that later) on one of these anyway.&lt;/p&gt;

&lt;p&gt;An alternative option is to go here: &lt;a href="https://fediverse.party/en/portal/servers/"&gt;https://fediverse.party/en/portal/servers/&lt;/a&gt; and pick one from a category or theme you like. Categories include stuff like Academia and Journalism to Anime and Furries.&lt;/p&gt;

&lt;p&gt;Either way, pop up an account somewhere either big or that appeals to you categorically.&lt;/p&gt;

&lt;p&gt;It doesn't actually matter because:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;You'll probably find a sever within the next couple months that suits you better, and&lt;/li&gt;
&lt;li&gt;It's VERY easy to export your data and import it onto a new server, which means you move and you don't lose your friends.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Whatever you choose, make sure you read their About and TOS (which are usually found at &lt;code&gt;[name.domain]/about&lt;/code&gt;, for example, &lt;a href="https://mastodon.online/about"&gt;https://mastodon.online/about&lt;/a&gt;).&lt;/p&gt;

&lt;h2&gt;
  
  
  What to do when you find a server you like more than the one you first chose.
&lt;/h2&gt;

&lt;p&gt;The good news is, it's relatively painless to move servers.&lt;/p&gt;

&lt;p&gt;Go to your User Preferences, and then scroll down to the Import and export tab.&lt;/p&gt;

&lt;p&gt;Export each CSV on the list and then Request Your Archive.&lt;/p&gt;

&lt;p&gt;You'll see you can only export CSVs of Follows/Following (not Followers), Lists, Blocks, Mutes, Domain Blocks, and Bookmarks.&lt;/p&gt;

&lt;p&gt;Requesting your archive gives you your posts and any media you uploaded.&lt;/p&gt;

&lt;p&gt;When you Import on the server you are moving to, you can only import Follows/Following, Blocks, Mutes, Domain Blocks, and Bookmarks.&lt;/p&gt;

&lt;p&gt;So, you don't get to import everything, but this is still significantly better than what you get from Twitter, Facebook, Instagram, etc, which is that they don't let you export and import anything at all if you decide to move accounts.&lt;/p&gt;

&lt;p&gt;I do recommend leaving an account on a second server as a backup. &lt;/p&gt;

&lt;h3&gt;
  
  
  Update 2022-11-07: How to migrate from one Mastodon server to another without losing followers (via &lt;a href="https://mastodon.social/@Gargron/103393780267601137"&gt;Eugen himself&lt;/a&gt; ):
&lt;/h3&gt;

&lt;ol&gt;
&lt;li&gt;Sign up on new server&lt;/li&gt;
&lt;li&gt;On NEW server: Go to Account -&amp;gt; Moving FROM another account&lt;/li&gt;
&lt;li&gt;Enter old account's handle&lt;/li&gt;
&lt;li&gt;On OLD server: Go to Account -&amp;gt; Moving TO another account&lt;/li&gt;
&lt;li&gt;Enter new account's handle and submit&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Why have a "backup" account.
&lt;/h2&gt;

&lt;p&gt;A downside to decentralized social media is that sometimes a server goes down and doesn't have a backup running to replace it immediately (like in big silo'd social media).&lt;/p&gt;

&lt;p&gt;Usually, servers don't just mysteriously disappear. They're only down for a short while, sometimes a day at most.&lt;/p&gt;

&lt;p&gt;During that time, you can hop on your backup account and still communicate with folks.&lt;/p&gt;

&lt;p&gt;This is still a bigger benefit than Twitter, if you remember back in the first couple YEARS of Twitter, where it would go down for hours at a time and you had no alternative, because ALL accounts were down for hours at a time.&lt;/p&gt;

&lt;p&gt;This went on for the first few YEARS (not months) of Twitter.&lt;/p&gt;

&lt;p&gt;3 years in and we were still experiencing Twitter being down for entire days sometimes.&lt;/p&gt;

&lt;p&gt;With decentralized social media, that's not a problem. Just hop on to another server for a little bit until your main comes back on.&lt;/p&gt;

&lt;h2&gt;
  
  
  BONUS: Many artists are making more money on Mastodon/Fediverse/ActivityPub than they have elsewhere.
&lt;/h2&gt;

&lt;p&gt;I am one of them.&lt;/p&gt;

&lt;p&gt;I used to put my music online for the suggested price of $7 per album and $1 per song (on &lt;a href="https://megabyteGhost.bandcamp.com"&gt;Bandcamp&lt;/a&gt; and never got any sales.&lt;/p&gt;

&lt;p&gt;I have a decade and a half of experience internet marketing. I've used the internet to make A LOT of money for my clients. &lt;/p&gt;

&lt;p&gt;I know what I'm doing, but selling music online is difficult with so many musicians putting their music online now.&lt;/p&gt;

&lt;p&gt;When I switched to Mastodon, I also set my music to Pay-What-You-Want, Creative Commons, and posted links on my account.&lt;/p&gt;

&lt;p&gt;I've had people voluntarily pay as much as $50 for an album I &lt;em&gt;used&lt;/em&gt; to (unsuccessfully) sell for $7.&lt;/p&gt;

&lt;p&gt;At this point in time, all of my sales have come from Mastodon (or elsewhere on the Fediverse, following me on Mastodon), if not from someone I know in meatspace (thanks Mom).&lt;/p&gt;

&lt;h2&gt;
  
  
  BONUS: Suggested use for corporations:
&lt;/h2&gt;

&lt;p&gt;Every corporation should self host a Mastodon (or other Fediverse app) server for their employees to work from when representing the organization.&lt;/p&gt;

&lt;p&gt;Especially journalists.&lt;/p&gt;

&lt;p&gt;I recommend setting them up as a subdomain and having your employees use their accounts there whenever representing your establishment publicly on the internet.&lt;/p&gt;

&lt;p&gt;Example: Installed at &lt;a href="https://masto.YourPublication.com"&gt;https://masto.YourPublication.com&lt;/a&gt; and the employees would be @&lt;a href="mailto:JournalistName@masto.YourPublication.com"&gt;JournalistName@masto.YourPublication.com&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>activitypub</category>
      <category>mastodon</category>
    </item>
    <item>
      <title>What I learned in my first week buying, selling, and making NFTs.</title>
      <dc:creator>Garrett / G66</dc:creator>
      <pubDate>Thu, 28 Jul 2022 14:33:31 +0000</pubDate>
      <link>https://dev.to/garrett/what-i-learned-in-my-first-week-buying-selling-and-making-nfts-5129</link>
      <guid>https://dev.to/garrett/what-i-learned-in-my-first-week-buying-selling-and-making-nfts-5129</guid>
      <description>&lt;p&gt;Photocopying a Magic the Gathering Card does not mean you own the card.&lt;/p&gt;

&lt;p&gt;You can right-click and save all images of the best MTG cards, take them to a printer, and have a deck made up for yourself.&lt;/p&gt;

&lt;p&gt;They would look identical to the real thing.&lt;/p&gt;

&lt;p&gt;No one would know the difference except for the most discerning eyes.&lt;/p&gt;

&lt;p&gt;But you still wouldn't have the cards.&lt;/p&gt;

&lt;p&gt;They would still be fakes.&lt;/p&gt;

&lt;p&gt;When NFTs first started becoming popular, I thought the idea was stupid.&lt;/p&gt;

&lt;p&gt;I was one of those "right clickers."&lt;/p&gt;

&lt;p&gt;Actually, I didn't save anyone's NFTs that I recall.&lt;/p&gt;

&lt;p&gt;I didn't even want copies because I wanted nothing to do with it all.&lt;/p&gt;

&lt;p&gt;But then some things changed my mind.&lt;/p&gt;

&lt;p&gt;That's what this post is about.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--hIGO0pqk--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://megabyteghost.com/wp-content/uploads/2022/01/nfts-are-hella-fun-1024x683.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--hIGO0pqk--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://megabyteghost.com/wp-content/uploads/2022/01/nfts-are-hella-fun-1024x683.jpeg" alt="Man sitting at computer playing Decentraland." width="800" height="534"&gt;&lt;/a&gt;How the f do I get back to town?&lt;/p&gt;

&lt;h2 id="it-s-hella-fun"&gt;It's hella fun.&lt;/h2&gt;

&lt;p&gt;All the NFTs I've bought were not with my money.&lt;/p&gt;

&lt;p&gt;Sort of.&lt;/p&gt;

&lt;p&gt;I bought a bunch of cryptocurrencies several years ago.&lt;/p&gt;

&lt;p&gt;The best of them was &lt;a href="https://ethereum.org/en/" rel="noreferrer noopener"&gt;Ethereum ($ETH)&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Since then, my $ETH has tripled.&lt;/p&gt;

&lt;p&gt;I turned those gains into &lt;a href="https://tezos.com/" rel="noreferrer noopener"&gt;Tezos ($XTZ)&lt;/a&gt;, keeping the original amount invested in $ETH.&lt;/p&gt;

&lt;p&gt;Then I spend only from those gains.&lt;/p&gt;

&lt;p&gt;And dang, is it fun.&lt;/p&gt;

&lt;p&gt;It's hard to restrain myself sometimes.&lt;/p&gt;

&lt;p&gt;The purchases I made in the first week were all a part of the learning experience that has led to this blog post.&lt;/p&gt;

&lt;p&gt;There are two ways to get the NFTs:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Buy it straight out.&lt;/li&gt;
&lt;li&gt;Mint a new one.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;When you buy one, you know what you're getting.&lt;/p&gt;

&lt;p&gt;When you mint one, it's probably going to be randomization from a series.&lt;/p&gt;

&lt;p&gt;It's exciting when you hit the mint button, and it generates a totally unique NFT for you.&lt;/p&gt;

&lt;p&gt;My first buy and first mint were both &lt;a href="https://cyberkidzclub.xyz/" rel="noreferrer noopener"&gt;CyberKidz Club&lt;/a&gt;, which also has a fantastic community.&lt;/p&gt;

&lt;h2 id="the-communities-are-very-welcoming"&gt;The communities are very welcoming.&lt;/h2&gt;

&lt;p&gt;You'll be hard-pressed to find any NFT communities not being welcoming.&lt;/p&gt;

&lt;p&gt;The communities are generally built out of people who own an NFT from that project.&lt;/p&gt;

&lt;p&gt;As mentioned earlier, my first was CyberKidz Club.&lt;/p&gt;

&lt;p&gt;The folks in that community taught me most of what I know about NFTs (that I didn't discover the hard way).&lt;/p&gt;

&lt;p&gt;I'll talk about creating my first NFTs later.&lt;/p&gt;

&lt;p&gt;The quick story is that I tried to make mine on the $ETH blockchain.&lt;/p&gt;

&lt;p&gt;I discovered the gas prices were too damn high.&lt;/p&gt;

&lt;p&gt;A friend in the &lt;a href="https://cybrmagazine.com/" rel="noreferrer noopener"&gt;CYBR Magazine&lt;/a&gt; Discord recommended I check out &lt;a href="https://objkt.com/" rel="noreferrer noopener"&gt;Objkt.com&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Objkt is on $XTZ, and it's significantly cheaper.&lt;/p&gt;

&lt;p&gt;So, that's where I put my first NFTs.&lt;/p&gt;

&lt;p&gt;While browsing around, a CyberKidz Club caught my eye.&lt;/p&gt;

&lt;p&gt;I checked out the website and was more intrigued.&lt;/p&gt;

&lt;p&gt;There was a link to their Discord, so I joined.&lt;/p&gt;

&lt;p&gt;I didn't even own one yet, and they were immediately kind to me.&lt;/p&gt;

&lt;p&gt;Because of that first impression, I immediately bought that Kid NFT that caught my eye.&lt;/p&gt;

&lt;p&gt;They taught me a lot and led me to mint one, too.&lt;/p&gt;

&lt;p&gt;Later on, I won the third Kid.&lt;/p&gt;

&lt;p&gt;I check in at least once a day to say hi to everyone.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--B6-iQ8Ma--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://megabyteghost.com/wp-content/uploads/2022/01/door-to-door-sales-lady-spam-1024x683.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--B6-iQ8Ma--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://megabyteghost.com/wp-content/uploads/2022/01/door-to-door-sales-lady-spam-1024x683.jpeg" alt="Woman peeking through door." width="800" height="534"&gt;&lt;/a&gt;Hello would you like to buy an NFT??&lt;/p&gt;

&lt;h2 id="you-get-hit-with-a-lot-of-spam-and-scams"&gt;You get hit with a lot of spam and scams.&lt;/h2&gt;

&lt;p&gt;As soon as you start to post about NFTs on social media and join Discord servers, you will get hit with a lot of spam.&lt;/p&gt;

&lt;p&gt;And a lot of scams (more on that later).&lt;/p&gt;

&lt;p&gt;It doesn't seem to happen much on Twitter for some reason.&lt;/p&gt;

&lt;p&gt;On Instagram, I get several messages per day from scams.&lt;/p&gt;

&lt;p&gt;The same has happened with Discord.&lt;/p&gt;

&lt;p&gt;On Instagram, whenever I post something, I get comments that tell me to share it with some other Instagram account that is based on NFTs.&lt;/p&gt;

&lt;p&gt;It seems to work on growing those accounts, so that's why they keep doing it, but I find it annoying.&lt;/p&gt;

&lt;p&gt;As much as I care about growing in the Web3 space myself, I don't want to be one of them.&lt;/p&gt;

&lt;p&gt;I also noticed a Twitter growth technique that I mentioned in Issue 002 of &lt;a href="https://metaversiannews.com" rel="noreferrer noopener"&gt;Metaversian News&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;The Twitter algorithm will boost posts that get a lot of interaction.&lt;/p&gt;

&lt;p&gt;Twitter will even show them to people who may not follow that particular account but follow the subject.&lt;/p&gt;

&lt;p&gt;People have figured out a way to game that and grow followers.&lt;/p&gt;

&lt;p&gt;They post that they are going to buy NFTs and ask people to share theirs in replies.&lt;/p&gt;

&lt;p&gt;This gives the post a lot of interaction which boosts it in the algorithm and shows it to people who are not already following them.&lt;/p&gt;

&lt;p&gt;And then a percentage of those people follow them.&lt;/p&gt;

&lt;p&gt;The next time they post it, it gets more interaction, and the cycle repeats.&lt;/p&gt;

&lt;p&gt;I don't know if they're even actually buying the NFTs or using it as a trick to get more followers.&lt;/p&gt;

&lt;p&gt;It's not something I would do, but if you do use that tactic to grow your following, I recommend actually buying some NFTs so that you're at least honest.&lt;/p&gt;

&lt;h2 id="it-s-easy-to-fall-for-a-scam"&gt;It's easy to fall for a scam.&lt;/h2&gt;

&lt;p&gt;I'll admit: I fell for a scam.&lt;/p&gt;

&lt;p&gt;It was one of those situations where all the signs were there screaming "scam!"&lt;/p&gt;

&lt;p&gt;But I wanted that NFT so bad.&lt;/p&gt;

&lt;p&gt;The site said they were selling out fast.&lt;/p&gt;

&lt;p&gt;And it was an NFT I could afford!&lt;/p&gt;

&lt;p&gt;My own piece of digital land in the metaverse!&lt;/p&gt;

&lt;p&gt;I could get started at my own place in a costly spot where only the wealthy play.&lt;/p&gt;

&lt;p&gt;And all for just one easy payment of $100.&lt;/p&gt;

&lt;p&gt;I knew I should double-check the domain name, but I didn't.&lt;/p&gt;

&lt;p&gt;The Discord server for the project already had it listed as a scam.&lt;/p&gt;

&lt;p&gt;I didn't check there either.&lt;/p&gt;

&lt;p&gt;It's easy to get really excited and fall for a scam.&lt;/p&gt;

&lt;p&gt;Don't be like me.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--NijxbbYH--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://megabyteghost.com/wp-content/uploads/2022/01/vr-man-glitch-1024x527.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--NijxbbYH--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://megabyteghost.com/wp-content/uploads/2022/01/vr-man-glitch-1024x527.jpg" alt="Glitched out image of a guy wearing a VR headset." width="800" height="412"&gt;&lt;/a&gt;Free is for me.&lt;/p&gt;

&lt;h2 id="you-can-get-free-nfts-that-are-not-scams"&gt;You can get free NFTs that are not scams.&lt;/h2&gt;

&lt;p&gt;Often, you can join a Discord for an NFT project that you do not yet own.&lt;/p&gt;

&lt;p&gt;Most operate this way and have a section for non-owners and a private section for owners.&lt;/p&gt;

&lt;p&gt;Many of these will give away free NFTs in these Discords.&lt;/p&gt;

&lt;p&gt;It's a great way to get into a project for free.&lt;/p&gt;

&lt;p&gt;From there, you can see if you want to get more involved or not.&lt;/p&gt;

&lt;p&gt;I recommend not immediately selling any free ones you get.&lt;/p&gt;

&lt;p&gt;That's rude.&lt;/p&gt;

&lt;p&gt;Don't be like that.&lt;/p&gt;

&lt;h2 id="people-who-already-have-an-audience-do-way-better"&gt;People who already have an audience do way better.&lt;/h2&gt;

&lt;p&gt;This is a rule of the internet that everyone should know by now.&lt;/p&gt;

&lt;p&gt;If you already have an audience, you will do better.&lt;/p&gt;

&lt;p&gt;These aren't newbies like me when you see NFTs selling for big bucks.&lt;/p&gt;

&lt;p&gt;They're people who already have a big following.&lt;/p&gt;

&lt;p&gt;Of course, you can build a following over time.&lt;/p&gt;

&lt;p&gt;And then you will be able to make big sales.&lt;/p&gt;

&lt;p&gt;Assuming the NFT bubble hasn't burst by then.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--Tj2_mJqb--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://megabyteghost.com/wp-content/uploads/2022/01/tulip-bulb-bubble-1024x634.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--Tj2_mJqb--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://megabyteghost.com/wp-content/uploads/2022/01/tulip-bulb-bubble-1024x634.jpeg" alt="White tulips against a blue sky." width="800" height="495"&gt;&lt;/a&gt;Not a tulip bulb situation.&lt;/p&gt;

&lt;h2 id="if-nfts-are-a-bubble-there-s-probably-nothing-to-worry-about"&gt;If NFTs are a bubble, there's probably nothing to worry about.&lt;/h2&gt;

&lt;p&gt;During the "Dot Com Bubble," a lot of money was made in buying and selling websites and domains.&lt;/p&gt;

&lt;p&gt;Then it "crashed."&lt;/p&gt;

&lt;p&gt;Yet there are more websites than ever.&lt;/p&gt;

&lt;p&gt;And they're still making money.&lt;/p&gt;

&lt;p&gt;I encourage you to look at NFTs, the metaverse, and Web3 in general as the new normal.&lt;/p&gt;

&lt;p&gt;Likely, many NFTs do not make it to stardom.&lt;/p&gt;

&lt;p&gt;Most won't.&lt;/p&gt;

&lt;p&gt;Some NFTs you buy will lose value.&lt;/p&gt;

&lt;p&gt;The approach I'm taking is this:&lt;/p&gt;

&lt;p&gt;I buy the NFTs I want, not to invest with intentions of selling later for a big payoff.&lt;/p&gt;

&lt;p&gt;The ones I buy that are just art are just art.&lt;/p&gt;

&lt;p&gt;They will decorate my metaversian home(s).&lt;/p&gt;

&lt;p&gt;It's the same reason I buy a poster or painting to hang on my wall at home in meatspace.&lt;/p&gt;

&lt;p&gt;Some NFTs have a purpose (more on that later).&lt;/p&gt;

&lt;p&gt;There are NFTs now that are games that generate more cryptocurrency for you.&lt;/p&gt;

&lt;p&gt;Clubs are popping up where you have to have an NFT to be a part of it.&lt;/p&gt;

&lt;p&gt;They're very welcoming clubs, too!&lt;/p&gt;

&lt;p&gt;If you're buying NFTs, buy them to be involved in the project.&lt;/p&gt;

&lt;p&gt;This is the long term.&lt;/p&gt;

&lt;h2 id="it-can-be-hella-expensive"&gt;It can be hella expensive.&lt;/h2&gt;

&lt;p&gt;Since it feels like a bubble right now, a lot of the metaverse is costly.&lt;/p&gt;

&lt;p&gt;Part of this is because the blockchains take time and literal energy to process transactions.&lt;/p&gt;

&lt;p&gt;A transaction could be someone buying, selling, trading, even minting a new NFT.&lt;/p&gt;

&lt;p&gt;All of that costs time and energy.&lt;/p&gt;

&lt;p&gt;And it creates a queue of transactions waiting in line.&lt;/p&gt;

&lt;p&gt;The energy is "paid for" with something called gas.&lt;/p&gt;

&lt;p&gt;In many situations, the more gas is spent, the higher up you move in the line.&lt;/p&gt;

&lt;p&gt;This creates substantial gas fees and long transaction times.&lt;/p&gt;

&lt;p&gt;That's what happened with me when trying to make my NFTs on the $ETH blockchain.&lt;/p&gt;

&lt;p&gt;My goal is to create "&lt;a href="https://fivedollarnfts.com" rel="noreferrer noopener"&gt;Five Dollar NFTs&lt;/a&gt;," but it wasn't possible with gas prices on $ETH as high as they were.&lt;/p&gt;

&lt;p&gt;It would cost me more than five dollars just to make each one.&lt;/p&gt;

&lt;p&gt;I had to find a better way.&lt;/p&gt;

&lt;h2 id="it-doesn-t-have-to-be-hella-expensive"&gt;It doesn't have to be hella expensive.&lt;/h2&gt;

&lt;p&gt;Ridiculous (IMHO) prices led me to $XTZ, which is significantly less expensive than most other blockchains.&lt;/p&gt;

&lt;p&gt;It's also "clean NFT," which is part of why it's less expensive.&lt;/p&gt;

&lt;p&gt;Or instead is a result of it being less expensive.&lt;/p&gt;

&lt;p&gt;I don't really understand the technical stuff, but it requires significantly less time and energy for transactions.&lt;/p&gt;

&lt;p&gt;Which in turn makes it much cheaper.&lt;/p&gt;

&lt;p&gt;And because it uses significantly less energy, it's better for the environment.&lt;/p&gt;

&lt;p&gt;At least compared to the other mainstream NFT blockchains.&lt;/p&gt;

&lt;p&gt;Now, we just need to wait for stuff like Decentraland and The Sandbox to be built on the $XTZ chain.&lt;/p&gt;

&lt;p&gt;Or build it ourselves.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--487jNB87--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://megabyteghost.com/wp-content/uploads/2022/01/creepy-dolls-1024x768.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--487jNB87--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://megabyteghost.com/wp-content/uploads/2022/01/creepy-dolls-1024x768.jpeg" alt="A bunch of creepy dolls in a dilapidated room." width="800" height="600"&gt;&lt;/a&gt;There are worse things to collect than NFTs.&lt;/p&gt;

&lt;h2 id="these-are-the-types-of-nfts-i-look-for"&gt;These are the types of NFTs I look for:&lt;/h2&gt;

&lt;p&gt;After all that I learned in this first week, I've figured out what I like to look for in NFTs before buying them.&lt;/p&gt;

&lt;p&gt;First, the NFTs I have bought:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Artwork to decorate my metaversian living space(s) (once I have one).&lt;/li&gt;
&lt;li&gt;CyberKidz Club because I liked the lore and the Club was very welcoming to me as a newbie.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Next, I'm looking to buy:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;NFTs that have PlayToEarn (P2E) qualities.&lt;/li&gt;
&lt;li&gt;Metaversian real estate that I can develop into a place to hang out virtually.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Some metaversian real estate also doubles as P2E.&lt;/p&gt;

&lt;p&gt;Those don't really look like they can be experienced from a virtual reality standpoint in the way Decentraland is.&lt;/p&gt;

&lt;p&gt;This means to me, they are not virtual real estate.&lt;/p&gt;

&lt;p&gt;They're just tokens in a game.&lt;/p&gt;

&lt;p&gt;Which is cool, too.&lt;/p&gt;

&lt;p&gt;I'm down to play some games.&lt;/p&gt;

&lt;p&gt;But what I'm really excited about is having a virtual place I can call my own.&lt;/p&gt;

&lt;p&gt;Until then, I explore and write blogs like this.&lt;/p&gt;

</description>
      <category>web3</category>
      <category>nft</category>
      <category>nfts</category>
      <category>defi</category>
    </item>
    <item>
      <title>NFTs provide a new funding model for free-to-play games.</title>
      <dc:creator>Garrett / G66</dc:creator>
      <pubDate>Thu, 28 Jul 2022 14:24:12 +0000</pubDate>
      <link>https://dev.to/garrett/nfts-provide-a-new-funding-model-for-free-to-play-games-2mna</link>
      <guid>https://dev.to/garrett/nfts-provide-a-new-funding-model-for-free-to-play-games-2mna</guid>
      <description>&lt;p&gt;NFTs are a potential funding model for free-to-play games.&lt;/p&gt;

&lt;p&gt;You can decide whether or not that funding model is suitable for you.&lt;/p&gt;

&lt;p&gt;NFTs are highly debated, maybe even more so in the games community.&lt;/p&gt;

&lt;p&gt;I'm not interested in arguing about NFTs.&lt;/p&gt;

&lt;p&gt;If you're against NFTs in video games or against NFTs at all in any capacity, stop reading now.&lt;/p&gt;

&lt;p&gt;And definitely don't waste your time commenting just to hate on NFTs.&lt;/p&gt;

&lt;p&gt;That said, I do appreciate the honest discussion.&lt;/p&gt;

&lt;p&gt;Discussing ways to fund game development is vital to the industry, especially for Solo Game Devs like me.&lt;/p&gt;

&lt;p&gt;And I would like to have an honest discussion.&lt;/p&gt;

&lt;p&gt;Please, poke holes in my ideas here.&lt;/p&gt;

&lt;p&gt;Help me make them better.&lt;/p&gt;

&lt;p&gt;We can figure this out together.&lt;/p&gt;

&lt;p&gt;First, let's address some funding models of the past.&lt;/p&gt;

&lt;h2&gt;Self Funded Games&lt;/h2&gt;

&lt;p&gt;Self-funding games are how the first games were made and how many indie games are still made today.&lt;/p&gt;

&lt;p&gt;This is usually people building small games in their free time.&lt;/p&gt;

&lt;p&gt;Or big games in the case of Stardew Valley.&lt;/p&gt;

&lt;p&gt;This is still going on today and will probably go on forever.&lt;/p&gt;

&lt;p&gt;But it's not ideal.&lt;/p&gt;

&lt;p&gt;It sucks to work a day job 40 (or more) hours every week, build a game, and still find time to play games and spend time with friends and family.&lt;/p&gt;

&lt;h2&gt;Investor Funded Games&lt;/h2&gt;

&lt;p&gt;Some people can get funding from investors.&lt;/p&gt;

&lt;p&gt;This means someone is paying you to build your game for a cut of the profits.&lt;/p&gt;

&lt;p&gt;I don't think this happens very often, but I know it does happen because I have been approached by investors wanting to fund my games.&lt;/p&gt;

&lt;p&gt;This isn't ideal for me because I don't like being accountable to someone in that way.&lt;/p&gt;

&lt;h2&gt;Crowd Funded Games&lt;/h2&gt;

&lt;p&gt;Crowdfunding through platforms like Kickstarter or IndieGoGo is a currently popular way to get the ball rolling, but I have found most of these fail.&lt;/p&gt;

&lt;p&gt;There are games I have put Kickstarter money into almost a decade ago that still haven't come to fruition.&lt;/p&gt;

&lt;p&gt;To be successful in crowdfunding, you first have to have a large following.&lt;/p&gt;

&lt;p&gt;It's infrequent that something on Kickstarter takes off without already having a decent-sized audience.&lt;/p&gt;

&lt;p&gt;People are much warier of crowdfunding now because many don't make it to total funding, and often projects that do make it never end up getting finished.&lt;/p&gt;

&lt;p&gt;I don't think most projects are maliciously trying to make money and run.&lt;/p&gt;

&lt;p&gt;They just mismanage or underestimate the money needed to finish the project.&lt;/p&gt;

&lt;h2&gt;How to Use NFTs to Fund a Game&lt;/h2&gt;

&lt;p&gt;Now let's look at the pros and cons of using NFTs to fund your game and how to do it right.&lt;/p&gt;

&lt;p&gt;First things first, the controversy around NFTs.&lt;/p&gt;

&lt;p&gt;Anyone who has a problem with NFTs is not your target market.&lt;/p&gt;

&lt;p&gt;So forget about them.&lt;/p&gt;

&lt;p&gt;I frequently have to explain to my marketing clients that you can't be everything to everyone all the time.&lt;/p&gt;

&lt;p&gt;"You can't please everyone" is a well-worn refrain I'm sure you've heard.&lt;/p&gt;

&lt;p&gt;It's true, so don't try.&lt;/p&gt;

&lt;p&gt;Focus on the people interested in NFTs in games, and don't worry about anyone else.&lt;/p&gt;

&lt;p&gt;Next, you need to be fair about the NFTs.&lt;/p&gt;

&lt;p&gt;Building a pay-to-win game is not sustainable.&lt;/p&gt;

&lt;p&gt;But as we've seen with many games such as Roblox, Guild Wars 2, Fortnite, etc., people are willing to spend real money on aesthetics even if no advanced power comes with it.&lt;/p&gt;

&lt;p&gt;On top of that, you should design a game where skills are more important than power.&lt;/p&gt;

&lt;p&gt;Diablo III's real-money auction house was not a good idea because it's a game based on power.&lt;/p&gt;

&lt;p&gt;Plus, the gameplay loop is Kill =&amp;gt; Acquire Loot, and the auction house removed the need to Kill.&lt;/p&gt;

&lt;p&gt;The design of your game is essential when adding something in that can be purchased with real money.&lt;/p&gt;

&lt;p&gt;Another thing you can do to keep it somewhat fair is not sell any of the NFTs yourself as the game developer.&lt;/p&gt;

&lt;p&gt;The players can sell them to each other, but someone has to earn or unlock them first.&lt;/p&gt;

&lt;p&gt;That way, people who want to spend real-world money to acquire things can't flood the market by just buying the item off of the developer.&lt;/p&gt;

&lt;p&gt;There may be some really awesome-looking armor that is very difficult to obtain.&lt;/p&gt;

&lt;p&gt;When you see someone running around with that armor, you know someone there worked really hard to get it.&lt;/p&gt;

&lt;p&gt;The person wearing it right now in front of you may have just paid for it.&lt;/p&gt;

&lt;p&gt;But someone out there worked very hard to get it.&lt;/p&gt;

&lt;p&gt;Which increases the value of the item by a lot.&lt;/p&gt;

&lt;p&gt;This is where I think NFTs in games really shine.&lt;/p&gt;

&lt;p&gt;The developer makes money off of the trades.&lt;/p&gt;

&lt;p&gt;With enough players trading enough in-game, this could easily fund continued development and allow a game to be free to play.&lt;/p&gt;

&lt;p&gt;It's essential to maintain a fair percentage of the trade as well.&lt;/p&gt;

&lt;p&gt;Too small of a percentage, and your game won't be funded.&lt;/p&gt;

&lt;p&gt;And if it's too large, players aren't incentivized to trade.&lt;/p&gt;

&lt;p&gt;This also gives players a direct stake in the game that is much bigger than just being a player.&lt;/p&gt;

&lt;p&gt;I don't know if Play-to-Earn games will ever reach a point where the average player can earn a living wage.&lt;/p&gt;

&lt;p&gt;But if I'm going to play video games anyway, and I enjoy a game, and I can get some real-world money out of playing it, that's the game I will choose.&lt;/p&gt;

&lt;p&gt;Even if it only affords me ordering a pizza once a week.&lt;/p&gt;

&lt;p&gt;And giving players a reason to help grow the player base will make your game successful.&lt;/p&gt;

&lt;p&gt;In fact, I would work in some sort of referral incentive for players to bring their friends in.&lt;/p&gt;

&lt;p&gt;Long-term referral incentives would be great.&lt;/p&gt;

&lt;p&gt;That way, it's not based on how many people they bring into the game, but how long those people actually stay active.&lt;/p&gt;

&lt;p&gt;Comments are open, but as I said, if you're just here to complain about NFTs, don't bother. You'll just get blocked.&lt;/p&gt;

&lt;p&gt;Legit discussion is encouraged!&lt;/p&gt;

</description>
      <category>web3</category>
      <category>nfts</category>
      <category>nft</category>
      <category>gamedesign</category>
    </item>
    <item>
      <title>The first thing everyone learns in JavaScript</title>
      <dc:creator>Garrett / G66</dc:creator>
      <pubDate>Thu, 30 Jul 2020 06:25:50 +0000</pubDate>
      <link>https://dev.to/garrett/the-first-thing-everyone-learns-in-javascript-56kl</link>
      <guid>https://dev.to/garrett/the-first-thing-everyone-learns-in-javascript-56kl</guid>
      <description>&lt;p&gt;I've tried and failed to learn to program many times in my life.&lt;/p&gt;

&lt;p&gt;I've spent thousands of dollars and hundreds of hours.&lt;/p&gt;

&lt;p&gt;Enough is enough.&lt;/p&gt;

&lt;p&gt;Now that I'm focused on privacy and OSINT, it's time for me to really learn to program.&lt;/p&gt;

&lt;p&gt;I have lots of ideas for tools to make my job easier.&lt;/p&gt;

&lt;p&gt;Here I am learning Javascript.&lt;/p&gt;

&lt;p&gt;I will also be focusing on learning Python in the future.&lt;/p&gt;

&lt;p&gt;Right now I'm focused on Javascript.&lt;/p&gt;

&lt;h2&gt;
  
  
  The first thing everyone always learns is "Hello World."
&lt;/h2&gt;

&lt;p&gt;But I found three ways to write Hello World in Javascript.&lt;/p&gt;

&lt;p&gt;I'm sure there are at least 100 more ways, but these three seem to be the three most important places to start.&lt;/p&gt;

&lt;p&gt;All three will be used heavily throughout our lives programming.&lt;/p&gt;

&lt;p&gt;If you're brand new to programming, they're called functions.&lt;/p&gt;

&lt;p&gt;In JavaScript, we always end with a semicolon &lt;code&gt;;&lt;/code&gt;.&lt;/p&gt;

&lt;h2&gt;First, we start with &lt;code&gt;console.log()&lt;/code&gt;.&lt;/h2&gt;

&lt;pre&gt;&lt;code&gt;console.log("Hello World!");&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;The function &lt;code&gt;console.log()&lt;/code&gt; is important because we will use it a lot for testing.&lt;/p&gt;

&lt;p&gt;Having a message display in the console doesn't modify the page at all.&lt;/p&gt;

&lt;p&gt;We can have it return information to confirm our code works as intended, or return errors if it doesn't.&lt;/p&gt;

&lt;p&gt;Sometimes pieces of our code won't have any other way of clearly displaying whether it's working as intended or not.&lt;/p&gt;

&lt;p&gt;We use &lt;code&gt;console.log()&lt;/code&gt; to return messages with information in the browser console.&lt;/p&gt;

&lt;p&gt;Just type &lt;code&gt;console.log()&lt;/code&gt; and then, in between the parenthesis, add your message in quotes &lt;code&gt;""&lt;/code&gt;.&lt;/p&gt;

&lt;p&gt;Don't forget your semicolon &lt;code&gt;;&lt;/code&gt; at the end.&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;console.log("Hello World!");&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Play with it on Codepen (click the "Edit on Codepen" and then delete the &lt;code&gt;//&lt;/code&gt; before the &lt;code&gt;console.log()&lt;/code&gt; line):&lt;/p&gt;

&lt;p&gt;&lt;iframe height="600" src="https://codepen.io/quadiumstaral/embed/wvMLWjZ?height=600&amp;amp;default-tab=result&amp;amp;embed-version=2"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;h2&gt;Next we move on to &lt;code&gt;alert()&lt;/code&gt;.&lt;/h2&gt;

&lt;pre&gt;&lt;code&gt;alert("Hello World!");&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;While we use &lt;code&gt;console.log()&lt;/code&gt; to notify us, the programmer, of errors, &lt;code&gt;alert()&lt;/code&gt; is one thing we can use to notify the user of an error.&lt;/p&gt;

&lt;p&gt;The &lt;code&gt;alert()&lt;/code&gt; function creates a small popup window with brief message.&lt;/p&gt;

&lt;p&gt;Just like with &lt;code&gt;console.log()&lt;/code&gt;, add your message in quotes &lt;code&gt;""&lt;/code&gt; between the parenthesis of &lt;code&gt;alert()&lt;/code&gt;.&lt;/p&gt;

&lt;p&gt;And again, don't forget your semicolon &lt;code&gt;;&lt;/code&gt; at the end.&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;alert("Hello World!");&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Play with it on Codepen (click the "Edit on Codepen" and then delete the &lt;code&gt;//&lt;/code&gt; before the &lt;code&gt;alert()&lt;/code&gt; line):&lt;/p&gt;

&lt;p&gt;&lt;iframe height="600" src="https://codepen.io/quadiumstaral/embed/wvMLWjZ?height=600&amp;amp;default-tab=result&amp;amp;embed-version=2"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;h2&gt;We close this lesson with &lt;code&gt;document.write()&lt;/code&gt;.&lt;/h2&gt;

&lt;pre&gt;&lt;code&gt;document.write("Hello World!");&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;The function &lt;code&gt;document.write()&lt;/code&gt; is just one of the many ways to modify a web page with JavaScript.&lt;/p&gt;

&lt;p&gt;It's just as easy as &lt;code&gt;console.log()&lt;/code&gt; and &lt;code&gt;alert()&lt;/code&gt;, but it will make a visible change to the web page we are viewing.&lt;/p&gt;

&lt;p&gt;Just like with &lt;code&gt;console.log()&lt;/code&gt; and &lt;code&gt;alert()&lt;/code&gt;, add your message in quotes &lt;code&gt;""&lt;/code&gt; between the parenthesis of &lt;code&gt;document.write()&lt;/code&gt;.&lt;/p&gt;

&lt;p&gt;I keep repeating this because it's a common problem people have: don't forget to end with a semicolon &lt;code&gt;;&lt;/code&gt;.&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;document.write("Hello World!");&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Play with it on Codepen (click the "Edit on Codepen" and then delete the &lt;code&gt;//&lt;/code&gt; before the &lt;code&gt;document.write()&lt;/code&gt; line):&lt;/p&gt;

&lt;p&gt;&lt;iframe height="600" src="https://codepen.io/quadiumstaral/embed/wvMLWjZ?height=600&amp;amp;default-tab=result&amp;amp;embed-version=2"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;h2&gt;This has been pretty boring so far.&lt;/h2&gt;

&lt;p&gt;This is only the first post.&lt;/p&gt;

&lt;p&gt;The first thing we've learned.&lt;/p&gt;

&lt;p&gt;It will get better.&lt;/p&gt;

&lt;p&gt;I'll kick it up a notch for the next post.&lt;/p&gt;

&lt;p&gt;Please follow me on Dev.to and join me on this journey of learning JavaScript.&lt;/p&gt;


&lt;div class="ltag__user ltag__user__id__127311"&gt;
    &lt;a href="/garrett" class="ltag__user__link profile-image-link"&gt;
      &lt;div class="ltag__user__pic"&gt;
        &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--mFviZL43--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://media.dev.to/cdn-cgi/image/width%3D150%2Cheight%3D150%2Cfit%3Dcover%2Cgravity%3Dauto%2Cformat%3Dauto/https%253A%252F%252Fdev-to-uploads.s3.amazonaws.com%252Fuploads%252Fuser%252Fprofile_image%252F127311%252F973db5c2-aaf4-4663-ad12-737ccc518667.jpeg" alt="garrett image"&gt;
      &lt;/div&gt;
    &lt;/a&gt;
  &lt;div class="ltag__user__content"&gt;
    &lt;h2&gt;
&lt;a class="ltag__user__link" href="/garrett"&gt;Garrett / G66&lt;/a&gt;Follow
&lt;/h2&gt;
    &lt;div class="ltag__user__summary"&gt;
      &lt;a class="ltag__user__link" href="/garrett"&gt;Interested in Creative Commons media and Open Source software.&lt;/a&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;





&lt;p&gt;&lt;span&gt;Photo by &lt;a href="https://unsplash.com/@grakozy?utm_source=unsplash&amp;amp;utm_medium=referral&amp;amp;utm_content=creditCopyText"&gt;Greg Rakozy&lt;/a&gt; on &lt;a href="https://unsplash.com/s/photos/javascript?utm_source=unsplash&amp;amp;utm_medium=referral&amp;amp;utm_content=creditCopyText"&gt;Unsplash&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>tutorial</category>
      <category>learning</category>
      <category>journey</category>
    </item>
    <item>
      <title>We can't wait for inspiration to strike.</title>
      <dc:creator>Garrett / G66</dc:creator>
      <pubDate>Sun, 19 Jul 2020 12:38:39 +0000</pubDate>
      <link>https://dev.to/garrett/we-can-t-wait-for-inspiration-to-strike-4lnd</link>
      <guid>https://dev.to/garrett/we-can-t-wait-for-inspiration-to-strike-4lnd</guid>
      <description>&lt;h2&gt;
  
  
  We must make motivation happen.
&lt;/h2&gt;

&lt;p&gt;&lt;em&gt;&lt;a href="https://no-alarms-club.simplecast.com/episodes/stay-motivated"&gt;Notes from Chapter 9&lt;/a&gt; of &lt;a href="https://overlapbook.com"&gt;Overlap by Sean McCabe&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Someone said “I write when inspiration strikes. Fortunately, it strikes at nine every morning.”&lt;/p&gt;

&lt;p&gt;I don’t know who said it because when I search it online, a lot of different author names appear.&lt;/p&gt;

&lt;p&gt;It sucks that whoever said it doesn’t get the proper credit.&lt;/p&gt;

&lt;p&gt;I digress.&lt;/p&gt;

&lt;p&gt;I don’t feel inspired to write this right now.&lt;/p&gt;

&lt;p&gt;The reason I’m doing it is because I know that when I’m done, I’ll be glad I did it.&lt;/p&gt;

&lt;p&gt;I heard from two people recently who said that when they started writing every day, their income grew exponentially.&lt;/p&gt;

&lt;p&gt;They were &lt;a href="https://seanwes.com"&gt;Sean McCabe&lt;/a&gt; who wrote this book, and Nathan Barry who wrote a great book called &lt;a href="https://nathanbarry.com/authority/"&gt;Authority&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Right now, that’s what I’m working on.&lt;/p&gt;

&lt;p&gt;Writing every day so that I can grow my audience so that I can grow my income.&lt;/p&gt;

&lt;h3&gt;
  
  
  We can’t wait for motivation to come to us.
&lt;/h3&gt;

&lt;p&gt;It doesn’t.&lt;/p&gt;

&lt;p&gt;I know, you have felt times where motivation struck.&lt;/p&gt;

&lt;p&gt;I’ve felt them, too.&lt;/p&gt;

&lt;p&gt;Sometimes it just hits and you can knock out some work with a smile on your face.&lt;/p&gt;

&lt;p&gt;We’ve all been there.&lt;/p&gt;

&lt;p&gt;But how often does that happen?&lt;/p&gt;

&lt;p&gt;If you only worked when that happened, would you be getting much done?&lt;/p&gt;

&lt;p&gt;I know I wouldn’t.&lt;/p&gt;

&lt;p&gt;I don’t even think that happens once a month for me.&lt;/p&gt;

&lt;p&gt;I have to make inspiration strike. I have to make motivation happen.&lt;/p&gt;

&lt;p&gt;Strangely enough, once I sit doesn’t and get started, the motivation flows easier.&lt;/p&gt;

&lt;h3&gt;
  
  
  Getting started is the hardest part.
&lt;/h3&gt;

&lt;p&gt;Sean shares his three steps to defeat a lack of motivation:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Start with a commitment.&lt;/li&gt;
&lt;li&gt;Make yourself accountable.&lt;/li&gt;
&lt;li&gt;Take the first step.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;In episode 17 of the No Alarms Club podcast, we &lt;a href="https://no-alarms-club.simplecast.com/episodes/set-a-big-goal"&gt;Set A Big Goal&lt;/a&gt; (1. Start with a commitment).&lt;/p&gt;

&lt;p&gt;In episode 21, we &lt;a href="https://no-alarms-club.simplecast.com/episodes/get-people-on-board"&gt;Got People On Board&lt;/a&gt; (2. Make yourself accountable).&lt;/p&gt;

&lt;p&gt;Now, we’re Getting Motivated (3. Take the first step).&lt;/p&gt;

&lt;h3&gt;
  
  
  We don’t have to be motivated. We just have to show up.
&lt;/h3&gt;

&lt;p&gt;The easiest way to get started is to remove all barriers that stop you from getting started.&lt;/p&gt;

&lt;p&gt;One option is to schedule a time of day you write.&lt;/p&gt;

&lt;p&gt;Since I’m living a #NoAlarmsClub life, I don’t do a whole lot of scheduling.&lt;/p&gt;

&lt;p&gt; What I do to remove barriers on writing is that I plan out my writing ahead of time.&lt;/p&gt;

&lt;p&gt;I know what I’m going to write about when I sit down, so all I have to do is start typing.&lt;/p&gt;

&lt;p&gt;Last post I mentioned a goal tracking calendar.&lt;/p&gt;


&lt;div class="ltag__link"&gt;
  &lt;a href="/garrett" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__pic"&gt;
      &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--mFviZL43--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://media.dev.to/cdn-cgi/image/width%3D150%2Cheight%3D150%2Cfit%3Dcover%2Cgravity%3Dauto%2Cformat%3Dauto/https%253A%252F%252Fdev-to-uploads.s3.amazonaws.com%252Fuploads%252Fuser%252Fprofile_image%252F127311%252F973db5c2-aaf4-4663-ad12-737ccc518667.jpeg" alt="garrett"&gt;
    &lt;/div&gt;
  &lt;/a&gt;
  &lt;a href="/garrett/get-people-on-board-or-you-could-fail-entirely-1p5" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__content"&gt;
      &lt;h2&gt;Get People On Board -- Or You Could Fail Entirely&lt;/h2&gt;
      &lt;h3&gt;Garrett / G66 ・ Jul 14 '20&lt;/h3&gt;
      &lt;div class="ltag__link__taglist"&gt;
        &lt;span class="ltag__link__tag"&gt;#books&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#reading&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#notes&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#career&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/a&gt;
&lt;/div&gt;


&lt;p&gt;Sean talks about the idea in this chapter of the book. He got the idea from Jerry Seinfeld.&lt;/p&gt;

&lt;p&gt;Yeah, the comedian.&lt;/p&gt;

&lt;p&gt;Seinfeld says,&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;The way to be a better comic is to create better jokes. The way to create better jokes is to write every day.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;He hung a big calendar on his wall. One of those ones that has every day for a whole year visible.&lt;/p&gt;

&lt;p&gt;Then, he started marking a big red X on every day that he wrote.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;For each day I do my task of writing, I get to put a big red X over that day. After a few days you’ll have a chain. Just keep at it and the chain will grow longer every day. You’ll like seeing that chain, especially when you get a few weeks under your belt. Your only job is to not break the chain.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Sean says we have one job: to not break our chain.&lt;/p&gt;

</description>
      <category>books</category>
      <category>reading</category>
      <category>notes</category>
      <category>career</category>
    </item>
    <item>
      <title>Get People On Board -- Or You Could Fail Entirely</title>
      <dc:creator>Garrett / G66</dc:creator>
      <pubDate>Tue, 14 Jul 2020 23:15:02 +0000</pubDate>
      <link>https://dev.to/garrett/get-people-on-board-or-you-could-fail-entirely-1p5</link>
      <guid>https://dev.to/garrett/get-people-on-board-or-you-could-fail-entirely-1p5</guid>
      <description>&lt;p&gt;You need to tell everyone your goals.&lt;/p&gt;

&lt;p&gt;It’s not enough to just tell them. You need to hire a plane and have it written in the sky sot hey see it. Every day.&lt;/p&gt;

&lt;p&gt;I’m just kidding. That would be terrible for the environment and your bank account.&lt;/p&gt;

&lt;p&gt;Seriously, though, you need to &lt;a href="https://no-alarms-club.simplecast.com/episodes/get-people-on-board"&gt;make sure everyone around you knows your goals&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;They can’t just know them, they need to support you.&lt;/p&gt;

&lt;p&gt;I don’t mean support you financially. Just emotionally.&lt;/p&gt;

&lt;p&gt;They need to be on board with your goals.&lt;/p&gt;

&lt;p&gt;If they’re not, they’ll be dragging you down.&lt;/p&gt;

&lt;p&gt;That’s unacceptable.&lt;/p&gt;

&lt;h2&gt;
  
  
  We can cut some people from our lives, but not everyone.
&lt;/h2&gt;

&lt;p&gt;If there’s someone who absolutely will not support your goals, you need to cut them from your life.&lt;/p&gt;

&lt;p&gt;If you can’t cut them because they’re a family member or adjoined twin, you’ll have to minimize your time dealing with them.&lt;/p&gt;

&lt;p&gt;Luckily, most people are able to be brought on board.&lt;/p&gt;

&lt;p&gt;Chances are, the bulk majority of folks in your life will be in that camp.&lt;/p&gt;

&lt;p&gt;They might not be on board now, but we’ll get them there.&lt;/p&gt;

&lt;h2&gt;
  
  
  It all starts with communication.
&lt;/h2&gt;

&lt;p&gt;I’m going to use the example of your partner for the rest of this, but you can replace that word with whoever it is in your life that this episode makes you think of.&lt;/p&gt;

&lt;p&gt;It could be your mom or dad or partner or best friend. &lt;/p&gt;

&lt;p&gt;For the sake of simplicity, we’ll use partner as an example.&lt;/p&gt;

&lt;p&gt;You have to communicate you goal with your partner.&lt;/p&gt;

&lt;p&gt;You pretty much have to tell them every day until they can repeat it back to you.&lt;/p&gt;

&lt;p&gt;Sean says &lt;a href="https://overlapbook.com"&gt;it’s enough only when you hear your goal come out of their mouth&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;I haven’t tried this with my partner yet, but I will after this episode.&lt;/p&gt;

&lt;p&gt;Another thing I’m going to do is put a big personal goal tracking calendar next to our shared wall calendar. &lt;/p&gt;

&lt;p&gt;Our shared calendar is where we write all of our appointments and such.&lt;/p&gt;

&lt;p&gt;This other calendar will have my goal written at the top of it, and a space to draw a big X on every day that I do something working towards my goal.&lt;/p&gt;

&lt;p&gt;We’ll talk more about that calendar in the next post. The idea actually comes from the comedian Jerry Seinfeld.&lt;/p&gt;

&lt;p&gt;We previously talked about our list of 20 things that will get us closer to our goal.&lt;/p&gt;

&lt;p&gt;We need to do one of those each day.&lt;/p&gt;

&lt;p&gt;That’s what the calendar is for.&lt;/p&gt;

&lt;p&gt;It will also be able to remind my partner and myself what my goal is.&lt;/p&gt;

&lt;p&gt;To reinforce it, I’ll be saying it out loud to her.&lt;/p&gt;

&lt;h2&gt;
  
  
  If you can’t communicate your goal, that’s your fault.
&lt;/h2&gt;

&lt;p&gt;If your partner just doesn’t &lt;em&gt;get it&lt;/em&gt;, that’s your fault.&lt;/p&gt;

&lt;p&gt;The burden of communication is on the communicator, not the receiver.&lt;/p&gt;

&lt;p&gt;If they don’t get it, you need to find a way for them to get it.&lt;/p&gt;

&lt;p&gt;Reword it.&lt;/p&gt;

&lt;p&gt;Repeat it every day.&lt;/p&gt;

&lt;p&gt;Write it somewhere they’ll see it every day.&lt;/p&gt;

&lt;p&gt;It is your responsibility to get through to them. Don’t stop until you do.&lt;/p&gt;

&lt;p&gt;They don’t get it until they can repeat it back to you.&lt;/p&gt;

&lt;h2&gt;
  
  
  Repeating your goal back to you isn’t enough. They have to be on board.
&lt;/h2&gt;

&lt;p&gt;The best way to get someone on board with something is to invest in them first.&lt;/p&gt;

&lt;p&gt;Invest completely in your partner first.&lt;/p&gt;

&lt;p&gt;Invest in their goals. Their dreams.&lt;/p&gt;

&lt;p&gt;Sit down and find out what these things are and invest in them first.&lt;/p&gt;

&lt;p&gt;It might take weeks, months, years.&lt;/p&gt;

&lt;p&gt;It doesn’t matter.&lt;/p&gt;

&lt;p&gt;We’re not going to be selfish. We’re going to be patient.&lt;/p&gt;

&lt;p&gt;We will put everything into our partners goals until they achieve them.&lt;/p&gt;

&lt;p&gt;Then, our partners will do the same for us.&lt;/p&gt;

&lt;h2&gt;
  
  
  We’re gonna do this right.
&lt;/h2&gt;

&lt;p&gt;I just said this, but it’s worth repeating: It doesn’t matter how long it takes.&lt;/p&gt;

&lt;p&gt;If we’re going to pursue our own goals, we’re going to do it right.&lt;/p&gt;

&lt;p&gt;We want our partner on board because if they’re not, things might not turn out great.&lt;/p&gt;

&lt;p&gt;That’s not a risk we are willing to take.&lt;/p&gt;

&lt;p&gt;You might achieve your goals at the cost of your relationship.&lt;/p&gt;

&lt;p&gt;Then you won’t have them there to enjoy the success with.&lt;/p&gt;

&lt;p&gt;That’s not an acceptable outcome.&lt;/p&gt;

&lt;p&gt;We will invest in our partners until they have achieved what they want, and then they will invest in us.&lt;/p&gt;

&lt;h2&gt;
  
  
  If your partner doesn’t have goals, make sure they’re on board with yours.
&lt;/h2&gt;

&lt;p&gt;My partner has been discussing going back to school for some time, but hasn’t decided on what to study yet.&lt;/p&gt;

&lt;p&gt;When she does, I’m all in on it.&lt;/p&gt;

&lt;p&gt;I already told her I’d be willing to take on more hours so that she could work less if she has to.&lt;/p&gt;

&lt;p&gt;For her to get out of the current job and get into something better, it’s totally worth it.&lt;/p&gt;

&lt;p&gt;Until then, I’m going to keep working on my goals.&lt;/p&gt;

&lt;p&gt;If there’s something I need to do to make her goals more achievable, I’ll do it.&lt;/p&gt;

&lt;p&gt;It doesn’t matter if my goals get put on hold.&lt;/p&gt;

&lt;p&gt;We’re going to do this the right way, or not at all.&lt;/p&gt;

&lt;h2&gt;
  
  
  The last part of sharing goals is getting accountability.
&lt;/h2&gt;

&lt;p&gt;Sean points out three types of accountability:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Public&lt;/li&gt;
&lt;li&gt;Partner&lt;/li&gt;
&lt;li&gt;Personal&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;With public accountability, we tell the world what we’re up to.&lt;/p&gt;

&lt;p&gt;This could be through a blog or article like this, or a podcast.&lt;/p&gt;

&lt;p&gt;Maybe you post daily on your social media about it.&lt;/p&gt;

&lt;p&gt;That’s public accountability. &lt;/p&gt;

&lt;p&gt;It’s also a really great way to grow an audience, which we talked about in episode 13 of the No Alarms Club podcast, titled “&lt;a href="https://no-alarms-club.simplecast.com/episodes/practice-in-public"&gt;Practice In Public&lt;/a&gt;.”&lt;/p&gt;

&lt;p&gt;Partner accountability is what we’ve been talking about this whole time. Getting your partner on board, but also them holding you accountable.&lt;/p&gt;

&lt;p&gt;My partner knows when I need to get something done, she’ll do what she can to motivate me to go back into the office and do it.&lt;/p&gt;

&lt;p&gt;It’s really great.&lt;/p&gt;

&lt;p&gt;Sometimes it’s something silly like “you’re not allowed to kiss me until it’s done.”&lt;/p&gt;

&lt;p&gt;It’s a win for both of us when I finish, but it’s a lose for both of us until then.&lt;/p&gt;

&lt;p&gt;That’s how you know someone’s on board.&lt;/p&gt;

&lt;p&gt;They’re willing to be right there next to you suffering for the goal.&lt;/p&gt;

&lt;p&gt;Personal accountability is being accountable yourself.&lt;/p&gt;

&lt;p&gt;A lot of people don’t do this.&lt;/p&gt;

&lt;p&gt;I’m terrible at it.&lt;/p&gt;

&lt;p&gt;I can’t hold myself accountable for crap.&lt;/p&gt;

&lt;p&gt;I just don’t care about letting myself down.&lt;/p&gt;

&lt;p&gt;It’s fine; I’ll do it later.&lt;/p&gt;

&lt;p&gt;I say that to myself all the time.&lt;/p&gt;

&lt;p&gt;What I don’t want to do is let others down.&lt;/p&gt;

&lt;p&gt;That’s when I get motivated.&lt;/p&gt;

&lt;p&gt;That’s how most people are.&lt;/p&gt;

&lt;p&gt;We still need to learn to be help personally accountable.&lt;/p&gt;

&lt;p&gt;We need to stop letting ourselves get away with unnecessary failure.&lt;/p&gt;

&lt;p&gt;Today, we get out there and get publicly accountable.&lt;/p&gt;

&lt;p&gt;This is me being publicly accountable, right here.&lt;/p&gt;

&lt;p&gt;Don’t you dare let me stop showing up.&lt;/p&gt;

</description>
      <category>books</category>
      <category>reading</category>
      <category>notes</category>
      <category>career</category>
    </item>
    <item>
      <title>Defeat Scarcity Mindset -- Before It Kills Your Passion</title>
      <dc:creator>Garrett / G66</dc:creator>
      <pubDate>Sat, 11 Jul 2020 02:47:19 +0000</pubDate>
      <link>https://dev.to/garrett/defeat-scarcity-mindset-before-it-kills-your-passion-1gab</link>
      <guid>https://dev.to/garrett/defeat-scarcity-mindset-before-it-kills-your-passion-1gab</guid>
      <description>&lt;p&gt;Scarcity mindset is what happens when you quit your day job, put all your eggs into your Overlap, and then struggle to make money.&lt;/p&gt;

&lt;p&gt;Scarcity mindset kills your passion fast.&lt;/p&gt;

&lt;p&gt;We don’t want to be stuck in a position where we take on jobs we hate just to pay the bills.&lt;/p&gt;

&lt;p&gt;That’s why in the last post, we talked about keeping our day job until our Overlap takes over 100% of our financial needs.&lt;/p&gt;


&lt;div class="ltag__link"&gt;
  &lt;a href="/garrett" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__pic"&gt;
      &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--mFviZL43--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://media.dev.to/cdn-cgi/image/width%3D150%2Cheight%3D150%2Cfit%3Dcover%2Cgravity%3Dauto%2Cformat%3Dauto/https%253A%252F%252Fdev-to-uploads.s3.amazonaws.com%252Fuploads%252Fuser%252Fprofile_image%252F127311%252F973db5c2-aaf4-4663-ad12-737ccc518667.jpeg" alt="garrett"&gt;
    &lt;/div&gt;
  &lt;/a&gt;
  &lt;a href="/garrett/don-t-quit-your-day-job-yet-1fcl" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__content"&gt;
      &lt;h2&gt;Don’t Quit Your Day Job -- Yet&lt;/h2&gt;
      &lt;h3&gt;Garrett / G66 ・ Jul 10 '20&lt;/h3&gt;
      &lt;div class="ltag__link__taglist"&gt;
        &lt;span class="ltag__link__tag"&gt;#books&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#reading&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#notes&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#notebook&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/a&gt;
&lt;/div&gt;


&lt;p&gt;That’s the first and strongest way to defeat scarcity mindset.&lt;/p&gt;

&lt;p&gt;One thing we discussed last post is cutting your expenses so you can cut your hours to spend more time working on your day job.&lt;/p&gt;

&lt;p&gt;A response I got to that was:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;What if you can’t cut your hours?&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;It’s likely that some people will not be able to cut hours due to needing the money, even if they cut expenses. Maybe their expenses are already cut.&lt;/p&gt;

&lt;p&gt;If that’s the case, I also mentioned in that post that you can work on the Overlap before you head to your day job.&lt;/p&gt;

&lt;p&gt;For those who can’t cut their day job hours, but are able to cut expenses, I suggest you put that money into savings.&lt;/p&gt;

&lt;p&gt;It is possible that you can save up enough to quit your job outright and work full time on your Overlap to build success.&lt;/p&gt;

&lt;p&gt;Sean recommends you do this with 6 months of expenses in the bank.&lt;/p&gt;

&lt;p&gt;I was going to attempt this, but I was afraid of being sucked into scarcity mindset, so I was going to do 6 months of my current lifestyle expenses.&lt;/p&gt;

&lt;p&gt;That’s about 50% more than my living expenses.&lt;/p&gt;

&lt;p&gt;Ultimately I decided that this would put me into scarcity mindset anyway.&lt;/p&gt;

&lt;p&gt;For me, quitting my job before my Overlap is making 100% of my cost of living, even if I have 6 months of expenses in the bank, is too stressful.&lt;/p&gt;

&lt;p&gt;Stress is what puts us into scarcity mindset.&lt;/p&gt;

&lt;p&gt;We get that stress for money and we start taking on jobs we don’t want to do.&lt;/p&gt;

&lt;p&gt;Any job that will pay.&lt;/p&gt;

&lt;p&gt;Then we start compromising on price.&lt;/p&gt;

&lt;p&gt;We just need that extra $250, right?&lt;/p&gt;

&lt;p&gt;Oh, you can only pay $150? That’s fine, I guess.&lt;/p&gt;

&lt;p&gt;Then we’re burning out because we have to work 80 hours per week just to make ends meet.&lt;/p&gt;

&lt;p&gt;At this point, we’re working way more than we should, making way less than we should, and this cycle continues to repeat.&lt;/p&gt;

&lt;p&gt;This is scarcity mindset killing our passion right in front of us.&lt;/p&gt;

&lt;p&gt;We must not let this happen.&lt;/p&gt;

&lt;p&gt;Another thing Sean &lt;a href="https://overlapbook.com"&gt;recommends in this chapter&lt;/a&gt; is that you might have to put your passion on hold for a little while.&lt;/p&gt;

&lt;p&gt;If you’re in a situation where your job sucks and you’re not energized when you get home, you need to find a new job.&lt;/p&gt;

&lt;p&gt;But that takes time. Finding a job is tough.&lt;/p&gt;

&lt;p&gt;This is the time to put your passion on hold.&lt;/p&gt;

&lt;p&gt;This is the time you need to spend your extra hours on looking for a new job.&lt;/p&gt;

&lt;p&gt;Maybe you’re unqualified for anything else.&lt;/p&gt;

&lt;p&gt;Use that time to pick up a new skill in a new industry.&lt;/p&gt;

&lt;p&gt;It sucks to put your passion on hold, but sometimes it’s the right thing to do.&lt;/p&gt;

&lt;p&gt;Sometimes it’s the only way to keep your passion alive.&lt;/p&gt;

&lt;p&gt;Sometimes it’s the only way to &lt;a href="https://no-alarms-club.simplecast.com/episodes/defeat-scarcity-mindset"&gt;beat scarcity mindset&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>books</category>
      <category>reading</category>
      <category>notes</category>
      <category>career</category>
    </item>
    <item>
      <title>Don’t Quit Your Day Job -- Yet</title>
      <dc:creator>Garrett / G66</dc:creator>
      <pubDate>Fri, 10 Jul 2020 03:37:42 +0000</pubDate>
      <link>https://dev.to/garrett/don-t-quit-your-day-job-yet-1fcl</link>
      <guid>https://dev.to/garrett/don-t-quit-your-day-job-yet-1fcl</guid>
      <description>&lt;p&gt;This starts Part II - Protect Your Passion.&lt;/p&gt;

&lt;p&gt;The quickest way to lose your passion is to jump in too quickly.&lt;/p&gt;

&lt;p&gt;Monetizing your passion too early is going to kill it.&lt;/p&gt;

&lt;p&gt;I’ve experienced this myself multiple times.&lt;/p&gt;


&lt;div class="ltag__link"&gt;
  &lt;a href="/garrett" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__pic"&gt;
      &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--mFviZL43--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://media.dev.to/cdn-cgi/image/width%3D150%2Cheight%3D150%2Cfit%3Dcover%2Cgravity%3Dauto%2Cformat%3Dauto/https%253A%252F%252Fdev-to-uploads.s3.amazonaws.com%252Fuploads%252Fuser%252Fprofile_image%252F127311%252F973db5c2-aaf4-4663-ad12-737ccc518667.jpeg" alt="garrett"&gt;
    &lt;/div&gt;
  &lt;/a&gt;
  &lt;a href="/garrett/don-t-worry-about-what-people-think-they-re-losing-anyway-32nb" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__content"&gt;
      &lt;h2&gt;Don't Worry About What People Think - They're Losing Anyway&lt;/h2&gt;
      &lt;h3&gt;Garrett / G66 ・ Jul 8 '20&lt;/h3&gt;
      &lt;div class="ltag__link__taglist"&gt;
        &lt;span class="ltag__link__tag"&gt;#reading&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#books&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#notes&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#career&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/a&gt;
&lt;/div&gt;


&lt;p&gt;I didn’t know that was the problem at the time, and it took &lt;a href="https://overlapbook.com"&gt;reading this book&lt;/a&gt; more than once to realize it.&lt;/p&gt;

&lt;p&gt;Before we turn our passion into a full-time job, we need to make sure we have a full-time job during the growth phase.&lt;/p&gt;

&lt;p&gt;The growth phase is the part of &lt;a href="https://no-alarms-club.simplecast.com/episodes/dont-quit-your-day-job"&gt;our Passion-To-Career path&lt;/a&gt; where our passion isn’t able to pay for 100% of our financial needs.&lt;/p&gt;

&lt;h2&gt;
  
  
  We need to have a day job that covers 100% of our financial needs.
&lt;/h2&gt;

&lt;p&gt;There are a couple ways that I have found to speed this up.&lt;/p&gt;

&lt;h3&gt;
  
  
  First, get good at your day job.
&lt;/h3&gt;

&lt;p&gt;You need to be productive enough to keep your bosses happy.&lt;/p&gt;

&lt;p&gt;The more you can get done in less time, the better.&lt;/p&gt;

&lt;h3&gt;
  
  
  Second, you need to cut your financial needs.
&lt;/h3&gt;

&lt;p&gt;Cut out any extra spending. Cut out any subscriptions you don’t need.&lt;/p&gt;

&lt;p&gt;I realized today I’ve been paying for Apple Arcade for a while but haven’t touched any of the games in at least a month.&lt;/p&gt;

&lt;p&gt;I canceled it.&lt;/p&gt;

&lt;p&gt;That’s another $15 per month going back into my bank account.&lt;/p&gt;

&lt;p&gt;My partner got me a coffee maker that can make up to 12 cups of coffee at once.&lt;/p&gt;

&lt;p&gt;It says 12 cups but they mean literal cups, so it really makes about 6 coffee mugs of coffee for me.&lt;/p&gt;

&lt;p&gt;That’s great and it’s a way cheaper coffee maker than the Keurig I was using before.&lt;/p&gt;

&lt;p&gt;Plus, with working from home since the COVID situation, I don’t go to Starbucks near as much anymore.&lt;/p&gt;

&lt;p&gt;In fact, I don’t really go anywhere right now if I can help it.&lt;/p&gt;

&lt;h3&gt;
  
  
  The third thing to do is cut hours.
&lt;/h3&gt;

&lt;p&gt;I’m lucky enough to have a boss that’s cool with this.&lt;/p&gt;

&lt;p&gt;The trick is to make sure you’re still getting enough work done to keep the bosses satisfied.&lt;/p&gt;

&lt;p&gt;After cutting expenses, I figured out I could work 30 hours per week and still pay all my bills.&lt;/p&gt;

&lt;p&gt;I’m not putting as much money into savings as I was before, but this is getting me closer to where I really want to be in life.&lt;/p&gt;

&lt;p&gt;It’s given me extra time to focus on my Overlap.&lt;/p&gt;

&lt;p&gt;This is not something Sean mentions in the book — Cutting hours. At least not so far.&lt;/p&gt;

&lt;p&gt;He does say it’s important to make sure your day job covers 100% of your financial needs and that you are putting absolutely no financial stress on your Overlap.&lt;/p&gt;

&lt;p&gt;I agree with this and I’m making sure my day job and Overlap abide by those rules.&lt;/p&gt;

&lt;p&gt;Something Sean mentions in this chapter that I don’t agree with is that your Overlap and your day job can not have any sort of cross over.&lt;/p&gt;

&lt;h2&gt;
  
  
  He says your day job and your overlap need to be completely different.
&lt;/h2&gt;

&lt;p&gt;I understand what he’s saying, and why, but I don’t agree it’s the case.&lt;/p&gt;

&lt;p&gt;Something he says about this is,&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;If you come home from your day job bursting at the seams with energy for pursuing what you’re passionate about, that’s the right day job. The right day job will charge you for your passion. The wrong one will drain you and deplete the kind of energy you need. Are you coming home exhausted, or are you coming home charged up and excited to work on your side projects? That’s how you know.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;I can not agree with that more.&lt;/p&gt;

&lt;p&gt;It has nothing to do with the industry you’re in and you’re overlapping to.&lt;/p&gt;

&lt;p&gt;I have known plenty of people who did a day job and overlapped to the same thing.&lt;/p&gt;

&lt;p&gt;They did it successfully without issues.&lt;/p&gt;

&lt;p&gt;I have done it myself in the past.&lt;/p&gt;

&lt;p&gt;What’s important is what he says in the quote above.&lt;/p&gt;

&lt;h2&gt;
  
  
  Are you coming home charged or not?
&lt;/h2&gt;

&lt;p&gt;Regardless of industries, if you’re not coming home from your day job motivated to work on your Overlap, something has to change.&lt;/p&gt;

&lt;p&gt;Right now, I’m writing this after my day job.&lt;/p&gt;

&lt;p&gt;I don’t want to be, really.&lt;/p&gt;

&lt;p&gt;I mean I’m enjoying it while I do it, but it took me a while to get started.&lt;/p&gt;

&lt;p&gt;I really didn’t want to do it today.&lt;/p&gt;

&lt;p&gt;But I have a totally different day job than my Overlap for the most part.&lt;/p&gt;

&lt;p&gt;Though much of my day job is marketing and much of making an Overlap successful is marketing so those two things have quite a bit of crossover.&lt;/p&gt;

&lt;p&gt;The thing is, I’m still motivated to do this and I’m still sitting here happily typing way because I’m motivated to succeed.&lt;/p&gt;

&lt;p&gt;I love my day job, but I love helping people in need even more.&lt;/p&gt;

&lt;p&gt;I’m going to become a &lt;a href="https://yoursecure.life/"&gt;privacy consultant&lt;/a&gt; and &lt;a href="https://garrettmickley.com/google-dorking/"&gt;OSINT investigator&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;I’m going to &lt;a href="https://www.tracelabs.org/"&gt;help find missing persons&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;I’m going to &lt;a href="https://safeescape.org/"&gt;help victims of abuse escape their abusers&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;This is what drives me to write every day.&lt;/p&gt;

&lt;p&gt;This is what drives me to record my podcasts.&lt;/p&gt;

&lt;p&gt;I’m charged.&lt;/p&gt;

&lt;p&gt;If you’re not charged by your day job, try working on your Overlap in the mornings before you go to your day job.&lt;/p&gt;

&lt;p&gt;Be careful that this doesn’t negatively affect your day job.&lt;/p&gt;

&lt;p&gt;My best piece of advice is to find ways to make your day job improve your life skills that will affect your Overlap.&lt;/p&gt;

&lt;h2&gt;
  
  
  Sometimes the dislike for your job is just a mindset problem.
&lt;/h2&gt;

&lt;p&gt;I have found it helps a lot to view your job as a paid learning experience.&lt;/p&gt;

&lt;p&gt;Find ways to spend as much time at work practicing something that benefits your Overlap.&lt;/p&gt;

&lt;p&gt;And again, as Sean says, if you’re not coming home charged to work on your Overlap, you need to get a new day job.&lt;/p&gt;

&lt;h2&gt;
  
  
  Don’t let the golden handcuffs get you.
&lt;/h2&gt;

&lt;p&gt;You might be like me and have a great day job.&lt;/p&gt;

&lt;p&gt;I know my job well.&lt;/p&gt;

&lt;p&gt;I’m productive and happy. I like who I work with.&lt;/p&gt;

&lt;p&gt;I like what I do.&lt;/p&gt;

&lt;p&gt;I don’t have the best benefits in the world, but they’re good enough that I’m happy.&lt;/p&gt;

&lt;p&gt;I’m wearing golden handcuffs.&lt;/p&gt;

&lt;p&gt;Realistically, I could do this for the rest of my life.&lt;/p&gt;

&lt;p&gt;I could put my head down and get to work for the next 35 years getting better and better at this.&lt;/p&gt;

&lt;p&gt;There isn’t really a salary cap for me. &lt;/p&gt;

&lt;p&gt;The more money I can make the organization, the more money I can make myself.&lt;/p&gt;

&lt;p&gt;The thing is, I’m not in it for the money.&lt;/p&gt;

&lt;p&gt;Well, I am, right now.&lt;/p&gt;

&lt;p&gt;Like I said earlier: I’m going to be a privacy consultant.&lt;/p&gt;

&lt;p&gt;I’m going to be an OSINT investigator.&lt;/p&gt;

&lt;p&gt;I’m going to help find missing persons.&lt;/p&gt;

&lt;p&gt;I’m going to help victims of abuse escape their abusers.&lt;/p&gt;

&lt;p&gt;I can’t settle for the golden handcuffs.&lt;/p&gt;

&lt;p&gt;I want to help people in need.&lt;/p&gt;

</description>
      <category>books</category>
      <category>reading</category>
      <category>notes</category>
      <category>notebook</category>
    </item>
    <item>
      <title>Don't Worry About What People Think - They're Losing Anyway</title>
      <dc:creator>Garrett / G66</dc:creator>
      <pubDate>Wed, 08 Jul 2020 22:08:20 +0000</pubDate>
      <link>https://dev.to/garrett/don-t-worry-about-what-people-think-they-re-losing-anyway-32nb</link>
      <guid>https://dev.to/garrett/don-t-worry-about-what-people-think-they-re-losing-anyway-32nb</guid>
      <description>&lt;p&gt;The people that are closest to you are your spouse, some family members, and probably your best friends.&lt;/p&gt;

&lt;p&gt;Let's say you live with your spouse.&lt;/p&gt;

&lt;p&gt;You two spend only about 4 to 5 percent of your waking lives together.&lt;/p&gt;

&lt;p&gt;Your best friends and even some of your closest family members get 1% of your waking life if they’re lucky.&lt;/p&gt;

&lt;p&gt;Really think about this: if any of them don’t believe in you, how much of your life does that affect?&lt;/p&gt;

&lt;p&gt;A minuscule amount.&lt;/p&gt;

&lt;p&gt;So why bother being upset about it?&lt;/p&gt;

&lt;h2&gt;
  
  
  Prove them wrong.
&lt;/h2&gt;

&lt;p&gt;Darren Hardy says there are usually one or more of five motivations when we set a goal: for our self worth, for our family, for contribution to society or community, revenge on someone else, or disgust with the situation.&lt;/p&gt;

&lt;p&gt;If there’s someone crapping on your goals, use revenge to show them you were right all along.&lt;/p&gt;

&lt;p&gt;You’re the only person who lives 100% of your life. &lt;/p&gt;

&lt;p&gt;Do what you want with it, &lt;a href="https://no-alarms-club.simplecast.com/episodes/dont-worry-about-what-people-think"&gt;not what other people want&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  Setting a goal.
&lt;/h2&gt;

&lt;p&gt;There are lots of ways to set goals and we’ll get more into that later, but right now I want to share &lt;a href="https://overlapbook.com"&gt;a goal Sean mentions in this chapter&lt;/a&gt;.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;I am going to buy a Lamborghini in cash and I’m going to buy it when the price represents only 10 percent of my money.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;This is a pretty cool goal. Not because of the car. I don’t care about the car.&lt;/p&gt;

&lt;p&gt;What’s cool is how specific it is.&lt;/p&gt;

&lt;p&gt;He knows how much the car costs. $400,000.&lt;/p&gt;

&lt;p&gt;That’s 10% of $4,000,000 so he knows exactly how much money he needs to have before he buys the car.&lt;/p&gt;

&lt;p&gt;And the car is the motivation because it’s a car he’s wanted since he was young.&lt;/p&gt;

&lt;p&gt;This is what motivates Sean every day.&lt;/p&gt;

&lt;p&gt;What we need to do is find our motivation and set specific goals.&lt;/p&gt;

&lt;h2&gt;
  
  
  A million dollars is not a lot of money.
&lt;/h2&gt;

&lt;p&gt; &lt;br&gt;
Something Sean says a lot is&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;A million dollars is not a lot of money.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;He says we need to get over thinking that it is.&lt;/p&gt;

&lt;p&gt;No one in my family makes that much money. &lt;/p&gt;

&lt;p&gt;I think my cousin’s husband might have that much as his total net worth.&lt;/p&gt;

&lt;p&gt;If anyone in my family does, it’s him.&lt;/p&gt;

&lt;p&gt;But otherwise, no one in my family has close to $1,000,000.&lt;/p&gt;

&lt;p&gt;So it’s a lot of money, right?&lt;/p&gt;

&lt;p&gt;Not really.&lt;/p&gt;

&lt;p&gt;I realized this years ago before I started listening to Sean when Facebook bought WhatsApp for 19 Billion Dollars in 2014.&lt;/p&gt;

&lt;p&gt;I had barely even heard of WhatsApp and I didn’t know anyone who used it.&lt;/p&gt;

&lt;p&gt;But Facebook bought it for 19 billion dollars.&lt;/p&gt;

&lt;p&gt;A million dollars was no longer a lot of money in my eyes.&lt;/p&gt;

&lt;p&gt;At this point, a billion isn’t even that big to me.&lt;/p&gt;
&lt;h2&gt;
  
  
  The next 20 days of our life.
&lt;/h2&gt;

&lt;p&gt;Sean wants us to go back to that list we made. &lt;/p&gt;


&lt;div class="ltag__link"&gt;
  &lt;a href="/garrett" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__pic"&gt;
      &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--mFviZL43--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://media.dev.to/cdn-cgi/image/width%3D150%2Cheight%3D150%2Cfit%3Dcover%2Cgravity%3Dauto%2Cformat%3Dauto/https%253A%252F%252Fdev-to-uploads.s3.amazonaws.com%252Fuploads%252Fuser%252Fprofile_image%252F127311%252F973db5c2-aaf4-4663-ad12-737ccc518667.jpeg" alt="garrett"&gt;
    &lt;/div&gt;
  &lt;/a&gt;
  &lt;a href="/garrett/set-a-big-goal-and-make-it-uncomfortably-big-28m" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__content"&gt;
      &lt;h2&gt;Set A Big Goal (And Make It Uncomfortably Big)&lt;/h2&gt;
      &lt;h3&gt;Garrett / G66 ・ Jul 4 '20&lt;/h3&gt;
      &lt;div class="ltag__link__taglist"&gt;
        &lt;span class="ltag__link__tag"&gt;#books&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#reading&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#notes&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#notebook&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/a&gt;
&lt;/div&gt;


&lt;p&gt;We’re going to pick one goal.&lt;/p&gt;

&lt;p&gt;Just one.&lt;/p&gt;

&lt;p&gt;We need to pick the one that would make the most impact on our life right now.&lt;/p&gt;

&lt;p&gt;If you could snap your fingers and a goal would be complete, which one would you pick? Which of those would improve your life the most?&lt;/p&gt;

&lt;p&gt;Highlight it, underline it, bold it. Do whatever you need to do to make it stand out.&lt;/p&gt;

&lt;p&gt;Now make a new note. Put it at the top of the note with the date. Not today. One year from today.&lt;/p&gt;

&lt;p&gt;We’re going to complete this goal in one year.&lt;/p&gt;

&lt;p&gt;Make a bulleted list of 20 bullets. Each one is going to be something you can do every day to make that goal a reality.&lt;/p&gt;

&lt;p&gt;It’s going to be tough to come up with 20 things. Do it anyway.&lt;/p&gt;

&lt;p&gt;If you can’t come up with 20, come up with 30.&lt;/p&gt;

&lt;p&gt;Really stretch yourself to come up with your list of things to do.&lt;/p&gt;

&lt;p&gt;Then, every day, you’re going to do one of those things.&lt;/p&gt;

&lt;p&gt;I wish Sean had included an example list here.&lt;/p&gt;

&lt;p&gt;The thing about this list is that in 20 days we’re going to have these things done and be that much closer to our goal.&lt;/p&gt;

&lt;h2&gt;
  
  
  Rinse and repeat.
&lt;/h2&gt;

&lt;p&gt;This is what separates us from everyone else.&lt;br&gt;
 &lt;br&gt;
We have a goal. We have a plan. We have tasks to accomplish every day.&lt;/p&gt;

&lt;p&gt; We know where we’re headed and they don’t.&lt;/p&gt;

</description>
      <category>reading</category>
      <category>books</category>
      <category>notes</category>
      <category>career</category>
    </item>
  </channel>
</rss>
