<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:base="http://catswhisker.xyz/">
  <id>http://catswhisker.xyz/</id>
  <title>Atom Feed for 'knitting' Articles</title>
  <updated>2026-02-02T20:21:28Z</updated>
  <link rel="alternate" href="http://catswhisker.xyz/" type="text/html"/>
  <link rel="self" href="http://catswhisker.xyz/tags/knitting/atom.xml" type="application/atom+xml"/>
  <author>
    <name>A. Cynic</name>
    <uri>http://catswhisker.xyz/about/</uri>
  </author>
  <entry>
    <id>tag:catswhisker.xyz,2024-03-04:/log/2024/3/4/i_ran_40km_and_knit_a_hat_for_my_40th_birthday/</id>
    <title type="html">I ran 40km and knit a hat for my 40th birthday</title>
    <published>2024-03-04T23:57:24Z</published>
    <updated>2026-02-02T20:21:28Z</updated>
    <link rel="alternate" href="http://catswhisker.xyz/log/2024/3/4/i_ran_40km_and_knit_a_hat_for_my_40th_birthday/" type="text/html"/>
    <content type="html">&lt;div class="paragraph"&gt;
&lt;p&gt;For my 40th birthday I decided to run just over a mile (1.66km) every hour for 24 hours for a total of 40km (almost 25 miles) from midnight to midnight.
This challenge is inspired by Beau Miles' video &lt;a href="https://www.youtube.com/watch?v=EvT5XS7j-Dc"&gt;"Running a marathon, one mile every hour"&lt;/a&gt;, where he ran 26 miles in 24 hours and did various chores between miles. But instead of chores my goal was to knit an entire cabled hat between laps. The hat pattern I decided to knit is &lt;a href="https://knitty.com/ISSUEdf14/PATTulijhan/PATTulijhan.php"&gt;Uljhan by Shweta Shankar Khatri&lt;/a&gt;, a two-color cabled worsted weight hat.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="imageblock"&gt;
&lt;div class="content"&gt;
&lt;a class="image" href="photos/hat23.jpg"&gt;&lt;img src="/log/2024/3/4/i_ran_40km_and_knit_a_hat_for_my_40th_birthday/photos/hat23.jpg" alt="finished hat"&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;div class="title"&gt;Figure 1. Finished hat&lt;/div&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;When my sister and brother-in-law heard about my plan, they bought me 24 snacks. They wrote the name of each snack on a card. After each lap, I drew one of the cards at random and at whatever it said. That was my calories sorted.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;To measure the effects of sleep deprivation I also did one round of &lt;a href="https://lichess.org/storm"&gt;Puzzle Storm&lt;/a&gt; on lichess after each lap every hour&amp;#8201;&amp;#8212;&amp;#8201;it is a game where you solve as many easy (but progressively harder) chess puzzles as you can in 3 minutes. I usually consider a Puzzle Storm score of over 30 to mean I&amp;#8217;m feeling sharp (my all-time high is 39), anything between 20-30 is normal, and if I score below 20 I know I&amp;#8217;m too tired to be trying to play chess.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;I had expected the lack of sleep to be the most difficult part of the challenge. I&amp;#8217;m someone who generally operates on a solid 9 or 10 hours of sleep per day. But it was surprisingly not an issue. Looking at the Puzzle Storm sparkline chart below, there&amp;#8217;s not a pattern corresponding to tiredness. The only naps I took were between 4am and 7am, and those totaled less than an hour together. I think having the knitting to concentrate on (&amp;#8220;just get one row done&amp;#8221;) was enough to distract my mind from sleep.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="sect1"&gt;
&lt;h2 id="_data"&gt;Data&lt;/h2&gt;
&lt;div class="sectionbody"&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;Explore the results with the interactive dashboard below (use arrow keys or the buttons to go to progress between hours). Full-screen version &lt;a href="verbatim/index.html"&gt;here&lt;/a&gt;. Click photos for larger versions.&lt;/p&gt;
&lt;/div&gt;
&lt;iframe style="max-width: 1000px; width: 94vw; height: 99vh" src="verbatim/index.html" frameborder="0"&gt;&lt;/iframe&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="sect1"&gt;
&lt;h2 id="_colophon"&gt;Colophon&lt;/h2&gt;
&lt;div class="sectionbody"&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;For details on the hat pattern, see my project on Ravelry: &lt;a href="https://www.ravelry.com/projects/cristoperb/uljhan-beanie"&gt;40km Birthday Beanie&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;The dashboard I made from notes I took during each lap. I converted the notes to a JSON array of objects, and then used my usual approach of write an es6 class to store the state and a bunch of DOM references for each component. It is a technique somewhere between the spaghetti of storing state directly in DOM everywhere and using some &amp;#8220;modern&amp;#8221; framework like vue/react that I usually settle on for small projects (and sometimes big projects).&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;You can see all the data and javascript here: &lt;a href="https://catswhisker.xyz/log/2024/3/4/i_ran_40km_and_knit_a_hat_for_my_40th_birthday/verbatim/dashboard.js"&gt;dashboard.js&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;It took me almost two years to get around to converting my notes into the interactive dashboard. I finally asked an LLM to prototype something up, and even my local model (qwen3-30b-a3b) got something working and fun almost immediately! I didn&amp;#8217;t use the code it generated in the end, but it was enough to get me motivated to work on my own version. I also had it give me examples of the card flip animation and SVG sparklines that I based my code on.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;</content>
    <summary type="html">For my 40th birthday I decided to run over a mile every hour for 24 hours. And knit a hat. And do 600 chess puzzles.</summary>
  </entry>
  <entry>
    <id>tag:catswhisker.xyz,2024-01-01:/log/2023/12/31/fo_roundup_2023/</id>
    <title type="html">Things I made in 2023: A Year of Knits, Crochet, and 3D Creations</title>
    <published>2024-01-01T00:36:34Z</published>
    <updated>2024-01-01T00:36:34Z</updated>
    <link rel="alternate" href="http://catswhisker.xyz/log/2023/12/31/fo_roundup_2023/" type="text/html"/>
    <content type="html">&lt;div class="paragraph"&gt;
