

<feed xmlns="http://www.w3.org/2005/Atom">
  <id>https://mitchcraver.com/</id>
  <title>Mitch Craver</title>
  <subtitle>A Mac Admin and programmer sharing throughts and learnings on all sorts of topics.</subtitle>
  <updated>2024-05-31T17:10:26-07:00</updated>
  <author>
    <name>Mitch Craver</name>
    <uri>https://mitchcraver.com/</uri>
  </author>
  <link rel="self" type="application/atom+xml" href="https://mitchcraver.com/feed.xml"/>
  <link rel="alternate" type="text/html" hreflang="en"
    href="https://mitchcraver.com/"/>
  <generator uri="https://jekyllrb.com/" version="4.3.3">Jekyll</generator>
  <rights> © 2024 Mitch Craver </rights>
  <icon>/assets/img/favicons/favicon.ico</icon>
  <logo>/assets/img/favicons/favicon-96x96.png</logo>


  
  <entry>
    <title>I'm quitting Duolingo after 748 days</title>
    <link href="https://mitchcraver.com/2024/05/31/i-am-quitting-duolingo-after-748-days" rel="alternate" type="text/html" title="I&amp;apos;m quitting Duolingo after 748 days" />
    <published>2024-05-31T17:00:00-07:00</published>
  
    <updated>2024-05-31T17:00:00-07:00</updated>
  
    <id>https://mitchcraver.com/2024/05/31/i-am-quitting-duolingo-after-748-days</id>
    <content src="https://mitchcraver.com/2024/05/31/i-am-quitting-duolingo-after-748-days" />
    <author>
      <name>Mitch Craver</name>
    </author>

  
    
    <category term="language" />
    
    <category term="learning" />
    
  

  
    <summary>
      





      

It’s been fun, Duo

After dedicating over two years (748 days) to learning Spanish using Duolingo, I’ve decided that I’m done.

While I’ve learned a lot and made good progress, I’m just not feeling it anymore–the excitement has dried up and my motivation has disappeared. Using Duolingo feels more like a chore and paying for Super makes it even more frustrating.

Even though I would complete a...
    </summary>
  

  </entry>

  
  <entry>
    <title>Sorting Months by Fiscal Year in R: A Simple Solution</title>
    <link href="https://mitchcraver.com/2024/05/16/sorting-months-by-fiscal-year-in-r-a-simple-solution" rel="alternate" type="text/html" title="Sorting Months by Fiscal Year in R: A Simple Solution" />
    <published>2024-05-16T12:43:00-07:00</published>
  
    <updated>2024-05-17T09:04:25-07:00</updated>
  
    <id>https://mitchcraver.com/2024/05/16/sorting-months-by-fiscal-year-in-r-a-simple-solution</id>
    <content src="https://mitchcraver.com/2024/05/16/sorting-months-by-fiscal-year-in-r-a-simple-solution" />
    <author>
      <name>Mitch Craver</name>
    </author>

  
    
    <category term="r" />
    
    <category term="programming" />
    
  

  
    <summary>
      





      Today, I worked with a dataset containing month numbers and corresponding values, and when sorted by month number, it gives the expected 1-12 order. However, this data needed to be sorted using fiscal year calendar (7, 8, 9, 10, 11, 12, 1, 2, 3, 4, 5, 6).

I had to go back and think about how to sort months for fiscal years all over again. If you are trying to custom sort months for fiscal year...
    </summary>
  

  </entry>

  
  <entry>
    <title>My 2024 Reading List</title>
    <link href="https://mitchcraver.com/2024/04/11/my-2024-reading-list" rel="alternate" type="text/html" title="My 2024 Reading List" />
    <published>2024-04-11T06:30:00-07:00</published>
  
    <updated>2024-04-11T06:30:00-07:00</updated>
  
    <id>https://mitchcraver.com/2024/04/11/my-2024-reading-list</id>
    <content src="https://mitchcraver.com/2024/04/11/my-2024-reading-list" />
    <author>
      <name>Mitch Craver</name>
    </author>

  
    
    <category term="Books" />
    
    <category term="Reading List" />
    
  

  
    <summary>
      





      

In no particular order, here is my reading list for this year (next 6 months?).


  The Four Agreements (Don Miguel Ruiz)
  Accelerate (John P Kotter)
  Nudge (Richard H Thaler &amp;amp; Cass R. Sunstein)
  Alchemy: The Dark Art and Curious Science of Creating Magic in Brands, Business, and Life (Rory Sutherland)
  Decisive (Chip Heath &amp;amp; Dan Heath)
  Outsmart Your Brain (Daniel T Willingham)
...
    </summary>
  

  </entry>

  
  <entry>
    <title>Running Local LLMs with Ollama</title>
    <link href="https://mitchcraver.com/2024/04/10/running-local-llms-with-ollama" rel="alternate" type="text/html" title="Running Local LLMs with Ollama" />
    <published>2024-04-10T09:43:00-07:00</published>
  
    <updated>2024-04-10T10:37:26-07:00</updated>
  
    <id>https://mitchcraver.com/2024/04/10/running-local-llms-with-ollama</id>
    <content src="https://mitchcraver.com/2024/04/10/running-local-llms-with-ollama" />
    <author>
      <name>Mitch Craver</name>
    </author>

  
    
    <category term="AI" />
    
    <category term="LLM" />
    
  

  
    <summary>
      





      When I first started working with LLMs, my concern was the amount of data being sent up to a big company who would invest the data to make more recommendations. A big concern I had was also related to people send up PII or sensitive information without realizing that every request is saved and could potentially be used in a response to another user.



After digging through some articles and wa...
    </summary>
  

  </entry>

  
  <entry>
    <title>Generate Word Count and Reading Time for Posts in Rails</title>
    <link href="https://mitchcraver.com/2023/03/17/generate-word-count-and-reading-time-for-posts-in-rails" rel="alternate" type="text/html" title="Generate Word Count and Reading Time for Posts in Rails" />
    <published>2023-03-17T17:12:00-07:00</published>
  
    <updated>2023-03-17T17:12:00-07:00</updated>
  
    <id>https://mitchcraver.com/2023/03/17/generate-word-count-and-reading-time-for-posts-in-rails</id>
    <content src="https://mitchcraver.com/2023/03/17/generate-word-count-and-reading-time-for-posts-in-rails" />
    <author>
      <name>Mitch Craver</name>
    </author>

  
    
    <category term="programming" />
    
    <category term="rails" />
    
  

  
    <summary>
      





      A few weeks ago, I watched a video from Dean at Deanin on YouTube where he showed how to use StimulusJS to generate reading times for posts/articles in his demo application.



In his video, he used a split method to get the number of words in the article. He then divided that number by 265, which is an approximation for the number of words adult humans can read in one minute.

According to var...
    </summary>
  

  </entry>

</feed>