&lt;p&gt;I have continued to knit in 2023, and I also reminded myself how to crochet.
As usual, check the Ravelry link for the pattern, more photos, and more details of each project.
You can view all 13 of the projects mentioned below at once: &lt;a href="https://www.ravelry.com/projects/cristoperb?set=&amp;amp;page=&amp;amp;search=&amp;amp;sort=completed_%20status_changed_&amp;amp;view=thumbnail&amp;amp;years%5B%5D=2023"&gt;2023 Projects on Ravelry&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;Click any of the images below for bigger versions.
And as always, thank you to my sister for making everything look better with her modeling and photography!&lt;/p&gt;
&lt;/div&gt;
&lt;div id="toc" class="toc"&gt;
&lt;div id="toctitle" class="title"&gt;Table of Contents&lt;/div&gt;
&lt;ul class="sectlevel1"&gt;
&lt;li&gt;&lt;a href="#_beware_the_mighty_septopus"&gt;Beware the Mighty Septopus!&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#_pom_poms"&gt;Pom poms&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#_the_big_projects"&gt;The big projects&lt;/a&gt;
&lt;ul class="sectlevel2"&gt;
&lt;li&gt;&lt;a href="#_chollas_bahama_blanket"&gt;Cholla&amp;#8217;s Bahama Blanket&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#_oceanspray_shawl"&gt;Oceanspray Shawl&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#_the_book_exchange_book_exchange_cardigan"&gt;The Book Exchange Book Exchange Cardigan&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href="#_crochet"&gt;Crochet&lt;/a&gt;
&lt;ul class="sectlevel2"&gt;
&lt;li&gt;&lt;a href="#_doilies"&gt;Doilies!&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#_yellow_hex_christmas_stocking"&gt;Yellow Hex Christmas Stocking&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href="#_bonus_3d_prints"&gt;Bonus: 3D Prints&lt;/a&gt;
&lt;ul class="sectlevel2"&gt;
&lt;li&gt;&lt;a href="#_print_in_place"&gt;Print-in-place&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#_card_kit"&gt;Card kit&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#_vase_mode"&gt;Vase mode&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#_cookie_cutters"&gt;Cookie cutters&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href="#_up_next"&gt;Up next&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div class="sect1"&gt;
&lt;h2 id="_beware_the_mighty_septopus"&gt;Beware the Mighty Septopus!&lt;/h2&gt;
&lt;div class="sectionbody"&gt;
&lt;div class="imageblock"&gt;
&lt;div class="content"&gt;
&lt;a class="image" href="verbatim/close.jpg"&gt;&lt;img src="/log/2023/12/31/fo_roundup_2023/verbatim/close-small.jpg" alt="close small"&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="imageblock"&gt;
&lt;div class="content"&gt;
&lt;a class="image" href="verbatim/mittens_tea.jpg"&gt;&lt;img src="/log/2023/12/31/fo_roundup_2023/verbatim/mittens_tea.jpg" alt="mittens tea"&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;
&lt;div class="imageblock"&gt;
&lt;div class="content"&gt;
&lt;a class="image" href="verbatim/front-back.jpg"&gt;&lt;img src="/log/2023/12/31/fo_roundup_2023/verbatim/front-back-fade.gif" alt="front back fade" style="clip-path: ellipse(141px 152px at center center);shape-outside: ellipse(140px 153px at center center);float: left;margin-left: -20px;width: 60%;"&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/p&gt;
&lt;/div&gt;
&lt;div class="openblock float-group"&gt;
&lt;div class="content"&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;At the end of &lt;a href="/log/2022/12/31/fo_roundup_2022/"&gt;last year&amp;#8217;s roundup&lt;/a&gt; I had finished a single octopus colorwork mitten for my sister.
I finished the pair, and also a sweater to go with them!&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;Both cephalopod designs (the mittens by Emily Peters and the sweater by Maia E. Sirnes) feature tentacles that wrap around the entire piece.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="openblock float-group"&gt;
&lt;div class="content"&gt;
&lt;div class="imageblock right"&gt;
&lt;div class="content"&gt;
&lt;a class="image" href="verbatim/mittens_lining.jpg"&gt;&lt;img src="/log/2023/12/31/fo_roundup_2023/verbatim/mittens_lining_small.jpg" alt="mittens lining small"&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;I lined the mittens with polar fleece&amp;#8201;&amp;#8212;&amp;#8201;which was the first and, unfortunately, last thing I used my sewing machine for in 2023.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="imageblock right"&gt;
&lt;div class="content"&gt;
&lt;a class="image" href="verbatim/mittens_snow.jpg"&gt;&lt;img src="/log/2023/12/31/fo_roundup_2023/verbatim/mittens_snow_small.jpg" alt="mittens snow small"&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;For both pieces I managed the floats using &lt;a href="https://ysolda.com/blogs/journal/ladderback-jacquard-tutorial"&gt;ladderback jacquard&lt;/a&gt;.
The small mittens were a good practice for the sweater. In both projects I started the ladders using the lifted increase method, but those are visible in several places on the rightside of the sweater and I wish I had tried using the backwards loop cast on method mentioned in the ysolda tutorial (linked above).&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="imageblock"&gt;
&lt;div class="content"&gt;
&lt;a class="image" href="verbatim/blocked_insideout_back.jpg"&gt;&lt;img src="/log/2023/12/31/fo_roundup_2023/verbatim/blocked_insideout_back_small.jpg" alt="blocked insideout back small"&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;div class="title"&gt;The inside of the sweater showing my ad hoc ladderbacks&lt;/div&gt;
&lt;/div&gt;
&lt;div class="ulist"&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Ravelry Project: &lt;a href="https://www.ravelry.com/projects/cristoperb/embrace-octopus-sweater"&gt;Mindy&amp;#8217;s Mighty Septopus&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Ravelry Project: &lt;a href="https://www.ravelry.com/projects/cristoperb/octopus-mittens"&gt;Octopus Mittens&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="sect1"&gt;
&lt;h2 id="_pom_poms"&gt;Pom poms&lt;/h2&gt;
&lt;div class="sectionbody"&gt;
&lt;div class="imageblock"&gt;
&lt;div class="content"&gt;
&lt;a class="image" href="verbatim/ogo.jpg"&gt;&lt;img src="/log/2023/12/31/fo_roundup_2023/verbatim/ogo_small.jpg" alt="ogo small"&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;Before finishing the mittens and sweater, I made a couple of beanies out of a single skein of closeout ($3) acrylic yarn.
(The hat on the left in the photo is Snap by Tin Can Knits which I made as a beta tester for &lt;a href="https://tincanknits.com/app"&gt;their new app&lt;/a&gt;)&lt;/p&gt;
&lt;/div&gt;
&lt;div class="openblock float-group"&gt;
&lt;div class="content"&gt;
&lt;div class="imageblock left"&gt;
&lt;div class="content"&gt;
&lt;a class="image" href="verbatim/ufo.jpeg"&gt;&lt;img src="/log/2023/12/31/fo_roundup_2023/verbatim/ufo_small.jpeg" alt="ufo small"&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;In the fall I went on a road/hiking trip in the American Southwest. We stayed in Roswell, NM, on our first night, so I found and made an alien-themed beanie pattern before leaving.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;Like the octopus pieces, I managed the floats in the colorblocks between and within the alien faces with ladderback jacquard.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="imageblock"&gt;
&lt;div class="content"&gt;
&lt;a class="image" href="verbatim/alien.jpeg"&gt;&lt;img src="/log/2023/12/31/fo_roundup_2023/verbatim/alien_small.jpeg" alt="alien small"&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;div class="title"&gt;I don&amp;#8217;t really want to believe&lt;/div&gt;
&lt;/div&gt;
&lt;div class="imageblock right"&gt;
&lt;div class="content"&gt;
&lt;a class="image" href="verbatim/sockhead.jpeg"&gt;&lt;img src="/log/2023/12/31/fo_roundup_2023/verbatim/sockhead_small.jpeg" alt="sockhead small"&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;While in the car I cast on for a second hat: the &lt;a href="https://www.ravelry.com/patterns/library/sockhead-slouch-hat"&gt;Sockhead Slouch Hat by Kelly McClure&lt;/a&gt;.
It is a slouchy stockinette cap meant to be done with a single skein of sock yarn.
I chose the Tiger Lily sock yarn because its turquoise and rust colors remind me of the Southwest.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;I worked on the hat several nights in my tent during a 4-day, 70-mile hike on the &lt;a href="https://en.wikipedia.org/wiki/Arizona_Trail"&gt;Arizona Trail&lt;/a&gt;, more on the drive back through New Mexico, and finally finished the day we arrived home.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;Winter hiking in Arizona is nice, except the sun sets so early that we were at camp for many hours before bed every night. It was nice to have a project to work on. I highly recommend something portable and stockinette like this pattern for winter hiking.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;
&lt;!--image::verbatim/mindysockhead_small.jpg[float=left, link=verbatim/mindysockhead.jpg]--&gt;
&lt;div class="imageblock left" style="clip-path: ellipse(168px closest-side at center center);shape-outside: ellipse(176px 214px at center center);"&gt;
&lt;div class="content"&gt;
&lt;a class="image" href="verbatim/mindysockhead.jpg"&gt;&lt;img src="/log/2023/12/31/fo_roundup_2023/verbatim/mindysockhead_small.jpg" alt="mindysockhead small" style="/*! clip-path: ellipse(); *//*! shape-outside: ellipse(239px closest-side at center center); */"&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;Unfortunately I didn&amp;#8217;t take any photos of it while working on the trail, but my sister was kind enough to model it when we got home.
Despite it having no pom pom, this has become my most-worn hat I&amp;#8217;ve made&amp;#8230;&amp;#8203; but even the superwash merino sock yarn can become quite itchy to me!&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;Kelly also has a &lt;a href="https://www.ravelry.com/patterns/library/sockhead-cowl"&gt;Sockhead Cowl&lt;/a&gt; pattern to match the hat which looks like it could work like a neck gator (I wear my Buffs all the time), so I am definitely planning on making one of those.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="ulist"&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Ravelry Project: &lt;a href="https://www.ravelry.com/projects/cristoperb/snap"&gt;O&amp;#8217;go bulky hats&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Ravelry Project: &lt;a href="https://www.ravelry.com/projects/cristoperb/out-of-this-world-alien-beanie"&gt;Roswell Cap&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Ravelry Project: &lt;a href="https://www.ravelry.com/projects/cristoperb/sockhead-slouch-hat"&gt;Sockhead on the Arizona Trail&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="sect1"&gt;
&lt;h2 id="_the_big_projects"&gt;The big projects&lt;/h2&gt;
&lt;div class="sectionbody"&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;While I think the Embrace Octopus sweater is the most visually striking project of the year, once I calculated the gauge to work with lighter yarn (including some modifications to the charts), the actual knitting went pretty quickly.
I did finish three projects that took significant amounts of time.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="sect2"&gt;
&lt;h3 id="_chollas_bahama_blanket"&gt;Cholla&amp;#8217;s Bahama Blanket&lt;/h3&gt;
&lt;div class="imageblock"&gt;
&lt;div class="content"&gt;
&lt;a class="image" href="verbatim/texture.jpg"&gt;&lt;img src="/log/2023/12/31/fo_roundup_2023/verbatim/texture_small.jpg" alt="texture small"&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="openblock float-group"&gt;
&lt;div class="content"&gt;
&lt;div class="imageblock left"&gt;
&lt;div class="content"&gt;
&lt;a class="image" href="verbatim/floor-corner.jpg"&gt;&lt;img src="/log/2023/12/31/fo_roundup_2023/verbatim/floor-corner_small.jpg" alt="floor corner small"&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;I started this in the summer of 2022 and didn&amp;#8217;t finish until February 2023.
In 2020 I finished two Tunisian crochet throw blankets, so working on this one felt quite familiar.
Though this is my first chevron pattern.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;I made this one for my sister&amp;#8217;s cat Cholla.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="ulist"&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Ravelry Project: &lt;a href="https://www.ravelry.com/projects/cristoperb/bahama-blanket"&gt;Cholla&amp;#8217;s Bahama Blanket&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="sect2"&gt;
&lt;h3 id="_oceanspray_shawl"&gt;Oceanspray Shawl&lt;/h3&gt;
&lt;div class="imageblock"&gt;
&lt;div class="content"&gt;
&lt;a class="image" href="verbatim/shawl.jpeg"&gt;&lt;img src="/log/2023/12/31/fo_roundup_2023/verbatim/shawl_small.jpeg" alt="shawl small"&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="imageblock left"&gt;
&lt;div class="content"&gt;
&lt;a class="image" href="verbatim/sunflowers.jpeg"&gt;&lt;img src="/log/2023/12/31/fo_roundup_2023/verbatim/sunflowers_small.jpeg" alt="sunflowers small"&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;&lt;a href="https://knitty.com/ISSUEwbis11/PATToceanspray.php"&gt;The Oceanspray shawl&lt;/a&gt; is about 81,000 stitches.
The first two thirds of the pattern are mostly stockinette (with some yarnovers), which drag on a bit, but the payoff is the elm leaf edging.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="imageblock"&gt;
&lt;div class="content"&gt;
&lt;a class="image" href="verbatim/elm.jpeg"&gt;&lt;img src="/log/2023/12/31/fo_roundup_2023/verbatim/elm.jpeg" alt="elm"&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="openblock float-group"&gt;
&lt;div class="content"&gt;
&lt;div class="imageblock right"&gt;
&lt;div class="content"&gt;
&lt;a class="image" href="verbatim/kerchief.jpeg"&gt;&lt;img src="/log/2023/12/31/fo_roundup_2023/verbatim/kerchief_small.jpeg" alt="kerchief small"&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;div class="title"&gt;18" x 12"&lt;/div&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;I also did a little lace kerchief in the same yarn.
(I still have several skeins of the green Alpaca Cloud yarn left, so another large lace shawl is probably in the queue for 2024.)&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="ulist"&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Ravelry Project: &lt;a href="https://www.ravelry.com/projects/cristoperb/oceanspray"&gt;Oceanspray&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Ravelry Project: &lt;a href="https://www.ravelry.com/projects/cristoperb/ostrich-feather-lace-kerchief"&gt;Ostrich Feather Lace Kerchief&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="sect2"&gt;
&lt;h3 id="_the_book_exchange_book_exchange_cardigan"&gt;The Book Exchange Book Exchange Cardigan&lt;/h3&gt;
&lt;div class="imageblock"&gt;
&lt;div class="content"&gt;
&lt;a class="image" href="verbatim/bookexchange.jpg"&gt;&lt;img src="/log/2023/12/31/fo_roundup_2023/verbatim/bookexchange.jpg" alt="bookexchange"&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="imageblock left"&gt;
&lt;div class="content"&gt;
&lt;a class="image" href="verbatim/book_exchange_wormhead.jpg"&gt;&lt;img src="/log/2023/12/31/fo_roundup_2023/verbatim/book_exchange_wormhead_small.jpg" alt="book exchange wormhead small"&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;Years ago, before I really knew how to knit (at least before I had made any garments), I received book &lt;a href="https://www.ravelry.com/patterns/library/the-book-exchange-cardigan"&gt;&lt;em&gt;Knitting Brioche&lt;/em&gt;&lt;/a&gt; as a gift.
From the patterns in the back I selected the Book Exchange Cardigan as one I would like to try some day. Later, about a year and a half ago, WEBS was having a sale on Cascade 220 ($8/100g) so I bought 10 skeins with that cardigan in mind. This October I actually cast on. I had one gauge mishap and had to restart after almost finishing the back&amp;#8230;&amp;#8203; but I finally finished (and it fits)!&lt;/p&gt;
&lt;/div&gt;
&lt;div class="openblock float-group"&gt;
&lt;div class="content"&gt;
&lt;div class="imageblock right"&gt;
&lt;div class="content"&gt;
&lt;a class="image" href="verbatim/saddle_seam.jpg"&gt;&lt;img src="/log/2023/12/31/fo_roundup_2023/verbatim/saddle_seam_small.jpg" alt="saddle seam small"&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;div class="title"&gt;This cardigan has saddle shoulders and a cowl collar&lt;/div&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;I haven&amp;#8217;t even calculated how many stitches this cardigan contains, but it took me over 3 months of dedicated knitting and 820g (1.8 lb) of wool.
The Cascade 220 yarn is actually soft enough for me to wear, it fits (even buttoned up), the brioche fabric is fluffy, and it has pockets!
It is my favorite garment I&amp;#8217;ve made for myself so far.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="openblock float-group"&gt;
&lt;div class="content"&gt;
&lt;div class="imageblock left"&gt;
&lt;div class="content"&gt;
&lt;a class="image" href="verbatim/bookexchangebooks.jpeg"&gt;&lt;img src="/log/2023/12/31/fo_roundup_2023/verbatim/bookexchangebooks_small.jpeg" alt="bookexchangebooks small"&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;In the book, Nancy says the pattern is named after a used bookstore she frequented in Amsterdam.
In a synchronicitous turn of events I finished the cardigan on December 20th, and my family had decided that we would (for the first time) do a "white elephant" style book exchange on Christmas Eve as our Christmas gathering this year. So I got to wear my new Book Exchange to a book exchange.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="ulist"&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Ravelry Project: &lt;a href="https://www.ravelry.com/projects/cristoperb/the-book-exchange-cardigan"&gt;The Book Exchange Book Exchange Cardigan&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="sect1"&gt;
&lt;h2 id="_crochet"&gt;Crochet&lt;/h2&gt;
&lt;div class="sectionbody"&gt;
&lt;div class="imageblock"&gt;
&lt;div class="content"&gt;
&lt;img src="/log/2023/12/31/fo_roundup_2023/verbatim/candy.jpeg" alt="candy"&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;I haven&amp;#8217;t crocheted (except for Tunisian) since completing some &lt;a href="/log/2019/12/3/simple_crochet_beanie_cap_pattern_and_notes/"&gt;simple crochet beanies&lt;/a&gt; back in 2019, so I decided to do some small projects to remind myself how.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;One thing I discovered after completing most of the projects below is that I had been crocheting wrong!
I was creating the new stitch to the left of the stitch below (with the right side facing).
But the usual way is to create the stitch to the right of the stitch in the previous row.
My way not only introduces more left-leaning bias when worked in the round, but it can be more difficult especially right before chains that tend to be very tight.
I don&amp;#8217;t know if I always crocheted that way, or if I only just recently re-taught myself wrong  🤷&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;For reference, Shelley Husband has a blog post on where to insert when creating stitches (think of rightside stitches as a capital letter P, &amp;#8220;The circley bit of the P is where you poke your hook if you’re working into the stitch&amp;#8221;): &lt;a href="https://shelleyhusbandcrochet.com/how-to-work-into-a-stitch-and-around-and-between-and/"&gt;How to work into a stitch (and around, and between and…)&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class="sect2"&gt;
&lt;h3 id="_doilies"&gt;Doilies!&lt;/h3&gt;
&lt;div class="imageblock"&gt;
&lt;div class="content"&gt;
&lt;a class="image" href="verbatim/doilies.jpg"&gt;&lt;img src="/log/2023/12/31/fo_roundup_2023/verbatim/doilies_small.jpg" alt="doilies small"&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;div class="title"&gt;Clockwise from top-left: Dawnglow by Julia Hart with 2.25mm hook, Boo! by Marsha Glassner with 1.75mm hook, Dawnglow #2 with 1.75mm hook, Elise by Grace Fearon with Clover 1.75mm hook&lt;/div&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;Thread crochet has always looked impressive to me, so I decided to get back into crochet by trying to make some doilies (using #10 thread).
I have been happy to find active designers publishing modern doily patterns. These three in particular have many patterns I&amp;#8217;d like to try:&lt;/p&gt;
&lt;/div&gt;
&lt;div class="ulist"&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href="https://gracefearon.com/"&gt;Grace Fearon&lt;/a&gt;&amp;#8201;&amp;#8212;&amp;#8201;She has &lt;a href="https://www.ravelry.com/designers/grace-fearon"&gt;157 designs on Ravelry&lt;/a&gt; and several print books.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href="https://www.draiguna.com/"&gt;Julia Hart&lt;/a&gt;&amp;#8201;&amp;#8212;&amp;#8201;&lt;a href="https://www.ravelry.com/designers/julia-hart"&gt;104 designs on Ravelry&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href="https://en.iriskabeat.ru/"&gt;Irina Maleeva&lt;/a&gt;&amp;#8201;&amp;#8212;&amp;#8201;&lt;a href="https://www.ravelry.com/designers/irina-maleeva"&gt;31 designs on Ravelry&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div class="openblock float-group"&gt;
&lt;div class="content"&gt;
&lt;div class="imageblock left"&gt;
&lt;div class="content"&gt;
&lt;a class="image" href="verbatim/twotoneboo.jpeg"&gt;&lt;img src="/log/2023/12/31/fo_roundup_2023/verbatim/twotoneboo_small.jpeg" alt="twotoneboo small"&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;One thing I learned from my first attempt (which turned out much larger than expected) is that you can&amp;#8217;t trust the size stamped on cheap steel hooks!
I measured the ones I had with some calipers, and not only were many of the sizes wrong, they weren&amp;#8217;t even monotonic: some of the smaller sizes were actually larger in diameter than the ones that were supposed to be several sizes larger than them.
I ended up buying a set of &lt;a href="https://www.amazon.com/Clover-Amour-Steel-Crochet-Hook/dp/B00KB68U3C?th=1"&gt;Clover steel hooks&lt;/a&gt; which are much more accurate (and ergonomic).&lt;/p&gt;
&lt;/div&gt;
&lt;div class="imageblock right"&gt;
&lt;div class="content"&gt;
&lt;a class="image" href="verbatim/snowflakes.jpg"&gt;&lt;img src="/log/2023/12/31/fo_roundup_2023/verbatim/snowflakes_small.jpg" alt="snowflakes small"&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;So far my favorite result is a textured doily called &lt;a href="https://www.ravelry.com/patterns/library/elise-17"&gt;Elise by Grace Fearon&lt;/a&gt; that I did in a soft blue thread.
But my most impressive is a two-color version of Marsha Glassner&amp;#8217;s Halloween themed ghost doily I worked out how to do.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;For Christmas I made some snowflakes following an Irina Maleeva pattern.
The best one (fewest mistakes) was done in sparkly white fingering weight wool rather than cotton thread.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="ulist"&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Ravelry Project: &lt;a href="https://www.ravelry.com/projects/cristoperb/dawnglow"&gt;Four Practice Doilies&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Ravelry Project: &lt;a href="https://www.ravelry.com/projects/cristoperb/boo"&gt;Two-tone Boo!&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Ravelry Project: &lt;a href="https://www.ravelry.com/projects/cristoperb/ariel-snowflake-x6"&gt;Christmas Ariel snowflakes&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="sect2"&gt;
&lt;h3 id="_yellow_hex_christmas_stocking"&gt;Yellow Hex Christmas Stocking&lt;/h3&gt;
&lt;div class="imageblock"&gt;
&lt;div class="content"&gt;
&lt;img src="/log/2023/12/31/fo_roundup_2023/verbatim/crochet.jpg" alt="crochet"&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;30 years ago my mom crocheted hexagon Christmas stockings for me and my four siblings. At some point my youngest sister&amp;#8217;s stocking went missing. This year my mom and I decided to make a replacement.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="openblock float-group"&gt;
&lt;div class="content"&gt;
&lt;div class="imageblock left"&gt;
&lt;div class="content"&gt;
&lt;a class="image" href="verbatim/stocking.jpg"&gt;&lt;img src="/log/2023/12/31/fo_roundup_2023/verbatim/stocking_small.jpg" alt="stocking small"&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;div class="title"&gt;New stocking (right) next to reverse-engineered old stocking&lt;/div&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;The original pattern could not be found. I found several similar patterns including &lt;a href="https://www.ravelry.com/patterns/library/vintage-hexagon-christmas-stocking"&gt;this free one&lt;/a&gt; on Ravelry, but none of them were the same. So I reversed &lt;a href="https://images4-a.ravelrycache.com/uploads/cristoperb/964418434/mindy_stocking.jpg"&gt;the pattern&lt;/a&gt; from one of the old completed stockings. My mom&amp;#8217;s toe hexes are laid out differently than any of the other patterns I found: to get a round toe she seamed the pointy bits to the inside.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;We made it using whatever worsted acrylic that was in my stash (most of it I inherited from my mom or sisters and is probably 20 years old itself!) plus some sparkly white sock yarn (held double). All of the old stockings are made from red, white, and green, but I actually really like the bright colors of this and it suits my sister&amp;#8217;s personality.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="ulist"&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Ravelry Project: &lt;a href="https://www.ravelry.com/projects/cristoperb/yellow-hex-replacement-christmas-stocking"&gt;Yellow Hex Replacement Christmas Stocking&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="sect1"&gt;
&lt;h2 id="_bonus_3d_prints"&gt;Bonus: 3D Prints&lt;/h2&gt;
&lt;div class="sectionbody"&gt;
&lt;div class="imageblock"&gt;
&lt;div class="content"&gt;
&lt;a class="image" href="verbatim/dragon.jpg"&gt;&lt;img src="/log/2023/12/31/fo_roundup_2023/verbatim/dragon_small.jpg" alt="dragon small"&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;Just before Christmas a friend gave me a 3D printer he no longer has time to use (an Ender 3 Pro)!&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;I have zero prior experience with 3d printing, but my very first print was successful: a little BMO character from Adventure Time (I scaled it to 25% before printing, so it is only about 1" across).&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;But my attempts at printing were not always immediately successful.
In particular any model with small-diameter features on the first layer would often not adhere.
After spending hours leveling and re-leveling, I found that the most effective thing was usually to wash the build surface with soap and water (and not merely wipe it with isopropyl).&lt;/p&gt;
&lt;/div&gt;
&lt;div class="imageblock right"&gt;
&lt;div class="content"&gt;
&lt;img src="/log/2023/12/31/fo_roundup_2023/verbatim/bmo.jpg" alt="bmo"&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;To increase the ratio of my time spent printing vs leveling, I replaced the build surface with a PEI surface (which is great because once the bed cools down the prints pop right off), replaced the bed-leveling springs with stiff silicone spacers (as recommended in several reddit threads), and installed a &lt;a href="https://www.amazon.com/Creality-Leveling-Compatible-Mainboard-Printer/dp/B098LQ9WPX"&gt;CR Touch&lt;/a&gt; &amp;#8220;auto bed leveling&amp;#8221; sensor which replaces the Z-axis limit switch with a sensor that can always zero to the surface of the print bed.
To take full advantage of the CR Touch I upgraded the printer&amp;#8217;s firmware to a version of Marlin that supports mesh-based auto leveling (I used the &lt;a href="https://shinyupgrades.com/pages/ender-3-pro-firmware-install-guide-update-firmware-with-microsd-card"&gt;pre-built firmware by Shiny Upgrades&lt;/a&gt;; they also have a good general guide here: &lt;a href="https://shinyupgrades.com/pages/ender-3-pro-starter-guide"&gt;Ender 3 Pro Starter Guide&lt;/a&gt;).&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;I still have tons to learn, but I am now getting reliable first layer adhesion even for models with tiny circles.
Overall, hobby 3d printing feels closely adjacent to yarn crafts.
Except it is cheaper ($20/kg of PLA filament vs $200/kg of wool yarn) and faster (a large print can take 24 hours plus some setup time, while a large knitting project can take 24 weeks or more, all of it labor intensive).&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;There are currently several competing model/project database websites (Thingiverse, &lt;a href="https://www.printables.com/"&gt;Printables&lt;/a&gt;, &lt;a href="https://thangs.com/"&gt;Thangs&lt;/a&gt;, &amp;#8230;&amp;#8203;), though none of them are as feature-complete as Ravelry is for yarn crafts.
I like the look-and-feel of Printables best, but Thingiverse has more models and its database of makes (&amp;#8220;projects&amp;#8221; in Ravelry terms) prompts for more metadata which I like.
For now I&amp;#8217;m using both.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;&amp;#8201;&amp;#8212;&amp;#8201;Thingiverse Make: &lt;a href="https://www.thingiverse.com/make:1144377"&gt;Adventure Time BMO&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class="sect2"&gt;
&lt;h3 id="_print_in_place"&gt;Print-in-place&lt;/h3&gt;
&lt;div class="imageblock"&gt;
&lt;div class="content"&gt;
&lt;a class="image" href="verbatim/printplace.jpg"&gt;&lt;img src="/log/2023/12/31/fo_roundup_2023/verbatim/printplace_small.jpg" alt="printplace small"&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;div class="title"&gt;A springy gecko and a print-in-place shark&lt;/div&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;One of the coolest classes of designs made possible by 3d printing are so-called &amp;#8220;print-in-place&amp;#8221; models which have multiple parts joined by hinges printed as a single piece.
Once the model is finished it can articulate with no assembly required.
So far I&amp;#8217;ve tried a hammer head shark and a 30-segment snake model, and they both worked perfectly.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="ulist"&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Printables Make: &lt;a href="https://www.printables.com/model/507934-articulated-hammerhead-shark/comments/1389402"&gt;Articulated Hammerhead Shark&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Printables Make: &lt;a href="https://www.printables.com/model/538160-articulated-bone-dragon/comments/1386767"&gt;Articulated Bone Dragon&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="sect2"&gt;
&lt;h3 id="_card_kit"&gt;Card kit&lt;/h3&gt;
&lt;div class="imageblock"&gt;
&lt;div class="content"&gt;
&lt;a class="image" href="verbatim/xwing.jpg"&gt;&lt;img src="/log/2023/12/31/fo_roundup_2023/verbatim/xwing_small.jpg" alt="xwing small"&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;Another technique is to design models which print flat and then snap together into a 3d shape like this Christmas-themed X-Wing fighter.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="ulist"&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Thingiverse Make: &lt;a href="https://www.thingiverse.com/make:1144385"&gt;Snowflake X-Wing Kit Card Ornament&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="sect2"&gt;
&lt;h3 id="_vase_mode"&gt;Vase mode&lt;/h3&gt;
&lt;div class="imageblock"&gt;
&lt;div class="content"&gt;
&lt;a class="image" href="verbatim/vase.jpg"&gt;&lt;img src="/log/2023/12/31/fo_roundup_2023/verbatim/vase_small.jpg" alt="vase small"&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;Vase mode (or &amp;#8220;Spiralize Outer Contour&amp;#8221; in Cura) is a way of printing vase-like models without a Z seam. The print nozzle continues around in a seamless spiral rather than printing discrete layers. This is analogous to crocheting continuously in the round instead of joining each round with a slipstitch.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;I printed this pencil holder in some ombre filament I got as a Christmas gift (&lt;a href="https://www.amazon.com/Creality-3D-Colourful-Toughness-Dimensional/dp/B0C39XCDSY"&gt;Creality Ender-PLA+ in colorway &amp;#8220;Colourful&amp;#8221;&lt;/a&gt;).
I love how it turned out!
Though it is a bit squishy&amp;#8230;&amp;#8203; I should have probably increased the extrusion width to 0.6mm (with my 0.4mm nozzle). I will try that on future vase-mode prints.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="ulist"&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Printables Make: &lt;a href="https://www.printables.com/model/327316-wavy-pencil-holder-vase-mode/comments/1389462"&gt;Wavy Pencil Holder&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="sect2"&gt;
&lt;h3 id="_cookie_cutters"&gt;Cookie cutters&lt;/h3&gt;
&lt;div class="imageblock"&gt;
&lt;div class="content"&gt;
&lt;img src="/log/2023/12/31/fo_roundup_2023/verbatim/cookiecutter.jpg" alt="cookiecutter"&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;By far the most &lt;em&gt;pracitcal&lt;/em&gt; prints I&amp;#8217;ve made so far are cookie cutters!
The most popular is the fat unicorn.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="ulist"&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Printables Make: &lt;a href="https://www.printables.com/model/336332-unicorn-cookie-cutter/comments/1389441"&gt;Unicorn cookie cutter&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="sect1"&gt;
&lt;h2 id="_up_next"&gt;Up next&lt;/h2&gt;
&lt;div class="sectionbody"&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;In 2024 I hope to focus even more on knitting. Most immediately that means probably making a pair of &lt;a href="https://www.ravelry.com/patterns/library/monkey-socks"&gt;Cookie A&amp;#8217;s Monkey Socks&lt;/a&gt;, but more long term I intend to complete at least Level 1 of The Knitting Guild Association&amp;#8217;s &lt;a href="https://tkga.org/certification/master-hand-knitting/"&gt;Master Hand Knitter program&lt;/a&gt;. I haven&amp;#8217;t signed up yet, but I just registered as a TKGA member while writing this post!&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;I also hope to dedicate time to creating some knitting CAD tools.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;In addition to knitting and crochet, I have a growing queue of sewing projects. I already have all of the materials for the &lt;a href="https://klumhouse.com/products/fremont-pattern"&gt;Fremont tote bag&lt;/a&gt;, so that will probably be first up!&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;</content>
    <summary type="html">I'm still knitting (and crocheting (and 3d printing!)))</summary>
  </entry>
  <entry>
    <id>tag:catswhisker.xyz,2023-01-01:/log/2022/12/31/fo_roundup_2022/</id>
    <title type="html">Knit &amp; Crochet Finished Object Roundup 2020-2022</title>
    <published>2023-01-01T06:57:46Z</published>
    <updated>2023-01-01T06:57:46Z</updated>
    <link rel="alternate" href="http://catswhisker.xyz/log/2022/12/31/fo_roundup_2022/" type="text/html"/>
    <content type="html">&lt;div class="paragraph"&gt;
&lt;p&gt;I&amp;#8217;m currently bringing in the new year while knitting a mitten.
Here&amp;#8217;s a quick look back at how I got here. (As usual, check the Ravelry link for the pattern, more photos, and more details of each project.)&lt;/p&gt;
&lt;/div&gt;
&lt;div class="sect1"&gt;
&lt;h2 id="_2020_the_year_of_blankets"&gt;2020 The Year of Blankets&lt;/h2&gt;
&lt;div class="sectionbody"&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;In 2019 I wrote about how I started to knit again and finished a few projects (&lt;a href="/log/2019/12/3/fo_december/"&gt;my first pair of socks and some hats&lt;/a&gt;) after having learned years earlier but never having finished anything other than a scarf.
I had hoped that was the start of my knitting momentum, but I did even less in 2020.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="sect2"&gt;
&lt;h3 id="_tunisian_crochet_blankets"&gt;Tunisian Crochet Blankets&lt;/h3&gt;
&lt;div class="openblock float-group"&gt;
&lt;div class="content"&gt;
&lt;div class="imageblock left"&gt;
&lt;div class="content"&gt;
&lt;a class="image" href="verbatim/rgb_blanket.jpg"&gt;&lt;img src="/log/2022/12/31/fo_roundup_2022/verbatim/rgb_blanket.jpg" alt="rgb blanket"&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="imageblock left"&gt;
&lt;div class="content"&gt;
&lt;a class="image" href="verbatim/christmas_blanket.jpg"&gt;&lt;img src="/log/2022/12/31/fo_roundup_2022/verbatim/christmas_blanket.jpg" alt="christmas blanket"&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;Although I knit very little in 2020, I did experiment with Tunisian crochet and finished two blankets!
I liked the first one so much that I made another one for my sister at the end of the year.
They are both just Tunisian full stitch with a single crochet edge.
The yarn I used is Premier Yarn&amp;#8217;s Puzzle, which is a very soft and fuzzy bulky acrylic.
The Tunisian full stitch texture works well with it, and the blankets are like very cozy chain mail.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="ulist"&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Ravelry Project: &lt;a href="https://www.ravelry.com/projects/cristoperb/moms-rgb-puzzle-blanket"&gt;RGB Blanket&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Ravelry Project: &lt;a href="https://www.ravelry.com/projects/cristoperb/christmas-blanket"&gt;Christmas Blanket&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="sect2"&gt;
&lt;h3 id="_doubleknit_potholder"&gt;Doubleknit Potholder&lt;/h3&gt;
&lt;div class="openblock float-group"&gt;
&lt;div class="content"&gt;
&lt;div class="imageblock left"&gt;
&lt;div class="content"&gt;
&lt;a class="image" href="verbatim/potholder.jpg"&gt;&lt;img src="/log/2022/12/31/fo_roundup_2022/verbatim/potholder.jpg" alt="potholder"&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;I did knit one thing! A doubleknit potholder I made for my sister who raises chickens (that&amp;#8217;s a hen duplicate stitched into one of the green diamonds). I designed the colorwork chart. It is my first real attempt at doubleknitting, using cotton yarn (so it can be used as a potholder without melting or burning), in a rush for Christmas, and unsurprisingly the tension is pretty wonky. It still gets used to this day, but it is even less square than when it was new.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;Ravelry Project: &lt;a href="https://www.ravelry.com/projects/cristoperb/marshall-potholder"&gt;Marshall Potholder&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="sect1"&gt;
&lt;h2 id="_2021_more_crochet_experiments"&gt;2021 More Crochet Experiments&lt;/h2&gt;
&lt;div class="sectionbody"&gt;
&lt;div class="sect2"&gt;
&lt;h3 id="_toe_up_socks"&gt;Toe-up socks&lt;/h3&gt;
&lt;div class="openblock float-group"&gt;
&lt;div class="content"&gt;
&lt;div class="imageblock left"&gt;
&lt;div class="content"&gt;
&lt;a class="image" href="verbatim/toeup_socks.jpg"&gt;&lt;img src="/log/2022/12/31/fo_roundup_2022/verbatim/toeup_socks.jpg" alt="toeup socks"&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;Again I didn&amp;#8217;t end up knitting much in 2021, but I did complete a pair of plain toe-up socks which [mostly] fit their intended recipient and were overall much better than my first attempt at socks.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;Ravelry Project: &lt;a href="https://www.ravelry.com/projects/cristoperb/slip-stitch-heel-basic-socks"&gt;Toe-Up Plan Mom Socks&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="sect2"&gt;
&lt;h3 id="_knit_brim_crochet_hats"&gt;Knit-brim Crochet hats&lt;/h3&gt;
&lt;div class="openblock float-group"&gt;
&lt;div class="content"&gt;
&lt;div class="imageblock left"&gt;
&lt;div class="content"&gt;
&lt;a class="image" href="verbatim/knitbrim_crochet_hat.jpg"&gt;&lt;img src="/log/2022/12/31/fo_roundup_2022/verbatim/knitbrim_crochet_hat.jpg" alt="knitbrim crochet hat"&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="imageblock left"&gt;
&lt;div class="content"&gt;
&lt;a class="image" href="verbatim/honeycomb_hat.jpg"&gt;&lt;img src="/log/2022/12/31/fo_roundup_2022/verbatim/honeycomb_hat.jpg" alt="honeycomb hat"&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;I also made a couple of hats where I crocheted (or Tunisian crocheted in the case of the honeycomb one) the hat body and knit the ribbed brim.
I really like the combination of Tunisian for the top of the hat and knit for the rib; I will experiment with that further.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="ulist"&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Ravelry Project: &lt;a href="https://www.ravelry.com/projects/cristoperb/simple-crochet-beanie-2"&gt;Kit Rib Crochet Beanie&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Ravelry Project: &lt;a href="https://www.ravelry.com/projects/cristoperb/honeycomb-beanie-v1"&gt;Honeycomb Beanie v1&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="sect2"&gt;
&lt;h3 id="_tunisian_scarf"&gt;Tunisian scarf&lt;/h3&gt;
&lt;div class="openblock float-group"&gt;
&lt;div class="content"&gt;
&lt;div class="imageblock left"&gt;
&lt;div class="content"&gt;
&lt;a class="image" href="verbatim/daisy_scarf.jpg"&gt;&lt;img src="/log/2022/12/31/fo_roundup_2022/verbatim/daisy_scarf.jpg" alt="daisy scarf"&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;I also designed a tunisian simple stitch scarf for my sister.
My intention was to surface cross stitch a graphic into the scarf (using the grid created by the tunisian simple stitches), but the scarf had too much curl.
I&amp;#8217;ve designed a second version as a tube, to be crocheted in the round (which I think will be easier than working flat anyway), to solve the curling issue (and to more easily add pockets) that I need to get started on some day.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;Ravelry Project: &lt;a href="https://www.ravelry.com/projects/cristoperb/daisy-scarf-prototype"&gt;Daisy Scarf Prototype&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="sect1"&gt;
&lt;h2 id="_2022_the_year_of_sweaters"&gt;2022 The Year of Sweaters!&lt;/h2&gt;
&lt;div class="sectionbody"&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;This year is the year where I finally feel like I&amp;#8217;ve become a knitter!
I made my first sweater(s), first colorwork socks, first lace, first mittens.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="sect2"&gt;
&lt;h3 id="_socks_and_mittens"&gt;Socks and Mittens&lt;/h3&gt;
&lt;div class="openblock float-group"&gt;
&lt;div class="content"&gt;
&lt;div class="imageblock left"&gt;
&lt;div class="content"&gt;
&lt;a class="image" href="verbatim/daisy_sock.jpg"&gt;&lt;img src="/log/2022/12/31/fo_roundup_2022/verbatim/daisy_sock.jpg" alt="daisy sock"&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;I branched out into some more complicated socks, including some lacey patterns (like this design by Wendy Johnson) and a colorwork pattern.
This first pair was meant to be a Christmas gift but I didn&amp;#8217;t finish it until January. This is the first time I have bought some fancy hand-dyed yarn (from an Etsy seller) for a project. (The yarn ended up producing some flashing/inadvertant stripes; oh well :shrug:)&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;Ravelry Project: &lt;a href="https://www.ravelry.com/projects/cristoperb/seaweed-socks"&gt;Daisy Seaweed Socks&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="openblock float-group"&gt;
&lt;div class="content"&gt;
&lt;div class="imageblock left"&gt;
&lt;div class="content"&gt;
&lt;a class="image" href="verbatim/vines_sock.jpg"&gt;&lt;img src="/log/2022/12/31/fo_roundup_2022/verbatim/vines_sock.jpg" alt="vines sock"&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;With the left over yarn I made a short pair of socks for another sister.
This one uses the free &lt;a href="https://www.ravelry.com/patterns/library/a-thousand-vines"&gt;A Thousand Vines pattern by Nancy Pelletier&lt;/a&gt;, which I had to modify to make a bit larger in circumference.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;Ravelry Project: &lt;a href="https://www.ravelry.com/projects/cristoperb/a-thousand-vines"&gt;A Thousand Vines (but larger)&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="openblock float-group"&gt;
&lt;div class="content"&gt;
&lt;div class="imageblock left"&gt;
&lt;div class="content"&gt;
&lt;a class="image" href="verbatim/mittens.jpg"&gt;&lt;img src="/log/2022/12/31/fo_roundup_2022/verbatim/mittens.jpg" alt="mittens"&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;I also made some mittens that incorporate the same lace pattern from the Seaweed Socks pattern (one pair without the yarnovers, to make it a little warmer).&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;Ravelry Project: &lt;a href="https://www.ravelry.com/projects/cristoperb/arched-gusset-mittens"&gt;Daisy Seaweed Mittens&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="openblock float-group"&gt;
&lt;div class="content"&gt;
&lt;div class="imageblock left"&gt;
&lt;div class="content"&gt;
&lt;a class="image" href="verbatim/sweetdumplin_socks.jpg"&gt;&lt;img src="/log/2022/12/31/fo_roundup_2022/verbatim/sweetdumplin_socks.jpg" alt="sweetdumplin socks"&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;These socks are from a &lt;a href="https://universalyarn.com/collections/patterns/products/sweet-dumplin-socks"&gt;free colorwork pattern&lt;/a&gt; using some Universal Bella Cash yarn I got on sale.
I&amp;#8217;m very happy with how they turned out.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;Ravelry Project: &lt;a href="https://www.ravelry.com/projects/cristoperb/sweet-dumplin-socks-mkal"&gt;Sweet Dumplin' Socks&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="sect2"&gt;
&lt;h3 id="_echo_flower_shawl"&gt;Echo Flower Shawl&lt;/h3&gt;
&lt;div class="imageblock left"&gt;
&lt;div class="content"&gt;
&lt;a class="image" href="verbatim/shawl.jpg"&gt;&lt;img src="/log/2022/12/31/fo_roundup_2022/verbatim/shawl.jpg" alt="shawl"&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;I&amp;#8217;m not even sure what a shawl is for, but I came across several free patterns of impressive-looking lace I want to try.
First up is this &lt;a href="https://www.ravelry.com/patterns/library/echo-flower-shawl"&gt;Echo Flower Shawl pattern&lt;/a&gt; by Jenny Johnson Johnen.
The pattern incudes a full shawl as well as a smaller &amp;#8220;shoulderette&amp;#8221; which I made.
My first lace pattern&amp;#8230;&amp;#8203; it was fun to see it open up with blocking.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;Ravelry Project: &lt;a href="https://www.ravelry.com/projects/cristoperb/echo-flower-shawl"&gt;Echo Flower Shawl&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="sect2"&gt;
&lt;h3 id="_sweaters"&gt;Sweaters&lt;/h3&gt;
&lt;div class="openblock float-group"&gt;
&lt;div class="content"&gt;
&lt;div class="imageblock left"&gt;
&lt;div class="content"&gt;
&lt;a class="image" href="verbatim/flax.jpg"&gt;&lt;img src="/log/2022/12/31/fo_roundup_2022/verbatim/flax.jpg" alt="flax"&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;I finally made a sweater!
I first bought some bulky wool yarn to try a circular yoke design, but then I got on sale some worsted-weight acrylic yarn and decided to make a &lt;a href="https://www.tincanknits.com/pattern/flax"&gt;Flax by Tin Can Knits&lt;/a&gt; (a very popular topdown, seamless raglan).
I still haven&amp;#8217;t gotten to the bulky colorwork sweater.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;Ravelry Project: &lt;a href="https://www.ravelry.com/projects/cristoperb/flax"&gt;first sweater! (colorblock Flax with brioche mittcuffs)&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="openblock float-group"&gt;
&lt;div class="content"&gt;
&lt;div class="imageblock left"&gt;
&lt;div class="content"&gt;
&lt;a class="image" href="verbatim/phrancko.jpg"&gt;&lt;img src="/log/2022/12/31/fo_roundup_2022/verbatim/phrancko.jpg" alt="phrancko"&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;I wanted to make a T-shirt, and I got some rustic linen/wool/cotton yarn on sale that I thought might work.
The pattern uses Phrancko&amp;#8217;s seamless set-in sleeve construction (&lt;a href="https://phrancko.com/" class="bare"&gt;https://phrancko.com/&lt;/a&gt;).
I also attempted a patch pocket.
It turns out the yarn is both heavier and itchier than I expected, so it is more like a short-sleeve sweater and I haven&amp;#8217;t worn it much.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;Ravelry Project: &lt;a href="https://www.ravelry.com/projects/cristoperb/phranckos-seamless-set-in-sleeves"&gt;Nerdy Hippie Tee&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="openblock float-group"&gt;
&lt;div class="content"&gt;
&lt;div class="imageblock left"&gt;
&lt;div class="content"&gt;
&lt;a class="image" href="verbatim/handsomechris.jpg"&gt;&lt;img src="/log/2022/12/31/fo_roundup_2022/verbatim/handsomechris.jpg" alt="handsomechris"&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;For my birthday I got some Aran-weight wool yarn that I made into an Aran sweater following Caryn Shaffer&amp;#8217;s free &lt;a href="https://www.ravelry.com/patterns/library/the-handsome-chris-pullover"&gt;Handsome Chris Pullover pattern&lt;/a&gt; (it is based on the sweater featured in the &lt;em&gt;Knives Out&lt;/em&gt; movie).
This was my first seamed garment.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;Ravelry Project: &lt;a href="https://www.ravelry.com/projects/cristoperb/the-handsome-chris-pullover"&gt; a handsome chris for chris&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="sect2"&gt;
&lt;h3 id="_shadow_knit_potholder"&gt;Shadow Knit Potholder&lt;/h3&gt;
&lt;div class="openblock float-group"&gt;
&lt;div class="content"&gt;
&lt;div class="imageblock left"&gt;
&lt;div class="content"&gt;
&lt;a class="image" href="verbatim/shadow1.jpg"&gt;&lt;img src="/log/2022/12/31/fo_roundup_2022/verbatim/shadow1.jpg" alt="shadow1"&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="imageblock left"&gt;
&lt;div class="content"&gt;
&lt;a class="image" href="verbatim/shadow2.jpg"&gt;&lt;img src="/log/2022/12/31/fo_roundup_2022/verbatim/shadow2.jpg" alt="shadow2"&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;I have plans to make a shadow knit sweater.
To practice that technique, I made this potholder.
The idea is that when viewed straight on it looks like horizontal stripes, but when viewed at an acute angle, vertical stripes appear.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;Ravelry Project: &lt;a href="https://www.ravelry.com/projects/cristoperb/pot-holders"&gt;Shadow Knit Potholder&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="sect2"&gt;
&lt;h3 id="_hats"&gt;Hats&lt;/h3&gt;
&lt;div class="openblock float-group"&gt;
&lt;div class="content"&gt;
&lt;div class="imageblock left"&gt;
&lt;div class="content"&gt;
&lt;a class="image" href="verbatim/spanish1.jpg"&gt;&lt;img src="/log/2022/12/31/fo_roundup_2022/verbatim/spanish1.jpg" alt="spanish1"&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="imageblock left"&gt;
&lt;div class="content"&gt;
&lt;a class="image" href="verbatim/spanish2.jpg"&gt;&lt;img src="/log/2022/12/31/fo_roundup_2022/verbatim/spanish2.jpg" alt="spanish2"&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;My sister brought me a skein of wool yarn from a trip to Spain, and I used it to make a couple of cabled hats designed by Irina Dmitrieva.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="ulist"&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Ravelry Project: &lt;a href="https://www.ravelry.com/projects/cristoperb/iced-hat"&gt;Spanish Iced Hat&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Ravelry Project: &lt;a href="https://www.ravelry.com/projects/cristoperb/pinecone-hat"&gt;Spanish Pinecone Hat&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="openblock float-group"&gt;
&lt;div class="content"&gt;
&lt;div class="imageblock left"&gt;
&lt;div class="content"&gt;
&lt;a class="image" href="verbatim/1898_hat.jpg"&gt;&lt;img src="/log/2022/12/31/fo_roundup_2022/verbatim/1898_hat.jpg" alt="1898 hat"&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;Maybe my favorite hat I&amp;#8217;ve made, with its fun and warm double-thick brim.
It was designed by Kristine Byrnes for the Seamen&amp;#8217;s Church Institute&amp;#8217;s &lt;a href="https://seamenschurch.org/programs-services/christmas-at-sea/"&gt;Christmas At Sea program&lt;/a&gt;.
I made this one out of leftover yarn from my Flax sweater.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;Ravelry Project: &lt;a href="https://www.ravelry.com/projects/cristoperb/1898-hat"&gt;1898 Hat&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="sect1"&gt;
&lt;h2 id="_up_next"&gt;Up next&lt;/h2&gt;
&lt;div class="sectionbody"&gt;
&lt;div class="openblock float-group"&gt;
&lt;div class="content"&gt;
&lt;div class="imageblock left"&gt;
&lt;div class="content"&gt;
&lt;a class="image" href="verbatim/octopus.jpg"&gt;&lt;img src="/log/2022/12/31/fo_roundup_2022/verbatim/octopus.jpg" alt="octopus"&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;I knit my sister one of these octopus mittens (based on &lt;a href="https://www.ravelry.com/patterns/library/octopus-mittens"&gt;the beautiful pattern by Emily Peters&lt;/a&gt;).
I&amp;#8217;m currently working on the second one. And then early next year the plan is to make a matching &lt;a href="https://www.ravelry.com/patterns/library/embrace-octopus-sweater"&gt;Embrace Octopus Sweater&lt;/a&gt;! We already bought the yarn.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;</content>
    <summary type="html">I started knitting again, again</summary>
  </entry>
  <entry>
    <id>tag:catswhisker.xyz,2019-12-04:/log/2019/12/3/fo_december/</id>
    <title type="html">FO Roundup December 2019</title>
    <published>2019-12-04T04:48:59Z</published>
    <updated>2019-12-04T04:48:59Z</updated>
    <link rel="alternate" href="http://catswhisker.xyz/log/2019/12/3/fo_december/" type="text/html"/>
    <content type="html">&lt;div class="openblock float-group"&gt;
&lt;div class="content"&gt;
&lt;div class="imageblock left"&gt;
&lt;div class="content"&gt;
&lt;img src="/log/2019/12/3/fo_december/verbatim/hat-small.webp" alt="hat small"&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;I&amp;#8217;m a slow knitter.
My ravelry.com account is nine years old today, and I&amp;#8217;ve just posted my first projects (and design!)&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="sect1"&gt;
&lt;h2 id="_socks"&gt;Socks&lt;/h2&gt;
&lt;div class="sectionbody"&gt;
&lt;div class="imageblock left"&gt;
&lt;div class="content"&gt;
&lt;a class="image" href="socks.jpg"&gt;&lt;img src="/log/2019/12/3/fo_december/socks-thumb.jpg" alt="socks thumb"&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;I wanted to try something with some more shape than my usual hats and scarves. I didn&amp;#8217;t follow any pattern, but I read about different ways to do heels and toes. I found the various &amp;#8220;sock recipes&amp;#8221; you can find online to be helpful (like Vickie Howell&amp;#8217;s &lt;a href="https://vickiehowell.com/2018/06/how-to-knit-socks"&gt;How to Knit Socks&lt;/a&gt;).&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;I ended up working cuff down: a few inches of ribbing with a 9" circumference, a heel flap, what I think is a &lt;a href="https://pieceworkmagazine.com/french-heels-versus-dutch/"&gt;French heel&lt;/a&gt; or similar, a gusset, the foot tube until it fit my feet, decrease for the toe, and then Kirchner stitch to finish the toe.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;I used the magic loop method, and got a bit turned around after finishing the heel, but figured out a way to proceed. I&amp;#8217;m sure there&amp;#8217;s lots of ways to handle socks on a magic loop.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;They are comfortable! I like the self-striping yarn. No one believes me, but I intentionally did not start the socks at the same place in the striping.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;More details on my Ravelry Project: &lt;a href="https://www.ravelry.com/projects/cristoperb/learning-socks"&gt;Learning Socks&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="sect1"&gt;
&lt;h2 id="_dad_cable_hat"&gt;Dad Cable Hat&lt;/h2&gt;
&lt;div class="sectionbody"&gt;
&lt;div class="openblock float-group"&gt;
&lt;div class="content"&gt;
&lt;div class="imageblock left"&gt;
&lt;div class="content"&gt;
&lt;a class="image" href="cabled.jpg"&gt;&lt;img src="/log/2019/12/3/fo_december/cabled-thumb.jpg" alt="cabled thumb"&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;After having made several very simple stockinette hats, I wanted to try something a bit fancier looking. So I tried this &lt;a href="https://www.knitdarling.com/patterns/cabled-dad-hat/"&gt;&amp;#8220;Cabled Dad Hat&amp;#8221;&lt;/a&gt; pattern by Alexis Winslow. Mine turned out with rather stiff peaks at the decreases, I think because of the yarn I used, but I like the pattern: the twists give it nice texture without looking too cable-heavy.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;Ravelry project: &lt;a href="https://www.ravelry.com/projects/cristoperb/cabled-dad-hat"&gt;Cabled Dad Hat&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="sect1"&gt;
&lt;h2 id="_ombre_hat"&gt;Ombre Hat&lt;/h2&gt;
&lt;div class="sectionbody"&gt;
&lt;div class="openblock float-group"&gt;
&lt;div class="content"&gt;
&lt;div class="imageblock left"&gt;
&lt;div class="content"&gt;
&lt;a class="image" href="ombre.jpg"&gt;&lt;img src="/log/2019/12/3/fo_december/ombre-thumb.jpg" alt="ombre thumb"&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;I also wanted to try one with a little bit of color work. Emily Dormier&amp;#8217;s &lt;a href="https://www.ravelry.com/patterns/library/quick-ombre-hat"&gt;Quick Ombré Hat&lt;/a&gt; is a simple two-color pattern with a nice fade effect.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;Ravelry project: &lt;a href="https://www.ravelry.com/projects/cristoperb/quick-ombre-hat"&gt;Quick Ombré Hat&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="sect1"&gt;
&lt;h2 id="_hats_for_the_homeless_and_a_simple_crochet_cap_pattern"&gt;Hats for the Homeless and a Simple Crochet Cap Pattern&lt;/h2&gt;
&lt;div class="sectionbody"&gt;
&lt;div class="imageblock left"&gt;
&lt;div class="content"&gt;
&lt;a class="image" href="hats.jpg"&gt;&lt;img src="/log/2019/12/3/fo_december/hats-thumb.jpg" alt="hats thumb"&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;Years ago, when my Ravelry account was still young and blank, a friend taught me how to crochet a simple beanie as part of a "hats for the homeless" event she organized.
I&amp;#8217;ve written down that pattern along with some notes for the beginner: &lt;a href="/log/2019/12/3/simple_crochet_beanie_cap_pattern_and_notes/"&gt;Simple Crochet Beanie Cap Pattern and Notes&lt;/a&gt;.
I also re-discovered some of the hats we created at that event, added a few more, and (finally) donated them to &lt;a href="http://www.stbenedicthealthandhealing.org/"&gt;a local charity&lt;/a&gt; that distributes them at its free health clinics and soup kitchens.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;The &lt;a href="https://warmupamerica.org/"&gt;Warm Up America! Foundation&lt;/a&gt; coordinates the collection of knit/crochet goods for similar charities throughout the country.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;</content>
    <summary type="html">I've started knitting again.</summary>
  </entry>
  <entry>
    <id>tag:catswhisker.xyz,2019-12-03:/log/2019/12/3/simple_crochet_beanie_cap_pattern_and_notes/</id>
    <title type="html">Crochet Your First Hat: Simple Beanie Cap Pattern and Notes</title>
    <published>2019-12-03T22:32:05Z</published>
    <updated>2022-01-28T18:47:23Z</updated>
    <link rel="alternate" href="http://catswhisker.xyz/log/2019/12/3/simple_crochet_beanie_cap_pattern_and_notes/" type="text/html"/>
    <content type="html">&lt;div class="imageblock right"&gt;
&lt;div class="content"&gt;
&lt;a class="image" href="finished.jpg"&gt;&lt;img src="/log/2019/12/3/simple_crochet_beanie_cap_pattern_and_notes/transparent.png" alt="transparent" width="350"&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;A friend organized a project to crochet hats for the homeless (or other cold people) one winter. She gave us a simple hat pattern to learn and these notes are my attempt to make sense of it and explain to other beginning crocheters, including a schematic diagram.
So this is not my original design (it&amp;#8217;s so simple that it and similar designs have likely been independently made many times)&amp;#8201;&amp;#8212;&amp;#8201;though I did make a small modification to remove the seam the original pattern left down the entire length of the hat.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;This pattern is also available on Ravelry: &lt;a href="https://www.ravelry.com/patterns/library/simple-crochet-beanie-4"&gt;Simple Crochet Beanie&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;a href="http://www.ravelry.com/badges/redirect?p=simple-crochet-beanie-4"&gt;&lt;img src="https://api.ravelry.com/badges/projects?p=simple-crochet-beanie-4&amp;t=.svg" style="border: none;" /&gt;&lt;/a&gt;
&lt;div class="sect1"&gt;
&lt;h2 id="_yarn_hook_size_sizing"&gt;Yarn, hook size, sizing&lt;/h2&gt;
&lt;div class="sectionbody"&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;Use a medium/worsted weight yarn.
Acrylic yarn is inexpensive and nonallergic, but it does not retain heat when it gets wet and it melts when exposed to open flame which could pose a safety concern.
Wool stays warm even when it is wet and does not melt, but it is expensive and some people are allergic to it.
All of the hats pictured in these pattern notes are made with 100% acrylic yarn.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;As presented below this pattern is for an adult-sized cap of about 20" circumference.
The exact hook size gauge is not critical, but aim for 14 hdc per 4".
The size can be adjusted both by changing hook size and by changing the number of increase rows performed at the beginning of the pattern.
Anything from size H to J (5.0-6.0mm) hooks should work well with worsted yarn.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="sect1"&gt;
&lt;h2 id="_pattern"&gt;Pattern&lt;/h2&gt;
&lt;div class="sectionbody"&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;Here is how to make the basic hat, presented as a typically terse crochet pattern. It is explained in detail in the notes below.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="sidebarblock"&gt;
&lt;div class="content"&gt;
&lt;div class="title"&gt;Key&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;For an overview of reading crochet patterns (and other tips on getting started) see the Craft Yarn Council&amp;#8217;s &lt;a href="https://www.craftyarncouncil.com/standards/how-to-read-crochet-pattern"&gt;&amp;#8220;How to Read a Crochet Pattern&amp;#8221;&lt;/a&gt;.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="hdlist"&gt;
&lt;table&gt;
&lt;tr&gt;
&lt;td class="hdlist1"&gt;
Hdc
&lt;/td&gt;
&lt;td class="hdlist2"&gt;
&lt;p&gt;Half-double crochet stitch (called half-treble crochet in the UK) &lt;sup class="footnote"&gt;[&lt;a id="_footnoteref_1" class="footnote" href="#_footnotedef_1" title="View footnote."&gt;1&lt;/a&gt;]&lt;/sup&gt;. This is the stitch which is used throughout the entire pattern.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class="hdlist1"&gt;
Sc
&lt;/td&gt;
&lt;td class="hdlist2"&gt;
&lt;p&gt;Single crochet stitch (called double crochet in the UK).&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class="hdlist1"&gt;
Join
&lt;/td&gt;
&lt;td class="hdlist2"&gt;
&lt;p&gt;Join rows with a slip stitch &lt;sup class="footnote"&gt;[&lt;a id="_footnoteref_2" class="footnote" href="#_footnotedef_2" title="View footnote."&gt;2&lt;/a&gt;]&lt;/sup&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class="hdlist1"&gt;
(&amp;#160;)&amp;#160;repeat
&lt;/td&gt;
&lt;td class="hdlist2"&gt;
&lt;p&gt;repeat the instructions in the parenthesis the number of times specified.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class="hdlist1"&gt;
(#)
&lt;/td&gt;
&lt;td class="hdlist2"&gt;
&lt;p&gt;Number in parenthesis at end of row denotes the total number of stitches you should have on the circumference of the hat after completing that row.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="hdlist"&gt;
&lt;table&gt;
&lt;tr&gt;
&lt;td class="hdlist1"&gt;
Row 0
&lt;/td&gt;
&lt;td class="hdlist2"&gt;
&lt;p&gt;Chain 1. This first loop will be the center of the hat.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class="hdlist1"&gt;
Row 1
&lt;/td&gt;
&lt;td class="hdlist2"&gt;
&lt;p&gt;Chain 2 (so you now have 3 chains), make 8 hdc in third chain from hook. Join. (9)&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class="hdlist1"&gt;
Row 2
&lt;/td&gt;
&lt;td class="hdlist2"&gt;
&lt;p&gt;Chain 2, hdc in same stitch, 2 hdc in each remaining stitch. (18)&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class="hdlist1"&gt;
Row 3
&lt;/td&gt;
&lt;td class="hdlist2"&gt;
&lt;p&gt;Chain 2, hdc in same stitch, 1 hdc in next stitch, (2 hdc in next stitch, 1 hdc in next stitch) repeat to end of round. Join. (27)&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class="hdlist1"&gt;
Row 4
&lt;/td&gt;
&lt;td class="hdlist2"&gt;
&lt;p&gt;Chain 2, hdc in same stitch, 1 hdc in next two stitches, (2 hdc in next stitch, 1 hdc in next two stitches) repeat to end of round. Join. (36)&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class="hdlist1"&gt;
Rows 5-7
&lt;/td&gt;
&lt;td class="hdlist2"&gt;
&lt;p&gt;Continue increasing as in Row 4. Each row will have an additional hdc between every increase: chain 2, hdc in same stitch, 1 hdc in next Row#-2 stitches (that&amp;#8217;s the row number minus two), (2 hdc in next stitch, 1 hdc in next Row#-2 stitches) repeat to end of round. Join. (72)&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class="hdlist1"&gt;
Row 8
&lt;/td&gt;
&lt;td class="hdlist2"&gt;
&lt;p&gt;Chain 2, hdc in same stitch, 1 hdc in next six stitches, (2 hdc in next stitch, 1 hdc in next six stitches) repeat to end of round. Do not join! (72)&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class="hdlist1"&gt;
Rows 9-end
&lt;/td&gt;
&lt;td class="hdlist2"&gt;
&lt;p&gt;Hdc in next stitch (instead of slip), continue around making one hdc in each stitch until hat is of desired length.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class="hdlist1"&gt;
Finish
&lt;/td&gt;
&lt;td class="hdlist2"&gt;
&lt;p&gt;Make last two stitches as sc to reduce the offset caused by the spiral. Cut yarn and pull through last stitch to secure.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="sect1"&gt;
&lt;h2 id="_pattern_schematic_diagram"&gt;Pattern Schematic Diagram&lt;/h2&gt;
&lt;div class="sectionbody"&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;See below for a detailed textual description of the pattern.
But it can also be useful to look at a blueprint diagram to understand the structure of a crochet pattern.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="sidebarblock"&gt;
&lt;div class="content"&gt;
&lt;div class="title"&gt;Key&lt;/div&gt;
&lt;div class="hdlist"&gt;
&lt;table&gt;
&lt;tr&gt;
&lt;td class="hdlist1"&gt;
&lt;span class="image"&gt;&lt;img src="/log/2019/12/3/simple_crochet_beanie_cap_pattern_and_notes/hdc-image.png" alt="hdc image"&gt;&lt;/span&gt;
&lt;/td&gt;
&lt;td class="hdlist2"&gt;
&lt;p&gt;Half-double crochet (hdc)&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class="hdlist1"&gt;
&lt;span class="image"&gt;&lt;img src="/log/2019/12/3/simple_crochet_beanie_cap_pattern_and_notes/chain-image.png" alt="chain image"&gt;&lt;/span&gt;
&lt;/td&gt;
&lt;td class="hdlist2"&gt;
&lt;p&gt;Chain&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class="hdlist1"&gt;
&lt;span class="image"&gt;&lt;img src="/log/2019/12/3/simple_crochet_beanie_cap_pattern_and_notes/slip-image.png" alt="slip image"&gt;&lt;/span&gt;
&lt;/td&gt;
&lt;td class="hdlist2"&gt;
&lt;p&gt;Slip stitch&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;Resources for reading crochet diagrams:&lt;/p&gt;
&lt;/div&gt;
&lt;div class="ulist"&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&amp;#8220;How to Follow a Stitch Diagram in Crochet&amp;#8221;: &lt;a href="http://www.dummies.com/how-to/content/how-to-follow-a-stitch-diagram-in-crochet.html" class="bare"&gt;http://www.dummies.com/how-to/content/how-to-follow-a-stitch-diagram-in-crochet.html&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&amp;#8220;Crochet chart symbols&amp;#8221;: &lt;a href="http://www.craftyarncouncil.com/chart_crochet.html" class="bare"&gt;http://www.craftyarncouncil.com/chart_crochet.html&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&amp;#8220;Annie&amp;#8217;s Stitch Guide&amp;#8221;: &lt;a href="https://www.anniescatalog.com/crochet/content.html?content_id=708&amp;amp;type_id=S&amp;amp;scat_id=3" class="bare"&gt;https://www.anniescatalog.com/crochet/content.html?content_id=708&amp;amp;type_id=S&amp;amp;scat_id=3&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="imageblock"&gt;
&lt;div class="content"&gt;
&lt;img src="/log/2019/12/3/simple_crochet_beanie_cap_pattern_and_notes/schematic-spiral.png" alt="Schematic of hat Pattern"&gt;
&lt;/div&gt;
&lt;div class="title"&gt;Figure 1. Schematic of Hat Pattern&lt;/div&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;(&lt;a href="schematic-spiral.svg"&gt;SVGversion&lt;/a&gt;)&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;The above image shows a graphic representation of the hat pattern. Each row is a different color to make it easier to follow. Read it like this:&lt;/p&gt;
&lt;/div&gt;
&lt;div class="olist arabic"&gt;
&lt;ol class="arabic"&gt;
&lt;li&gt;
&lt;p&gt;The base chain 3 is the red chain in the center. Start there and then read counterclockwise (left-handed crocheters will read counterclockwise, but actually work clockwise).&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Work around Row 1 (black), making 8 hdc through the first loop of the base chain.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;When you get back around, make a slip stitch (the solid circle symbol) into the top loop of the base chain.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Move up to the next row (green): chain 2. Continue around to the left of that chain making 17 hdc (two into each of the hdc of the previous row), then joining to the starting chain with a slip stitch.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&amp;#8230;&amp;#8203; and so on until you get to the last row shown in the schematic (bright green). In this row notice you only make one hdc in each stitch of the previous row. Repeat this row until the hat is the desired length.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;The diagram only increases to 63 stitches for a smaller hat. Add one more row of increasing for a larger hat.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;By looking at the schematic you can see:&lt;/p&gt;
&lt;/div&gt;
&lt;div class="ulist"&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;How the turning chain 2 of each row acts like an hdc in the pattern&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Where each increase is made&lt;/p&gt;
&lt;div class="ulist"&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Each increase is made on the first stitch of the increase directly below it&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The seam formed by the slip stitch and turning chain of each row&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="sect1"&gt;
&lt;h2 id="_notes_on_pattern"&gt;Notes on Pattern&lt;/h2&gt;
&lt;div class="sectionbody"&gt;
&lt;div class="sect2"&gt;
&lt;h3 id="_to_the_beginner"&gt;To the beginner&lt;/h3&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;This is a beginner-friendly pattern (which assumes you know or can look up the basics of chaining, slip stitches, and crochet stitches) &lt;em&gt;except&lt;/em&gt; for the first two rounds.
It starts off by putting 8 stitches through a single loop which gets quite crowded and can be very difficult to see what&amp;#8217;s going on.
Having an experienced crocheter on hand to help you get the hat started can save lots of frustration.
Using a lightweight and light-colored yarn, a larger hook, and having good lighting will make these first rows easier.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="sect2"&gt;
&lt;h3 id="_row_0_chain_1"&gt;Row 0: Chain 1&lt;/h3&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;The first step is to attach the yarn to the hook with a slipknot.
Maybe leave the loop formed by the slipknot a little loose rather than cinching it close to the hook in order to make the first row easier (this loop is where you&amp;#8217;ll make the first 8 stitches).
Then make one chain stitch, which will be the center of the top of the hat. You&amp;#8217;ll make the first 8 stitches through that loop which, when joined, will form a circle. The next rows then work around that circle increasing its diameter for the crown of the hat.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;If the tail end of the yarn is getting in your way, you can cut it short.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="sect3"&gt;
&lt;h4 id="_alternatives_for_center_loop"&gt;Alternatives for center loop&lt;/h4&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;The first few rows are the most difficult because it is hard to see what is happening and where the next stitch is. The first row is especially difficult since you can lose track of the center loop before finishing the 8 stitches. Here are two alternative methods of beginning which give a bigger first loop to make all 8 initial stitches into so it is easier to work with.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="sect4"&gt;
&lt;h5 id="_chain_loop"&gt;Chain Loop&lt;/h5&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;First chain five or six. Then slip stitch into the first chain you made to join into a ring. Then continue the pattern from Row 1. The difference is that you will make all 8 stitches in Row 1 into the center of the ring of chains you made instead of trying to do them all through a single chain stitch.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="sect4"&gt;
&lt;h5 id="_base_adjustable_ring_magic_ring"&gt;Base Adjustable Ring ("Magic Ring")&lt;/h5&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;Another way to begin with a bigger base ring for making the first 8 stitches in is to make a loop of yarn, make all 8 stitches into it, and then pull to close the loop. The advantage is that it is easier to stitch the 8 first stitches into a large ring, and you can then pull the ring closed so that hat won&amp;#8217;t have a big hole at the top.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;Good written instructions for the magic ring can be found in &lt;a href="http://vividkreations.com.au/tutorial-the-double-magic-circle/"&gt;this tutorial by Vivid Kreations&lt;/a&gt;.
Both of these alternative methods are also demonstrated in many YouTube videos, such as &lt;a href="https://www.youtube.com/watch?v=PXciky2GvOI"&gt;this one&lt;/a&gt; by  B.Hooked Crochet &amp;amp; Knitting:&lt;/p&gt;
&lt;/div&gt;
&lt;iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/PXciky2GvOI" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen&gt;&lt;/iframe&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="sect2"&gt;
&lt;h3 id="_row_1_chain_2_make_8_hdc_in_third_chain_from_hook_join_9"&gt;Row 1: Chain 2, make 8 hdc in third chain from hook. Join. (9)&lt;/h3&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;You are going to make 8 hdc stitches into the first chain you made (the one furthest from the hook), which you will then join together into a circle.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;The chain 2 you make at the beginning of every row counts as an hdc stitch. Two chains equals the height of one half-double crochet stitch, and you will always chain 2 at the beginning of every row while increasing. So when you complete Row 1 you&amp;#8217;ll have 9 stitches on the circumference: 8 hdc + the chain. You should be able to count 9 V-shaped stitches which you will work into on the next row.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="imageblock"&gt;
&lt;div class="content"&gt;
&lt;img src="/log/2019/12/3/simple_crochet_beanie_cap_pattern_and_notes/row1.jpg" alt="row1"&gt;
&lt;/div&gt;
&lt;div class="title"&gt;Figure 2. The first row of 8 hdc joined to the initial turning chain. This little circle will become the top of the hat.&lt;/div&gt;
&lt;/div&gt;
&lt;div class="sect3"&gt;
&lt;h4 id="_half_double_crochet_hdc"&gt;Half-Double Crochet (HDC)&lt;/h4&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;The entire hat is made out of half-double crochet stitches which creates a slightly more dense (and warm) fabric than double crochet, but builds up faster than using single crochet:&lt;/p&gt;
&lt;/div&gt;
&lt;div class="olist arabic"&gt;
&lt;ol class="arabic"&gt;
&lt;li&gt;
&lt;p&gt;Wrap the yarn over the hook towards your body. This is called yarn over (often abbreviated to yo in patterns). You should now have 2 loops on the hook.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Insert hook through the next stitch to be worked. For Row 1 this means to insert the hook through the center loop for all 8 hdc. For other rows, insert beneath both strands that form the V shape of the top of each stitch. (You can instead insert through the two strands to only pick up one of them; this will result in a more flexible fabric.)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Yarn over hook.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Use the tip of the hook to pull the yarn up through stitch. You should now have 3 loops on the hook.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Yarn over hook. You should now have 4 loops on the hook.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Pull the loop closest to the tip of the hook through all 3 other loops on hook. That completes the half-double stitch (you should be left with one loop on the hook, and you can start again into the next stitch to be worked).&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="sect3"&gt;
&lt;h4 id="_joining_rows"&gt;Joining rows&lt;/h4&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;At the end of each of the first 8 rows, join to the beginning of the row by making a slip stitch into the top loop of the turning chain you started the row with:&lt;/p&gt;
&lt;/div&gt;
&lt;div class="olist arabic"&gt;
&lt;ol class="arabic"&gt;
&lt;li&gt;
&lt;p&gt;Insert the hook through the stitch (the top turning chain loop).&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Yarn over.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Pull the yarn up through both the stitch and the loop already on the crochet hook. You should be left with a single loop on the crochet hook ready to chain.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;When inserting the hook into the chain stitch, don&amp;#8217;t just insert it in the space beneath the chain. That will result in a more-visible seam on the hat. Instead insert it beneath the V of the top loop of the chain like you do every other stitch.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;After joining a row, you will begin a new row by chaining 2. The purpose of
joining and chaining is to bring the next row to the proper height for a hdc
without stretching the stitch. However, the line of join and turning chains is often visible as a seam-like line in the finished work. For that reason, after the increases in the crown of the hat have been completed this pattern no longer calls for joining and chaining between rows. Instead make the first stitch of the new row directly on the first stitch of the previous row. The distortion of an hdc directly spanning rows is minimal, and this allows creating the main part of the hat with no visible join seam.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="sect2"&gt;
&lt;h3 id="_row_2_chain_2_hdc_in_same_stitch_2_hdc_in_each_remaining_stitch_18"&gt;Row 2: Chain 2, hdc in same stitch, 2 hdc in each remaining stitch. (18)&lt;/h3&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;In this row we make two hdc stitches in each of the 9 stitches from Row 1, which doubles the size of the circle.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;Remember, the chain 2 you do at the start of each row counts as an hdc stitch, so only make one actual hdc stitch into the same stitch you chained from (that&amp;#8217;s why the pattern reads: chain 2, hdc in &amp;#8216;same&amp;#8217; stitch)&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;Don&amp;#8217;t worry, it gets easier to see what you&amp;#8217;re doing and where to make stitches after this row.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="imageblock"&gt;
&lt;div class="content"&gt;
&lt;img src="/log/2019/12/3/simple_crochet_beanie_cap_pattern_and_notes/row2.jpg" alt="row2"&gt;
&lt;/div&gt;
&lt;div class="title"&gt;Figure 3. The circle after round 2&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="sect2"&gt;
&lt;h3 id="_rows_3_7_chain_2_hdc_in_same_stitch_1_hdc_in_next_row_2_stitches_2_hdc_in_next_stitch_1_hdc_in_next_row_2_stitches_repeat_to_end_of_round_join"&gt;Rows 3-7 Chain 2, hdc in same stitch, 1 hdc in next Row#-2 stitches, (2 hdc in next stitch, 1 hdc in next Row#-2 stitches) repeat to end of round. Join.&lt;/h3&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;These rows uniformly increase the size of the circle. Working two hdc into the same stitch is called an &amp;#8216;increase&amp;#8217; and effectively adds one stitch to the circumference of the hat. On each of Rows 3-8 you&amp;#8217;ll increase 9 times.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;Each of Rows 3-8 begins with a chain 2, which counts as an hdc, followed by an hdc in that same stitch. So every row begins with an increase. The remaining 8 increases are spread evenly around the row. On Row 3 you make a single hdc in the next stitch after each increase. On Row 4, you make a single hdc in the next &amp;#8216;two&amp;#8217; stitches after each increase. And so on. So the number of hdc you make in each stitch around the hat follows this pattern (remember the first 2 consists of the chain + the first hdc):&lt;/p&gt;
&lt;/div&gt;
&lt;div class="hdlist"&gt;
&lt;table&gt;
&lt;tr&gt;
&lt;td class="hdlist1"&gt;
Row 3
&lt;/td&gt;
&lt;td class="hdlist2"&gt;
&lt;p&gt;2, 1, 2, 1&amp;#8230;&amp;#8203; 2, 1&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class="hdlist1"&gt;
Row 4
&lt;/td&gt;
&lt;td class="hdlist2"&gt;
&lt;p&gt;2, 1, 1, 2, 1, 1&amp;#8230;&amp;#8203; 2, 1, 1&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class="hdlist1"&gt;
Row 5
&lt;/td&gt;
&lt;td class="hdlist2"&gt;
&lt;p&gt;2, 1, 1, 1, 2, 1, 1, 1&amp;#8230;&amp;#8203; 2, 1, 1, 1&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class="hdlist1"&gt;
Row 6
&lt;/td&gt;
&lt;td class="hdlist2"&gt;
&lt;p&gt;2, 1, 1, 1, 1, 2, 1, 1, 1, 1&amp;#8230;&amp;#8203; 2, 1, 1, 1, 1&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class="hdlist1"&gt;
Row 7
&lt;/td&gt;
&lt;td class="hdlist2"&gt;
&lt;p&gt;&amp;#8230;&amp;#8203; and so on&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;Notice every row ends in a single hdc. That is a good way to test if you counted correctly for that row.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;How do you know where to make the next increase if you lose count? Every increase is made exactly above the stitch formed by the increase made in the previous row. It is possible to examine the previous rows to find where to make the next increase. You can also count the stitches you&amp;#8217;ve already made.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;What if you don&amp;#8217;t make the increase in the correct spot? It doesn&amp;#8217;t really matter. You may end up with a slightly less round circle, or without exactly 72 stitches on the circumference, but it will probably not be noticeable.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;If, however, you consistently make too many or too few increases, you&amp;#8217;ll end up with a hat that is too big or too small.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;For a smaller hat, stop increasing after row 7 and go on to Row 9. This gives a circumference of 63 stitches instead of 72.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="imageblock"&gt;
&lt;div class="content"&gt;
&lt;img src="/log/2019/12/3/simple_crochet_beanie_cap_pattern_and_notes/row6.jpg" alt="row6"&gt;
&lt;/div&gt;
&lt;div class="title"&gt;Figure 4. Ready to join after Round 6&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="sect2"&gt;
&lt;h3 id="_row_8_chain_2_hdc_in_same_stitch_1_hdc_in_next_six_stitches_2_hdc_in_next_stitch_1_hdc_in_next_six_stitches_repeat_to_end_of_round_do_not_join_72"&gt;Row 8: Chain 2, hdc in same stitch, 1 hdc in next six stitches, (2 hdc in next stitch, 1 hdc in next six stitches) repeat to end of round. Do not join! (72)&lt;/h3&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;This is the last increase row. When you get to the end of the row you should have 72 stitches on the outside of your circle. Do not join with a slip stitch; instead you will begin the next row with a hdc&lt;/p&gt;
&lt;/div&gt;
&lt;div class="imageblock"&gt;
&lt;div class="content"&gt;
&lt;img src="/log/2019/12/3/simple_crochet_beanie_cap_pattern_and_notes/row8.jpg" alt="row8"&gt;
&lt;/div&gt;
&lt;div class="title"&gt;Figure 5. Row 8 is complete, and the first stitch of Row 9 (an hdc and not a chain) has been made&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="sect2"&gt;
&lt;h3 id="_rows_9_end_chain_2_hdc_in_the_next_and_every_stitch_around_72"&gt;Rows 9-end: Chain 2, hdc in the &lt;strong&gt;next&lt;/strong&gt; and every stitch around. (72)&lt;/h3&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;Now you&amp;#8217;re done increasing.
Keep crocheting a single hdc in each stitch all the way around each row until the hat has the length that you want. Try it on every now and then to see how it fits.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="imageblock"&gt;
&lt;div class="content"&gt;
&lt;img src="/log/2019/12/3/simple_crochet_beanie_cap_pattern_and_notes/progress.jpg" alt="progress"&gt;
&lt;/div&gt;
&lt;div class="title"&gt;Figure 6. Making progress&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="sect2"&gt;
&lt;h3 id="_finish_make_last_two_stitches_as_sc_to_reduce_the_offset_caused_by_the_spiral_cut_yarn_and_pull_through_last_stitch_to_secure"&gt;Finish: Make last two stitches as sc to reduce the offset caused by the spiral. Cut yarn and pull through last stitch to secure.&lt;/h3&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;Once the hat is long enough (I like it to cover my ears), finish off with a couple single crochet stitches which will create a less pronounced step between the last and second-to-last rounds.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;Cut the yarn leaving a few inches and pull the end through the last loop on the hook.
Pull to secure. To make it more secure, weave the end under a few strands on the inside of the hat and then trim it off.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="imageblock"&gt;
&lt;div class="content"&gt;
&lt;a class="image" href="finished.jpg"&gt;&lt;img src="/log/2019/12/3/simple_crochet_beanie_cap_pattern_and_notes/finished-thumb.jpg" alt="finished thumb"&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;div class="title"&gt;Figure 7. Completed hat&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="sect1"&gt;
&lt;h2 id="_variations_and_next"&gt;Variations and Next&lt;/h2&gt;
&lt;div class="sectionbody"&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;Try using this basic pattern as a platform for experimentation. Do the whole hat in double crochet. Switch yarn colors every few rounds to make a striped hat. Add a &lt;a href="https://www.youtube.com/watch?v=xsEPLeUSwmg"&gt;single crochet ribbed brim to the hat&lt;/a&gt;. Try adding non-increasing rows between the initial increasing rows to give the hat a longer shape.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;The &lt;a href="https://warmupamerica.org/make/current-needs/"&gt;Warm Up America Foundation&lt;/a&gt; collects donated hand knit and chrochet items to distribute to people who need them.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="imageblock"&gt;
&lt;div class="content"&gt;
&lt;a class="image" href="ribbed-full.jpg"&gt;&lt;img src="/log/2019/12/3/simple_crochet_beanie_cap_pattern_and_notes/ribbed-thumb.jpg" alt="ribbed thumb"&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;div class="title"&gt;Figure 8. Hat with double crochet brim&lt;/div&gt;
&lt;/div&gt;
&lt;div class="imageblock"&gt;
&lt;div class="content"&gt;
&lt;a class="image" href="color-full.jpg"&gt;&lt;img src="/log/2019/12/3/simple_crochet_beanie_cap_pattern_and_notes/color.jpg" alt="color"&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;div class="title"&gt;Figure 9. Hat with multiple yarn colors&lt;/div&gt;
&lt;/div&gt;
&lt;div class="imageblock"&gt;
&lt;div class="content"&gt;
&lt;a class="image" href="https://www.ravelry.com/projects/cristoperb/simple-crochet-beanie-2"&gt;&lt;img src="/log/2019/12/3/simple_crochet_beanie_cap_pattern_and_notes/brimhat.jpg" alt="brimhat"&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;div class="title"&gt;Figure 10. Striped hat with knit rib. Made with a 6mm hook, I changed between two balls of yarn every row (brown and a variegated pink/grey). I stopped the hat once it was about 6" long and picked up the stitches on 5mm 16" circular knitting needles to knit the k1p1 ribbed brim.&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="sect1"&gt;
&lt;h2 id="_similar_patterns"&gt;Similar Patterns&lt;/h2&gt;
&lt;div class="sectionbody"&gt;
&lt;div class="ulist"&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href="https://www.youtube.com/watch?v=U8IICUqmuFI"&gt;Basic Men&amp;#8217;s Beanie Free Pattern Workshop by Deja Joy&lt;/a&gt; - basically the same pattern; designd for a bigger hook so works up even faster.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href="https://www.youtube.com/watch?v=Kf-h3MDN0N0"&gt;Easy Breezy Beginner&amp;#8217;s Crochet Beanie by Bonnie Barker&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href="https://yayforyarn.com/seamless-double-crochet-hat-with-the-invisible-join-method---free-crochet-pattern/"&gt;Seamless Double-Crochet Hat with the Invisible Join Method&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div id="footnotes"&gt;
&lt;hr&gt;
&lt;div class="footnote" id="_footnotedef_1"&gt;
&lt;a href="#_footnoteref_1"&gt;1&lt;/a&gt;. Half-double crochet instructions w/photos: &lt;a href="https://web.archive.org/web/20120415065415/http://renee-blixt.suite101.com/the-half-double-crochet-stitch-a40770" class="bare"&gt;https://web.archive.org/web/20120415065415/http://renee-blixt.suite101.com/the-half-double-crochet-stitch-a40770&lt;/a&gt;
&lt;/div&gt;
&lt;div class="footnote" id="_footnotedef_2"&gt;
&lt;a href="#_footnoteref_2"&gt;2&lt;/a&gt;. &lt;a href="http://crochet.about.com/od/learnbasics/qt/slst.htm" class="bare"&gt;http://crochet.about.com/od/learnbasics/qt/slst.htm&lt;/a&gt;
&lt;/div&gt;
&lt;/div&gt;</content>
    <summary type="html">A friend organized a project to crochet hats for the homeless (or other cold people) this winter. She gave us a simple hat pattern to learn and these notes are my attempt to make sense of it and explain to other beginning crocheters, including a schematic diagram.</summary>
  </entry>
</feed>

