<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Cotton Noodle</title><link>https://www.cottonnoodle.com/</link><description>Recent content on Cotton Noodle</description><generator>Hugo -- gohugo.io</generator><language>en-gb</language><lastBuildDate>Mon, 23 Mar 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://www.cottonnoodle.com/index.xml" rel="self" type="application/rss+xml"/><item><title>Equilibrium</title><link>https://www.cottonnoodle.com/blog/equilibrium/</link><pubDate>Sun, 29 Mar 2026 09:56:00 +0000</pubDate><guid>https://www.cottonnoodle.com/blog/equilibrium/</guid><description>&lt;p>The word I chose to represent how I live this year was &amp;ldquo;equilibrium&amp;rdquo;. At the back end of last year, I found myself continually pushing too hard on individual projects, to the detriment of all else (hello monotropism). Sewing dresses for parties on a deadline, learning D&amp;amp;D and writing adventures from scratch (!) at short notice, that sort of thing. I&amp;rsquo;d also started a new role at work that was using more of my brainpower, so it was all getting a bit much.&lt;/p>
&lt;p>This year, I decided to allow myself to spread my efforts across my projects more thinly, in favour of a better balance. And I specifically chose the world &amp;ldquo;equilibrium&amp;rdquo; rather than &amp;ldquo;balance&amp;rdquo;, because you can balance a spoon on your nose, but that&amp;rsquo;s not a particularly sustainable way to live. &amp;ldquo;Equilibrium&amp;rdquo; is less precarious, and more self-correcting.&lt;/p>
&lt;p>The upshot of living like this is that I don&amp;rsquo;t feel (as) mentally exhausted. But surprisingly, I&amp;rsquo;m also actually finishing more projects, because I&amp;rsquo;ve allowed myself to start things without the burden of finishing them. By not burning myself out with single-minded focus, I&amp;rsquo;m generally ending up with more (mental) energy. Doing a little bit, but more often, and then switching to something else is working pretty well for me.&lt;/p>
&lt;p>Some of the things I&amp;rsquo;ve been spending my creative energies on this year:&lt;/p>
&lt;ul>
&lt;li>Sewing, of course&lt;/li>
&lt;li>Mending, too (including finishing unfinished projects that had waited for years)&lt;/li>
&lt;li>Knitting, of course&lt;/li>
&lt;li>Tinkering with this website, of course (including &lt;a href="https://www.cottonnoodle.com/blog/restyling-the-cotton-noodle-website/">redoing the styles&lt;/a>)&lt;/li>
&lt;li>Baking bread (both from commercial yeast and my sourdough starter)&lt;/li>
&lt;li>Baking sweet things, like amaretti biscuits on a whim&lt;/li>
&lt;li>Expanding my cooking repertoire (I&amp;rsquo;m gathering a big bank of weeknight-friendly recipes)&lt;/li>
&lt;li>Developing a video game concept&lt;/li>
&lt;li>Historical research to support the above concept&lt;/li>
&lt;li>Learning game development (I&amp;rsquo;ve only dipped my toe in so far)&lt;/li>
&lt;/ul>
&lt;p>All these things are trucking along at a steady, manageable pace. Mostly, anyway. It&amp;rsquo;s in my nature to get sucked into rabbit holes for weeks, but I&amp;rsquo;m trying to make a conscious effort to stop myself when I can feel this happening. Then I think about something else for a while.&lt;/p>
&lt;h2 id="half-ass-ten-things">Half-ass ten things&lt;/h2>
&lt;p>I&amp;rsquo;ve spent a lot of time thinking of &lt;a href="https://www.youtube.com/watch?v=k6hZ9KdG1QU" rel="external">Ron Swanson&amp;rsquo;s advice to Leslie Knope at his cabin&lt;/a>:&lt;/p>
&lt;p>&amp;ldquo;Never half-ass two things. Whole-ass one thing.&amp;rdquo;&lt;/p>
&lt;p>And I tried that for years. It seemed like a great maxim. But different brains work in different ways. Whole-assing one thing is my danger zone, because I really truly &lt;em>will&lt;/em> go all in. It&amp;rsquo;s taken me nearly 4 decades to figure out that to be the best version of myself, I need to reign myself in, not push myself harder. Half-ass ten things.&lt;/p></description></item><item><title>Restyling the Cotton Noodle website</title><link>https://www.cottonnoodle.com/blog/restyling-the-cotton-noodle-website/</link><pubDate>Sat, 07 Feb 2026 12:00:00 +0000</pubDate><guid>https://www.cottonnoodle.com/blog/restyling-the-cotton-noodle-website/</guid><description>&lt;p>I&amp;rsquo;ve just redesigned the styles on this here website. This is its formal christening: I&amp;rsquo;m dubbing it &lt;a href="https://www.cottonnoodle.com/versions/">version 2&lt;/a>. How original!&lt;/p>
&lt;p>There were a couple of reasons I wanted to redesign it - technical and aesthetic.&lt;/p>
&lt;h2 id="the-technical-side">The technical side&lt;/h2>
&lt;p>I didn&amp;rsquo;t really have a lot of faith in the styling code I&amp;rsquo;d written before. I wrote the v1 styles as part of my migration to Hugo, and there was so much going on with &lt;a href="https://www.cottonnoodle.com/blog/building-a-website-with-hugo/">figuring out all the tooling&lt;/a> and &lt;a href="https://www.cottonnoodle.com/blog/building-a-project-gallery-in-hugo/">building out a gallery&lt;/a>. Although I did put love and care into the v1 styles, I was styling at the same time as figuring out how to even make Hugo templates, and re-learning CSS having not really touched it in anger since around 2005. I&amp;rsquo;d tried out BEM, which seemed like a good idea at the time, but I grew to hate how heavy-handed it was.&lt;/p>
&lt;p>I wanted to pare it back, so:&lt;/p>
&lt;ol>
&lt;li>I kept my Hugo layouts pretty much the same, but converted them to (relatively) semantic HTML. This meant gutting a crazy amount of BEM classes and layout-specific divs.&lt;/li>
&lt;li>I removed my old CSS and started rewriting it from the ground up, taking a generally classless route (as a rebellion against all the BEM classes I had before).&lt;/li>
&lt;li>I changed from media queries based on pixel breakpoints to ones based on reading width. I also designed mobile-first, with wider screens being the edge case.&lt;/li>
&lt;/ol>
&lt;p>The final CSS and HTML are a lot smaller now. They&amp;rsquo;re also more manageable and inherently comprehensible. They don&amp;rsquo;t feel as fragile as they did with the previous setup, which is a huge win. I also trust the responsiveness a lot more now too.&lt;/p>
&lt;h2 id="the-aesthetic-side">The aesthetic side&lt;/h2>
&lt;div class="float-right">
&lt;figure style="max-width: 400px;">
&lt;a href="https://www.cottonnoodle.com/blog/restyling-the-cotton-noodle-website/v1-front-page_hu_e3567d72eb45158e.png"
data-description=".glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
data-gallery="gallery-3c03a1c7a39d389cdd0794f9d2fcc3147b60b3ce2eefd401538afa57da98542b"
class="glightbox">
&lt;picture style="max-width: 400px; aspect-ratio: 400/201;">
&lt;source srcset="https://www.cottonnoodle.com/blog/restyling-the-cotton-noodle-website/v1-front-page_hu_1cc8eb3cc3503e6b.png" />
&lt;img src="https://www.cottonnoodle.com/blog/restyling-the-cotton-noodle-website/v1-front-page_hu_1cc8eb3cc3503e6b.png" alt="" />
&lt;/picture>
&lt;/a>
&lt;div class="glightbox-desc glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855">The v1 front page. I&amp;rsquo;ve preserved screenshots over on the &lt;a href="https://www.cottonnoodle.com/versions/">versions&lt;/a> page.&lt;/div>
&lt;figcaption>The v1 front page. I&amp;rsquo;ve preserved screenshots over on the &lt;a href="https://www.cottonnoodle.com/versions/">versions&lt;/a> page.&lt;/figcaption>
&lt;/figure>
&lt;/div>
&lt;p>I still love the old v1 aesthetic, but I think I just grew out of it. It was intentionally very nostalgic for the days of the early web - basic, bright colours and heavy graphical concepts - because that&amp;rsquo;s the time period that was being evoked in my mind as I developed it.&lt;/p>
&lt;p>But it also felt very clunky. I wanted to modernise the &lt;em>feeling&lt;/em> of the site, while still retaining the simple, home-grown ethos. I guess I also just wanted it to look a bit more grown up.&lt;/p>
&lt;p>So I took these concepts into my redesign:&lt;/p>
&lt;ol>
&lt;li>Softer, warmer colours. The colour palette is similar, but less aggressive. I also added an extra main colour, which allows for more playfulness.&lt;/li>
&lt;li>A generally smoother reading experience. Colour contrasts are less harsh, and borders are more subtle.&lt;/li>
&lt;li>Consistency in visual rhythm. I now have a small set of spacing sizes that I re-use across the whole site.&lt;/li>
&lt;li>The content width is narrower, for better reading.&lt;/li>
&lt;li>I have a dark mode now.&lt;/li>
&lt;/ol>
&lt;p>I&amp;rsquo;m not a designer or an accessibility expert, so I&amp;rsquo;m sure I&amp;rsquo;m still breaking all sorts of golden rules with this design. But it definitely &lt;em>feels&lt;/em> like it&amp;rsquo;s a more cohesive, considered look now, while still representing me.&lt;/p>
&lt;p>The colourful squiggly underlines and the scissor bullet points &amp;amp; dividers are my way of keeping it kooky :)&lt;/p>
&lt;h2 id="the-future">The future&lt;/h2>
&lt;p>I&amp;rsquo;m going to continue to tinker with this site - I mean, that&amp;rsquo;s what personal sites are for, right?&lt;/p>
&lt;p>But I&amp;rsquo;m not planning another overhaul anytime soon!&lt;/p></description></item><item><title>52 book challenge: end-of-year reflections</title><link>https://www.cottonnoodle.com/blog/52-book-challenge-end-of-year-reflections/</link><pubDate>Sun, 28 Dec 2025 11:17:00 +0000</pubDate><guid>https://www.cottonnoodle.com/blog/52-book-challenge-end-of-year-reflections/</guid><description>
&lt;div class="float-right">
&lt;figure style="max-width: 400px;">
&lt;a href="https://www.cottonnoodle.com/blog/52-book-challenge-end-of-year-reflections/52booksdone_hu_eea104c06c63ffe6.png"
data-description=".glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
data-gallery="gallery-266778464a474767135d6827575d4a99fbc8805c1c42eb94c3a4e12ca3b16a72"
class="glightbox">
&lt;picture style="max-width: 400px; aspect-ratio: 400/192;">
&lt;source srcset="https://www.cottonnoodle.com/blog/52-book-challenge-end-of-year-reflections/52booksdone_hu_6d66ed508f40f38a.png" />
&lt;img src="https://www.cottonnoodle.com/blog/52-book-challenge-end-of-year-reflections/52booksdone_hu_6d66ed508f40f38a.png" alt="" />
&lt;/picture>
&lt;/a>
&lt;div class="glightbox-desc glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855">The slow-moving progress bar is at 100%!&lt;/div>
&lt;figcaption>The slow-moving progress bar is at 100%!&lt;/figcaption>
&lt;/figure>
&lt;/div>
&lt;p>I achieved my 2025 goal of reading 52 books in a year! It wasn&amp;rsquo;t easy, and I&amp;rsquo;m definitely not going to do it again, but I am so glad I did do it. I&amp;rsquo;ve read things I otherwise wouldn&amp;rsquo;t, I&amp;rsquo;ve pushed my perseverance, and I&amp;rsquo;ve developed some really good habits that I am hoping I can hang on to.&lt;/p>
&lt;p>The full list of books I read is at the bottom of this post, but first, I&amp;rsquo;ll share some of my reflections now that the challenge is over.&lt;/p>
&lt;h2 id="what-i-learned">What I learned&lt;/h2>
&lt;p>I found it hard not to gamify this. When under pressure I picked shorter and shorter books. Never under 100, as that was the minimum I set for my rule, but let&amp;rsquo;s be real - even 150 is a very very short book.&lt;/p>
&lt;p>I also routinely chose unchallenging books, and ones that I was less inclined to want to savour, so I could get through them more quickly, which isn&amp;rsquo;t great. Obviously there were exceptions. But I usually like to mix in some books that test me in some way, and this year I actively avoided doing that (consciously anyway).&lt;/p>
&lt;p>You can fit a lot more reading time in if you have the ebook on your phone (as opposed to reading exclusively on paper, or even the Kindle device). A phone is horrifyingly always there.&lt;/p>
&lt;p>In fact, it&amp;rsquo;s crazy how many situations in life there are where my natural instinct is to just grab my phone rather than accept tedium, or awkwardness. That&amp;rsquo;s a whole separate topic, and something I&amp;rsquo;d like to improve as well - but it&amp;rsquo;s a great first step to be opening an ebook and reading a few paragraphs of that instead of mindlessly scrolling.&lt;/p>
&lt;h2 id="what-im-looking-forward-to-now-that-the-challenge-is-over">What I&amp;rsquo;m looking forward to, now that the challenge is over&lt;/h2>
&lt;p>Obviously, reading a wider variety of things. Very long books you can sink your teeth into. Poetry. Plays! Non fiction! Notoriously challenging books!&lt;/p>
&lt;p>Reading at whatever damn pace I choose, and not worrying about pages per day. Maybe even NOT reading for a few days - imagine!&lt;/p>
&lt;p>Not thinking about page counts when choosing books.&lt;/p>
&lt;p>ONLY reading on paper. I ended up with the ebook version of pretty much all the books I read - I was kindle-first by the end, to maximise reading time. (I did buy paper copies of some favourites after the fact, for the collection.) But despite all the positives of ebooks that I listed earlier&amp;hellip; Nothing compares to the experience of reading a physical book.&lt;/p>
&lt;p>Taking more risks. Towards the end of the year I used reviews and recommendations to pick out books that I had good confidence would be enjoyable. I&amp;rsquo;m looking forward to rolling the dice and picking up a book at whim.&lt;/p>
&lt;h2 id="what-im-grateful-for">What I&amp;rsquo;m grateful for&lt;/h2>
&lt;p>I read a lot of books I might not otherwise have come across. Some really superb ones - &lt;em>A Short Stay In Hell&lt;/em> comes to mind.&lt;/p>
&lt;p>Persistence training. Not that my persistence is lacking (&lt;em>gestures at self-taught knitting and sewing skills&lt;/em>) but all the same, a bit of grind is a good thing.&lt;/p>
&lt;p>I discovered I like horror. The dwindling list of well-regarded novels under 300 pages lead me to a few in genres I hadn&amp;rsquo;t really explored, and I dabbled in them for the sake of variety. And that was great! I really enjoyed &lt;em>Rosemary&amp;rsquo;s Baby&lt;/em> and &lt;em>The Hellbound Heart&lt;/em>.&lt;/p>
&lt;p>I well and truly kicked my Instagram habit. Mindless scrolling has dropped massively (although I still use Reddit a lot)&lt;/p>
&lt;p>I think I&amp;rsquo;m really going to enjoy the epic novels I pick up next year. I&amp;rsquo;ve been craving sinking my teeth into something more sprawling.&lt;/p>
&lt;h2 id="round-up">Round-up&lt;/h2>
&lt;h3 id="the-books-that-touched-my-heart-the-most">The books that touched my heart the most&lt;/h3>
&lt;ul>
&lt;li>Martyr!&lt;/li>
&lt;li>A Wizard of Earthsea&lt;/li>
&lt;li>Ethan Frome&lt;/li>
&lt;li>The Forge and the Flood&lt;/li>
&lt;li>Giovanni&amp;rsquo;s Room&lt;/li>
&lt;/ul>
&lt;h3 id="full-list-of-everything-i-read">Full list of everything I read&lt;/h3>
&lt;ul>
&lt;li>&lt;em>True Grit&lt;/em> - Charles Portis&lt;/li>
&lt;li>&lt;em>Sula&lt;/em> - Toni Morrison&lt;/li>
&lt;li>&lt;em>The Lathe of Heaven&lt;/em> - Ursula K. Le Guin&lt;/li>
&lt;li>&lt;em>The Hellbound Heart&lt;/em> - Clive Barker&lt;/li>
&lt;li>&lt;em>The Haunting of Hill House&lt;/em> - Shirley Jackson&lt;/li>
&lt;li>&lt;em>Rosemary&amp;rsquo;s Baby&lt;/em> - Ira Levin&lt;/li>
&lt;li>&lt;em>Speak&lt;/em> - Laurie Halse Anderson&lt;/li>
&lt;li>&lt;em>A Prayer for the Crown-Shy (Monk &amp;amp; Robot, #2)&lt;/em> - Becky Chambers&lt;/li>
&lt;li>&lt;em>A Psalm for the Wild-Built (Monk &amp;amp; Robot, #1)&lt;/em> - Becky Chambers&lt;/li>
&lt;li>&lt;em>It’s Not a Cult&lt;/em> - Joey Batey&lt;/li>
&lt;li>&lt;em>Ethan Frome&lt;/em> - Edith Wharton&lt;/li>
&lt;li>&lt;em>The Stepford Wives&lt;/em> - Ira Levin&lt;/li>
&lt;li>&lt;em>Tender Is the Flesh&lt;/em> - Agustina Bazterrica&lt;/li>
&lt;li>&lt;em>On Chesil Beach&lt;/em> - Ian McEwan&lt;/li>
&lt;li>&lt;em>Exit Strategy (The Murderbot Diaries, #4)&lt;/em> - Martha Wells&lt;/li>
&lt;li>&lt;em>How to Read a Tree: Clues and Patterns from Bark to Leaves&lt;/em> - Tristan Gooley&lt;/li>
&lt;li>&lt;em>A Short Stay in Hell&lt;/em> - Steven L. Peck&lt;/li>
&lt;li>&lt;em>The Secret World of Weather&lt;/em> - Tristan Gooley&lt;/li>
&lt;li>&lt;em>The Ha-Ha&lt;/em> - Jennifer Dawson&lt;/li>
&lt;li>&lt;em>The Word for World Is Forest&lt;/em> - Ursula K. Le Guin&lt;/li>
&lt;li>&lt;em>Yellowface&lt;/em> - R.F. Kuang&lt;/li>
&lt;li>&lt;em>The Perks of Being a Wallflower&lt;/em> - Stephen Chbosky&lt;/li>
&lt;li>&lt;em>So Long, See You Tomorrow&lt;/em> - William Maxwell&lt;/li>
&lt;li>&lt;em>Giovanni’s Room&lt;/em> - James Baldwin&lt;/li>
&lt;li>&lt;em>The Forge and the Flood&lt;/em> - Miles Nelson&lt;/li>
&lt;li>&lt;em>The British Museum is Falling Down&lt;/em> - David Lodge&lt;/li>
&lt;li>&lt;em>Rogue Protocol (The Murderbot Diaries, #3)&lt;/em> - Martha Wells&lt;/li>
&lt;li>&lt;em>Small Things Like These&lt;/em> - Claire Keegan&lt;/li>
&lt;li>&lt;em>The Trial&lt;/em> - Franz Kafka&lt;/li>
&lt;li>&lt;em>The Honjin Murders (Detective Kosuke Kindaichi, #1)&lt;/em> - Seishi Yokomizo&lt;/li>
&lt;li>&lt;em>The Cat Who Saved Books (The Cat Who&amp;hellip;, #1)&lt;/em> - Sōsuke Natsukawa&lt;/li>
&lt;li>&lt;em>Artificial Condition (The Murderbot Diaries, #2)&lt;/em> - Martha Wells&lt;/li>
&lt;li>&lt;em>All Systems Red (The Murderbot Diaries, #1)&lt;/em> - Martha Wells&lt;/li>
&lt;li>&lt;em>Of Mice and Men&lt;/em> - John Steinbeck&lt;/li>
&lt;li>&lt;em>Tehanu (Earthsea Cycle, #4)&lt;/em> - Ursula K. Le Guin&lt;/li>
&lt;li>&lt;em>This Is How You Lose the Time War&lt;/em> - Amal El-Mohtar&lt;/li>
&lt;li>&lt;em>The Unmothers&lt;/em> - Leslie J. Anderson&lt;/li>
&lt;li>&lt;em>Martyr!&lt;/em> - Kaveh Akbar&lt;/li>
&lt;li>&lt;em>Everything Is Tuberculosis: The History and Persistence of Our Deadliest Infection&lt;/em> - John Green&lt;/li>
&lt;li>&lt;em>Chronicle of a Death Foretold&lt;/em> - Gabriel García Márquez&lt;/li>
&lt;li>&lt;em>Pretty Hate Machine&lt;/em> - Daphne Carr&lt;/li>
&lt;li>&lt;em>The Crying of Lot 49&lt;/em> - Thomas Pynchon&lt;/li>
&lt;li>&lt;em>Train Dreams&lt;/em> - Denis Johnson&lt;/li>
&lt;li>&lt;em>Foster&lt;/em> - Claire Keegan&lt;/li>
&lt;li>&lt;em>The Farthest Shore (Earthsea Cycle, #3)&lt;/em> - Ursula K. Le Guin&lt;/li>
&lt;li>&lt;em>The Tombs of Atuan (Earthsea Cycle, #2)&lt;/em> - Ursula K. Le Guin&lt;/li>
&lt;li>&lt;em>Orbital&lt;/em> - Samantha Harvey&lt;/li>
&lt;li>&lt;em>The Lady of the Lake (The Witcher, #5)&lt;/em> - Andrzej Sapkowski&lt;/li>
&lt;li>&lt;em>I Who Have Never Known Men&lt;/em> - Jacqueline Harpman&lt;/li>
&lt;li>&lt;em>The Death of Ivan Ilyich&lt;/em> - Leo Tolstoy&lt;/li>
&lt;li>&lt;em>A Wizard of Earthsea (Earthsea Cycle, #1)&lt;/em> - Ursula K. Le Guin&lt;/li>
&lt;li>&lt;em>Cannery Row&lt;/em> - John Steinbeck&lt;/li>
&lt;/ul>
&lt;p>(For ratings, see my &lt;a href="https://www.cottonnoodle.com/books/">books&lt;/a> page)&lt;/p></description></item><item><title>Simplicity S3099 Dress Pattern Review</title><link>https://www.cottonnoodle.com/blog/simplicity-s3099-dress-pattern-review/</link><pubDate>Sat, 29 Nov 2025 17:22:00 +0000</pubDate><guid>https://www.cottonnoodle.com/blog/simplicity-s3099-dress-pattern-review/</guid><description>
&lt;div class="float-right">
&lt;figure style="max-width: 400px;">
&lt;a href="https://www.cottonnoodle.com/blog/simplicity-s3099-dress-pattern-review/s3099_2_hu_d88a646d923a9e8e.jpg"
data-gallery="gallery-58aac9bf4d94a6bc4d9b82c31b018302be44d0241488477043ae4a33cd5d233d"
class="glightbox">
&lt;picture style="max-width: 400px; aspect-ratio: 400/500;">
&lt;source srcset="https://www.cottonnoodle.com/blog/simplicity-s3099-dress-pattern-review/s3099_2_hu_57f8aae282918729.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/simplicity-s3099-dress-pattern-review/s3099_2_hu_57f8aae282918729.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;/div>
&lt;p>I recently got invited to a charity ball with a black tie dress code. I can&amp;rsquo;t resist a stressful project, so I decided that I&amp;rsquo;d make my own formal dress, despite only having two weeks&amp;rsquo; notice. Why do I do this to myself?&lt;/p>
&lt;p>Anyway, it worked out well, although certainly not drama free. There isn&amp;rsquo;t a lot of talk about this pattern online, so I wanted to add my thoughts to the world. Here&amp;rsquo;s a lightning quick review of the Simplicity S3099 dress sewing pattern, which I made in view B (full length), in a polyester duchess satin, with a polyester crepe-back satin for the lining.&lt;/p>
&lt;h2 id="why-did-i-pick-this-pattern">Why did I pick this pattern?&lt;/h2>
&lt;p>Of course, I looked at plenty of other patterns, including some gorgeous bias cut slip dresses, and some absolutely stunning pieces with bustiers and boning. I also considered drafting my own dress. But I only had two weeks - including sourcing pattern and fabric!&lt;/p>
&lt;p>In the end I picked the Simplicity S3099 because:&lt;/p>
&lt;ul>
&lt;li>The actual construction looked very straight-forward&lt;/li>
&lt;li>There were not many pattern pieces, so it would be quick to sew&lt;/li>
&lt;li>The simplicity of the design meant it would be make fitting adjustments relatively easy&lt;/li>
&lt;li>It was physically available in John Lewis Leeds so I didn&amp;rsquo;t have to wait for postage&lt;/li>
&lt;/ul>
&lt;div class="float-left">
&lt;figure style="max-width: 400px;">
&lt;a href="https://www.cottonnoodle.com/blog/simplicity-s3099-dress-pattern-review/s3099_1_hu_e2cd81d4705c8106.jpg"
data-gallery="gallery-58aac9bf4d94a6bc4d9b82c31b018302be44d0241488477043ae4a33cd5d233d"
class="glightbox">
&lt;picture style="max-width: 400px; aspect-ratio: 400/500;">
&lt;source srcset="https://www.cottonnoodle.com/blog/simplicity-s3099-dress-pattern-review/s3099_1_hu_b98bed19c677d6f9.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/simplicity-s3099-dress-pattern-review/s3099_1_hu_b98bed19c677d6f9.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;/div>
&lt;h2 id="what-fitting-adjustments-did-i-make">What fitting adjustments did I make?&lt;/h2>
&lt;p>I knew from the start that I would need to blend different sizes, and that&amp;rsquo;s normal for me. I chose 12 for my bust, graded to 14 at the waist, and left it at 14 for the hip.&lt;/p>
&lt;p>My first toile looked awful; very baggy and gapey around the bust. So I pinched out a 3cm-ish dart from the neckline on the sleeveless side to improve the contouring, so the neckline would sit flat against my chest. I rotated that excess into the side dart. This actually baffled me for a little while - was it really OK to have one bust dart with a much bigger intake than the other? It would have been nice to distribute the excess into two darts, but I worried that this would make it look even more lopsided. In the end I decided it would be OK (and it was).&lt;/p>
&lt;p>My second toile still did not look great. I ended up pinching out a centimeter from both side seams all the way from the underarm down to the hip. I guess this is the famous Big 4 generosity when it comes to ease.&lt;/p>
&lt;p>I also cut a total of 4 inches off the hem.&lt;/p>
&lt;p>I was pretty happy with the fit at this point. And to be fair - fitting this dress was generally pretty easy for me. I&amp;rsquo;ve spent a lot more time fitting other dresses before. My scoliosis means I often get asymmetry in fitted garments, but given that this was a one-shoulder design, asymmetry was par for the course anyway.&lt;/p>
&lt;h2 id="transferring-adjustments-to-the-lining-and-facing--or-not">Transferring adjustments to the lining and facing &amp;hellip; or not&lt;/h2>
&lt;p>All of these changes had to be reflected in the lining and the facing. For the facing, I just overlaid the pattern pieces on top of the main pattern pieces, and trimmed them / slash and spread them to match.&lt;/p>
&lt;p>The lining pattern pieces threatened to be a bit more effort, especially given they&amp;rsquo;re so large and don&amp;rsquo;t fit on my table. I realised that the lining is actually the same as the main fabric down to the hip, so I didn&amp;rsquo;t bother transferring my modifications to the lining at all. I just used the main pieces for the top and swapped in the lining pieces for the skirt.&lt;/p>
&lt;p>A word of warning if you do this though - make &lt;em>very&lt;/em> sure that you know which side up you&amp;rsquo;re using. Because the pattern is asymmetrical, you need to have the pattern pieces the appropriate way up. The main fabric pieces should be the opposite way up to how you cut them for the main fabric. I did not do this, so I ended up using the wrong side of my lining - but it didn&amp;rsquo;t really matter.&lt;/p>
&lt;div class="float-right">
&lt;figure style="max-width: 400px;">
&lt;a href="https://www.cottonnoodle.com/blog/simplicity-s3099-dress-pattern-review/s3099_3_hu_12053dee70f9a161.jpg"
data-gallery="gallery-58aac9bf4d94a6bc4d9b82c31b018302be44d0241488477043ae4a33cd5d233d"
class="glightbox">
&lt;picture style="max-width: 400px; aspect-ratio: 400/500;">
&lt;source srcset="https://www.cottonnoodle.com/blog/simplicity-s3099-dress-pattern-review/s3099_3_hu_9452bc4736baf269.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/simplicity-s3099-dress-pattern-review/s3099_3_hu_9452bc4736baf269.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;/div>
&lt;h2 id="some-thoughts-on-the-construction">Some thoughts on the construction&lt;/h2>
&lt;p>Although there weren&amp;rsquo;t many pattern pieces, that didn&amp;rsquo;t make it a quick sew. There were a fair few things to contend with.&lt;/p>
&lt;p>&lt;strong>The pattern pieces were enormous&lt;/strong> since it&amp;rsquo;s a full length dress without a waist seam. I usually cut on a cutting mat on my table, but I had to push the furniture out of the way and do this one on the floor - and that goes for the toiles and adjustments as well. My back hurts just thinking about it now.&lt;/p>
&lt;p>&lt;strong>Construction was generally straight forward, except for the slit.&lt;/strong> Honestly, I think the instructions for the slit facing/lining are badly written and possibly incorrect. Step 27 asks you to pin the lining in such a way that means step 28 doesn&amp;rsquo;t make sense. This is what I actually did:&lt;/p>
&lt;ul>
&lt;li>I used this &lt;a href="https://inseamstudios.com/sew-lined-slit/" rel="external">How to Sew a Lined Slit&lt;/a> tutorial to wrap my head around how the slit should work. That tutorial has a facing that&amp;rsquo;s shaped on the diagonal rather than the rectangular version we have in S3099, but it was still enlightening.&lt;/li>
&lt;li>Before pinning any of this, I pressed the facing under. I also pressed the lining under by 1.5cm along both the horizontal and vertical edges.&lt;/li>
&lt;li>I used the image in step 27 to understand what the final layout would be, and then pinned the lining to the facing in place, being sure not to catch the main skirt.&lt;/li>
&lt;li>I then flipped the dress so that I could see the seam allowance, and re-pinned it in exactly the same place from the inside, in such a way that I&amp;rsquo;d be able to sew it. This was fiddly and I had to be particularly careful to make sure the pivot point lined up with the marking.&lt;/li>
&lt;li>I then stitched the 3 edges in one continuous line, being super careful around the corners and the point at the very top of the slit. There was a heck of a lot of finagling to move the main dress body out of the way.&lt;/li>
&lt;/ul>
&lt;div class="float-left">
&lt;figure style="max-width: 400px;">
&lt;a href="https://www.cottonnoodle.com/blog/simplicity-s3099-dress-pattern-review/s3099_4_hu_5ae58dd3c12d78a2.jpg"
data-gallery="gallery-58aac9bf4d94a6bc4d9b82c31b018302be44d0241488477043ae4a33cd5d233d"
class="glightbox">
&lt;picture style="max-width: 400px; aspect-ratio: 400/533;">
&lt;source srcset="https://www.cottonnoodle.com/blog/simplicity-s3099-dress-pattern-review/s3099_4_hu_ffefea9b612a2bd7.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/simplicity-s3099-dress-pattern-review/s3099_4_hu_ffefea9b612a2bd7.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;/div>
&lt;p>I was lucky - after going through this procedure, it worked first time. I added a few slip stitches to tidy up the top of the slit as there was a little bit of raw edge sneaking out, but overall just going super slowly and super carefully paid dividends.&lt;/p>
&lt;p>&lt;strong>The pattern asks you to hand-sew the hem, but sod that.&lt;/strong> I just hemmed it a standard visible straight stitch. NB you have to do this &lt;strong>before&lt;/strong> sewing the lining around the slit facing.&lt;/p>
&lt;h2 id="final-thoughts">Final thoughts&lt;/h2>
&lt;p>I was really pleased with the outcome. If I&amp;rsquo;d had more time I&amp;rsquo;d have worked a bit harder at getting that pointy dart less pointy, and making those diamond darts a bit smoother (walking foot maybe?) - and I&amp;rsquo;d have made the flowers too. But I am so pleased with what I achieved in less than 2 weeks.&lt;/p>
&lt;p>The dress is very comfortable to wear, but if I made it again, I&amp;rsquo;d make the slit higher. It gave me enough range of motion to walk around the event in my high heels, but the 20-minute walk to the venue in my flats was a real challenge, as I could only take small steps unless I held the skirt up! In hindsight, I should have shortened the skirt using the lengthen/shorten lines rather than just cutting excess off the hem. This would have raised the slit by 4 inches, which is what I think it needed. Live and learn.&lt;/p>
&lt;p>A decent pattern all in all - but probably a lot better if you have a bit more time to invest in it!&lt;/p></description></item><item><title>52 book challenge: mid-year reflections</title><link>https://www.cottonnoodle.com/blog/52-book-challenge-mid-year-reflections/</link><pubDate>Thu, 03 Jul 2025 17:22:00 +0000</pubDate><guid>https://www.cottonnoodle.com/blog/52-book-challenge-mid-year-reflections/</guid><description>
&lt;div class="float-right">
&lt;figure style="max-width: 400px;">
&lt;a href="https://www.cottonnoodle.com/blog/52-book-challenge-mid-year-reflections/the_trial_hu_bacabf60892668bc.jpg"
data-description=".glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
data-gallery="gallery-fafe7f664e37a34ca80b88b5692f186f45f472814201779697b278ae0677e926"
class="glightbox">
&lt;picture style="max-width: 400px; aspect-ratio: 400/531;">
&lt;source srcset="https://www.cottonnoodle.com/blog/52-book-challenge-mid-year-reflections/the_trial_hu_f17e29f2fa1cb26b.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/52-book-challenge-mid-year-reflections/the_trial_hu_f17e29f2fa1cb26b.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;div class="glightbox-desc glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855">Currently reading: &lt;em>The Trial&lt;/em> by Kafka.&lt;/div>
&lt;figcaption>Currently reading: &lt;em>The Trial&lt;/em> by Kafka.&lt;/figcaption>
&lt;/figure>
&lt;/div>
&lt;p>This year, I set myself a goal of &lt;a href="https://www.cottonnoodle.com/blog/52-book-challenge/">trying to read 52 books&lt;/a>. This was partly to exercise self-discipline, partly to rebuild my attention span for non-digital things, and partly to breathe some life into a hobby that I&amp;rsquo;ve always loved and felt guilty for allowing to languish. It&amp;rsquo;s half-way through the year now (honestly, how did that happen?), so it&amp;rsquo;s a good time to share my experiences and learnings.&lt;/p>
&lt;p>I&amp;rsquo;ve finished reading 23 books (full list below). That puts me at 3 books behind - I should be reading my 27th book now. But I don&amp;rsquo;t feel bad about this at all - on the contrary. When I set the goal, I half believed I&amp;rsquo;d give up in March. Getting this far and still being roughly on track is a massive, resounding success.&lt;/p>
&lt;h3 id="reflections">Reflections&lt;/h3>
&lt;p>I&amp;rsquo;ve hugely increased my reading, which is only a good thing. Time spent reading is time not on my phone. I&amp;rsquo;m a believer in the intrinsic value of reading as a soul-enriching experience. I am so pleased to have this impetus to read more rather than reach for my phone. It feels good. It is good.&lt;/p>
&lt;p>That&amp;rsquo;s not to say that it&amp;rsquo;s been smooth sailing. Because I&amp;rsquo;ve got a target number of books to get through, for the first time in my life I&amp;rsquo;m pushing through on books that I can&amp;rsquo;t stand. And there have been a few of those this year. It&amp;rsquo;s crazy how a 150-page novella can take weeks to get through, when you can&amp;rsquo;t bear the style.&lt;/p>
&lt;p>But even that has had surprising benefits. Pushing myself to read things I&amp;rsquo;m not enjoying, although very frustrating at the time, has taught me a lot. It&amp;rsquo;s like having required reading at school! These books are the point when my discipline is tested the most. And these are the ones where I discover what it is I like and don&amp;rsquo;t like.&lt;/p>
&lt;p>On that note, I&amp;rsquo;ve discovered:&lt;/p>
&lt;ul>
&lt;li>I deeply prefer literary writing. I like poetic language, I like the choice of words to give me pause. I love a beautiful turn of phrase. I will happily read a book in which plot moves very little, so long as the writing is gorgeous. I did know this about myself - but what I learned this year is that I have very little patience for writing that &lt;em>doesn&amp;rsquo;t&lt;/em> look like this. If the language is dull, then by golly the plot had better make up for it. (I couldn&amp;rsquo;t bear &lt;em>The Cat Who Saved Books&lt;/em>)&lt;/li>
&lt;li>Just because it won a major international prize doesn&amp;rsquo;t mean it&amp;rsquo;s going to be an enjoyable read. (&lt;em>Orbital&lt;/em>)&lt;/li>
&lt;li>Classics and modern classics really work. (&lt;em>The Trial&lt;/em>, &lt;em>Cannery Row&lt;/em>, &lt;em>Of Mice and Men&lt;/em>)&lt;/li>
&lt;li>Sci fi and high fantasy have a pretty high hit rate for me. Classic sci fi and high fantasy, even more so. (&lt;em>This Is How You End The Time War&lt;/em>, &lt;em>Earthsea&lt;/em> series, &lt;em>I Who Have Never Known Men&lt;/em>)&lt;/li>
&lt;/ul>
&lt;p>I set myself a guideline that books under 250 words are readable within a week. But sometimes I get ahead, and sometimes I lag behind, and it works out roughly OK on average. But the best books have been longer than 250 words. It&amp;rsquo;s hard to fall in love with something short. Which makes it all the more impressive when you read a very short piece and it punches you in the gut. (&lt;em>Foster&lt;/em>)&lt;/p>
&lt;h3 id="my-favourite-books-from-this-year">My favourite books from this year:&lt;/h3>
&lt;p>Most memorable and beautiful books:&lt;/p>
&lt;ul>
&lt;li>&lt;em>A Wizard of Earthsea (Earthsea Cycle, #1)&lt;/em> - Ursula K. Le Guin&lt;/li>
&lt;li>&lt;em>Martyr!&lt;/em> - Kaveh Akbar&lt;/li>
&lt;li>&lt;em>I Who Have Never Known Men&lt;/em> - Jacqueline Harpman&lt;/li>
&lt;/ul>
&lt;h3 id="final-thoughts">Final thoughts&lt;/h3>
&lt;p>Would I do this challenge again? Well, ask me at the end of the year. My gut feeling at this point is no. I am really, really missing reading at a languid pace, not worrying about how many pages I &amp;ldquo;need&amp;rdquo; to read. And with the emphasis being on pure book count, I&amp;rsquo;m incentivised to book shorter books, which means I&amp;rsquo;m desperately yearning for a longer, more immersive book. I&amp;rsquo;d love to read the &lt;em>Dune&lt;/em> series, which my husband&amp;rsquo;s been enjoying. I&amp;rsquo;d love to get into &lt;em>Lord of the Rings&lt;/em>. I want to have a go at &lt;em>Anna Karenina&lt;/em>. But those are completely off the table for me right now.&lt;/p>
&lt;p>But do I regret starting this challenge? Absolutely not. As a one-off experiment, this has been a fantastic learning experience so far, and I&amp;rsquo;m grateful for all the new books I&amp;rsquo;ve discovered.&lt;/p>
&lt;h3 id="everything-ive-read-this-year-so-far">Everything I&amp;rsquo;ve read this year so far&lt;/h3>
&lt;p>Currently reading:&lt;/p>
&lt;ul>
&lt;li>&lt;em>The Trial&lt;/em> - Franz Kafka&lt;/li>
&lt;li>&lt;em>The Secret World of Weather&lt;/em> - Tristan Gooley&lt;/li>
&lt;/ul>
&lt;p>Finished (most recent first):&lt;/p>
&lt;ul>
&lt;li>&lt;em>The Honjin Murders (Detective Kosuke Kindaichi, #1)&lt;/em> - Seishi Yokomizo&lt;/li>
&lt;li>&lt;em>The Cat Who Saved Books (The Cat Who&amp;hellip;, #1)&lt;/em> - Sōsuke Natsukawa&lt;/li>
&lt;li>&lt;em>Artificial Condition (The Murderbot Diaries, #2)&lt;/em> - Martha Wells&lt;/li>
&lt;li>&lt;em>All Systems Red (The Murderbot Diaries, #1)&lt;/em> - Martha Wells&lt;/li>
&lt;li>&lt;em>Of Mice and Men&lt;/em> - John Steinbeck&lt;/li>
&lt;li>&lt;em>Tehanu (Earthsea Cycle, #4)&lt;/em> - Ursula K. Le Guin&lt;/li>
&lt;li>&lt;em>This Is How You Lose the Time War&lt;/em> - Amal El-Mohtar&lt;/li>
&lt;li>&lt;em>The Unmothers&lt;/em> - Leslie J. Anderson&lt;/li>
&lt;li>&lt;em>Martyr!&lt;/em> - Kaveh Akbar&lt;/li>
&lt;li>&lt;em>Everything Is Tuberculosis: The History and Persistence of Our Deadliest Infection&lt;/em> - John Green&lt;/li>
&lt;li>&lt;em>Chronicle of a Death Foretold&lt;/em> - Gabriel García Márquez&lt;/li>
&lt;li>&lt;em>Pretty Hate Machine&lt;/em> - Daphne Carr&lt;/li>
&lt;li>&lt;em>The Crying of Lot 49&lt;/em> - Thomas Pynchon&lt;/li>
&lt;li>&lt;em>Train Dreams&lt;/em> - Denis Johnson&lt;/li>
&lt;li>&lt;em>Foster&lt;/em> - Claire Keegan&lt;/li>
&lt;li>&lt;em>The Farthest Shore (Earthsea Cycle, #3)&lt;/em> - Ursula K. Le Guin&lt;/li>
&lt;li>&lt;em>The Tombs of Atuan (Earthsea Cycle, #2)&lt;/em> - Ursula K. Le Guin&lt;/li>
&lt;li>&lt;em>Orbital&lt;/em> - Samantha Harvey&lt;/li>
&lt;li>&lt;em>The Lady of the Lake (The Witcher, #5)&lt;/em> - Andrzej Sapkowski&lt;/li>
&lt;li>&lt;em>I Who Have Never Known Men&lt;/em> - Jacqueline Harpman&lt;/li>
&lt;li>&lt;em>The Death of Ivan Ilyich&lt;/em> - Leo Tolstoy&lt;/li>
&lt;li>&lt;em>A Wizard of Earthsea (Earthsea Cycle, #1)&lt;/em> - Ursula K. Le Guin&lt;/li>
&lt;li>&lt;em>Cannery Row (Cannery Row, #1)&lt;/em> - John Steinbeck&lt;/li>
&lt;/ul></description></item><item><title>Still making, just quietly</title><link>https://www.cottonnoodle.com/blog/still-making-just-quietly/</link><pubDate>Thu, 03 Jul 2025 07:25:00 +0000</pubDate><guid>https://www.cottonnoodle.com/blog/still-making-just-quietly/</guid><description>&lt;p>My fashion-design oriented career break is officially over, as earlier this year I went back into the world of software consultancy. It&amp;rsquo;s been a huge lifestyle shift for me, but a very welcome one! I&amp;rsquo;ve missed being part of something bigger than myself, and it&amp;rsquo;s really nice to flex my technical brain muscles again.&lt;/p>
&lt;p>I&amp;rsquo;ve still been making, just not sharing any of it on my site - or indeed, anywhere. In the interests of clearing away cobwebs, so here are some making-related things that have been occurring lately:&lt;/p>
&lt;ul>
&lt;li>I&amp;rsquo;ve knitted two jumpers this year, and nearly finished a third. And yet, I haven&amp;rsquo;t blocked those first two! With the warm weather we&amp;rsquo;ve been having, I&amp;rsquo;ve not really felt any urgency to push them over the final hurdle. But I am looking forward to having a nice little collection of new warm things when the cold comes back around.&lt;/li>
&lt;li>I&amp;rsquo;ve done a few more sewing pattern tests. I must get some nice photos and add them to my gallery!&lt;/li>
&lt;li>I finally finished sewing that pair of rose Thea trousers that I started last summer. There&amp;rsquo;s absolutely no reason that they took so long other than avoidance. They&amp;rsquo;re my third pair, so I know and love the pattern - I just somehow started seeing them as a chore because they&amp;rsquo;d sat there unmade for so long. But now they&amp;rsquo;re done, I&amp;rsquo;m utterly in love with them! And they&amp;rsquo;re the best pair of Theas I&amp;rsquo;ve made. I wear my other two pairs all the time, and I&amp;rsquo;m already fantasising about making another pair (and taking less time over it).&lt;/li>
&lt;li>I sewed 99% of a Kelly dress in a beautiful Liberty tana lawn and then I&amp;rsquo;ve just left it on my dress form for 5 months with only buttons to sew on. I feel like there&amp;rsquo;s a real theme of &amp;ldquo;unfinished business&amp;rdquo; starting to develop in this list here.&lt;/li>
&lt;li>I made a delightful pair of cargo shorts for my husband for his birthday. They came out so well, and he loves them. God, it&amp;rsquo;s so satisfying to make something nice. And I really, really like working with cotton twill.&lt;/li>
&lt;/ul>
&lt;p>My craft plans for the rest of the year are:&lt;/p>
&lt;ul>
&lt;li>Make no plans. Ha! I&amp;rsquo;ve definitely come to realise that long term commitment saps all the joy out of my creative practice. I&amp;rsquo;m far better on a whim. So I&amp;rsquo;m going to operate on a whim. I have so many ideas, but I&amp;rsquo;m not going to make any decisions until I am literally cutting out the fabric.&lt;/li>
&lt;/ul>
&lt;p>That&amp;rsquo;s it. The gallery is due an update. I&amp;rsquo;ll get there sooner or later. It&amp;rsquo;s liberating to let go of expectation.&lt;/p></description></item><item><title>Mood Fabrics NYC</title><link>https://www.cottonnoodle.com/blog/mood-fabrics-nyc/</link><pubDate>Fri, 04 Apr 2025 08:25:00 +0000</pubDate><guid>https://www.cottonnoodle.com/blog/mood-fabrics-nyc/</guid><description>&lt;p>When we were in New York last month (amazing, by the way!), I visited the famous Mood Fabrics on West 37th St. It&amp;rsquo;s such a huge shop - I was so excited! I&amp;rsquo;d actually planned to spend some time wandering around the broader garment district - but I spent so long in Mood, I never went to any other fabric shops. So that&amp;rsquo;s another thing on the to-do list for a repeat trip to NYC!&lt;/p>
&lt;p>Here are my tips on how to shop at Mood Fabrics, mashed together with a diary of my own experience.&lt;/p>
&lt;p>&lt;strong>Finding the store - it&amp;rsquo;s not at street level.&lt;/strong> I walked past the shop at first because I was looking for a window display. Turns out you have to go into an office-style foyer, and take the lift to the 3rd floor. You exit the lift directly into the shop.&lt;/p>
&lt;div class="flex">
&lt;figure style="max-width: 400px;">
&lt;a href="https://www.cottonnoodle.com/blog/mood-fabrics-nyc/me_and_garment_worker_hu_f4eef538a624ffe8.jpg"
data-description=".glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
data-gallery="gallery-445970fe91774d7d9aa5531ff2db37fc744947f87bcba900aba494eb88f36560"
class="glightbox">
&lt;picture style="max-width: 400px; aspect-ratio: 400/301;">
&lt;source srcset="https://www.cottonnoodle.com/blog/mood-fabrics-nyc/me_and_garment_worker_hu_10edfa1ea99501fa.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/mood-fabrics-nyc/me_and_garment_worker_hu_10edfa1ea99501fa.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;div class="glightbox-desc glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855">&lt;em>The Garment Worker&lt;/em> statue&lt;/div>
&lt;figcaption>&lt;em>The Garment Worker&lt;/em> statue&lt;/figcaption>
&lt;/figure>
&lt;figure style="max-width: 300px;">
&lt;a href="https://www.cottonnoodle.com/blog/mood-fabrics-nyc/me_and_needle_threading_a_button_hu_428d706f84f35eaa.jpg"
data-description=".glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
data-gallery="gallery-445970fe91774d7d9aa5531ff2db37fc744947f87bcba900aba494eb88f36560"
class="glightbox">
&lt;picture style="max-width: 300px; aspect-ratio: 300/398;">
&lt;source srcset="https://www.cottonnoodle.com/blog/mood-fabrics-nyc/me_and_needle_threading_a_button_hu_9ea4446e9ae0cca6.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/mood-fabrics-nyc/me_and_needle_threading_a_button_hu_9ea4446e9ae0cca6.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;div class="glightbox-desc glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855">&lt;em>Needle Threading a Button&lt;/em>&lt;/div>
&lt;figcaption>&lt;em>Needle Threading a Button&lt;/em>&lt;/figcaption>
&lt;/figure>
&lt;/div>
&lt;p>&lt;strong>Don&amp;rsquo;t go on a Sunday.&lt;/strong> It seems the whole garment district is closed on a Sunday! Thankfully, we realised before actually getting there (and we went to MoMA instead, yay).&lt;/p>
&lt;p>&lt;strong>Give yourself plenty of time.&lt;/strong> I spent 2 hours in Mood, and I could easily have spent another hour in there if we didn&amp;rsquo;t have other plans. There are loads of other stores in the garment district, so personally I&amp;rsquo;d factor in a whole afternoon if you want to explore. By the way, in Mood, the women&amp;rsquo;s bathroom is on the same floor as the lift, near the silks. Very useful to be able to refresh yourself if you&amp;rsquo;re planning an extended session!&lt;/p>
&lt;div class="flex">
&lt;figure style="max-width: 300px;">
&lt;a href="https://www.cottonnoodle.com/blog/mood-fabrics-nyc/bolts_hu_10b308b2a687fdbc.jpg"
data-description=".glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
data-gallery="gallery-445970fe91774d7d9aa5531ff2db37fc744947f87bcba900aba494eb88f36560"
class="glightbox">
&lt;picture style="max-width: 300px; aspect-ratio: 300/398;">
&lt;source srcset="https://www.cottonnoodle.com/blog/mood-fabrics-nyc/bolts_hu_d1c7e8093344df45.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/mood-fabrics-nyc/bolts_hu_d1c7e8093344df45.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;div class="glightbox-desc glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855">Fabric&lt;/div>
&lt;figcaption>Fabric&lt;/figcaption>
&lt;/figure>
&lt;figure style="max-width: 300px;">
&lt;a href="https://www.cottonnoodle.com/blog/mood-fabrics-nyc/rolls_hu_49af614e5f789616.jpg"
data-description=".glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
data-gallery="gallery-445970fe91774d7d9aa5531ff2db37fc744947f87bcba900aba494eb88f36560"
class="glightbox">
&lt;picture style="max-width: 300px; aspect-ratio: 300/398;">
&lt;source srcset="https://www.cottonnoodle.com/blog/mood-fabrics-nyc/rolls_hu_ceef7be802e57b18.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/mood-fabrics-nyc/rolls_hu_ceef7be802e57b18.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;div class="glightbox-desc glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855">More fabric&lt;/div>
&lt;figcaption>More fabric&lt;/figcaption>
&lt;/figure>
&lt;figure style="max-width: 300px;">
&lt;a href="https://www.cottonnoodle.com/blog/mood-fabrics-nyc/silks2_hu_8fe39e7614adc2c0.jpg"
data-description=".glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
data-gallery="gallery-445970fe91774d7d9aa5531ff2db37fc744947f87bcba900aba494eb88f36560"
class="glightbox">
&lt;picture style="max-width: 300px; aspect-ratio: 300/398;">
&lt;source srcset="https://www.cottonnoodle.com/blog/mood-fabrics-nyc/silks2_hu_ac50bbb8e9eca50d.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/mood-fabrics-nyc/silks2_hu_ac50bbb8e9eca50d.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;div class="glightbox-desc glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855">Silks&lt;/div>
&lt;figcaption>Silks&lt;/figcaption>
&lt;/figure>
&lt;/div>
&lt;p>&lt;strong>Prepare to see a lot of fabric.&lt;/strong> Honestly I think I spent about 15 minutes just orienting myself! There are three floors, they&amp;rsquo;re stacked to the ceiling with fabrics, and they have all sorts of things that I&amp;rsquo;ve rarely seen elsewhere. Just &lt;em>so much choice&lt;/em>.&lt;/p>
&lt;div class="flex">
&lt;figure style="max-width: 400px;">
&lt;a href="https://www.cottonnoodle.com/blog/mood-fabrics-nyc/fancy_fabrics_hu_ad918b0a3f5590b2.jpg"
data-description=".glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
data-gallery="gallery-445970fe91774d7d9aa5531ff2db37fc744947f87bcba900aba494eb88f36560"
class="glightbox">
&lt;picture style="max-width: 400px; aspect-ratio: 400/301;">
&lt;source srcset="https://www.cottonnoodle.com/blog/mood-fabrics-nyc/fancy_fabrics_hu_1eb84b33e411298a.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/mood-fabrics-nyc/fancy_fabrics_hu_1eb84b33e411298a.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;div class="glightbox-desc glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855">Fancy fabrics&lt;/div>
&lt;figcaption>Fancy fabrics&lt;/figcaption>
&lt;/figure>
&lt;figure style="max-width: 400px;">
&lt;a href="https://www.cottonnoodle.com/blog/mood-fabrics-nyc/brocades_hu_a33c086aaac962b5.jpg"
data-description=".glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
data-gallery="gallery-445970fe91774d7d9aa5531ff2db37fc744947f87bcba900aba494eb88f36560"
class="glightbox">
&lt;picture style="max-width: 400px; aspect-ratio: 400/301;">
&lt;source srcset="https://www.cottonnoodle.com/blog/mood-fabrics-nyc/brocades_hu_722cd9ac894613a7.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/mood-fabrics-nyc/brocades_hu_722cd9ac894613a7.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;div class="glightbox-desc glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855">Brocades&lt;/div>
&lt;figcaption>Brocades&lt;/figcaption>
&lt;/figure>
&lt;/div>
&lt;p>&lt;strong>Do a lap of the whole store first.&lt;/strong> I&amp;rsquo;m used to much smaller stores that have a few versions of the each of the common types of fabric substrate and weave. In Mood, there were entire aisles dedicated to wool knits, silk twills, etc. Whole racks of just denim. There&amp;rsquo;s a whole leather section too.&lt;/p>
&lt;div class="flex">
&lt;figure style="max-width: 400px;">
&lt;a href="https://www.cottonnoodle.com/blog/mood-fabrics-nyc/leather_hu_d7aa78179abe66c7.jpg"
data-description=".glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
data-gallery="gallery-445970fe91774d7d9aa5531ff2db37fc744947f87bcba900aba494eb88f36560"
class="glightbox">
&lt;picture style="max-width: 400px; aspect-ratio: 400/301;">
&lt;source srcset="https://www.cottonnoodle.com/blog/mood-fabrics-nyc/leather_hu_30436665a52ce097.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/mood-fabrics-nyc/leather_hu_30436665a52ce097.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;div class="glightbox-desc glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855">Leather&lt;/div>
&lt;figcaption>Leather&lt;/figcaption>
&lt;/figure>
&lt;figure style="max-width: 400px;">
&lt;a href="https://www.cottonnoodle.com/blog/mood-fabrics-nyc/wool_knits_hu_9317738312323089.jpg"
data-description=".glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
data-gallery="gallery-445970fe91774d7d9aa5531ff2db37fc744947f87bcba900aba494eb88f36560"
class="glightbox">
&lt;picture style="max-width: 400px; aspect-ratio: 400/301;">
&lt;source srcset="https://www.cottonnoodle.com/blog/mood-fabrics-nyc/wool_knits_hu_5355c2866849fd6f.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/mood-fabrics-nyc/wool_knits_hu_5355c2866849fd6f.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;div class="glightbox-desc glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855">Wool knits&lt;/div>
&lt;figcaption>Wool knits&lt;/figcaption>
&lt;/figure>
&lt;/div>
&lt;p>&lt;strong>Getting your fabric cut.&lt;/strong> I carried my bolt of fabric to the nearest till and asked them to cut it for me. They filled out a little receipt and put a sticker on the fabric, so I could carry on shopping and pay at the end. I&amp;rsquo;m not totally sure if I was supposed to ask the staff to get the bolt out for me, but it seemed to go OK! There are some areas where it&amp;rsquo;s clear that you have to go to a specific till, e.g. the denim corner.&lt;/p>
&lt;p>&lt;strong>Buttons and haberdashery.&lt;/strong> Just like with the fabrics, you need to take buttons and haberdashery to the haberdashery counter to get a receipt, before you can pay for them. The tills are for purchasing only. Guess how I know :)&lt;/p>
&lt;div class="flex">
&lt;figure style="max-width: 300px;">
&lt;a href="https://www.cottonnoodle.com/blog/mood-fabrics-nyc/me_browsing_hu_1a41e10ec038ee13.jpg"
data-description=".glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
data-gallery="gallery-445970fe91774d7d9aa5531ff2db37fc744947f87bcba900aba494eb88f36560"
class="glightbox">
&lt;picture style="max-width: 300px; aspect-ratio: 300/398;">
&lt;source srcset="https://www.cottonnoodle.com/blog/mood-fabrics-nyc/me_browsing_hu_7f9ace4a0ff6c6aa.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/mood-fabrics-nyc/me_browsing_hu_7f9ace4a0ff6c6aa.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;div class="glightbox-desc glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855">Browsing&lt;/div>
&lt;figcaption>Browsing&lt;/figcaption>
&lt;/figure>
&lt;figure style="max-width: 300px;">
&lt;a href="https://www.cottonnoodle.com/blog/mood-fabrics-nyc/me_with_silks_hu_afa7b91ecb1703cd.jpg"
data-description=".glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
data-gallery="gallery-445970fe91774d7d9aa5531ff2db37fc744947f87bcba900aba494eb88f36560"
class="glightbox">
&lt;picture style="max-width: 300px; aspect-ratio: 300/398;">
&lt;source srcset="https://www.cottonnoodle.com/blog/mood-fabrics-nyc/me_with_silks_hu_27e5e22a63cd2a7.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/mood-fabrics-nyc/me_with_silks_hu_27e5e22a63cd2a7.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;div class="glightbox-desc glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855">Overwhelm&lt;/div>
&lt;figcaption>Overwhelm&lt;/figcaption>
&lt;/figure>
&lt;/div>
&lt;h4 id="what-did-i-buy">What did I buy?&lt;/h4>
&lt;p>Of course I bought fabric! I took four lengths home with me:&lt;/p>
&lt;div class="flex">
&lt;figure style="max-width: 300px;">
&lt;a href="https://www.cottonnoodle.com/blog/mood-fabrics-nyc/my-linen-rug_hu_7295aea9cf19dbdf.jpg"
data-description=".glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
data-gallery="gallery-445970fe91774d7d9aa5531ff2db37fc744947f87bcba900aba494eb88f36560"
class="glightbox">
&lt;picture style="max-width: 300px; aspect-ratio: 300/226;">
&lt;source srcset="https://www.cottonnoodle.com/blog/mood-fabrics-nyc/my-linen-rug_hu_ca6e350e625db6b4.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/mood-fabrics-nyc/my-linen-rug_hu_ca6e350e625db6b4.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;div class="glightbox-desc glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855">Linen&lt;/div>
&lt;figcaption>Linen&lt;/figcaption>
&lt;/figure>
&lt;figure style="max-width: 300px;">
&lt;a href="https://www.cottonnoodle.com/blog/mood-fabrics-nyc/my-linen-garden_hu_bb60dd801db6a9c.jpg"
data-description=".glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
data-gallery="gallery-445970fe91774d7d9aa5531ff2db37fc744947f87bcba900aba494eb88f36560"
class="glightbox">
&lt;picture style="max-width: 300px; aspect-ratio: 300/226;">
&lt;source srcset="https://www.cottonnoodle.com/blog/mood-fabrics-nyc/my-linen-garden_hu_f41007bf79595bd2.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/mood-fabrics-nyc/my-linen-garden_hu_f41007bf79595bd2.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;div class="glightbox-desc glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855">Linen&lt;/div>
&lt;figcaption>Linen&lt;/figcaption>
&lt;/figure>
&lt;/div>
&lt;ul>
&lt;li>
&lt;p>Printed linen in a sort of Persian rug style. I told my husband to pick out some fabric for me to make him a shirt, and he chose this - I think it&amp;rsquo;s a lovely choice!&lt;/p>
&lt;/li>
&lt;li>
&lt;p>Garden plants printed linen. This is really rather soft, so I&amp;rsquo;m going to make a shirt for myself out of it.&lt;/p>
&lt;/li>
&lt;/ul>
&lt;div class="flex">
&lt;figure style="max-width: 300px;">
&lt;a href="https://www.cottonnoodle.com/blog/mood-fabrics-nyc/my-silk_hu_9c01f2aa5bff1e92.jpg"
data-description=".glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
data-gallery="gallery-445970fe91774d7d9aa5531ff2db37fc744947f87bcba900aba494eb88f36560"
class="glightbox">
&lt;picture style="max-width: 300px; aspect-ratio: 300/226;">
&lt;source srcset="https://www.cottonnoodle.com/blog/mood-fabrics-nyc/my-silk_hu_353d30a829d62114.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/mood-fabrics-nyc/my-silk_hu_353d30a829d62114.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;div class="glightbox-desc glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855">Silk&lt;/div>
&lt;figcaption>Silk&lt;/figcaption>
&lt;/figure>
&lt;figure style="max-width: 300px;">
&lt;a href="https://www.cottonnoodle.com/blog/mood-fabrics-nyc/my-denim_hu_6ca425ec20587aec.jpg"
data-description=".glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
data-gallery="gallery-445970fe91774d7d9aa5531ff2db37fc744947f87bcba900aba494eb88f36560"
class="glightbox">
&lt;picture style="max-width: 300px; aspect-ratio: 300/226;">
&lt;source srcset="https://www.cottonnoodle.com/blog/mood-fabrics-nyc/my-denim_hu_6f5e2da986be0237.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/mood-fabrics-nyc/my-denim_hu_6f5e2da986be0237.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;div class="glightbox-desc glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855">Denim&lt;/div>
&lt;figcaption>Denim&lt;/figcaption>
&lt;/figure>
&lt;/div>
&lt;ul>
&lt;li>
&lt;p>Bright blue silk satin. I&amp;rsquo;ve never worked with silk, so this might wait a while until I get gather the courage. But it&amp;rsquo;s super vibrant and gorgeous. It&amp;rsquo;ll be a lovely blouse.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>Patchwork effect denim. I considered buying a more classic denim, but I just kept coming back to this one. I&amp;rsquo;m not sure if it&amp;rsquo;s going to be jeans or a jacket, but either way I think it&amp;rsquo;s going to be great.&lt;/p>
&lt;/li>
&lt;/ul></description></item><item><title>Reflecting on Whole 30 Fabric</title><link>https://www.cottonnoodle.com/blog/reflecting-on-whole-30-fabric/</link><pubDate>Tue, 11 Feb 2025 18:11:00 +0000</pubDate><guid>https://www.cottonnoodle.com/blog/reflecting-on-whole-30-fabric/</guid><description>
&lt;div class="float-right">
&lt;figure style="max-width: 400px;">
&lt;a href="https://www.cottonnoodle.com/blog/reflecting-on-whole-30-fabric/whole30_hu_14d398133c18580.jpg"
data-description=".glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
data-gallery="gallery-bc4ba47dba4ec458a656aa490074a2d76561af0d280da835458b3a8a60d7f946"
class="glightbox">
&lt;picture style="max-width: 400px; aspect-ratio: 400/400;">
&lt;source srcset="https://www.cottonnoodle.com/blog/reflecting-on-whole-30-fabric/whole30_hu_31a50fab756c88ec.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/reflecting-on-whole-30-fabric/whole30_hu_31a50fab756c88ec.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;div class="glightbox-desc glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855">Whole 30 Fabric Challenge banner from &lt;a href="https://www.instagram.com/pinkmimosabyjacinta/" rel="external">@pinkmimosabyjacinta&lt;/a> on Instagram.&lt;/div>
&lt;figcaption>Whole 30 Fabric Challenge banner from &lt;a href="https://www.instagram.com/pinkmimosabyjacinta/" rel="external">@pinkmimosabyjacinta&lt;/a> on Instagram.&lt;/figcaption>
&lt;/figure>
&lt;/div>
&lt;p>In September last year, I decided to sign up to the &lt;a href="https://www.instagram.com/p/CQY4XBLsTMA/" rel="external">Whole 30 Fabric Challenge&lt;/a>: a challenge that encourages you to use or give away 30 metres (or yards) of fabric that you already own, before buying any more fabric. It is a reaction against the very consumerist notion that sewing and fabric collecting are two separate hobbies - a trap that most sewists eventually fall into.&lt;/p>
&lt;p>It seemed like a great idea. I don&amp;rsquo;t have a crazy amount by some people&amp;rsquo;s standards, but I do have a lot. I do have the storage space for it, and I keep good digital records of my fabrics, so I&amp;rsquo;m fully aware of what I have, but it&amp;rsquo;s still a decently sized amount of fabric that&amp;rsquo;s just sitting there. Forcing myself to use it seemed like a good thing - for sustainability, and for my wallet.&lt;/p>
&lt;p>But 5 months later, I&amp;rsquo;ve managed to sew a grand total of &amp;hellip; 1 metre from stash. In some of my Instagram stories, I did cheekily include fabric that was in transit to me when I signed up for the challenge - but I don&amp;rsquo;t really think that was in the spirit of things. Excluding fabric bought for pattern tests or gifts (which according to my definition of the challenge, were exempt), I&amp;rsquo;ve also bought 7 metres of new fabric, so that&amp;rsquo;s -6 out of 30!&lt;/p>
&lt;p>In fact, my sewing practice all but came to a halt. I sewed nothing but pattern tests and Christmas presents during this time.&lt;/p>
&lt;h3 id="where-did-it-all-go-wrong">Where did it all go wrong?&lt;/h3>
&lt;p>Well, actually, it&amp;rsquo;s a matter of perspective. I don&amp;rsquo;t really think it all went wrong. In fact, I think it has been a really important learning experience.&lt;/p>
&lt;p>Here are some of the things I&amp;rsquo;ve discovered:&lt;/p>
&lt;ol>
&lt;li>
&lt;p>&lt;strong>I have a lot of rubbish fabric that I don&amp;rsquo;t actually want to use.&lt;/strong> All that cheaper fabric needs to get used for toiles, or donated/given away. If I&amp;rsquo;m not inspired by it, I&amp;rsquo;m not going to use it, and it just takes up brain space.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>&lt;strong>I have a lot of &amp;ldquo;nice&amp;rdquo; fabric that I&amp;rsquo;m too nervous to use.&lt;/strong> Turns out I&amp;rsquo;m inclined not to use the good fabric, either. Once it sits in my stash for a certain amount of time, it turns into a prized piece that needs to be used on the perfect project - and of course, nothing is ever perfect enough.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>&lt;strong>Buying a new fabric gives me &amp;ldquo;permission&amp;rdquo; to use it.&lt;/strong> I&amp;rsquo;m far more willing to roll the dice on a nice fabric that I&amp;rsquo;ve only just bought. There seems to be a grace period of 1-2 months within which a fabric is likely to be sewn, because I&amp;rsquo;m still excited about it - and if it&amp;rsquo;s not used straight away, it goes into stasis.&lt;/p>
&lt;/li>
&lt;/ol>
&lt;p>The last one is probably the most revelatory, as it highlights something in my personality. I need the encouragement of novelty in my sewing. I don&amp;rsquo;t think this is necessarily something to fight against.&lt;/p>
&lt;h3 id="what-am-i-going-to-do-differently-now">What am I going to do differently now?&lt;/h3>
&lt;p>As of today, I&amp;rsquo;m declaring myself out of the challenge. But I am also going to work on using my stash, because it will be a lot more interesting if it&amp;rsquo;s less of a stash, and more of a revolving door situation. A bit like a fruit bowl that always has something fresh and exciting (and not rotten) in it.&lt;/p>
&lt;p>Here&amp;rsquo;s my approach:&lt;/p>
&lt;ol>
&lt;li>
&lt;p>&lt;strong>Wash all fabrics.&lt;/strong> Too many of my fabrics are unwashed, which adds an overhead to using them in a project. I need to remove all barriers to entry - anything to enable me to cut out an older fabric on a whim!&lt;/p>
&lt;/li>
&lt;li>
&lt;p>&lt;strong>Use the good fabric, for goodness&amp;rsquo; sake.&lt;/strong> There will always be more fabric. I have very few pieces that are truly sentimental, which do need to be carefully planned in. The rest of them should just get used whenever I&amp;rsquo;m ready to sew an appropriate pattern.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>&lt;strong>Make toiles out of the fabric I don&amp;rsquo;t like.&lt;/strong> I tend to use calico for my toiles. But depending on the pattern, why not use that cheap viscose challis, or that polyester gingham I bought for my course and never used? I have weird sustainability feelings about this - but am I really making a more ethical choice by just holding onto these fabrics? Is it not better that they serve a purpose?&lt;/p>
&lt;/li>
&lt;li>
&lt;p>&lt;strong>Buy better quality fabric.&lt;/strong> Now that I&amp;rsquo;m allowing myself to buy fabric again, it doesn&amp;rsquo;t mean the flood gates are open. I&amp;rsquo;m going to buy less, but better quality. I will only buy fabric that has a good hand and appropriate drape, that feels like it&amp;rsquo;s going to wash and wear well.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>&lt;strong>Treat myself to new patterns to sew those stash fabrics.&lt;/strong> If I need novelty in my sewing life, then perhaps I can inject that by combining old fabrics with new patterns, and trick my brain with the shiny new thing.&lt;/p>
&lt;/li>
&lt;/ol>
&lt;p>Goodbye Whole 30. It&amp;rsquo;s been educational. Hello fabric shops &amp;#x1f604;&lt;/p></description></item><item><title>I have a Fashion Design Diploma now</title><link>https://www.cottonnoodle.com/blog/i-have-a-fashion-design-diploma-now/</link><pubDate>Mon, 10 Feb 2025 16:23:00 +0000</pubDate><guid>https://www.cottonnoodle.com/blog/i-have-a-fashion-design-diploma-now/</guid><description>&lt;p>Last week I finished my Fashion Design course! I now have a shiny new qualification - a Diploma.&lt;/p>
&lt;p>I&amp;rsquo;ve been thinking about how to document this achievement here on my blog. I wanted to write a big long essay about what I learned, how I found the course, and all the personal struggles and growth that came out of it. There&amp;rsquo;s been an awful lot of all of that. But to be honest, it&amp;rsquo;s too much. It&amp;rsquo;s been two and a half years, and navigating a creative (and deadline-free) course as an adult has brought plenty of challenges. I&amp;rsquo;m a different person now to who I was when I started, and it&amp;rsquo;s beyond what can be condensed into a blog post. Instead, I&amp;rsquo;ll just share my six-outfit collection from my final assignment:&lt;/p>
&lt;figure style="max-width: 600px;">
&lt;a href="https://www.cottonnoodle.com/blog/i-have-a-fashion-design-diploma-now/final-collection_hu_12eddbdbec35f05b.png"
data-description=".glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
data-gallery="gallery-44150ab8a152729dbbf0c716af59d54413094861baafa909f40498b74b459a94"
class="glightbox">
&lt;picture style="max-width: 600px; aspect-ratio: 600/321;">
&lt;source srcset="https://www.cottonnoodle.com/blog/i-have-a-fashion-design-diploma-now/final-collection_hu_b1de94ce63c3857.png" />
&lt;img src="https://www.cottonnoodle.com/blog/i-have-a-fashion-design-diploma-now/final-collection_hu_b1de94ce63c3857.png" alt="" />
&lt;/picture>
&lt;/a>
&lt;div class="glightbox-desc glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855">My final collection on my Fashion Design Diploma.&lt;/div>
&lt;figcaption>My final collection on my Fashion Design Diploma.&lt;/figcaption>
&lt;/figure>
&lt;p>This collection was designed for a client that I also had to invent. I created a sustainability-driven client who wanted their brand to focus on joyfulness and comfort. All the garments are easy-fit - either oversized or elasticated for ease of wear - and they&amp;rsquo;re made of natural fibres. The collection also had to tie into trend research, so these designs feature heavy influence from what&amp;rsquo;s anticipated to trend in Spring/Summer 2025: balloon hems, pirate pants, skirts layered over trousers, polka dots and linen. The colour palette is also inspired by trend forecasts, tailored to my imaginary client&amp;rsquo;s joyful brand.&lt;/p>
&lt;p>I&amp;rsquo;m really proud of what I&amp;rsquo;ve learned and achieved throughout my studies on this course. I wouldn&amp;rsquo;t have even known where to begin if you&amp;rsquo;d asked me to design a trend-driven fashion collection three years ago - let alone be able to illustrate it!&lt;/p>
&lt;p>And as you&amp;rsquo;d imagine, after nearly 3 years, I&amp;rsquo;m beyond ready to put this chapter of my life behind me. I&amp;rsquo;m starting on my next chapter right away.&lt;/p></description></item><item><title>Some yarn from Dublin</title><link>https://www.cottonnoodle.com/blog/some-yarn-from-dublin/</link><pubDate>Thu, 30 Jan 2025 14:54:00 +0000</pubDate><guid>https://www.cottonnoodle.com/blog/some-yarn-from-dublin/</guid><description>&lt;p>We just came back from a long weekend in Dublin. (Well, it was a long weekend for me - I tagged along with my husband who was there for work.) It was a lovely little trip; lots of Guinness was consumed, we did a 5 mile run, went to a Viking museum, and hung out with an old friend and met his delightful cat :)&lt;/p>
&lt;p>On the last day I popped into a beautiful little yarn shop called &lt;a href="https://thisisknit.ie/" rel="external">This Is Knit&lt;/a>:&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/some-yarn-from-dublin/thisisknit1_hu_6c3fd5aa8d0da960.jpg"
data-description=".glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
data-gallery="gallery-d0176c3aa7f9a1fefee96dca5d82b07ab04a89b76407fd9168b2c319e5f27966"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/376;">
&lt;source srcset="https://www.cottonnoodle.com/blog/some-yarn-from-dublin/thisisknit1_hu_c6b1d1f658f05ece.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/some-yarn-from-dublin/thisisknit1_hu_c6b1d1f658f05ece.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;div class="glightbox-desc glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855">This Is Knit, Dublin&lt;/div>
&lt;figcaption>This Is Knit, Dublin&lt;/figcaption>
&lt;/figure>
&lt;p>I was a bit overwhelmed by the huge amount of choice, to be honest! I knew I wanted an Irish yarn, but they had so many options, and so many colours. After a bonkers amount of deliberation, I picked out six balls of Studio Donegal Soft Donegal. It&amp;rsquo;s lovely and soft has a tweedy sort of texture.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/some-yarn-from-dublin/soft-donegal-yarn_hu_713b138a49fd9fd1.jpg"
data-description=".glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
data-gallery="gallery-d0176c3aa7f9a1fefee96dca5d82b07ab04a89b76407fd9168b2c319e5f27966"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/500;">
&lt;source srcset="https://www.cottonnoodle.com/blog/some-yarn-from-dublin/soft-donegal-yarn_hu_938859b0d6595bca.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/some-yarn-from-dublin/soft-donegal-yarn_hu_938859b0d6595bca.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;div class="glightbox-desc glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855">Soft Donegal yarn by Studio Donegal&lt;/div>
&lt;figcaption>Soft Donegal yarn by Studio Donegal&lt;/figcaption>
&lt;/figure>
&lt;p>I&amp;rsquo;m currently trying to figure out what to do with it. I would like to do something evocative of the Irish Aran jumpers, but it&amp;rsquo;s touch and go whether I have enough yardage here to make a fully cabled piece. And I&amp;rsquo;m actually flirting with the idea of using a known, well-fitting pattern as a base, and adding some cable motifs to it. I don&amp;rsquo;t really experiment much with knitting, but I&amp;rsquo;m starting to feel the pull. Will I? Won&amp;rsquo;t I?&lt;/p>
&lt;p>I also might try out the new Sari Nordlund pattern, &lt;a href="https://www.ravelry.com/patterns/library/stars-hollow-pullover" rel="external">Stars Hollow&lt;/a>. But then I also want it to be by an Irish designer to double down on the theme. Argh! Decision making is hard!&lt;/p></description></item><item><title>Improving my marker rendering skill</title><link>https://www.cottonnoodle.com/blog/improving-my-marker-rendering-skill/</link><pubDate>Wed, 22 Jan 2025 15:12:00 +0000</pubDate><guid>https://www.cottonnoodle.com/blog/improving-my-marker-rendering-skill/</guid><description>&lt;p>This week I spent some time improving my marker rendering skill.&lt;/p>
&lt;p>On Friday I created a fashion illustration for an outfit concept I&amp;rsquo;m working on for my course, and I spent hours on it, working to the best of my abilities to render it in colour. But after I was done, I just felt so disillusioned. It looked so rough and amateur, and it had taken me so long because I didn&amp;rsquo;t really know what I was doing.&lt;/p>
&lt;p>To be clear: three years ago I would have been stunned if you&amp;rsquo;d told me I could draw something like what I drew last week. But we always strive for better. I&amp;rsquo;ve spent a lot of time looking at such beautiful illustrations, and my standards for myself have shifted.&lt;/p>
&lt;div class="flex">
&lt;figure style="max-width: 400px;">
&lt;a href="https://www.cottonnoodle.com/blog/improving-my-marker-rendering-skill/original-illustration_hu_1634a9206ee1f17a.png"
data-description=".glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
data-gallery="gallery-fcf525dc577b0f1ac8e8aeaab9508ad0d266772ccfcbd3dbdfffc219a53ba1fc"
class="glightbox">
&lt;picture style="max-width: 400px; aspect-ratio: 400/533;">
&lt;source srcset="https://www.cottonnoodle.com/blog/improving-my-marker-rendering-skill/original-illustration_hu_1b52749d8510ba19.png" />
&lt;img src="https://www.cottonnoodle.com/blog/improving-my-marker-rendering-skill/original-illustration_hu_1b52749d8510ba19.png" alt="" />
&lt;/picture>
&lt;/a>
&lt;div class="glightbox-desc glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855">Last week&amp;rsquo;s drawing&lt;/div>
&lt;figcaption>Last week&amp;rsquo;s drawing&lt;/figcaption>
&lt;/figure>
&lt;figure style="max-width: 400px;">
&lt;a href="https://www.cottonnoodle.com/blog/improving-my-marker-rendering-skill/improved-illustration_hu_507405193641b476.png"
data-description=".glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
data-gallery="gallery-fcf525dc577b0f1ac8e8aeaab9508ad0d266772ccfcbd3dbdfffc219a53ba1fc"
class="glightbox">
&lt;picture style="max-width: 400px; aspect-ratio: 400/533;">
&lt;source srcset="https://www.cottonnoodle.com/blog/improving-my-marker-rendering-skill/improved-illustration_hu_e2f47bc70a082abf.png" />
&lt;img src="https://www.cottonnoodle.com/blog/improving-my-marker-rendering-skill/improved-illustration_hu_e2f47bc70a082abf.png" alt="" />
&lt;/picture>
&lt;/a>
&lt;div class="glightbox-desc glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855">This week&amp;rsquo;s drawing&lt;/div>
&lt;figcaption>This week&amp;rsquo;s drawing&lt;/figcaption>
&lt;/figure>
&lt;/div>
&lt;p>So I decided to take a day to research and practice, and then had another go at the same drawing. Although I still have a looong way to go, I&amp;rsquo;m absolutely blown away at how drastically improved it looks. The splodginess is gone, and it looks clean and bold and graphic, which is what I&amp;rsquo;d been aiming for originally. I used the same markers (Promarkers) in the same colours, the same paper and the same base outline, but the new one is so much better. I&amp;rsquo;m surprised at how much improvement I was able to make in such a short space of time, particularly in an art form that I still consider to be black magic, that some lucky people (who aren&amp;rsquo;t me) are able to tap into.&lt;/p>
&lt;p>Here are the things I changed:&lt;/p>
&lt;ul>
&lt;li>Obviously I redrew the &lt;strong>hair and face&lt;/strong>, as well as the hands and shoes. The extra detailing gives the new version more humanity which adds more of a connection, I think.&lt;/li>
&lt;li>&lt;strong>Block out the base colours&lt;/strong> properly by really saturating the colour, and overlapping previously coloured areas as I go. I followed &lt;a href="https://www.youtube.com/watch?v=IYsD7GRDLLc&amp;amp;t=122s" rel="external">this tutorial on colouring large areas&lt;/a>. This made a huge difference, as the streaky blotchy look is (pretty much) gone.&lt;/li>
&lt;li>&lt;strong>Let the colour dry&lt;/strong> before going back in to work the next layer. (Previously I&amp;rsquo;d definitely fallen foul of this, with there being too much alcohol on the page and the colours just separating and running weirdly.)&lt;/li>
&lt;li>I learned about the &lt;strong>tip to tip&lt;/strong> method of mixing colours in markers. Rather than colouring with my shadow colour directly, I added the darker colour to my base colour marker by holding the tips together. This created a much better tonal match between my shadows and my base colour, because the two colours are already mixed in the tip of the marker. It also meant that the colours were much less stark, allowing for softer shadows.&lt;/li>
&lt;li>I added diagonal lines in &lt;strong>white pencil&lt;/strong> on the jacket to suggest the texture of the twill. This is pretty subtle, but it adds something.&lt;/li>
&lt;li>I used &lt;strong>different line weights&lt;/strong> and also &lt;strong>added more fabric movement lines&lt;/strong>. I chose a 0.7 for the main outlines, and 0.3 and 0.1 for internal lines and details. The bold outline makes such a big difference in helping the image pop, and adding ink to the creases gives them more intentionality.&lt;/li>
&lt;/ul>
&lt;p>My takeaway from this experience is that when I&amp;rsquo;m dreading something because I find it hard, sometimes it&amp;rsquo;s because I&amp;rsquo;ve not learned how to do it properly yet. It&amp;rsquo;s worth taking a breath, and a step back, and focusing my energies on practising, before declaring that it&amp;rsquo;s something I&amp;rsquo;m simply not good at. Skills are things you build over time.&lt;/p></description></item><item><title>Improving my knitting skill</title><link>https://www.cottonnoodle.com/blog/improving-my-knitting-skill/</link><pubDate>Tue, 14 Jan 2025 14:42:22 +0000</pubDate><guid>https://www.cottonnoodle.com/blog/improving-my-knitting-skill/</guid><description>
&lt;div class="float-right">
&lt;figure style="max-width: 400px;">
&lt;a href="https://www.cottonnoodle.com/blog/improving-my-knitting-skill/knitting-closeup_hu_2d749b6168267386.jpg"
data-description=".glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
data-gallery="gallery-56d8c3d6110845b96d03870b8f1b8af215a2159fc5f9b18e4e88c0256246e920"
class="glightbox">
&lt;picture style="max-width: 400px; aspect-ratio: 400/531;">
&lt;source srcset="https://www.cottonnoodle.com/blog/improving-my-knitting-skill/knitting-closeup_hu_c9f7348da74462da.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/improving-my-knitting-skill/knitting-closeup_hu_c9f7348da74462da.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;div class="glightbox-desc glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855">My knitting has &amp;hellip; let&amp;rsquo;s call it an &amp;ldquo;organic&amp;rdquo; texture.&lt;/div>
&lt;figcaption>My knitting has &amp;hellip; let&amp;rsquo;s call it an &amp;ldquo;organic&amp;rdquo; texture.&lt;/figcaption>
&lt;/figure>
&lt;/div>
&lt;p>Although I&amp;rsquo;ve been knitting since 2012, I haven&amp;rsquo;t actually focused very much on improving the quality of my craft recently. I learned fair isle a few years ago, but other than that, I think my ability is basically the same as it was 8 years ago - despite being fairly prolific in my output.&lt;/p>
&lt;p>I consider myself fairly advanced - I can knit lace, fair isle, cables - and ladder down to fix a mistake many rows back too. I&amp;rsquo;ve made blankets, socks, soft toys, scarves, and jumpers galore. But my ribbing is sloppy, and you can plainly see where I&amp;rsquo;ve woven in my ends. I&amp;rsquo;m noticing uneven tension and fit issues - garments too big, too small, or too imperfect. Knitting doesn&amp;rsquo;t have to be perfect, I know - but I feel like my skills have stagnated, and I could be better than this if I just applied myself a little better.&lt;/p>
&lt;p>So here are some things I&amp;rsquo;d like to work on:&lt;/p>
&lt;ul>
&lt;li>&lt;strong>Ribbing tension&lt;/strong>. My purls are looser than my knits, so I need to learn to purl slightly tighter.&lt;/li>
&lt;li>&lt;strong>Fair isle tension at the joins of double pointed needles&lt;/strong>. I just need to pay more attention as I go.&lt;/li>
&lt;li>&lt;strong>Fit&lt;/strong>:
&lt;ul>
&lt;li>Measure the garment as it comes together, and make changes if necessary rather than just resignedly carrying on to the end.&lt;/li>
&lt;li>Don&amp;rsquo;t skip the gauge swatch. I stopped doing this for a while, trying to do it by eye - but my eye isn&amp;rsquo;t good enough. I need to get the ruler out and measure.&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>&lt;strong>Weaving in ends as I go&lt;/strong>. Until recently I&amp;rsquo;ve just left my ends loose and woven them in with a darning needle at the end, but that&amp;rsquo;s completely demoralising. I&amp;rsquo;ve started using a new technique for weaving as I go, but it messes with my tension, so I&amp;rsquo;d like to work on that.&lt;/li>
&lt;li>&lt;strong>Holding yarn in both hands for fair isle&lt;/strong>. I can&amp;rsquo;t do this at all, which makes 1x1 fair isle super tiring on the hands. This might involve actually learning to knit continental - we&amp;rsquo;ll see!&lt;/li>
&lt;/ul>
&lt;p>If you&amp;rsquo;ve got any tips on improving the quality of your knitting, I&amp;rsquo;d love to hear them. Please drop me a line!&lt;/p></description></item><item><title>A new page on incentivised content</title><link>https://www.cottonnoodle.com/blog/a-new-page-on-incentivised-content/</link><pubDate>Thu, 09 Jan 2025 19:51:22 +0000</pubDate><guid>https://www.cottonnoodle.com/blog/a-new-page-on-incentivised-content/</guid><description>&lt;p>I just added tags to all my blog posts and gallery projects that I consider &amp;ldquo;incentivised&amp;rdquo;, i.e. I received the pattern or fabric for free in exchange for pattern testing or content creation.&lt;/p>
&lt;p>This all made me think very hard about why I do it, and whether creating this sort of content is at odds with my views about the web (marketing makes the web bad, etc.), so to think it through, I wrote out a piece on the topic of &lt;a href="https://www.cottonnoodle.com/ethics-policy/">incentivised content&lt;/a>.&lt;/p>
&lt;p>I&amp;rsquo;ve published it as a page, rather than a blog post, as I&amp;rsquo;m using pages to present my stance on something. Blog posts are a point in time. But my stance might change, and if so, I&amp;rsquo;ll update the page.&lt;/p></description></item><item><title>52 book challenge</title><link>https://www.cottonnoodle.com/blog/52-book-challenge/</link><pubDate>Wed, 01 Jan 2025 18:16:22 +0000</pubDate><guid>https://www.cottonnoodle.com/blog/52-book-challenge/</guid><description>
&lt;div class="float-right">
&lt;figure style="max-width: 300px;">
&lt;a href="https://www.cottonnoodle.com/blog/52-book-challenge/cannery-row_hu_c79d695077d01f73.jpg"
data-description=".glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
data-gallery="gallery-d61779f66c1780cb7c0d18154e2ad46ef45743f21c314ec302d389450bf7fab5"
class="glightbox">
&lt;picture style="max-width: 300px; aspect-ratio: 300/489;">
&lt;source srcset="https://www.cottonnoodle.com/blog/52-book-challenge/cannery-row_hu_a8e2f3836f1f004a.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/52-book-challenge/cannery-row_hu_a8e2f3836f1f004a.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;div class="glightbox-desc glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855">Book 1/52. Image credit: &lt;a href="https://www.penguin.co.uk/books/180527/cannery-row-by-steinbeck-john/9780241980385" rel="external">Penguin&lt;/a>&lt;/div>
&lt;figcaption>Book 1/52. Image credit: &lt;a href="https://www.penguin.co.uk/books/180527/cannery-row-by-steinbeck-john/9780241980385" rel="external">Penguin&lt;/a>&lt;/figcaption>
&lt;/figure>
&lt;/div>
&lt;p>I usually make a few new year&amp;rsquo;s resolutions, and forget them by the end of January. This year, I&amp;rsquo;ve decided to go all in on one really difficult target: &lt;strong>I&amp;rsquo;m going to try to read 52 books this year&lt;/strong>.&lt;/p>
&lt;p>This is a crazy target for me. My highest ever book count was 37, and that was years ago, when I was hyperfixated on the very concept of reading. I&amp;rsquo;ve not been like that in recent years. Last year, I read 10 books, and two of them I had to finish in audiobook form because my concentration was so shot. (No slight on audiobooks as a form of reading - but personally it&amp;rsquo;s a last resort.)&lt;/p>
&lt;p>So this is going to be stretch. But I recently looked at my screen time, and I was not happy about it. I&amp;rsquo;ve cut down my social media time considerably over the last year, and yet somehow I&amp;rsquo;m still losing hours on internet guff. So I&amp;rsquo;m going to convert some of that time into useful book-reading time - if I have the urge to browse the internet mindlessly, I&amp;rsquo;ll open the Kindle app instead, and at least read something more fulfilling.&lt;/p>
&lt;p>I expect to fail this challenge - but I don&amp;rsquo;t plan to. I&amp;rsquo;m not deluded; I don&amp;rsquo;t really anticipate that I&amp;rsquo;ll be able to maintain reading a book a week for a whole year. But if I start the year with every intention of achieving this goal, then I&amp;rsquo;ll be setting up some good habits and practices that I&amp;rsquo;ll benefit from in other ways. And at the very least, I&amp;rsquo;ll most likely still read more books this year than last year.&lt;/p>
&lt;p>Now - for accountability - here&amp;rsquo;s what I&amp;rsquo;m aiming for:&lt;/p>
&lt;ul>
&lt;li>Read 52 books in 2025.&lt;/li>
&lt;li>No minimum page count, but no mickey-taking. Individual short stories don&amp;rsquo;t count. Novellas do.&lt;/li>
&lt;li>Fiction and non-fiction are both in.&lt;/li>
&lt;li>Comics and graphic novels don&amp;rsquo;t count. &lt;em>(Because I want to focus on my concentration on longform text.)&lt;/em>&lt;/li>
&lt;li>Audiobooks don&amp;rsquo;t count - visual reading only. &lt;em>(Same reason as above)&lt;/em>&lt;/li>
&lt;/ul>
&lt;p>Wish me luck!&lt;/p></description></item><item><title>Bear print Jackson pullover (and pattern review)</title><link>https://www.cottonnoodle.com/blog/bear-print-jackson-pullover-and-pattern-review/</link><pubDate>Tue, 31 Dec 2024 09:12:00 +0000</pubDate><guid>https://www.cottonnoodle.com/blog/bear-print-jackson-pullover-and-pattern-review/</guid><description>&lt;p>For Christmas I made my husband this super cosy pullover with the Helen&amp;rsquo;s Closet Jackson Pullover pattern, in this HILARIOUS fur-backed sweatshirting from Minerva. It&amp;rsquo;s such a fantastic print, there was no chance of me not buying it. Look at those cool bears dressed like James Dean!&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/bear-print-jackson-pullover-and-pattern-review/jackson-bear_hu_8d806aeaebad76c7.jpg"
data-gallery="gallery-814e68a6620d6669722017bde7dbf38eb3d300aa31b08c4a8921110415bd9839"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/376;">
&lt;source srcset="https://www.cottonnoodle.com/blog/bear-print-jackson-pullover-and-pattern-review/jackson-bear_hu_b05b085033cae4c4.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/bear-print-jackson-pullover-and-pattern-review/jackson-bear_hu_b05b085033cae4c4.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>This is actually my fourth time sewing the pattern, but I&amp;rsquo;ve never done the same view/size combo twice - as it&amp;rsquo;s so versatile I&amp;rsquo;ve used it for different applications each time. And that&amp;rsquo;s not even including the hoodie expansion pack that I just noticed they released (which I&amp;rsquo;m very tempted by).&lt;/p>
&lt;p>Here are the other versions I&amp;rsquo;ve made:&lt;/p>
&lt;div class="flex">
&lt;figure style="max-width: 300px;">
&lt;a href="https://www.cottonnoodle.com/blog/bear-print-jackson-pullover-and-pattern-review/jackson-tee-teal_hu_1851f7841ff21769.jpg"
data-description=".glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
data-gallery="gallery-814e68a6620d6669722017bde7dbf38eb3d300aa31b08c4a8921110415bd9839"
class="glightbox">
&lt;picture style="max-width: 300px; aspect-ratio: 300/400;">
&lt;source srcset="https://www.cottonnoodle.com/blog/bear-print-jackson-pullover-and-pattern-review/jackson-tee-teal_hu_9b362b4bcd356c29.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/bear-print-jackson-pullover-and-pattern-review/jackson-tee-teal_hu_9b362b4bcd356c29.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;div class="glightbox-desc glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855">T-shirt for him&lt;/div>
&lt;figcaption>T-shirt for him&lt;/figcaption>
&lt;/figure>
&lt;figure style="max-width: 400px;">
&lt;a href="https://www.cottonnoodle.com/blog/bear-print-jackson-pullover-and-pattern-review/jackson-pullover-pink_hu_4a25f4976e187f11.jpg"
data-description=".glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
data-gallery="gallery-814e68a6620d6669722017bde7dbf38eb3d300aa31b08c4a8921110415bd9839"
class="glightbox">
&lt;picture style="max-width: 400px; aspect-ratio: 400/400;">
&lt;source srcset="https://www.cottonnoodle.com/blog/bear-print-jackson-pullover-and-pattern-review/jackson-pullover-pink_hu_d0c608f627115d48.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/bear-print-jackson-pullover-and-pattern-review/jackson-pullover-pink_hu_d0c608f627115d48.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;div class="glightbox-desc glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855">Pullover for me&lt;/div>
&lt;figcaption>Pullover for me&lt;/figcaption>
&lt;/figure>
&lt;figure style="max-width: 300px;">
&lt;a href="https://www.cottonnoodle.com/blog/bear-print-jackson-pullover-and-pattern-review/jackson-tee-pink_hu_b09dc34013c62a4f.jpg"
data-description=".glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
data-gallery="gallery-814e68a6620d6669722017bde7dbf38eb3d300aa31b08c4a8921110415bd9839"
class="glightbox">
&lt;picture style="max-width: 300px; aspect-ratio: 300/400;">
&lt;source srcset="https://www.cottonnoodle.com/blog/bear-print-jackson-pullover-and-pattern-review/jackson-tee-pink_hu_f9243025879e9188.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/bear-print-jackson-pullover-and-pattern-review/jackson-tee-pink_hu_f9243025879e9188.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;div class="glightbox-desc glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855">T-shirt for me, out of scraps&lt;/div>
&lt;figcaption>T-shirt for me, out of scraps&lt;/figcaption>
&lt;/figure>
&lt;/div>
&lt;p>The two t-shirts I&amp;rsquo;ve made from this pattern have been great. Really straight forward to sew, and I love the boxy fit. It&amp;rsquo;s a t-shirt - not a huge amount to say. But I&amp;rsquo;ve found the pullover version ever so slightly more tricky, and I wanted to share my thoughts.&lt;/p>
&lt;h2 id="pullover-sizing">Pullover sizing&lt;/h2>
&lt;p>If you&amp;rsquo;re making the pullover, you definitely want to choose your size carefully. Your pullover size is probably one or two sizes bigger than your t-shirt size. This is noteworthy because the pattern covers two garments with different ease requirements - so you can&amp;rsquo;t just go by your body measurements for both views. A pullover wants more ease than a t-shirt; you should be able to wear the pullover on top of the t-shirt.&lt;/p>
&lt;p>This is definitely a case where you want to pay attention to those finished garment measurements. Helen&amp;rsquo;s Closet patterns do a great job of being &lt;em>super&lt;/em> thorough with the measurements they provide - and you should definitely use them! There are also some diagrams in the pattern showing how it fits if you go up or down in size.&lt;/p>
&lt;p>I didn&amp;rsquo;t think this through when I made my pullover - it&amp;rsquo;s a bit on the snug side. I can wear it, but it gets a bit suffocating if I wear layers underneath. I used the same size pattern for the t-shirt, and that fits perfectly.&lt;/p>
&lt;p>For my husband&amp;rsquo;s pullover, I went up one size from his t-shirt size. I think it looks great:&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/bear-print-jackson-pullover-and-pattern-review/jackson-bear-p_hu_2702656446bb6cd4.jpg"
data-description=".glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
data-gallery="gallery-814e68a6620d6669722017bde7dbf38eb3d300aa31b08c4a8921110415bd9839"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/664;">
&lt;source srcset="https://www.cottonnoodle.com/blog/bear-print-jackson-pullover-and-pattern-review/jackson-bear-p_hu_d0d994dd6ff04c90.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/bear-print-jackson-pullover-and-pattern-review/jackson-bear-p_hu_d0d994dd6ff04c90.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;div class="glightbox-desc glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855">Christmas bears!&lt;/div>
&lt;figcaption>Christmas bears!&lt;/figcaption>
&lt;/figure>
&lt;h2 id="sleeves">Sleeves&lt;/h2>
&lt;p>My husband felt the sleeves were about an inch too short, and I don&amp;rsquo;t really think he has comically long arms. I, on the other hand, do have comically long arms, and I had increased the sleeve by 2&amp;quot; on my pullover. But it&amp;rsquo;s not really a surprise to me that his sleeves needed lengthening too, especially given it wants to be a cosy fit.&lt;/p>
&lt;p>I replaced his cuffs with new ones that were longer by about 1&amp;quot;. Next time, I&amp;rsquo;ll lengthen the sleeves themselves.&lt;/p>
&lt;div class="flex">
&lt;figure style="max-width: 300px;">
&lt;a href="https://www.cottonnoodle.com/blog/bear-print-jackson-pullover-and-pattern-review/jackson-bear-sleeves_hu_48744409f419d4b2.jpg"
data-description=".glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
data-gallery="gallery-814e68a6620d6669722017bde7dbf38eb3d300aa31b08c4a8921110415bd9839"
class="glightbox">
&lt;picture style="max-width: 300px; aspect-ratio: 300/398;">
&lt;source srcset="https://www.cottonnoodle.com/blog/bear-print-jackson-pullover-and-pattern-review/jackson-bear-sleeves_hu_225002a65da00ba5.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/bear-print-jackson-pullover-and-pattern-review/jackson-bear-sleeves_hu_225002a65da00ba5.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;div class="glightbox-desc glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855">The new longer cuffs&lt;/div>
&lt;figcaption>The new longer cuffs&lt;/figcaption>
&lt;/figure>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/bear-print-jackson-pullover-and-pattern-review/jackson-bear-p-new-sleeves_hu_19fc4927b9559545.jpg"
data-description=".glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
data-gallery="gallery-814e68a6620d6669722017bde7dbf38eb3d300aa31b08c4a8921110415bd9839"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/500;">
&lt;source srcset="https://www.cottonnoodle.com/blog/bear-print-jackson-pullover-and-pattern-review/jackson-bear-p-new-sleeves_hu_b12f6bc1e67bdd46.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/bear-print-jackson-pullover-and-pattern-review/jackson-bear-p-new-sleeves_hu_b12f6bc1e67bdd46.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;div class="glightbox-desc glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855">The bigger grin means he&amp;rsquo;s happy with the longer sleeves&lt;/div>
&lt;figcaption>The bigger grin means he&amp;rsquo;s happy with the longer sleeves&lt;/figcaption>
&lt;/figure>
&lt;/div>
&lt;h2 id="that-hem-band">That hem band&lt;/h2>
&lt;p>Look, this might just be me, but I think the hem band is really small on this pattern, and the blousing is out of control. This could be personal taste, but I widened the hem band on both my version and his version.&lt;/p>
&lt;p>For me: I made the size 6, and had to cut the hem band in a size 10 to get a comfortable fit. And my hips are smaller than the size 6 measurement! In fairness, that fabric was not super stretchy, but it was stretchy enough according to the pattern.&lt;/p>
&lt;p>For him: I measured the pattern pieces, and at size 14 there is 20cm of ease between the body and the hem band! Comparing the fit to other garments of his, I ended up adding 2.5cm to both the front and back waistband pattern pieces - a total of 10cm. That&amp;rsquo;s still 10cm of easing, so there&amp;rsquo;s still blousing going on, but it&amp;rsquo;s a lot more within my tolerance, and I&amp;rsquo;m sure it&amp;rsquo;s a much more comfortable fit too.&lt;/p>
&lt;h2 id="in-conclusion">In conclusion&lt;/h2>
&lt;p>I do really like this pattern. I will make it again and again because it is such a great basic. I like that it&amp;rsquo;s simple, that it&amp;rsquo;s genderless, and that there are so many views (6 when you add the hoodie expansion, which I am now certain I need to buy). I&amp;rsquo;ve had some issues with it, but ultimately they&amp;rsquo;re minor and I&amp;rsquo;ve still managed to get 4 brilliant garments out of it successfully. And there will be more. I&amp;rsquo;m jealous of this fur-backed fabric.&lt;/p></description></item><item><title>Knitting a baby blanket on a deadline</title><link>https://www.cottonnoodle.com/blog/knitting-a-baby-blanket-on-a-deadline/</link><pubDate>Sun, 29 Dec 2024 18:09:45 +0000</pubDate><guid>https://www.cottonnoodle.com/blog/knitting-a-baby-blanket-on-a-deadline/</guid><description>&lt;p>Knitting Christmas gifts is a lovely thoughtful idea that should fill you with generous Christmas spirit. But oh my goodness, you have to give yourself enough time!&lt;/p>
&lt;p>Unfortunately, I&amp;rsquo;m no stranger to knitting on a deadline. It&amp;rsquo;s not my favourite way to knit, but boy, it helps me get stuff done. I started this one with three weeks to go - so I intentionally picked a simple pattern to maximise my chances of finishing it in time. I&amp;rsquo;m pleased with my choice - the &lt;a href="https://www.fiftyfourtenstudio.com/knitting-patterns/on-the-porch-blanket" rel="external">On the Porch Blanket by Fifty Four Ten Studio&lt;/a>. Even though it&amp;rsquo;s clear from the photo what needs to be done, I bought the pattern as I wanted the simplest smoothest route to success. Incidentally, I&amp;rsquo;d say it&amp;rsquo;s a great pattern for beginners as it&amp;rsquo;s really clearly written!&lt;/p>
&lt;p>Foolishly, I ordered the wrong yarn first, and lost time waiting for the new yarn to arrive. I&amp;rsquo;d accidentally picked a non-superwash yarn. Imagine making a baby blanket that&amp;rsquo;s handwash only! (On the plus side, I decided to keep the extra yarn, so now I&amp;rsquo;ve got another project for myself in the queue.)&lt;/p>
&lt;p>I finally started on the 7th of December. The actually process of knitting went smoothly - it is a basic pattern after all - I just really had to &lt;em>go at it&lt;/em>. This translated to about a week of hardcore knitting (3+ hours a day), but my pace tapered off as I got closer to the finish line, through sheer knitting fatigue. I finished it on the 22nd, giving me time to wash and block it before wrapping it.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/knitting-a-baby-blanket-on-a-deadline/on-the-porch-blanket_hu_d0394b98f86bd03c.jpg"
data-description=".glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
data-gallery="gallery-b14b60e60397cb20880a1ce386e25b05c93a28e18d23cbc533992ebe19bbf60e"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/500;">
&lt;source srcset="https://www.cottonnoodle.com/blog/knitting-a-baby-blanket-on-a-deadline/on-the-porch-blanket_hu_9e6256e7c5529549.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/knitting-a-baby-blanket-on-a-deadline/on-the-porch-blanket_hu_9e6256e7c5529549.jpg" alt="Square, pink knitted baby blanket with garter stitch border and purl stripes" />
&lt;/picture>
&lt;/a>
&lt;div class="glightbox-desc glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855">The finished blanket!&lt;/div>
&lt;figcaption>The finished blanket!&lt;/figcaption>
&lt;/figure>
&lt;p>Looking at the finished piece, there are a few errors here and there. They&amp;rsquo;re mostly because the yarn was splitty and I had to ladder down to tidy up a split&amp;hellip; but messed up the ladder. I&amp;rsquo;m viewing these errors as a maker&amp;rsquo;s mark, as signs of the blanket being handmade, with love. And on the flip side, I just knitted a 32&amp;quot; x 37&amp;quot; blanket in 2 weeks! (While juggling the rest of my life and Christmas planning too!)&lt;/p>
&lt;p>The blanket was really well received, which makes it all worthwhile! I hope the little one feels wrapped in love when she snuggles up under it.&lt;/p></description></item><item><title>Drafting the Foss blouse</title><link>https://www.cottonnoodle.com/blog/drafting-the-foss-blouse/</link><pubDate>Wed, 04 Dec 2024 11:44:00 +0000</pubDate><guid>https://www.cottonnoodle.com/blog/drafting-the-foss-blouse/</guid><description>&lt;p>For the fashion design course I’m taking, I designed, drafted, fitted and created a summer top. And I’m so proud of it! Summer might be a distant memory, but I just rediscovered my notes about the process of creating this, and I had to share.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/drafting-the-foss-blouse/foss1_hu_e2deda1df9323567.jpg"
data-gallery="gallery-f567e3155f76b7a9299c27c998ffc2c5ab749fbaae7a38f61f72c59f2e38e848"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/750;">
&lt;source srcset="https://www.cottonnoodle.com/blog/drafting-the-foss-blouse/foss1_hu_aba58d4770184e25.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/drafting-the-foss-blouse/foss1_hu_aba58d4770184e25.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;h2 id="the-design">The Design&lt;/h2>
&lt;p>I started with a sketch, vaguely inspired by some silhouettes I saw earlier in the summer. I iterated on a few ideas, but ultimately landed on this empire-band peplum top. I wanted something that would be a fun challenge to draft, and I was really into under-bust gathering at the time.&lt;/p>
&lt;div class="flex">
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/drafting-the-foss-blouse/foss-rough-sketch_hu_7af73132c0e40770.jpg"
data-description=".glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
data-gallery="gallery-f567e3155f76b7a9299c27c998ffc2c5ab749fbaae7a38f61f72c59f2e38e848"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/376;">
&lt;source srcset="https://www.cottonnoodle.com/blog/drafting-the-foss-blouse/foss-rough-sketch_hu_a6c1c4673caf62ee.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/drafting-the-foss-blouse/foss-rough-sketch_hu_a6c1c4673caf62ee.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;div class="glightbox-desc glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855">Initial rough sketch&lt;/div>
&lt;figcaption>Initial rough sketch&lt;/figcaption>
&lt;/figure>
&lt;figure style="max-width: 300px;">
&lt;a href="https://www.cottonnoodle.com/blog/drafting-the-foss-blouse/foss-illustration_hu_d55e171a8d1c3805.jpg"
data-description=".glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
data-gallery="gallery-f567e3155f76b7a9299c27c998ffc2c5ab749fbaae7a38f61f72c59f2e38e848"
class="glightbox">
&lt;picture style="max-width: 300px; aspect-ratio: 300/617;">
&lt;source srcset="https://www.cottonnoodle.com/blog/drafting-the-foss-blouse/foss-illustration_hu_35fc0d6ff3037642.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/drafting-the-foss-blouse/foss-illustration_hu_35fc0d6ff3037642.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;div class="glightbox-desc glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855">Fashion illustration&lt;/div>
&lt;figcaption>Fashion illustration&lt;/figcaption>
&lt;/figure>
&lt;/div>
&lt;h2 id="technical-information">Technical Information&lt;/h2>
&lt;p>My assignment involved creating a spec sheet, which is the document in which you list all the measurements of the final garment, plus the details of all the supplies required. I also had to produce tech flats, which I created in Illustrator. I could have hand drawn them for my course, but I much prefer the clean look of the digital line drawings.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/drafting-the-foss-blouse/foss-tech-flat_hu_a61cd6a6379d066a.png"
data-description=".glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
data-gallery="gallery-f567e3155f76b7a9299c27c998ffc2c5ab749fbaae7a38f61f72c59f2e38e848"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/216;">
&lt;source srcset="https://www.cottonnoodle.com/blog/drafting-the-foss-blouse/foss-tech-flat_hu_62dd60d2a99b9110.png" />
&lt;img src="https://www.cottonnoodle.com/blog/drafting-the-foss-blouse/foss-tech-flat_hu_62dd60d2a99b9110.png" alt="" />
&lt;/picture>
&lt;/a>
&lt;div class="glightbox-desc glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855">Tech flat&lt;/div>
&lt;figcaption>Tech flat&lt;/figcaption>
&lt;/figure>
&lt;h2 id="drafting-the-block">Drafting the block&lt;/h2>
&lt;p>I drafted and fitted a block to my own measurements. I did already have a fitted block, but I had to demonstrate the drafting process for my assignment. So I drafted a new one and took the opportunity to be more thorough.&lt;/p>
&lt;div class="flex">
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/drafting-the-foss-blouse/block-pattern_hu_6d3881b5c0440706.jpg"
data-description=".glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
data-gallery="gallery-f567e3155f76b7a9299c27c998ffc2c5ab749fbaae7a38f61f72c59f2e38e848"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/376;">
&lt;source srcset="https://www.cottonnoodle.com/blog/drafting-the-foss-blouse/block-pattern_hu_931a41766ce070c6.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/drafting-the-foss-blouse/block-pattern_hu_931a41766ce070c6.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;div class="glightbox-desc glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855">Block pattern pieces&lt;/div>
&lt;figcaption>Block pattern pieces&lt;/figcaption>
&lt;/figure>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/drafting-the-foss-blouse/block-toile_hu_eb5ee3a306c9ce19.png"
data-description=".glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
data-gallery="gallery-f567e3155f76b7a9299c27c998ffc2c5ab749fbaae7a38f61f72c59f2e38e848"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/746;">
&lt;source srcset="https://www.cottonnoodle.com/blog/drafting-the-foss-blouse/block-toile_hu_c8d1d0f3d4c63cf5.png" />
&lt;img src="https://www.cottonnoodle.com/blog/drafting-the-foss-blouse/block-toile_hu_c8d1d0f3d4c63cf5.png" alt="" />
&lt;/picture>
&lt;/a>
&lt;div class="glightbox-desc glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855">Block toile (tight sleeve!)&lt;/div>
&lt;figcaption>Block toile (tight sleeve!)&lt;/figcaption>
&lt;/figure>
&lt;/div>
&lt;p>I used the Helen Joseph-Armstrong technique for this block – I find I have to do fewer fit adjustments than with the Aldrich method, as it factors in shoulder slope.&lt;/p>
&lt;p>I did a bit of a half-arsed effort on the sleeve though. I made sure that it fitted well at the sleeve head, but since this design is short sleeved, it wasn’t necessary to fit the rest of the sleeve. I’ll have to come back to that when I want to use this sleeve block for another design.&lt;/p>
&lt;h2 id="drafting-the-design">Drafting the Design&lt;/h2>
&lt;p>Once I had the block fitting well, it was time to adapt it into my design.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/drafting-the-foss-blouse/foss-drafting-bodice_hu_82e20f52565a4388.png"
data-description=".glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
data-gallery="gallery-f567e3155f76b7a9299c27c998ffc2c5ab749fbaae7a38f61f72c59f2e38e848"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/500;">
&lt;source srcset="https://www.cottonnoodle.com/blog/drafting-the-foss-blouse/foss-drafting-bodice_hu_a86f23578cacca5.png" />
&lt;img src="https://www.cottonnoodle.com/blog/drafting-the-foss-blouse/foss-drafting-bodice_hu_a86f23578cacca5.png" alt="" />
&lt;/picture>
&lt;/a>
&lt;div class="glightbox-desc glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855">Bodice drafting: splitting the midriff band from the bodice.&lt;/div>
&lt;figcaption>Bodice drafting: splitting the midriff band from the bodice.&lt;/figcaption>
&lt;/figure>
&lt;p>I first split the bodice at the empire line, following the line of the hem to make it horizontal, and using some contouring to cinch in under the bust. I then separated off the midriff band.&lt;/p>
&lt;p>I lowered the neckline to a deep V (deep for me anyway haha) and did a bit more contouring there to stop the neckline gaping over the hollow of the chest. I switched the bust dart and back darts out for gathers, and drafted a three-quarter circle peplum, a button overlap and a facing.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/drafting-the-foss-blouse/foss-drafting-sleeve_hu_a3d4107482c35865.png"
data-description=".glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
data-gallery="gallery-f567e3155f76b7a9299c27c998ffc2c5ab749fbaae7a38f61f72c59f2e38e848"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/191;">
&lt;source srcset="https://www.cottonnoodle.com/blog/drafting-the-foss-blouse/foss-drafting-sleeve_hu_d1f3cb08501127e8.png" />
&lt;img src="https://www.cottonnoodle.com/blog/drafting-the-foss-blouse/foss-drafting-sleeve_hu_d1f3cb08501127e8.png" alt="" />
&lt;/picture>
&lt;/a>
&lt;div class="glightbox-desc glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855">Sleeve drafting: slash and spread, then smooth the curves.&lt;/div>
&lt;figcaption>Sleeve drafting: slash and spread, then smooth the curves.&lt;/figcaption>
&lt;/figure>
&lt;p>To draft the sleeve, I first flattened the sleeve head to give it a more relaxed fit, as the block sleeve is very structured and formal. I then used the slash-and-spread technique to turn it into a flared sleeve.&lt;/p>
&lt;h2 id="toiling-and-fitting">Toiling and Fitting&lt;/h2>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/drafting-the-foss-blouse/foss-toile1_hu_b6229decaf8a4962.jpeg"
data-description=".glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
data-gallery="gallery-f567e3155f76b7a9299c27c998ffc2c5ab749fbaae7a38f61f72c59f2e38e848"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/634;">
&lt;source srcset="https://www.cottonnoodle.com/blog/drafting-the-foss-blouse/foss-toile1_hu_d20c15f0722ed00d.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/drafting-the-foss-blouse/foss-toile1_hu_d20c15f0722ed00d.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;div class="glightbox-desc glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855">Toile #1&lt;/div>
&lt;figcaption>Toile #1&lt;/figcaption>
&lt;/figure>
&lt;p>My first toile was not bad at all, but also far from perfect – which was absolutely to be expected, since I’m a real human body and not a mannequin. To improve the fit I needed to let out the side seams a little and contour the neckline more.&lt;/p>
&lt;p>I also made some corrections to the drafting. The length of the peplum was exactly what I’d intended – just past the natural waist. But when I put it on, I hated it! I’m not really a crop top girl. So I added a good 3cm of length to it.&lt;/p>
&lt;p>I also decided to flatten the sleeve head even more, and extend the flare of the sleeve, as it just wasn’t fluted enough.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/drafting-the-foss-blouse/foss-toile2_hu_845f2ffd4974313.jpg"
data-description=".glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
data-gallery="gallery-f567e3155f76b7a9299c27c998ffc2c5ab749fbaae7a38f61f72c59f2e38e848"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/667;">
&lt;source srcset="https://www.cottonnoodle.com/blog/drafting-the-foss-blouse/foss-toile2_hu_d768b5a779a7fe3f.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/drafting-the-foss-blouse/foss-toile2_hu_d768b5a779a7fe3f.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;div class="glightbox-desc glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855">Toile #2&lt;/div>
&lt;figcaption>Toile #2&lt;/figcaption>
&lt;/figure>
&lt;p>After a second toile, I was pretty much happy with the fit, aside from pinning out a little excess at the bust. Finally the drafting was complete and I was ready to put the final top together.&lt;/p>
&lt;h2 id="sewing-it-up">Sewing It Up&lt;/h2>
&lt;div class="flex">
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/drafting-the-foss-blouse/foss-sewing1_hu_46c74bdcac8876d8.jpg"
data-description=".glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
data-gallery="gallery-f567e3155f76b7a9299c27c998ffc2c5ab749fbaae7a38f61f72c59f2e38e848"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/376;">
&lt;source srcset="https://www.cottonnoodle.com/blog/drafting-the-foss-blouse/foss-sewing1_hu_6ea11144936450e4.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/drafting-the-foss-blouse/foss-sewing1_hu_6ea11144936450e4.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;div class="glightbox-desc glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855">Constructing the garment&lt;/div>
&lt;figcaption>Constructing the garment&lt;/figcaption>
&lt;/figure>
&lt;figure style="max-width: 300px;">
&lt;a href="https://www.cottonnoodle.com/blog/drafting-the-foss-blouse/foss-sewing3_hu_3864df19f5732bf.jpg"
data-description=".glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
data-gallery="gallery-f567e3155f76b7a9299c27c998ffc2c5ab749fbaae7a38f61f72c59f2e38e848"
class="glightbox">
&lt;picture style="max-width: 300px; aspect-ratio: 300/398;">
&lt;source srcset="https://www.cottonnoodle.com/blog/drafting-the-foss-blouse/foss-sewing3_hu_b78b6c321ace0796.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/drafting-the-foss-blouse/foss-sewing3_hu_b78b6c321ace0796.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;div class="glightbox-desc glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855">So many pins&lt;/div>
&lt;figcaption>So many pins&lt;/figcaption>
&lt;/figure>
&lt;figure style="max-width: 300px;">
&lt;a href="https://www.cottonnoodle.com/blog/drafting-the-foss-blouse/foss-sewing2_hu_cc5586cdbe4a1270.jpg"
data-description=".glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
data-gallery="gallery-f567e3155f76b7a9299c27c998ffc2c5ab749fbaae7a38f61f72c59f2e38e848"
class="glightbox">
&lt;picture style="max-width: 300px; aspect-ratio: 300/398;">
&lt;source srcset="https://www.cottonnoodle.com/blog/drafting-the-foss-blouse/foss-sewing2_hu_5a64900a3e84c300.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/drafting-the-foss-blouse/foss-sewing2_hu_5a64900a3e84c300.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;div class="glightbox-desc glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855">Hemming carefully with a walking foot&lt;/div>
&lt;figcaption>Hemming carefully with a walking foot&lt;/figcaption>
&lt;/figure>
&lt;/div>
&lt;p>Sewing the final top was a slightly different process to sewing the toile. After all, I hadn’t bothered with finishing seams, or with hems and closures on the toile.&lt;/p>
&lt;p>The hems took a fair bit of work to hem neatly, as both the sleeves and the peplum were essentially circles, so they naturally twisted and a roping effect as I sewed. I had to use a million pins to hold them in place.&lt;/p>
&lt;p>Sewing those buttonholes was nerve-wracking, too. They were really close together, and only just fit on the midriff band!&lt;/p>
&lt;h2 id="the-finished-piece">The Finished Piece!&lt;/h2>
&lt;p>Here it is! I’m chuffed with how it turned out. It’s not 100% perfect, but gosh, I feel like it’s pretty close. I’m only sad that I finished it at the end of summer, so I can’t really wear it until next year. But I’m over the moon with how it turned out, and I learned a lot along the way.&lt;/p>
&lt;div class="flex">
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/drafting-the-foss-blouse/foss2_hu_e703c55aa00b1bfd.jpg"
data-gallery="gallery-f567e3155f76b7a9299c27c998ffc2c5ab749fbaae7a38f61f72c59f2e38e848"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/750;">
&lt;source srcset="https://www.cottonnoodle.com/blog/drafting-the-foss-blouse/foss2_hu_d230e41078ff9552.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/drafting-the-foss-blouse/foss2_hu_d230e41078ff9552.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/drafting-the-foss-blouse/foss3_hu_6bc413d17df1beff.jpg"
data-gallery="gallery-f567e3155f76b7a9299c27c998ffc2c5ab749fbaae7a38f61f72c59f2e38e848"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/750;">
&lt;source srcset="https://www.cottonnoodle.com/blog/drafting-the-foss-blouse/foss3_hu_80dd821cc5f1cd7f.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/drafting-the-foss-blouse/foss3_hu_80dd821cc5f1cd7f.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;/div>
&lt;h2 id="resources-for-pattern-drafting">Resources for Pattern Drafting&lt;/h2>
&lt;p>If you’re interested in learning pattern drafting, these are the resources I recommend. (Not a sponsored list – just my honest suggestions!)&lt;/p>
&lt;ul>
&lt;li>
&lt;p>&lt;strong>Patternmaking for Fashion Design by Helen Joseph-Armstrong&lt;/strong>. It’s expensive, but incredibly worthwhile. It’s very thorough and has clear explanations. It actually explains the “why” behind some of the drafting steps, rather than just giving you a formula. I find this makes it so much easier to make things fit, as you have the principles in your armoury.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>&lt;strong>Adobe Illustrator for digital drafting&lt;/strong>. I learned how to draft digitally via &lt;a href="https://www.patternworkshop.com/" rel="external">Pattern Workshop&lt;/a>. &lt;a href="https://www.confidentpatternmaking.com/" rel="external">Confident Patternmaking&lt;/a> looks like another great option (although pricy) and &lt;a href="https://patternlab.london/home/free-patternlab-courses-tutorials/" rel="external">Pattern Lab London&lt;/a> has plenty of free tutorials.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>&lt;strong>Digital French curves&lt;/strong>. I use the &lt;a href="https://www.pointsofmeasure.com/shop/digital-patternmaking-rulers" rel="external">Digital Pattern Making Rulers&lt;/a> from Points of Measure. Absolutely not necessary for Illustrator drafting, but I find that they help me create sensible curves around sleeve heads, necklines etc.&lt;/p>
&lt;/li>
&lt;/ul></description></item><item><title>Building a project gallery in Hugo</title><link>https://www.cottonnoodle.com/blog/building-a-project-gallery-in-hugo/</link><pubDate>Tue, 03 Dec 2024 15:55:07 +0000</pubDate><guid>https://www.cottonnoodle.com/blog/building-a-project-gallery-in-hugo/</guid><description>&lt;p>One of the key features I wanted to build for this website was a custom &lt;a href="https://www.cottonnoodle.com/gallery/">gallery&lt;/a>. I previously had a basic one on Wordpress - it was entirely manually managed through their visual block editor. Huge hassle, and very slow and awkward. Eventually I did actually build a database-driven Wordpress plugin to automate it, which turned into a custom page type, but then before I ever put it live, I got fed up with Wordpress and decided to leave the whole ecosystem.&lt;/p>
&lt;p>On the other hand, building my gallery in Hugo has been pretty straight forward. The gallery was one of the first things I did in Hugo, so I was learning the tool as I went, and yet it still came together rather quickly! And that&amp;rsquo;s also considering that I spent ages faffing around with the stylesheets.&lt;/p>
&lt;p>I don&amp;rsquo;t open source my site code, for an element of mystique (by which I really mean I don&amp;rsquo;t want my draft posts public). But I do want to share some snippets to help anyone who&amp;rsquo;s trying to build something similar. This isn&amp;rsquo;t a tutorial, nor a complete explainer of the gallery - it&amp;rsquo;s more a collection of notes documenting my approach and choices.&lt;/p>
&lt;div class="float-right">
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/building-a-project-gallery-in-hugo/gallery_hu_72262c2584019698.png"
data-description=".glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
data-gallery="gallery-b4e56b2385e8e6f9833ba6d8ba081ecd3174ab82669b36476d92432a1d3aaa84"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/616;">
&lt;source srcset="https://www.cottonnoodle.com/blog/building-a-project-gallery-in-hugo/gallery_hu_7ba6bdb3ca5001c3.png" />
&lt;img src="https://www.cottonnoodle.com/blog/building-a-project-gallery-in-hugo/gallery_hu_7ba6bdb3ca5001c3.png" alt="" />
&lt;/picture>
&lt;/a>
&lt;div class="glightbox-desc glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855">My gallery as of December 2024 (pre go-live!)&lt;/div>
&lt;figcaption>My gallery as of December 2024 (pre go-live!)&lt;/figcaption>
&lt;/figure>
&lt;/div>
&lt;h2 id="my-feature-requirements">My feature requirements&lt;/h2>
&lt;p>From the outset, I wanted to build:&lt;/p>
&lt;ul>
&lt;li>A gallery view showing images and some data about each project.&lt;/li>
&lt;li>Individual project pages including more data.&lt;/li>
&lt;li>Multiple data fields per project:
&lt;ul>
&lt;li>Common fields like name, completion date (month and year), pattern, pattern designer, and materials used.&lt;/li>
&lt;li>Optional fields like related links (blog posts, Instagram, external sites), where the materials came from, and my own notes.&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>Ease of adding more fields later.&lt;/li>
&lt;li>Tags, categories, and years - all of which can be used to filter the gallery view.&lt;/li>
&lt;li>Front page of the gallery shows the three latest images, to prevent unnecessary loading of images when landing on the gallery.&lt;/li>
&lt;li>There is an &amp;ldquo;all&amp;rdquo; filter to show all years.&lt;/li>
&lt;/ul>
&lt;h4 id="out-of-scope-for-mvp">Out of scope for MVP&lt;/h4>
&lt;ul>
&lt;li>Multiple images per project, and carousel displays.&lt;/li>
&lt;li>More than one pattern per project, e.g. pattern mashups, or sets.&lt;/li>
&lt;li>More than materials description per project, e.g. if I used two different fabrics.&lt;/li>
&lt;li>Specific knitting fields like needle size, yarn colourway, etc. (My existing gallery didn&amp;rsquo;t have these either.)&lt;/li>
&lt;/ul>
&lt;h2 id="how-i-built-it-with-hugo">How I built it with Hugo&lt;/h2>
&lt;p>NB. I am going to assume that you have a rudimentary knowledge of &lt;a href="https://gohugo.io" rel="external">Hugo&lt;/a>.&lt;/p>
&lt;p>These are the design decisions I made:&lt;/p>
&lt;ul>
&lt;li>All projects are directories, and their images are stored with them.&lt;/li>
&lt;li>Years are managed as directories. This has the side benefit of helping me to organise my project files, as I have ~150 projects, and growing. It also gives me the year filtering for free (ish - more on that later).&lt;/li>
&lt;li>Custom taxonomies of &lt;code>gallery_tags&lt;/code> and &lt;code>gallery_categories&lt;/code>, to differentiate from the tags and categories on the blog.&lt;/li>
&lt;/ul>
&lt;p>Let&amp;rsquo;s dig into it.&lt;/p>
&lt;h3 id="directory-structure">Directory structure&lt;/h3>
&lt;p>This is what my structure looks like:&lt;/p>
&lt;div class="highlight">&lt;pre tabindex="0" class="chroma">&lt;code class="language-txt" data-lang="txt">&lt;span class="line">&lt;span class="cl">content
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">└── gallery
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> ├── 2023
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> │ ├── 2023-03-01-ankara-helmi-top
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> │ │ ├── index.md // Project content and data
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> │ │ └── helmi.jpg // Project photo
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> │ └── _index.md // Section index for the year
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> ├── _index.md // Section index for the gallery
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> └── all
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> └── _index.md // Section index for &amp;#34;all&amp;#34;
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>There&amp;rsquo;s already a lot going on here, so let&amp;rsquo;s have a look.&lt;/p>
&lt;h3 id="the-project-directory-name-contains-the-date">The project directory name contains the date&lt;/h3>
&lt;div class="highlight">&lt;pre tabindex="0" class="chroma">&lt;code class="language-txt" data-lang="txt">&lt;span class="line">&lt;span class="cl">content
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">└── gallery
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> ├── 2023
&lt;/span>&lt;/span>&lt;span class="line hl">&lt;span class="cl"> │ ├── 2023-03-01-ankara-helmi-top
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> │ │ ├── index.md
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> │ │ └── helmi.jpg
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> │ └── _index.md
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> ├── _index.md
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> └── all
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> └── _index.md&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>
&lt;p>Prefixing the project directory name with the completion date of the project helps me organise my files chronologically. The date gets stripped out of the title and slug automatically by the archetype (more on that later).&lt;/p>
&lt;p>On the presentation layer, I only display the month and year (because for older projects that&amp;rsquo;s all the data I have). The day is actually arbitrary and is just used for sort order.&lt;/p>
&lt;h3 id="years-are-directories-and-so-is-all">Years are directories, and so is &amp;ldquo;all&amp;rdquo;&lt;/h3>
&lt;div class="highlight">&lt;pre tabindex="0" class="chroma">&lt;code class="language-txt" data-lang="txt">&lt;span class="line">&lt;span class="cl">content
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">└── gallery
&lt;/span>&lt;/span>&lt;span class="line hl">&lt;span class="cl"> ├── 2023
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> │ ├── 2023-03-01-ankara-helmi-top
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> │ │ ├── index.md
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> │ │ └── helmi.jpg
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> │ └── _index.md
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> ├── _index.md
&lt;/span>&lt;/span>&lt;span class="line hl">&lt;span class="cl"> └── all
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> └── _index.md&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>
&lt;p>In order to be able to filter the gallery by year, I&amp;rsquo;ve created directories for each year. The idea here is that you can visit &lt;a href="https://www.cottonnoodle.com/gallery/2023/">/gallery/2023/&lt;/a> and it will show you the projects from 2023. I&amp;rsquo;ve also created an &amp;ldquo;all&amp;rdquo; directory, which will show projects from every year.&lt;/p>
&lt;p>But this alone isn&amp;rsquo;t enough - I also needed to set up some data and tweak the template.&lt;/p>
&lt;h4 id="1-_indexmd-in-the-year-directory">1) _index.md in the year directory&lt;/h4>
&lt;p>Each year directory contains an &lt;code>_index.md&lt;/code> file to signal that it is a section. And that file needs to specify the &lt;code>gallery&lt;/code> type to match the parent section. This tells Hugo to use the gallery list template when it renders this page. (Bonus: this file also gives me a space to enter some commentary on each year, in the content section at the bottom.)&lt;/p>
&lt;p>&lt;em>/content/gallery/2023/_index.md:&lt;/em>&lt;/p>
&lt;div class="highlight">&lt;pre tabindex="0" class="chroma">&lt;code class="language-toml" data-lang="toml">&lt;span class="line">&lt;span class="cl">&lt;span class="err">+++&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="nx">title&lt;/span> &lt;span class="p">=&lt;/span> &lt;span class="s1">&amp;#39;2023&amp;#39;&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="nx">sort_key&lt;/span> &lt;span class="p">=&lt;/span> &lt;span class="s1">&amp;#39;2023&amp;#39;&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="nx">type&lt;/span> &lt;span class="p">=&lt;/span> &lt;span class="s1">&amp;#39;gallery&amp;#39;&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="err">+++&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="nx">In&lt;/span> &lt;span class="mi">2023&lt;/span> &lt;span class="nx">I&lt;/span> &lt;span class="nx">finished&lt;/span> &lt;span class="nx">a&lt;/span> &lt;span class="nx">total&lt;/span> &lt;span class="nx">of&lt;/span> &lt;span class="mi">19&lt;/span> &lt;span class="nx">sewing&lt;/span> &lt;span class="nx">projects&lt;/span> &lt;span class="p">[...]&lt;/span>
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>Speaking of templates&amp;hellip;&lt;/p>
&lt;h4 id="2-the-gallery-list-template-needs-to-search-directories-recursively">2) The gallery list template needs to search directories recursively&lt;/h4>
&lt;p>The standard way to list pages in Hugo is with &lt;code>.Pages&lt;/code>, but this only goes one level deep. To recurse through the subdirectories, I needed to use &lt;code>.RegularPagesRecursive&lt;/code>. However&amp;hellip; I&amp;rsquo;m using this same list template for three key pages, which display different things:&lt;/p>
&lt;ul>
&lt;li>&lt;code>/gallery&lt;/code> (latest 3 projects)&lt;/li>
&lt;li>&lt;code>/gallery/[year]&lt;/code> (projects from that year)&lt;/li>
&lt;li>&lt;code>/gallery/all&lt;/code> (projects from all years)&lt;/li>
&lt;/ul>
&lt;p>A little bit of conditional logic is needed to determine the base page from which to recurse, and whether to only display the top 3:&lt;/p>
&lt;p>&lt;em>/layouts/gallery/list.html:&lt;/em>&lt;/p>
&lt;div class="highlight">&lt;pre tabindex="0" class="chroma">&lt;code class="language-go" data-lang="go">&lt;span class="line">&lt;span class="cl">&lt;span class="p">{{&lt;/span>&lt;span class="o">-&lt;/span> &lt;span class="k">if&lt;/span> &lt;span class="nx">eq&lt;/span> &lt;span class="p">.&lt;/span>&lt;span class="nx">Path&lt;/span> &lt;span class="s">&amp;#34;/gallery&amp;#34;&lt;/span> &lt;span class="p">}}&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> &lt;span class="p">&amp;lt;&lt;/span>&lt;span class="nx">h2&lt;/span>&lt;span class="p">&amp;gt;&lt;/span>&lt;span class="nx">Latest&lt;/span> &lt;span class="nx">Projects&lt;/span>&lt;span class="p">&amp;lt;&lt;/span>&lt;span class="o">/&lt;/span>&lt;span class="nx">h2&lt;/span>&lt;span class="p">&amp;gt;&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> &lt;span class="p">{{&lt;/span>&lt;span class="o">-&lt;/span> &lt;span class="k">range&lt;/span> &lt;span class="p">.&lt;/span>&lt;span class="nx">RegularPagesRecursive&lt;/span> &lt;span class="p">|&lt;/span> &lt;span class="nx">first&lt;/span> &lt;span class="mi">3&lt;/span> &lt;span class="p">}}&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> &lt;span class="p">{{&lt;/span> &lt;span class="p">.&lt;/span>&lt;span class="nx">Render&lt;/span> &lt;span class="s">&amp;#34;gallery_card&amp;#34;&lt;/span> &lt;span class="p">}}&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> &lt;span class="p">{{&lt;/span>&lt;span class="o">-&lt;/span> &lt;span class="nx">end&lt;/span> &lt;span class="p">}}&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="p">{{&lt;/span>&lt;span class="o">-&lt;/span> &lt;span class="k">else&lt;/span> &lt;span class="p">}}&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> &lt;span class="p">{{&lt;/span>&lt;span class="o">-&lt;/span> &lt;span class="err">$&lt;/span>&lt;span class="nx">basePage&lt;/span> &lt;span class="o">:=&lt;/span> &lt;span class="p">.&lt;/span>&lt;span class="nx">Page&lt;/span> &lt;span class="p">}}&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> &lt;span class="p">{{&lt;/span>&lt;span class="o">-&lt;/span> &lt;span class="k">if&lt;/span> &lt;span class="nx">eq&lt;/span> &lt;span class="p">.&lt;/span>&lt;span class="nx">Path&lt;/span> &lt;span class="s">&amp;#34;/gallery/all&amp;#34;&lt;/span> &lt;span class="p">}}&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> &lt;span class="p">{{&lt;/span>&lt;span class="o">-&lt;/span> &lt;span class="err">$&lt;/span>&lt;span class="nx">basePage&lt;/span> &lt;span class="p">=&lt;/span> &lt;span class="p">.&lt;/span>&lt;span class="nx">Parent&lt;/span> &lt;span class="p">}}&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> &lt;span class="p">{{&lt;/span>&lt;span class="o">-&lt;/span> &lt;span class="nx">end&lt;/span> &lt;span class="p">}}&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> &lt;span class="p">{{&lt;/span> &lt;span class="k">range&lt;/span> &lt;span class="p">(.&lt;/span>&lt;span class="nx">Paginate&lt;/span> &lt;span class="err">$&lt;/span>&lt;span class="nx">basePage&lt;/span>&lt;span class="p">.&lt;/span>&lt;span class="nx">RegularPagesRecursive&lt;/span>&lt;span class="p">).&lt;/span>&lt;span class="nx">Pages&lt;/span> &lt;span class="p">}}&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> &lt;span class="p">{{&lt;/span> &lt;span class="p">.&lt;/span>&lt;span class="nx">Render&lt;/span> &lt;span class="s">&amp;#34;gallery_card&amp;#34;&lt;/span> &lt;span class="p">}}&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> &lt;span class="p">{{&lt;/span>&lt;span class="o">-&lt;/span> &lt;span class="nx">end&lt;/span> &lt;span class="p">}}&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="p">{{&lt;/span>&lt;span class="o">-&lt;/span> &lt;span class="nx">end&lt;/span> &lt;span class="p">}}&lt;/span>
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;h3 id="creating-the-menu-links-for-the-years">Creating the menu links for the years&lt;/h3>
&lt;p>I keep the same list of links at the top of each list page, starting with &amp;ldquo;Latest&amp;rdquo; (which is just /gallery), iterating through each of the years, and finishing with &amp;ldquo;All&amp;rdquo; at the end. This seems fairly straight forward on the surface, but I hit an unexpected quirk while rendering it.&lt;/p>
&lt;p>&lt;em>/layouts/gallery/list.html:&lt;/em>&lt;/p>
&lt;div class="highlight">&lt;pre tabindex="0" class="chroma">&lt;code class="language-go" data-lang="go">&lt;span class="line">&lt;span class="cl">&lt;span class="p">{{&lt;/span>&lt;span class="o">-&lt;/span> &lt;span class="k">if&lt;/span> &lt;span class="nx">eq&lt;/span> &lt;span class="p">.&lt;/span>&lt;span class="nx">Path&lt;/span> &lt;span class="s">&amp;#34;/gallery&amp;#34;&lt;/span> &lt;span class="p">}}&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> &lt;span class="nx">Latest&lt;/span>&lt;span class="p">&amp;lt;&lt;/span>&lt;span class="o">/&lt;/span>&lt;span class="nx">span&lt;/span>&lt;span class="p">&amp;gt;&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="p">{{&lt;/span>&lt;span class="o">-&lt;/span> &lt;span class="k">else&lt;/span> &lt;span class="p">}}&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> &lt;span class="p">&amp;lt;&lt;/span>&lt;span class="nx">a&lt;/span> &lt;span class="nx">href&lt;/span>&lt;span class="p">=&lt;/span>&lt;span class="s">&amp;#34;{{ relURL &amp;#34;&lt;/span>&lt;span class="o">/&lt;/span>&lt;span class="nx">gallery&lt;/span>&lt;span class="s">&amp;#34; }}&amp;#34;&lt;/span>&lt;span class="p">&amp;gt;&lt;/span>&lt;span class="nx">Latest&lt;/span>&lt;span class="p">&amp;lt;&lt;/span>&lt;span class="o">/&lt;/span>&lt;span class="nx">a&lt;/span>&lt;span class="p">&amp;gt;&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="p">{{&lt;/span>&lt;span class="o">-&lt;/span> &lt;span class="nx">end&lt;/span> &lt;span class="p">}}&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="p">{{&lt;/span>&lt;span class="o">-&lt;/span> &lt;span class="err">$&lt;/span>&lt;span class="nx">thisTitle&lt;/span> &lt;span class="o">:=&lt;/span> &lt;span class="p">.&lt;/span>&lt;span class="nx">Page&lt;/span>&lt;span class="p">.&lt;/span>&lt;span class="nx">Title&lt;/span> &lt;span class="p">}}&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="p">{{&lt;/span>&lt;span class="o">-&lt;/span> &lt;span class="err">$&lt;/span>&lt;span class="nx">galleryRoot&lt;/span> &lt;span class="o">:=&lt;/span> &lt;span class="p">.&lt;/span>&lt;span class="nx">Site&lt;/span>&lt;span class="p">.&lt;/span>&lt;span class="nx">GetPage&lt;/span> &lt;span class="s">&amp;#34;gallery&amp;#34;&lt;/span> &lt;span class="p">}}&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="p">{{&lt;/span> &lt;span class="k">range&lt;/span> &lt;span class="nx">sort&lt;/span> &lt;span class="err">$&lt;/span>&lt;span class="nx">galleryRoot&lt;/span>&lt;span class="p">.&lt;/span>&lt;span class="nx">Sections&lt;/span> &lt;span class="s">&amp;#34;.Params.sort_key&amp;#34;&lt;/span> &lt;span class="s">&amp;#34;desc&amp;#34;&lt;/span> &lt;span class="p">}}&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> &lt;span class="p">&amp;lt;&lt;/span>&lt;span class="nx">span&lt;/span>&lt;span class="p">&amp;gt;&lt;/span>&lt;span class="o">&amp;amp;&lt;/span>&lt;span class="nx">bull&lt;/span>&lt;span class="p">;&amp;lt;&lt;/span>&lt;span class="o">/&lt;/span>&lt;span class="nx">span&lt;/span>&lt;span class="p">&amp;gt;&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> &lt;span class="p">{{&lt;/span> &lt;span class="k">if&lt;/span> &lt;span class="nx">eq&lt;/span> &lt;span class="err">$&lt;/span>&lt;span class="nx">thisTitle&lt;/span> &lt;span class="p">.&lt;/span>&lt;span class="nx">Params&lt;/span>&lt;span class="p">.&lt;/span>&lt;span class="nx">title&lt;/span> &lt;span class="p">}}&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> &lt;span class="p">&amp;lt;&lt;/span>&lt;span class="nx">span&lt;/span>&lt;span class="p">&amp;gt;{{&lt;/span> &lt;span class="p">.&lt;/span>&lt;span class="nx">Params&lt;/span>&lt;span class="p">.&lt;/span>&lt;span class="nx">title&lt;/span> &lt;span class="p">}}&amp;lt;&lt;/span>&lt;span class="o">/&lt;/span>&lt;span class="nx">span&lt;/span>&lt;span class="p">&amp;gt;&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> &lt;span class="p">{{&lt;/span>&lt;span class="o">-&lt;/span> &lt;span class="k">else&lt;/span> &lt;span class="p">}}&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> &lt;span class="p">&amp;lt;&lt;/span>&lt;span class="nx">span&lt;/span>&lt;span class="p">&amp;gt;&amp;lt;&lt;/span>&lt;span class="nx">a&lt;/span> &lt;span class="nx">href&lt;/span>&lt;span class="p">=&lt;/span>&lt;span class="s">&amp;#34;{{ relURL .Path }}&amp;#34;&lt;/span>&lt;span class="p">&amp;gt;{{&lt;/span> &lt;span class="p">.&lt;/span>&lt;span class="nx">Params&lt;/span>&lt;span class="p">.&lt;/span>&lt;span class="nx">title&lt;/span> &lt;span class="p">}}&amp;lt;&lt;/span>&lt;span class="o">/&lt;/span>&lt;span class="nx">a&lt;/span>&lt;span class="p">&amp;gt;&amp;lt;&lt;/span>&lt;span class="o">/&lt;/span>&lt;span class="nx">span&lt;/span>&lt;span class="p">&amp;gt;&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> &lt;span class="p">{{&lt;/span>&lt;span class="o">-&lt;/span> &lt;span class="nx">end&lt;/span> &lt;span class="p">}}&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="p">{{&lt;/span> &lt;span class="nx">end&lt;/span> &lt;span class="p">}}&lt;/span>
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>Notice that I&amp;rsquo;m using &lt;code>.Params.sort_key&lt;/code> to order the years (you might have spotted that in my 2022 &lt;code>_index.md&lt;/code> example earlier). Why do I need to do this, when I just want them to display in order of title? Can&amp;rsquo;t I sort by the title, rather than having to define a new field?&lt;/p>
&lt;p>Well, there&amp;rsquo;s a weird quirk in the sorting of my particular directory names. This is what happened when I sorted by title:&lt;/p>
&lt;div class="highlight">&lt;pre tabindex="0" class="chroma">&lt;code class="language-txt" data-lang="txt">&lt;span class="line">&lt;span class="cl"> 2024
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> 2023
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> 2022
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> 2021
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> 2020
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> 2019
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> All
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> 2018 and Earlier
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>Eh??&lt;/p>
&lt;p>Turns out lexicographical sorting means that the combination of letters and numbers in &amp;ldquo;2018 and Earlier&amp;rdquo; gets treated differently from the number-only strings like &amp;ldquo;2018&amp;rdquo;. To be clear, they&amp;rsquo;re all strings. I even tried casting them to strings. Something is going on under the hood here to sort them in a way that I did not expect.&lt;/p>
&lt;p>Anyway, there&amp;rsquo;s probably a cleaner solution than this, but using a sort key was an easy enough fix.&lt;/p>
&lt;h3 id="tags--categories">Tags &amp;amp; categories&lt;/h3>
&lt;p>I set up new taxonomies called &lt;code>gallery_tags&lt;/code> and &lt;code>gallery_categories&lt;/code> to differentiate from the tags and categories used in the blog. This works absolutely fine out of the box, but I wanted to tweak a few things.&lt;/p>
&lt;h4 id="1-changing-the-taxonomies-display-names">1. Changing the taxonomies&amp;rsquo; display names&lt;/h4>
&lt;p>I didn&amp;rsquo;t want these taxonomies showing up as &amp;ldquo;Gallery Tags&amp;rdquo; all over the site. &amp;ldquo;Tags&amp;rdquo; and &amp;ldquo;Categories&amp;rdquo; is sufficient. So I created the directories &lt;code>/content/gallery_tags&lt;/code> and &lt;code>/content/gallery_categories&lt;/code>, adding &lt;code>index.md&lt;/code> files in which I could specify titles in the front matter as with any other page. Again, I could add some content to these pages here if I wanted to.&lt;/p>
&lt;h4 id="2-positioning-the-taxonomies-in-the-hierarchy">2. Positioning the taxonomies in the hierarchy&lt;/h4>
&lt;p>I wanted the gallery taxonomies to show under the Gallery in the breadcrumb. Like this:&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/building-a-project-gallery-in-hugo/breadcrumb-good_hu_7fca734da4ae0de8.png"
data-gallery="gallery-b4e56b2385e8e6f9833ba6d8ba081ecd3174ab82669b36476d92432a1d3aaa84"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/28;">
&lt;source srcset="https://www.cottonnoodle.com/blog/building-a-project-gallery-in-hugo/breadcrumb-good_hu_3b14ddb099d3f579.png" />
&lt;img src="https://www.cottonnoodle.com/blog/building-a-project-gallery-in-hugo/breadcrumb-good_hu_3b14ddb099d3f579.png" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>Instead of the default:&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/building-a-project-gallery-in-hugo/breadcrumb-bad_hu_7f75f7a74c8f025f.png"
data-gallery="gallery-b4e56b2385e8e6f9833ba6d8ba081ecd3174ab82669b36476d92432a1d3aaa84"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/28;">
&lt;source srcset="https://www.cottonnoodle.com/blog/building-a-project-gallery-in-hugo/breadcrumb-bad_hu_1cd9d8b3659983e7.png" />
&lt;img src="https://www.cottonnoodle.com/blog/building-a-project-gallery-in-hugo/breadcrumb-bad_hu_1cd9d8b3659983e7.png" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>To do this I injected an extra link into the basic loop of page ancestors, in the case of taxonomies. I did the same for my blog tags, so they have the same hierarchical structure (tags show under Blog). Here&amp;rsquo;s the breadcrumb code now:&lt;/p>
&lt;p>&lt;em>/layouts/partials/breadcrumbs.html:&lt;/em>&lt;/p>
&lt;div class="highlight">&lt;pre tabindex="0" class="chroma">&lt;code class="language-go" data-lang="go">&lt;span class="line">&lt;span class="cl">&lt;span class="p">{{&lt;/span>&lt;span class="o">-&lt;/span> &lt;span class="k">range&lt;/span> &lt;span class="p">.&lt;/span>&lt;span class="nx">Ancestors&lt;/span>&lt;span class="p">.&lt;/span>&lt;span class="nx">Reverse&lt;/span> &lt;span class="p">|&lt;/span> &lt;span class="nx">append&lt;/span> &lt;span class="p">.&lt;/span>&lt;span class="nx">Page&lt;/span>&lt;span class="p">}}&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> &lt;span class="p">{{&lt;/span>&lt;span class="o">-&lt;/span> &lt;span class="k">if&lt;/span> &lt;span class="nx">eq&lt;/span> &lt;span class="p">.&lt;/span>&lt;span class="nx">Kind&lt;/span> &lt;span class="s">&amp;#34;taxonomy&amp;#34;&lt;/span> &lt;span class="p">}}&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> &lt;span class="p">{{&lt;/span> &lt;span class="err">$&lt;/span>&lt;span class="nx">parentPath&lt;/span> &lt;span class="o">:=&lt;/span> &lt;span class="nx">index&lt;/span> &lt;span class="p">.&lt;/span>&lt;span class="nx">Site&lt;/span>&lt;span class="p">.&lt;/span>&lt;span class="nx">Params&lt;/span>&lt;span class="p">.&lt;/span>&lt;span class="nx">parents&lt;/span> &lt;span class="p">.&lt;/span>&lt;span class="nx">Section&lt;/span> &lt;span class="p">}}&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> &lt;span class="p">{{&lt;/span> &lt;span class="err">$&lt;/span>&lt;span class="nx">parent&lt;/span> &lt;span class="o">:=&lt;/span> &lt;span class="p">.&lt;/span>&lt;span class="nx">Site&lt;/span>&lt;span class="p">.&lt;/span>&lt;span class="nx">GetPage&lt;/span> &lt;span class="err">$&lt;/span>&lt;span class="nx">parentPath&lt;/span> &lt;span class="p">}}&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> &lt;span class="p">&amp;lt;&lt;/span>&lt;span class="nx">li&lt;/span>&lt;span class="p">&amp;gt;&amp;lt;&lt;/span>&lt;span class="nx">a&lt;/span> &lt;span class="nx">href&lt;/span>&lt;span class="p">=&lt;/span>&lt;span class="s">&amp;#34;{{ $parent.RelPermalink }}&amp;#34;&lt;/span>&lt;span class="p">&amp;gt;{{&lt;/span> &lt;span class="err">$&lt;/span>&lt;span class="nx">parent&lt;/span>&lt;span class="p">.&lt;/span>&lt;span class="nx">Title&lt;/span> &lt;span class="p">}}&amp;lt;&lt;/span>&lt;span class="o">/&lt;/span>&lt;span class="nx">a&lt;/span>&lt;span class="p">&amp;gt;&amp;lt;&lt;/span>&lt;span class="o">/&lt;/span>&lt;span class="nx">li&lt;/span>&lt;span class="p">&amp;gt;&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> &lt;span class="p">{{&lt;/span>&lt;span class="o">-&lt;/span> &lt;span class="nx">end&lt;/span> &lt;span class="p">}}&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> &lt;span class="p">&amp;lt;&lt;/span>&lt;span class="nx">li&lt;/span>&lt;span class="p">&amp;gt;&amp;lt;&lt;/span>&lt;span class="nx">a&lt;/span> &lt;span class="nx">href&lt;/span>&lt;span class="p">=&lt;/span>&lt;span class="s">&amp;#34;{{ .RelPermalink }}&amp;#34;&lt;/span>&lt;span class="p">&amp;gt;{{&lt;/span> &lt;span class="p">.&lt;/span>&lt;span class="nx">Title&lt;/span> &lt;span class="p">}}&amp;lt;&lt;/span>&lt;span class="o">/&lt;/span>&lt;span class="nx">a&lt;/span>&lt;span class="p">&amp;gt;&amp;lt;&lt;/span>&lt;span class="o">/&lt;/span>&lt;span class="nx">li&lt;/span>&lt;span class="p">&amp;gt;&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="p">{{&lt;/span>&lt;span class="o">-&lt;/span> &lt;span class="nx">end&lt;/span> &lt;span class="p">}}&lt;/span>
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>It&amp;rsquo;s relying on some custom params that I stuck in my site configuration to define the hierarchy:&lt;/p>
&lt;p>&lt;em>/hugo.toml:&lt;/em>&lt;/p>
&lt;div class="highlight">&lt;pre tabindex="0" class="chroma">&lt;code class="language-go" data-lang="go">&lt;span class="line">&lt;span class="cl">&lt;span class="p">[&lt;/span>&lt;span class="nx">params&lt;/span>&lt;span class="p">.&lt;/span>&lt;span class="nx">parents&lt;/span>&lt;span class="p">]&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="nx">gallery_tags&lt;/span> &lt;span class="p">=&lt;/span> &lt;span class="s">&amp;#34;/gallery&amp;#34;&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="nx">gallery_categories&lt;/span> &lt;span class="p">=&lt;/span> &lt;span class="s">&amp;#34;/gallery&amp;#34;&lt;/span>
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;h4 id="3-fixing-the-taxonomies-permalinks">3. Fixing the taxonomies&amp;rsquo; permalinks&lt;/h4>
&lt;p>I also added some config to make the URLs mirror the breadcrumb hierarchy:&lt;/p>
&lt;p>&lt;em>/hugo.toml:&lt;/em>&lt;/p>
&lt;div class="highlight">&lt;pre tabindex="0" class="chroma">&lt;code class="language-go" data-lang="go">&lt;span class="line">&lt;span class="cl">&lt;span class="p">[&lt;/span>&lt;span class="nx">permalinks&lt;/span>&lt;span class="p">.&lt;/span>&lt;span class="nx">taxonomy&lt;/span>&lt;span class="p">]&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="nx">gallery_tags&lt;/span> &lt;span class="p">=&lt;/span> &lt;span class="s">&amp;#34;/gallery/tags/&amp;#34;&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="nx">gallery_categories&lt;/span> &lt;span class="p">=&lt;/span> &lt;span class="s">&amp;#34;/gallery/categories/&amp;#34;&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="p">[&lt;/span>&lt;span class="nx">permalinks&lt;/span>&lt;span class="p">.&lt;/span>&lt;span class="nx">term&lt;/span>&lt;span class="p">]&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="nx">gallery_tags&lt;/span> &lt;span class="p">=&lt;/span> &lt;span class="s">&amp;#34;/gallery/tags/:slug&amp;#34;&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="nx">gallery_categories&lt;/span> &lt;span class="p">=&lt;/span> &lt;span class="s">&amp;#34;/gallery/categories/:slug&amp;#34;&lt;/span>
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;h3 id="the-gallery-archetype">The gallery archetype&lt;/h3>
&lt;p>The archetype in Hugo is the template from which new content is created. I use this to set up a few default values.&lt;/p>
&lt;p>&lt;em>/archetypes/gallery.md:&lt;/em>&lt;/p>
&lt;div class="highlight">&lt;pre tabindex="0" class="chroma">&lt;code class="language-toml" data-lang="toml">&lt;span class="line">&lt;span class="cl">&lt;span class="err">+++&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="nx">type&lt;/span> &lt;span class="p">=&lt;/span> &lt;span class="s1">&amp;#39;gallery&amp;#39;&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="p">{{&lt;/span>&lt;span class="nx">-&lt;/span> &lt;span class="err">$&lt;/span>&lt;span class="nx">nameWithoutDate&lt;/span> &lt;span class="err">:&lt;/span>&lt;span class="p">=&lt;/span> &lt;span class="nx">replaceRE&lt;/span> &lt;span class="s2">&amp;#34;^\\d{4}-\\d{2}-\\d{2}-&amp;#34;&lt;/span> &lt;span class="s2">&amp;#34;&amp;#34;&lt;/span> &lt;span class="p">.&lt;/span>&lt;span class="nx">Page&lt;/span>&lt;span class="p">.&lt;/span>&lt;span class="nx">File&lt;/span>&lt;span class="p">.&lt;/span>&lt;span class="nx">ContentBaseName&lt;/span> &lt;span class="p">}}&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="p">{{&lt;/span>&lt;span class="nx">-&lt;/span> &lt;span class="err">$&lt;/span>&lt;span class="nx">dateFromName&lt;/span> &lt;span class="err">:&lt;/span>&lt;span class="p">=&lt;/span> &lt;span class="nx">replaceRE&lt;/span> &lt;span class="s2">&amp;#34;(^\\d{4}-\\d{2}-\\d{2})-.*&amp;#34;&lt;/span> &lt;span class="s2">&amp;#34;$1&amp;#34;&lt;/span> &lt;span class="p">.&lt;/span>&lt;span class="nx">Page&lt;/span>&lt;span class="p">.&lt;/span>&lt;span class="nx">File&lt;/span>&lt;span class="p">.&lt;/span>&lt;span class="nx">ContentBaseName&lt;/span> &lt;span class="p">}}&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="nx">date&lt;/span> &lt;span class="p">=&lt;/span> &lt;span class="s1">&amp;#39;{{ $dateFromName }}&amp;#39;&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="nx">title&lt;/span> &lt;span class="p">=&lt;/span> &lt;span class="s1">&amp;#39;{{ replace $nameWithoutDate &amp;#34;-&amp;#34; &amp;#34; &amp;#34; | title }}&amp;#39;&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="err">+++&lt;/span>
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>Yes, it&amp;rsquo;s NUTS, but I wouldn&amp;rsquo;t be me if I didn&amp;rsquo;t try to sneak in a little regex somewhere.&lt;/p>
&lt;p>All it&amp;rsquo;s really doing is taking the directory name and extracting the date and title into their correct locations. In combination with a tweak to the permalink in the site config, this gives me nice URLs and titles that don&amp;rsquo;t have any date information in them at all, while maintaining my date-based file organisation. (I have the exact same set up on the blog.)&lt;/p>
&lt;p>&lt;em>/hugo.toml:&lt;/em>&lt;/p>
&lt;div class="highlight">&lt;pre tabindex="0" class="chroma">&lt;code class="language-toml" data-lang="toml">&lt;span class="line">&lt;span class="cl">&lt;span class="p">[&lt;/span>&lt;span class="nx">permalinks&lt;/span>&lt;span class="p">]&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="nx">gallery&lt;/span> &lt;span class="p">=&lt;/span> &lt;span class="s2">&amp;#34;/gallery/:title/&amp;#34;&lt;/span>
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;h3 id="storing-the-project-data">Storing the project data&lt;/h3>
&lt;p>From here, it&amp;rsquo;s pretty straight forward stuff. All the project data is stored in front matter:&lt;/p>
&lt;div class="highlight">&lt;pre tabindex="0" class="chroma">&lt;code class="language-toml" data-lang="toml">&lt;span class="line">&lt;span class="cl">&lt;span class="err">+++&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="nx">draft&lt;/span> &lt;span class="p">=&lt;/span> &lt;span class="kc">false&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="nx">type&lt;/span> &lt;span class="p">=&lt;/span> &lt;span class="s1">&amp;#39;gallery&amp;#39;&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="nx">date&lt;/span> &lt;span class="p">=&lt;/span> &lt;span class="s1">&amp;#39;2024-11-01&amp;#39;&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="nx">title&lt;/span> &lt;span class="p">=&lt;/span> &lt;span class="s1">&amp;#39;Clair De Lune Sweater&amp;#39;&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="nx">gallery_categories&lt;/span> &lt;span class="p">=&lt;/span> &lt;span class="p">[&lt;/span>&lt;span class="s1">&amp;#39;knitting&amp;#39;&lt;/span>&lt;span class="p">]&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="nx">gallery_tags&lt;/span> &lt;span class="p">=&lt;/span> &lt;span class="p">[&lt;/span>&lt;span class="s1">&amp;#39;the petite knitter&amp;#39;&lt;/span>&lt;span class="p">]&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="p">[&lt;/span>&lt;span class="nx">params&lt;/span>&lt;span class="p">.&lt;/span>&lt;span class="nx">project_data&lt;/span>&lt;span class="p">]&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="nx">completed_date&lt;/span> &lt;span class="p">=&lt;/span> &lt;span class="s1">&amp;#39;2024-11-01&amp;#39;&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="nx">pattern_name&lt;/span> &lt;span class="p">=&lt;/span> &lt;span class="s1">&amp;#39;Clair de Lune&amp;#39;&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="nx">pattern_designer&lt;/span> &lt;span class="p">=&lt;/span> &lt;span class="s1">&amp;#39;The Petite Knitter&amp;#39;&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="nx">materials&lt;/span> &lt;span class="p">=&lt;/span> &lt;span class="s1">&amp;#39;Drops Alaska&amp;#39;&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="nx">materials_from&lt;/span> &lt;span class="p">=&lt;/span> &lt;span class="s1">&amp;#39;Wool Warehouse&amp;#39;&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="p">[[&lt;/span>&lt;span class="nx">resources&lt;/span>&lt;span class="p">]]&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="nx">name&lt;/span> &lt;span class="p">=&lt;/span> &lt;span class="s1">&amp;#39;mainImage&amp;#39;&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="nx">src&lt;/span> &lt;span class="p">=&lt;/span> &lt;span class="s1">&amp;#39;clairdelune.jpg&amp;#39;&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="err">+++&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="nx">Notes&lt;/span> &lt;span class="nx">go&lt;/span> &lt;span class="nx">here&lt;/span>&lt;span class="p">,&lt;/span> &lt;span class="nx">like&lt;/span> &lt;span class="nx">content&lt;/span> &lt;span class="nx">on&lt;/span> &lt;span class="nx">any&lt;/span> &lt;span class="nx">other&lt;/span> &lt;span class="nx">page&lt;/span>&lt;span class="p">.&lt;/span>
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>I use that &lt;code>mainImage&lt;/code> resource to access the cover image from the gallery list page, so I can display those cute cards.&lt;/p>
&lt;p>(NB. Currently I have completed_date as a separate field from the project date, as the publish date mught be different for projects that I can only share a while after I&amp;rsquo;ve made them - gifts, pattern tests etc.)&lt;/p>
&lt;h2 id="displaying-the-gallery-content">Displaying the gallery content&lt;/h2>
&lt;p>I have a custom template for the gallery list and gallery single. It&amp;rsquo;s straightforward stuff - reading the parameters out of the front matter - so I&amp;rsquo;m not going to go into any detail. The styling took me absolutely ages, as I&amp;rsquo;m not a CSS expert by a long way - but if you want to be nosy about that, you can go and view source directly!&lt;/p>
&lt;h2 id="adding-a-new-project-to-the-gallery">Adding a new project to the gallery&lt;/h2>
&lt;p>Adding a new project looks like this:&lt;/p>
&lt;div class="highlight">&lt;pre tabindex="0" class="chroma">&lt;code class="language-sh" data-lang="sh">&lt;span class="line">&lt;span class="cl">$ hugo new content content/gallery/2024/2024-11-01-clair-de-lune-sweater
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>I add my photo into the directory, edit the generated &lt;code>index.md&lt;/code>, and there she goes!&lt;/p>
&lt;figure style="max-width: 300px;">
&lt;a href="https://www.cottonnoodle.com/blog/building-a-project-gallery-in-hugo/gallery-clairdelune_hu_6c2c61fac713374e.png"
data-description=".glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
data-gallery="gallery-b4e56b2385e8e6f9833ba6d8ba081ecd3174ab82669b36476d92432a1d3aaa84"
class="glightbox">
&lt;picture style="max-width: 300px; aspect-ratio: 300/475;">
&lt;source srcset="https://www.cottonnoodle.com/blog/building-a-project-gallery-in-hugo/gallery-clairdelune_hu_9a9ff13a022ecb60.png" />
&lt;img src="https://www.cottonnoodle.com/blog/building-a-project-gallery-in-hugo/gallery-clairdelune_hu_9a9ff13a022ecb60.png" alt="" />
&lt;/picture>
&lt;/a>
&lt;div class="glightbox-desc glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855">The gallery card showing my Clair De Lune knitting project&lt;/div>
&lt;figcaption>The gallery card showing my Clair De Lune knitting project&lt;/figcaption>
&lt;/figure>
&lt;h2 id="conclusion">Conclusion&lt;/h2>
&lt;p>I really enjoyed building this, and I&amp;rsquo;m enjoying using it even more. I hope this breakdown was useful for somebody out there!&lt;/p></description></item><item><title>Re-knitting the Loki jumper</title><link>https://www.cottonnoodle.com/blog/re-knitting-the-loki-jumper/</link><pubDate>Mon, 02 Dec 2024 16:03:43 +0000</pubDate><guid>https://www.cottonnoodle.com/blog/re-knitting-the-loki-jumper/</guid><description>&lt;p>I&amp;rsquo;ve nearly finished re-knitting the &lt;a href="https://lopidesign.is/en/shop/adults/sweaters/loki-2/" rel="external">Loki jumper by Istex Lopi&lt;/a> - and when I say re-knitting, I mean I am making the same jumper in the same colours for the same person. Not because I am crazy, but because I knitted the first one as a present for my husband for our wool wedding anniversary (7th), and he loved it, and then I absentmindedly put through too many spin cycles in the washing machine, and it shrank.&lt;/p>
&lt;div class="flex">
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/re-knitting-the-loki-jumper/loki1_hu_4f0f57a285c9dca0.jpg"
data-description=".glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
data-gallery="gallery-5f25d0c9ec75d79bfa46883143532cca654de1790bd4def89c03c421731370d3"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/375;">
&lt;source srcset="https://www.cottonnoodle.com/blog/re-knitting-the-loki-jumper/loki1_hu_6f452d50b3e987de.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/re-knitting-the-loki-jumper/loki1_hu_6f452d50b3e987de.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;div class="glightbox-desc glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855">My progress on the new version.&lt;/div>
&lt;figcaption>My progress on the new version.&lt;/figcaption>
&lt;/figure>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/re-knitting-the-loki-jumper/loki2_hu_1c0d0f5751ea44ac.jpg"
data-description=".glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
data-gallery="gallery-5f25d0c9ec75d79bfa46883143532cca654de1790bd4def89c03c421731370d3"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/375;">
&lt;source srcset="https://www.cottonnoodle.com/blog/re-knitting-the-loki-jumper/loki2_hu_a077582a7aa07161.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/re-knitting-the-loki-jumper/loki2_hu_a077582a7aa07161.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;div class="glightbox-desc glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855">The original one I made in 2022.&lt;/div>
&lt;figcaption>The original one I made in 2022.&lt;/figcaption>
&lt;/figure>
&lt;/div>
&lt;p>I was absolutely heartbroken, I tell you. It was one of the loveliest things I&amp;rsquo;d ever made, and it was the first jumper I&amp;rsquo;d ever finished knitting for him - after literally &lt;em>three&lt;/em> failed attempts at another pattern over the years. So I promised him another, in whatever colours he wanted. He asked for a replica of the original. Which is nice, because it means I chose well the first time!&lt;/p>
&lt;p>And I guess this whole palaver gives me a chance to fix the fact that I installed one of the sleeves back to front on the original, so the increases ran up the outside of the arm.&lt;/p>
&lt;figure style="max-width: 300px;">
&lt;a href="https://www.cottonnoodle.com/blog/re-knitting-the-loki-jumper/loki3_hu_e79535e9fc332015.jpg"
data-description=".glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
data-gallery="gallery-5f25d0c9ec75d79bfa46883143532cca654de1790bd4def89c03c421731370d3"
class="glightbox">
&lt;picture style="max-width: 300px; aspect-ratio: 300/409;">
&lt;source srcset="https://www.cottonnoodle.com/blog/re-knitting-the-loki-jumper/loki3_hu_dc8210064c3dddfb.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/re-knitting-the-loki-jumper/loki3_hu_dc8210064c3dddfb.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;div class="glightbox-desc glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855">I love the colours on the pattern cover too. (Image: Istex Lopi)&lt;/div>
&lt;figcaption>I love the colours on the pattern cover too. (Image: Istex Lopi)&lt;/figcaption>
&lt;/figure>
&lt;h2 id="some-comments-on-the-pattern">Some comments on the pattern&lt;/h2>
&lt;p>I never wrote about this pattern the first time I made it, so I thought I&amp;rsquo;d share some thoughts.&lt;/p>
&lt;p>It&amp;rsquo;s a good, well-written bottom-up pattern. First you knit the body up to the under arm, then you knit the sleeves, and then you join them to work the yoke. This was actually the first pattern I knitted that was bottom-up, and I loved it - I still love it. The sea of stockinette stitch is an absolute doddle when you&amp;rsquo;ve got that new-project energy. And you don&amp;rsquo;t get stuck on sleeve island, because there&amp;rsquo;s the interesting fair isle to enjoy at the end.&lt;/p>
&lt;p>The fair isle pattern is a bit annoying to knit at the start though. Those diamonds at the bottom of the yoke are 7 stitches apart, so the floats need catching, and I find that really slows my rhythm down. I didn&amp;rsquo;t think this the first time round, because I didn&amp;rsquo;t have that much fair isle experience at the time, but I&amp;rsquo;ve knitted a few since then so I know what I like now. That said, once you get past the diamonds, it&amp;rsquo;s smooth sailing - plus, the decreases begin.&lt;/p>
&lt;p>I changed the neckline to a standard rib crew neckline because I prefer the look - I&amp;rsquo;ll be doing that again this time round.&lt;/p>
&lt;h2 id="some-comments-on-the-yarn">Some comments on the yarn&lt;/h2>
&lt;p>I&amp;rsquo;m making this in Drops Nepal. The first one, made two and a half years ago, came out beautifully, and wore well. However, I&amp;rsquo;ve heard a few reports that the quality of this yarn has deteriorated, and that it pills a lot now. I&amp;rsquo;ve made a couple of pieces in the Nepal for myself, and they have pilled a fair bit at the sides. I&amp;rsquo;m really, really crossing my fingers that this doesn&amp;rsquo;t happen on this jumper, because that would make it even more devastating that I ruined the one that I made when the quality was still good. Fingers crossed.&lt;/p></description></item><item><title>Re-evaluating my relationship with Instagram</title><link>https://www.cottonnoodle.com/blog/re-evaluating-my-relationship-with-instagram/</link><pubDate>Fri, 29 Nov 2024 08:46:41 +0000</pubDate><guid>https://www.cottonnoodle.com/blog/re-evaluating-my-relationship-with-instagram/</guid><description>&lt;p>Alternatively titled: &lt;em>Stepping away from toxic content culture.&lt;/em> Or: &lt;em>The dangers of consuming too much content aimed at Instagram marketers.&lt;/em>&lt;/p>
&lt;p>I&amp;rsquo;m not leaving &lt;a href="https://www.instagram.com/cottonnoodle" rel="external">Instagram&lt;/a>, but I&amp;rsquo;ve re-evaluated my relationship with it. Over the last couple of years, I&amp;rsquo;ve felt shackled by content culture, and it became very toxic.&lt;/p>
&lt;p>A lot of this is my fault because I watched a lot of Instagram marketing content that was aimed at small businesses and influencers who use Instagram as a marketing tool. Candidly, this is because I &lt;em>was&lt;/em> thinking of starting a small business (but I&amp;rsquo;m not anymore). The trouble with watching all these Instagram marketing tutorials is that they blurred my understanding of what Instagram is for. They made me think that the goal of using the platform is to increase your following for its own sake.&lt;/p>
&lt;figure style="max-width: 300px;">
&lt;a href="https://www.cottonnoodle.com/blog/re-evaluating-my-relationship-with-instagram/instagram_hu_1efb4d432c815cd6.png"
data-description=".glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
data-gallery="gallery-d1b15d61f927a587fddf795025b9f70490c10e182495d1bf1c2652a54560fc85"
class="glightbox">
&lt;picture style="max-width: 300px; aspect-ratio: 300/485;">
&lt;source srcset="https://www.cottonnoodle.com/blog/re-evaluating-my-relationship-with-instagram/instagram_hu_eb58900dc64edf8a.png" />
&lt;img src="https://www.cottonnoodle.com/blog/re-evaluating-my-relationship-with-instagram/instagram_hu_eb58900dc64edf8a.png" alt="" />
&lt;/picture>
&lt;/a>
&lt;div class="glightbox-desc glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855">My &lt;a href="https://www.instagram.com/cottonnoodle" rel="external">@cottonnoodle&lt;/a> Instagram account in November 2024.&lt;/div>
&lt;figcaption>My &lt;a href="https://www.instagram.com/cottonnoodle" rel="external">@cottonnoodle&lt;/a> Instagram account in November 2024.&lt;/figcaption>
&lt;/figure>
&lt;p>My follower count is 1713 at the time I write this, so not a huge number by Instagram standards, but I did work for it. This number became gamified, it became something I needed to min/max. I started feeling like my posts had &amp;ldquo;failed&amp;rdquo; if I did not gain followers.&lt;/p>
&lt;p>Earlier this year, I took about 9 months off posting to Instagram. This actually wasn&amp;rsquo;t an intentional hiatus - the entire time, I was thinking about what I should post next, and feeling more and more anxious about how to address the hiatus when I returned. I overthought it. This is when I came to realise how unhealthy my relationship with Instagram was.&lt;/p>
&lt;h2 id="instagram-felt-bad">Instagram felt bad&lt;/h2>
&lt;p>Guilt when not taking photos of things I&amp;rsquo;ve made. And guilt when not sewing things in the first place! As if my sewing hobby only exists to feed the Instagram algorithm.&lt;/p>
&lt;p>Fear of the algorithm penalising me if I don&amp;rsquo;t post often enough, or if I post erratically.&lt;/p>
&lt;p>Pressure to make &amp;ldquo;relatable&amp;rdquo; &amp;ldquo;authentic&amp;rdquo; content ie. to be vulnerable in ways I&amp;rsquo;m not necessarily comfortable being online. But on the flip side, also pressure to make perfect content. Which resulted in photo shoots and editing taking hours.&lt;/p>
&lt;p>Pressure to show behind the scenes and works in progress. Not that I don&amp;rsquo;t want to share this, but stopping to make content interferes with sewing, which is my actual hobby.&lt;/p>
&lt;p>Pressure to write quippy, concise captions. The number of captions I&amp;rsquo;ve written that have been many paragraphs long&amp;hellip; and that then got edited down out of concern that I&amp;rsquo;m being too wordy for the platform. I&amp;rsquo;m wordy, goddamnit! And I have a lot to say about my projects!&lt;/p>
&lt;p>Pressure to create reels - oh god, reels. Yes, the Instagram algorithm favours video content over photos and carousels. Does that mean I want to make video content? No. Do I find it so much hard work, and inauthentic to myself? Yes. Did I feel the immense pressure to convert to producing reels instead of images? Oh yes.&lt;/p>
&lt;h2 id="so-what-changes-now">So what changes now?&lt;/h2>
&lt;p>Creating this blog, and its shiny new gallery, instantly changed how I feel about producing &amp;ldquo;content&amp;rdquo;. Now that I&amp;rsquo;m thinking of this place as my home on the internet, and thinking of my gallery as my official public record of what I&amp;rsquo;ve made, I no longer have to treat Instagram as those things. Which takes some of the perfectionism pressure off. Incidentally, a lot of these same feelings had applied to blogging too (I&amp;rsquo;d started worrying rather a lot about SEO). I&amp;rsquo;ve already successfully let go of that, so Instagram is next.&lt;/p>
&lt;p>I&amp;rsquo;m throwing away any desire to please the Instagram algorithm. I&amp;rsquo;m going to &amp;ldquo;destroy my feed&amp;rdquo;, &lt;a href="https://www.waterstones.com/book/wreck-this-journal/keri-smith/9780141976143" rel="external">Wreck This Journal&lt;/a>-style, by intentionally disregarding its perfectionism and cohesiveness, and turning it into something more casual. I want to use it as a space to communicate and connect with others, not to collect imaginary internet points. I have no predictions for what it will look like. But it&amp;rsquo;s probably going to be a lot wordier, a lot weirder, and a lot less polished. And I&amp;rsquo;m going to stop feeling so damn guilty about it!&lt;/p>
&lt;p>&lt;em>(An aside about marketing for others: I am conscious that I share &amp;ldquo;influencer-lite&amp;rdquo; content, with my &lt;a href="https://www.cottonnoodle.com/gallery/tags/pattern-test/">pattern testing&lt;/a>, and the occasional &lt;a href="https://www.cottonnoodle.com/gallery/tags/gifted-pattern/">gifted&lt;/a> patterns and fabric that I get sent. None of that is going to change - supporting small businesses that I care about is important to me. I understand what I&amp;rsquo;m participating in here. This article is to do with the fact that I&amp;rsquo;m no longer marketing&lt;/em> me.&lt;em>)&lt;/em>&lt;/p>
&lt;p>Whew - writing this post has felt like a therapy session! Here&amp;rsquo;s to a new era of weirdness and authenticity.&lt;/p></description></item><item><title>Building a website with Hugo</title><link>https://www.cottonnoodle.com/blog/building-a-website-with-hugo/</link><pubDate>Thu, 21 Nov 2024 20:08:41 +0000</pubDate><guid>https://www.cottonnoodle.com/blog/building-a-website-with-hugo/</guid><description>&lt;p>I&amp;rsquo;m so excited about this new website, I can hardly even express it. Over the last week I&amp;rsquo;ve been furiously, obsessively, hyperfixatedly putting this thing together, and I am so happy about it.&lt;/p>
&lt;p>I&amp;rsquo;ve been on the web since around 1997. To me, that era of the late 90s to early 00s was the golden era of the web. All those little websites that were entirely mad, entirely chaotic, and entirely human. I guess it helped that everyone was a nerd too, so it felt easier to connect to people.&lt;/p>
&lt;p>I&amp;rsquo;ve recently been feeling nostalgic for the web of that time, and I&amp;rsquo;ve since learned &lt;a href="https://thoughts.melonking.net/guides/introduction-to-the-web-revival-1-what-is-the-web-revival" rel="external">I&amp;rsquo;m not alone in that feeling&lt;/a>. A few months ago someone pointed me in the direction of the &lt;a href="https://512kb.club/" rel="external">512KB Club&lt;/a>, which showcases websites that are less than 512KB in size, and although I &lt;em>love&lt;/em> that, that didn&amp;rsquo;t exactly scratch the itch for me. Then last week, I stumbled upon the idea of the &lt;a href="https://indieweb.org/" rel="external">Indie Web&lt;/a>, which led me to the idea of the &lt;a href="https://benhoyt.com/writings/the-small-web-is-beautiful/" rel="external">Small Web&lt;/a>&amp;hellip; and well, let&amp;rsquo;s just say I was &lt;em>overjoyed&lt;/em> to discover that there is a movement of people building little personal websites in the old-school hand-crafted way. That there exists a rebellion against the huge siloed internet giants that do all the hard work for you, and take away all of your creative freedom, while simultaneously turning you into a data object. Armed with this knowledge, I&amp;rsquo;ve spent the last week voraciously learning and building myself a brand new website.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/building-a-website-with-hugo/blog-markdown_hu_3655b633b73fd7e2.png"
data-description=".glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
data-gallery="gallery-51275a8e445bc73e444a27ea8acc8af9592334d4b90eed7dc3ffec56d1a5d006"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/559;">
&lt;source srcset="https://www.cottonnoodle.com/blog/building-a-website-with-hugo/blog-markdown_hu_e5248962e057892e.png" />
&lt;img src="https://www.cottonnoodle.com/blog/building-a-website-with-hugo/blog-markdown_hu_e5248962e057892e.png" alt="" />
&lt;/picture>
&lt;/a>
&lt;div class="glightbox-desc glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855">Markdown and flat files, my new favourite CMS.&lt;/div>
&lt;figcaption>Markdown and flat files, my new favourite CMS.&lt;/figcaption>
&lt;/figure>
&lt;h4 id="a-little-backstory-about-me-and-the-web">A little backstory about me and the web&lt;/h4>
&lt;p>I had my own personal website back in the early 00s, and it was home-grown. That&amp;rsquo;s how I learned to code - HTML and CSS turned into JS, which progressed into PHP and MySQL, which turned into Linux and bash when I got SSH access to my first web server, and then I spent my summer holidays installing various distributions of Linux just to see what they were like to configure. That&amp;rsquo;s how I spent my teenage years. (My favourite distro was &lt;a href="http://www.slackware.com/" rel="external">Slackware&lt;/a>, with &lt;a href="https://www.xfce.org/" rel="external">xfce&lt;/a> as my window manager.)&lt;/p>
&lt;p>In 2005 I went to university to get a Masters degree in Computer Science. Facebook arrived while I was there, and I let my personal domains expire, because what was the point in maintaining all that now, when everyone was so excited to be on Facebook? After uni, I started out on my career as a Software Engineer, and discovered I had no desire to code outside of working hours.&lt;/p>
&lt;p>Many years later I took up sewing and knitting, and discovered the online craft communities that still wrote blogs about it. When I started my own blog about it, I went to Wordpress. I stayed on Wordpress for 8 years. Eventually, when on a career break, I migrated to a self-hosted version of Wordpress so I could do more advanced things. I wrote myself a gallery plugin in PHP (and found it tremendously frustrating working with Wordpress&amp;rsquo;s tooling). This was when the itch began to make my place on the web more &lt;em>mine&lt;/em>, and take it back to something simpler that wasn&amp;rsquo;t all composed of somebody else&amp;rsquo;s bloated platform and frameworks. And then I learned about the Indie Web. And here we are.&lt;/p>
&lt;h4 id="so-ive-been-building-this-website">So I&amp;rsquo;ve been building this website.&lt;/h4>
&lt;p>After seriously considering rolling my own blog platform (which is what I had back in the day), I decided to go with a static site generator for simplicity. I picked &lt;a href="https://gohugo.io" rel="external">Hugo&lt;/a>, primarily driven by my existing skill set. And I&amp;rsquo;ve really enjoyed working with Hugo! I get to be in control of all the stuff I care about. I started out with a theme, for about 5 minutes, before realising I desperately wanted to write all my own templates. So these are all my own templates. I had to learn a lot of new HTML and CSS stuff - things like flexbox didn&amp;rsquo;t exist when I learned CSS.&lt;/p>
&lt;p>I love how simple and clear the Hugo setup is (caveat: I mean clear and simple to someone who is happy on the command line). I love that I get to just &lt;em>write&lt;/em> in Markdown, and then Hugo transforms my content using my templates. It does just enough automation, and gives me full control.&lt;/p>
&lt;p>Some other things I&amp;rsquo;ve customised so far:&lt;/p>
&lt;ul>
&lt;li>Image scaling and cropping through Hugo. Wordpress used to do this too, but it was so opaque, I had no idea what was going on. Again, with Hugo, I have total control.&lt;/li>
&lt;li>Exif removal from images. I&amp;rsquo;m currently doing this with &lt;code>exiftool&lt;/code> via a pre-commit hook so my Exif data doesn&amp;rsquo;t even go to GitHub (in case I ever decide to make my repo public).&lt;/li>
&lt;li>My &lt;a href="https://www.cottonnoodle.com/gallery/">gallery&lt;/a> is set up as a custom content type, with its own templates that keep it different from the blog.&lt;/li>
&lt;li>I&amp;rsquo;ve also made some changes to how images get referenced, and how URLs are generated for my content. Maybe I&amp;rsquo;ll write a separate post about those things.&lt;/li>
&lt;/ul>
&lt;p>The whole site is backed up in GitHub. Images are configured to go in LFS, because I&amp;rsquo;m going to have many hundreds of them, and I wanted a scalable solution for storage that didn&amp;rsquo;t involve any extra scripting. This way, I can treat my images as any other file in the repo, and just fork out a little cash once I have too many to fit in the free tier storage. I might live to regret the LFS decision as apparently it&amp;rsquo;s &lt;a href="https://gregoryszorc.com/blog/2021/05/12/why-you-shouldn%27t-use-git-lfs/" rel="external">pretty much irreversible&lt;/a> without obliterating your git history, but OH WELL! Life on the edge. I didn&amp;rsquo;t have commit histories on Wordpress anyway.&lt;/p>
&lt;p>I&amp;rsquo;m currently publishing static files directly to my webserver with rclone, but I&amp;rsquo;ll move that to GitHub Actions soon. Once I do that I&amp;rsquo;ll be able to blog from my phone, if I&amp;rsquo;m brave enough to publish without testing! Although naturally I am considering a staging site of sorts too.&lt;/p>
&lt;p>I picked &lt;a href="https://krystal.io/" rel="external">Krystal&lt;/a> as my hosting provider, because they&amp;rsquo;re a UK-based independent and they have a &lt;a href="https://www.bcorporation.net/" rel="external">B-Corp&lt;/a> sticker on their website. They feel like a breath of fresh air after the clunky, bloated provider I used to use. Since choosing Krystal, I&amp;rsquo;ve become aware of free hosting solutions that have built in CI/CD and staging support, like &lt;a href="https://www.netlify.com/" rel="external">Netlify&lt;/a> and &lt;a href="https://vercel.com/" rel="external">Vercel&lt;/a>, but to be honest I&amp;rsquo;m wary of adopting another specialist platform. I want to stay on the DIY side of the line. I like my little &lt;code>public_html&lt;/code> directory that I can ssh into. I feel comfortable with that.&lt;/p>
&lt;h4 id="whats-next">What&amp;rsquo;s next?&lt;/h4>
&lt;p>I&amp;rsquo;ve still got a lot of tinkering to do - as I write, I haven&amp;rsquo;t finalised all my styles, and I haven&amp;rsquo;t migrated my content over - but gosh, I am so happy with my new space on the web that&amp;rsquo;s all mine. I&amp;rsquo;m over the moon, and so excited to be part of this new world. I feel so much more free to write here, far more than on Instagram or Wordpress (and not just because no one&amp;rsquo;s reading - ha!). It feels free because it&amp;rsquo;s my space, and I&amp;rsquo;m very much &lt;em>not&lt;/em> thinking about SEO, or algorithms, or hashtags, or engagement. I&amp;rsquo;m writing to write, I&amp;rsquo;m not writing to be read. And that is so freeing.&lt;/p>
&lt;p>Here&amp;rsquo;s to the small web!&lt;/p></description></item><item><title>On anticipating my next sewing project</title><link>https://www.cottonnoodle.com/blog/on-anticipating-my-next-sewing-project/</link><pubDate>Sun, 17 Nov 2024 19:34:23 +0000</pubDate><guid>https://www.cottonnoodle.com/blog/on-anticipating-my-next-sewing-project/</guid><description>&lt;p>I keep thinking about the &lt;a href="https://sewliberated.com/products/pinyon-pants-pattern" rel="external">Pinyon Pants by Sew Liberated&lt;/a>. I’ve been fascinated by every pair I see on Instagram. I bought the pattern – and even got the printed copy (I never do that!) but I haven’t started on them yet. I haven’t got the fabric, and I’m mid-way through another project right now. But this Pinyon Pants pattern, man. I feel so excited thinking about it.&lt;/p>
&lt;p>There’s something about this moment between committing to making a pattern and actually starting work on it that feels so optimistic. This huge sense of potential. At this moment, the trousers I end up making from this pattern could be perfect, fit me like a dream, and be the best garment I’ve ever made.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/on-anticipating-my-next-sewing-project/pinyon1_hu_fa97ce455473c56a.png"
data-description=".glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
data-gallery="gallery-e99983648fea49a022b3ab6a71ffc91a5f9b1f9fcab869e410ab93b1d919247c"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/250;">
&lt;source srcset="https://www.cottonnoodle.com/blog/on-anticipating-my-next-sewing-project/pinyon1_hu_7f87255c22a9a19a.png" />
&lt;img src="https://www.cottonnoodle.com/blog/on-anticipating-my-next-sewing-project/pinyon1_hu_7f87255c22a9a19a.png" alt="" />
&lt;/picture>
&lt;/a>
&lt;div class="glightbox-desc glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855">The Pinyon Pants croquis drawings by Sew Liberated.&lt;/div>
&lt;figcaption>The Pinyon Pants croquis drawings by Sew Liberated.&lt;/figcaption>
&lt;/figure>
&lt;p>But I haven’t started yet. I’m putting off starting because I’m putting off the point when reality hits. I’ve struggled with trousers so much in the past, I’ve struggled with fit. I tried the TDCO method, and it didn’t work for me. (Because that method doesn’t factor in the size of your calves! And I apparently have disproportionate calves? I did not feel that way before doing the TDCO method, which makes me resentful.) There is one trouser pattern that has worked for me, and I am going to copy the crotch curve and rise, but I don’t entirely have faith that it’s going to work.&lt;/p>
&lt;p>And the thing is, I’m enjoying this moment. Right now, before I actually start working on the pattern, before I’ve even picked a fabric, before I’ve done a toile&amp;hellip; Right now, the pattern sits in a liminal space between dream and reality, where it has the potential to be perfect, before I’ve had the chance to make mistakes and get frustrated with the fit. Maybe it will fit perfectly. Maybe they will be my perfect trousers. Maybe they won’t. Right now, I’m enjoying fantasising that they will.&lt;/p></description></item><item><title>Forget-Me-Not Natalie skirt sewing pattern review</title><link>https://www.cottonnoodle.com/blog/forget-me-not-natalie-skirt-sewing-pattern-review/</link><pubDate>Wed, 23 Aug 2023 13:18:04 +0000</pubDate><guid>https://www.cottonnoodle.com/blog/forget-me-not-natalie-skirt-sewing-pattern-review/</guid><description>&lt;p>Here&amp;rsquo;s another sewing pattern review for you: the &lt;a href="https://forgetmenotpatterns.com/products/natalie-skirt" rel="external">Natalie skirt&lt;/a> from &lt;a href="https://forgetmenotpatterns.com/" rel="external">Forget-Me-Not Patterns&lt;/a>. I made it in this beautiful lightweight denim, and I&amp;rsquo;m over the moon with how it came out!&lt;/p>
&lt;p>Full disclosure though: I am a part of the Forget-Me-Not patterns Insider program, which means I get free access to their patterns in exchange for social media posts about my makes. This blog post isn&amp;rsquo;t related to the programme though - I just want to talk about my new skirt y&amp;rsquo;all!&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/forget-me-not-natalie-skirt-sewing-pattern-review/natalie-front-3_hu_a9926cdedfa0a2d8.jpg"
data-gallery="gallery-e76780245efd3fdae866a92d7f4cc12acad3f721095043099ca286e9f564cf47"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/664;">
&lt;source srcset="https://www.cottonnoodle.com/blog/forget-me-not-natalie-skirt-sewing-pattern-review/natalie-front-3_hu_52dc57f09e38e6b0.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/forget-me-not-natalie-skirt-sewing-pattern-review/natalie-front-3_hu_52dc57f09e38e6b0.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;h3 id="what-fabric-and-size-did-i-choose">What fabric and size did I choose?&lt;/h3>
&lt;p>I made my Natalie skirt in the A-line view and the shorter length. I&amp;rsquo;m 5'6&amp;quot;, for reference.&lt;/p>
&lt;p>I chose size 36, and graded to size 34 at the hip (my measurements are waist 28.5&amp;quot;, hip 37.5&amp;quot;). I think I got the size just right. I&amp;rsquo;ve got a pretty ropey track record with picking the right sizes for waist bands - they turn out either too big or too small - but I got the goldilocks measurement this time!&lt;/p>
&lt;p>The fabric is a lightweight cotton denim from New Craft House a few years ago.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/forget-me-not-natalie-skirt-sewing-pattern-review/natalie-front-close-up_hu_39bbdc114d6f2ba6.jpg"
data-gallery="gallery-e76780245efd3fdae866a92d7f4cc12acad3f721095043099ca286e9f564cf47"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/664;">
&lt;source srcset="https://www.cottonnoodle.com/blog/forget-me-not-natalie-skirt-sewing-pattern-review/natalie-front-close-up_hu_cb86901714add738.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/forget-me-not-natalie-skirt-sewing-pattern-review/natalie-front-close-up_hu_cb86901714add738.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;h3 id="what-is-the-pattern-like">What is the pattern like?&lt;/h3>
&lt;p>I know I sound like a broken record now, but Forget-Me-Not patterns are a joy to sew. The instructions are clear, well-illustrated, and nicely structured.&lt;/p>
&lt;p>The PDF is layered so you can print just the sizes you want - and I forgot about it again you guys. I printed all the sizes when I didn&amp;rsquo;t need to. I don&amp;rsquo;t know why I forget this every time, it&amp;rsquo;s even written right there in the instructions!&lt;/p>
&lt;div class="flex">
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/forget-me-not-natalie-skirt-sewing-pattern-review/natalie-front_hu_ba918238c64f3502.jpg"
data-gallery="gallery-e76780245efd3fdae866a92d7f4cc12acad3f721095043099ca286e9f564cf47"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/664;">
&lt;source srcset="https://www.cottonnoodle.com/blog/forget-me-not-natalie-skirt-sewing-pattern-review/natalie-front_hu_cfbef8694a35a8e9.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/forget-me-not-natalie-skirt-sewing-pattern-review/natalie-front_hu_cfbef8694a35a8e9.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/forget-me-not-natalie-skirt-sewing-pattern-review/natalie-back_hu_2e9bdc1adfdc6c00.jpg"
data-gallery="gallery-e76780245efd3fdae866a92d7f4cc12acad3f721095043099ca286e9f564cf47"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/664;">
&lt;source srcset="https://www.cottonnoodle.com/blog/forget-me-not-natalie-skirt-sewing-pattern-review/natalie-back_hu_4a20f4df4602386c.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/forget-me-not-natalie-skirt-sewing-pattern-review/natalie-back_hu_4a20f4df4602386c.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;/div>
&lt;h3 id="what-was-it-like-to-sew">What was it like to sew?&lt;/h3>
&lt;p>This was a really straight forward, easy project. I&amp;rsquo;d 100% recommend this to beginners.&lt;/p>
&lt;p>That doesn&amp;rsquo;t mean it&amp;rsquo;s boring - it&amp;rsquo;s not. There are some really nice elements to the pattern where you can sense the quality of the drafting. For example, the waistband is made from gently curved panels, and they form a beautiful V shape at the centre back - which is echoed at the centre front where the waistband overlaps itself. Very elegant, and satisfying to put together.&lt;/p>
&lt;p>I also really like the adorable little belt loops. I&amp;rsquo;m not sure why but I just find them so cute.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/forget-me-not-natalie-skirt-sewing-pattern-review/natalie-tying-close-up_hu_1d2bfb3d53be6a24.jpg"
data-gallery="gallery-e76780245efd3fdae866a92d7f4cc12acad3f721095043099ca286e9f564cf47"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/664;">
&lt;source srcset="https://www.cottonnoodle.com/blog/forget-me-not-natalie-skirt-sewing-pattern-review/natalie-tying-close-up_hu_d8256d0d16dc18bb.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/forget-me-not-natalie-skirt-sewing-pattern-review/natalie-tying-close-up_hu_d8256d0d16dc18bb.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;h3 id="whats-it-like-to-wear-the-finished-garment">What’s it like to wear the finished garment?&lt;/h3>
&lt;p>I find this skirt really comfortable to wear. I like how the waistband extends upwards, giving a super high waist look but without the feeling of being so constrained. The skirt sits on your natural waist, and the upper waistband is cut in such a way that it has the freedom to move with your body, so as not to constrict you.&lt;/p>
&lt;p>I&amp;rsquo;m pleased that I picked this fabric as it makes this piece so versatile. It does crease a little bit, mind you. But that&amp;rsquo;s life.&lt;/p>
&lt;div class="flex">
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/forget-me-not-natalie-skirt-sewing-pattern-review/natalie-pocket-close-up_hu_28533a5d24ef8ee4.jpg"
data-gallery="gallery-e76780245efd3fdae866a92d7f4cc12acad3f721095043099ca286e9f564cf47"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/664;">
&lt;source srcset="https://www.cottonnoodle.com/blog/forget-me-not-natalie-skirt-sewing-pattern-review/natalie-pocket-close-up_hu_4b31b15d621366d4.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/forget-me-not-natalie-skirt-sewing-pattern-review/natalie-pocket-close-up_hu_4b31b15d621366d4.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/forget-me-not-natalie-skirt-sewing-pattern-review/natalie-waistband_hu_b5a64c2b9219328e.jpg"
data-gallery="gallery-e76780245efd3fdae866a92d7f4cc12acad3f721095043099ca286e9f564cf47"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/664;">
&lt;source srcset="https://www.cottonnoodle.com/blog/forget-me-not-natalie-skirt-sewing-pattern-review/natalie-waistband_hu_3ae325e1542fd0f6.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/forget-me-not-natalie-skirt-sewing-pattern-review/natalie-waistband_hu_3ae325e1542fd0f6.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;/div>
&lt;h3 id="would-i-make-it-again">Would I make it again?&lt;/h3>
&lt;p>I absolutely would. I&amp;rsquo;d love to make the flared view in the longer length - as that&amp;rsquo;s my typical silhouette. No regrets making the A-line version though; it&amp;rsquo;s nice to have variety.&lt;/p>
&lt;h3 id="in-conclusion">In conclusion&lt;/h3>
&lt;p>The Forget-Me-Not Natalie skirt is a lovely pattern. It&amp;rsquo;s easy to sew, but it&amp;rsquo;s not &amp;ldquo;just&amp;rdquo; an A-line/flared skirt. That waistband, the waist tie, and the slanted pockets elevate it into something just a little bit more. Super pretty, and I suspect this is going to be my workhorse skirt for the rest of the summer.&lt;/p>
&lt;p>PS. The top I&amp;rsquo;m wearing in these pics is also from a Forget-Me-Not pattern - the Sylvie top. I also wrote a review for the Sylvie pattern, go check that out!&lt;/p>
&lt;div class="flex">
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/forget-me-not-natalie-skirt-sewing-pattern-review/natalie-hand-in-pocket_hu_4c63c58b1d89728b.jpg"
data-gallery="gallery-e76780245efd3fdae866a92d7f4cc12acad3f721095043099ca286e9f564cf47"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/664;">
&lt;source srcset="https://www.cottonnoodle.com/blog/forget-me-not-natalie-skirt-sewing-pattern-review/natalie-hand-in-pocket_hu_bc72ab28125b69d2.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/forget-me-not-natalie-skirt-sewing-pattern-review/natalie-hand-in-pocket_hu_bc72ab28125b69d2.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/forget-me-not-natalie-skirt-sewing-pattern-review/natalie-back-close-up_hu_a63cc4ea70cae9a0.jpg"
data-gallery="gallery-e76780245efd3fdae866a92d7f4cc12acad3f721095043099ca286e9f564cf47"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/664;">
&lt;source srcset="https://www.cottonnoodle.com/blog/forget-me-not-natalie-skirt-sewing-pattern-review/natalie-back-close-up_hu_67d12a44e1e5afaa.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/forget-me-not-natalie-skirt-sewing-pattern-review/natalie-back-close-up_hu_67d12a44e1e5afaa.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;/div></description></item><item><title>Poison Grrls Rizzo Blouse</title><link>https://www.cottonnoodle.com/blog/poison-grrls-rizzo-blouse/</link><pubDate>Wed, 02 Aug 2023 10:41:04 +0000</pubDate><guid>https://www.cottonnoodle.com/blog/poison-grrls-rizzo-blouse/</guid><description>&lt;p>I finally used that yarn that I bought in Singapore &lt;a href="https://cottonnoodle.com/blog/outfit-along-and-sewing-update/" rel="external">ten thousand years ago&lt;/a> and knitted the &lt;a href="https://www.ravelry.com/patterns/library/rizzo" rel="external">Rizzo blouse&lt;/a> designed by &lt;a href="https://www.poisongrrls.com/" rel="external">Poison Grrls&lt;/a>.&lt;/p>
&lt;p>The construction of this was new to me, and I&amp;rsquo;ll be honest, a bit of a mind-bender at times. First you knit the back shoulders separately, and then join them; then you pick up stitches to knit each front shoulder separately, and then join them. Meanwhile, you&amp;rsquo;re also keeping track of increases for sleeves and an eyelet pattern on different counters. I actually ended up creating a spreadsheet to keep track of things at various points! I&amp;rsquo;ve been knitting for 11 years now and I&amp;rsquo;m only just starting to realise that I prefer charts to written instructions.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/poison-grrls-rizzo-blouse/rizzo-1_hu_5046195eb7541797.jpg"
data-gallery="gallery-c33bd51c12fb219cdf4a6b797e7526a2ad998e0caec5099439b6ab45bd035931"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/500;">
&lt;source srcset="https://www.cottonnoodle.com/blog/poison-grrls-rizzo-blouse/rizzo-1_hu_4b780cd4992a82f.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/poison-grrls-rizzo-blouse/rizzo-1_hu_4b780cd4992a82f.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>But I really enjoyed knitting this pattern, once I&amp;rsquo;d got my head around it. Although there is a lot of picking up stitches, which isn&amp;rsquo;t my favourite, I really like the effect it creates around the sleeve cuffs - they look a bit pouffy and gathered. Super cute.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/poison-grrls-rizzo-blouse/rizzo-2_hu_e0f92db598d336b2.jpg"
data-description=".glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
data-gallery="gallery-c33bd51c12fb219cdf4a6b797e7526a2ad998e0caec5099439b6ab45bd035931"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/500;">
&lt;source srcset="https://www.cottonnoodle.com/blog/poison-grrls-rizzo-blouse/rizzo-2_hu_e2b328fe11c655be.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/poison-grrls-rizzo-blouse/rizzo-2_hu_e2b328fe11c655be.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;div class="glightbox-desc glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855">Really cute sleeves!&lt;/div>
&lt;figcaption>Really cute sleeves!&lt;/figcaption>
&lt;/figure>
&lt;p>The yarn is deep stash - 4 Seasons Merino 4 Ply from Spotlight in Singapore. I think it&amp;rsquo;s discontinued now. Merino wool is supposedly good for warm weather as well as cold - as any outdoorsy travel blog will tell you - but I&amp;rsquo;m guessing they&amp;rsquo;re not talking about thick hand-knitted merino wool. This one is definitely on the warmer side! I love the look, but it&amp;rsquo;s too much a properly warm day. Thankfully we don&amp;rsquo;t get many of those around here. I love mine, and I&amp;rsquo;ll wear it a lot - but generally I&amp;rsquo;d recommend making this pattern in something with a cooler hand, like bamboo or cotton.&lt;/p></description></item><item><title>Self-drafted A-line princess seam dress</title><link>https://www.cottonnoodle.com/blog/self-drafted-a-line-princess-seam-dress/</link><pubDate>Wed, 28 Jun 2023 10:00:00 +0000</pubDate><guid>https://www.cottonnoodle.com/blog/self-drafted-a-line-princess-seam-dress/</guid><description>&lt;p>As an experiment, I set myself the target of taking a garment idea from concept to actualisation in 3 days. And I did it! Well - actually it took me 4 days. But that&amp;rsquo;s far better than not doing it at all, which is what happens to all my other ideas!&lt;/p>
&lt;p>Behold, my self-drafted A-line princess seam dress:&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/self-drafted-a-line-princess-seam-dress/snickelway-1_hu_7ec1d471adb0647e.jpg"
data-gallery="gallery-20273033cbf7efb45f0da9a3b90d7cba9dfd5bb93317a8269ecc66bd7a38c3e7"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/625;">
&lt;source srcset="https://www.cottonnoodle.com/blog/self-drafted-a-line-princess-seam-dress/snickelway-1_hu_d3d45b530ce678af.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/self-drafted-a-line-princess-seam-dress/snickelway-1_hu_d3d45b530ce678af.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>I ended up deviating quite a bit from the original design. Below are my original sketch, and a technical drawing of what I ended up sewing. The princess seams and the flared skirt stayed, but I ditched the side panels, the racer back shoulders, and the keyhole opening. I added a centre back zipper and a boatneck.&lt;/p>
&lt;div class="flex">
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/self-drafted-a-line-princess-seam-dress/snickelway-2_hu_dc0cd454ba8556eb.jpg"
data-gallery="gallery-20273033cbf7efb45f0da9a3b90d7cba9dfd5bb93317a8269ecc66bd7a38c3e7"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/625;">
&lt;source srcset="https://www.cottonnoodle.com/blog/self-drafted-a-line-princess-seam-dress/snickelway-2_hu_d0fa4c40ad38b23.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/self-drafted-a-line-princess-seam-dress/snickelway-2_hu_d0fa4c40ad38b23.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/self-drafted-a-line-princess-seam-dress/snickelway-3_hu_8b2ca6a1df244907.png"
data-gallery="gallery-20273033cbf7efb45f0da9a3b90d7cba9dfd5bb93317a8269ecc66bd7a38c3e7"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/625;">
&lt;source srcset="https://www.cottonnoodle.com/blog/self-drafted-a-line-princess-seam-dress/snickelway-3_hu_cd31926b33b70037.png" />
&lt;img src="https://www.cottonnoodle.com/blog/self-drafted-a-line-princess-seam-dress/snickelway-3_hu_cd31926b33b70037.png" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;/div>
&lt;h3 id="making-the-dress">Making the Dress&lt;/h3>
&lt;p>I started by making a proof of concept on my mini-mannequin. The mini-mannequin was something I made as part of my fashion design course, and it&amp;rsquo;s definitely not representative of the human form, but it was close enough to allow me to figure out the drafting steps to transform a basic block into the style I was aiming for.&lt;/p>
&lt;p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/self-drafted-a-line-princess-seam-dress/snickelway-4_hu_4b6c98a7843d9aa2.jpg"
data-gallery="gallery-20273033cbf7efb45f0da9a3b90d7cba9dfd5bb93317a8269ecc66bd7a38c3e7"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/376;">
&lt;source srcset="https://www.cottonnoodle.com/blog/self-drafted-a-line-princess-seam-dress/snickelway-4_hu_514f91f7be1d5f52.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/self-drafted-a-line-princess-seam-dress/snickelway-4_hu_514f91f7be1d5f52.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/self-drafted-a-line-princess-seam-dress/snickelway-5_hu_aba1a6eb5384225d.jpg"
data-gallery="gallery-20273033cbf7efb45f0da9a3b90d7cba9dfd5bb93317a8269ecc66bd7a38c3e7"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/889;">
&lt;source srcset="https://www.cottonnoodle.com/blog/self-drafted-a-line-princess-seam-dress/snickelway-5_hu_900056b142262464.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/self-drafted-a-line-princess-seam-dress/snickelway-5_hu_900056b142262464.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;/p>
&lt;p>To draft the full-size version, I started with the Close-Fitting Dress Block from Aldrich&amp;rsquo;s &lt;em>Metric Pattern Cutting.&lt;/em> (Which is actually not very close-fitting - if that&amp;rsquo;s what you&amp;rsquo;re after, you want the Body Con block!) I modified the existing darts into princess seams from the armscye, and added flare on the skirt starting at the waist. Then I changed the neckline to a boat neck shape, and drafted an all-in-one facing. I deepened the armscye too, as my toile was digging in a bit under the arm. This stage - the drafting and constructing the toile - took me nearly two full days.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/self-drafted-a-line-princess-seam-dress/snickelway-6_hu_a6f5ed489b89d63d.jpg"
data-gallery="gallery-20273033cbf7efb45f0da9a3b90d7cba9dfd5bb93317a8269ecc66bd7a38c3e7"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/664;">
&lt;source srcset="https://www.cottonnoodle.com/blog/self-drafted-a-line-princess-seam-dress/snickelway-6_hu_3bd987d1e97687df.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/self-drafted-a-line-princess-seam-dress/snickelway-6_hu_3bd987d1e97687df.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>Finally I sewed up the dress in my fashion fabric, which took another day. It shouldn&amp;rsquo;t have taken as long as it did, but the all-in-one facing was so fiddly to attach! It would have been a lot easier if the shoulder seam wasn&amp;rsquo;t so narrow, so lesson learned there. Boat necks + all-in-one facings = awkward.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/self-drafted-a-line-princess-seam-dress/snickelway-7_hu_2e11869c106bc44.jpg"
data-gallery="gallery-20273033cbf7efb45f0da9a3b90d7cba9dfd5bb93317a8269ecc66bd7a38c3e7"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/625;">
&lt;source srcset="https://www.cottonnoodle.com/blog/self-drafted-a-line-princess-seam-dress/snickelway-7_hu_858930615a34a83d.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/self-drafted-a-line-princess-seam-dress/snickelway-7_hu_858930615a34a83d.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>I originally wanted to use two different coloured fabrics to emphasise the style lines, but I didn&amp;rsquo;t have any two fabrics in my stash that would work together. So I used this batik fabric that I bought in Indonesia 7 years ago (!!). To be honest I think the print is a bit too busy and is obscuring some of the design, but it&amp;rsquo;s pretty all the same.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/self-drafted-a-line-princess-seam-dress/snickelway-8_hu_b06cfb47953d083.jpg"
data-gallery="gallery-20273033cbf7efb45f0da9a3b90d7cba9dfd5bb93317a8269ecc66bd7a38c3e7"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/625;">
&lt;source srcset="https://www.cottonnoodle.com/blog/self-drafted-a-line-princess-seam-dress/snickelway-8_hu_e272001e0b063ecd.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/self-drafted-a-line-princess-seam-dress/snickelway-8_hu_e272001e0b063ecd.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/self-drafted-a-line-princess-seam-dress/snickelway-9_hu_aa9f5b97dc1c1549.jpg"
data-gallery="gallery-20273033cbf7efb45f0da9a3b90d7cba9dfd5bb93317a8269ecc66bd7a38c3e7"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/625;">
&lt;source srcset="https://www.cottonnoodle.com/blog/self-drafted-a-line-princess-seam-dress/snickelway-9_hu_a3997d51f727d29b.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/self-drafted-a-line-princess-seam-dress/snickelway-9_hu_a3997d51f727d29b.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>The final dress has a bit of a 1950s vibe, which actually really reminds me of the styles I saw in the online sewing scene back in 2016. And my choice of print is only furthering the &amp;ldquo;vintage dress made in a quilting cotton&amp;rdquo; aesthetic! (Even though it&amp;rsquo;s not a quilting cotton!)&lt;/p>
&lt;p>I&amp;rsquo;m definitely not done with this pattern - I&amp;rsquo;ve got ideas for how to iterate on it to make it a bit more contemporary&amp;hellip; Coming soon. (If I can buck my ideas up that is.)&lt;/p></description></item><item><title>Esti co-ord in bright green linen</title><link>https://www.cottonnoodle.com/blog/esti-co-ord-in-bright-green-linen/</link><pubDate>Thu, 22 Jun 2023 12:56:00 +0000</pubDate><guid>https://www.cottonnoodle.com/blog/esti-co-ord-in-bright-green-linen/</guid><description>&lt;p>Recently I pattern tested the Esti co-ord for Tilly and the Buttons. As I was sewing from a pre-release copy, it wouldn&amp;rsquo;t really be fair for me to review the pattern until I make a copy from the final version. But I can say that this is a solid, simple pattern, excellent for beginners! There are no closures; the top just slips over your head, and the trousers are elasticated.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/esti-co-ord-in-bright-green-linen/esti-01_hu_f63e87af5502404a.jpg"
data-gallery="gallery-342f8cfda7607fdb24815a54fcd6ac355374236365f18c4e61ca74993cad14d9"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/625;">
&lt;source srcset="https://www.cottonnoodle.com/blog/esti-co-ord-in-bright-green-linen/esti-01_hu_26cdbc0d7ea312bc.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/esti-co-ord-in-bright-green-linen/esti-01_hu_26cdbc0d7ea312bc.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/esti-co-ord-in-bright-green-linen/esti-02_hu_8b634280541853bc.jpg"
data-gallery="gallery-342f8cfda7607fdb24815a54fcd6ac355374236365f18c4e61ca74993cad14d9"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/625;">
&lt;source srcset="https://www.cottonnoodle.com/blog/esti-co-ord-in-bright-green-linen/esti-02_hu_e89cc58433956382.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/esti-co-ord-in-bright-green-linen/esti-02_hu_e89cc58433956382.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>I tested the cropped length view - I can&amp;rsquo;t remember for the life of me why I chose the cropped length, when crop tops aren&amp;rsquo;t really my style! But at time of writing, it&amp;rsquo;s super sunny and warm in York, so a breezy belly is comfortable. Come autumn though, I will use my leftover fabric to extend the top, so I can tuck it in for that faux jumpsuit vibe.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/esti-co-ord-in-bright-green-linen/esti-03_hu_12aa4b41939ffbe5.jpg"
data-gallery="gallery-342f8cfda7607fdb24815a54fcd6ac355374236365f18c4e61ca74993cad14d9"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/625;">
&lt;source srcset="https://www.cottonnoodle.com/blog/esti-co-ord-in-bright-green-linen/esti-03_hu_dcf72d3cb9a81871.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/esti-co-ord-in-bright-green-linen/esti-03_hu_dcf72d3cb9a81871.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/esti-co-ord-in-bright-green-linen/esti-04_hu_e13b9ddf9c074032.jpg"
data-gallery="gallery-342f8cfda7607fdb24815a54fcd6ac355374236365f18c4e61ca74993cad14d9"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/625;">
&lt;source srcset="https://www.cottonnoodle.com/blog/esti-co-ord-in-bright-green-linen/esti-04_hu_496e8d50738b67c7.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/esti-co-ord-in-bright-green-linen/esti-04_hu_496e8d50738b67c7.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>The trousers are great. I love a pair of brightly-coloured, wide-leg, stretch-waistband linen trousers. This pattern hasn&amp;rsquo;t displaced the Tilly and the Buttons Safiya trousers (from the Make It Simple book) as my favourite trousers though, as I love the flat front waistband of that pattern. But I do like the patch pockets on these, so I might add those to my next pair of Safiyas - in addition to the in-seam pockets, of course!&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/esti-co-ord-in-bright-green-linen/esti-05_hu_b44a988266066755.jpg"
data-gallery="gallery-342f8cfda7607fdb24815a54fcd6ac355374236365f18c4e61ca74993cad14d9"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/625;">
&lt;source srcset="https://www.cottonnoodle.com/blog/esti-co-ord-in-bright-green-linen/esti-05_hu_8b9c243e35fd0d5b.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/esti-co-ord-in-bright-green-linen/esti-05_hu_8b9c243e35fd0d5b.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/esti-co-ord-in-bright-green-linen/esti-06_hu_4532a57cc47bf915.jpg"
data-gallery="gallery-342f8cfda7607fdb24815a54fcd6ac355374236365f18c4e61ca74993cad14d9"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/625;">
&lt;source srcset="https://www.cottonnoodle.com/blog/esti-co-ord-in-bright-green-linen/esti-06_hu_787662533504de61.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/esti-co-ord-in-bright-green-linen/esti-06_hu_787662533504de61.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure></description></item><item><title>TAUKO Magazine Auri jacket pattern review</title><link>https://www.cottonnoodle.com/blog/tauko-magazine-auri-jacket-pattern-review/</link><pubDate>Thu, 01 Jun 2023 10:30:00 +0000</pubDate><guid>https://www.cottonnoodle.com/blog/tauko-magazine-auri-jacket-pattern-review/</guid><description>&lt;p>Recently I was lucky to be sent an advanced copy of the Auri jacket pattern from &lt;a href="https://www.taukomagazine.com/shop/issue-7" rel="external">TAUKO Magazine Issue 7&lt;/a>. They let me choose which pattern I wanted from the issue, and I couldn&amp;rsquo;t resist the Auri with its wavy lines and colour blocking opportunities!&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/tauko-magazine-auri-jacket-pattern-review/auri1_hu_e1705730c653f73d.jpg"
data-gallery="gallery-b06c2d09bc79f8d43fa0bc81fd346e2450d493ad01e129201ca4c93eb7971302"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/625;">
&lt;source srcset="https://www.cottonnoodle.com/blog/tauko-magazine-auri-jacket-pattern-review/auri1_hu_e7602ef2ca3fee9e.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/tauko-magazine-auri-jacket-pattern-review/auri1_hu_e7602ef2ca3fee9e.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;h3 id="what-fabric-and-size-did-i-choose">What fabric and size did I choose?&lt;/h3>
&lt;p>I used Sevenberry cotton twill. I actually bought a little extra twill in yellow to add the optional ruffles, but in the end I decided to keep it simple and focus on the green and blue.&lt;/p>
&lt;p>This is a size 2. I chose the cropped length, full sleeve view, with no ruffles. I lengthened the sleeve by 1.5&amp;quot;, which is a standard adjustment for me.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/tauko-magazine-auri-jacket-pattern-review/auri2_hu_a241e492425834d9.jpg"
data-gallery="gallery-b06c2d09bc79f8d43fa0bc81fd346e2450d493ad01e129201ca4c93eb7971302"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/625;">
&lt;source srcset="https://www.cottonnoodle.com/blog/tauko-magazine-auri-jacket-pattern-review/auri2_hu_aec4b62c5ffd812.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/tauko-magazine-auri-jacket-pattern-review/auri2_hu_aec4b62c5ffd812.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;h3 id="what-is-the-pattern-like">What is the pattern like?&lt;/h3>
&lt;p>Although it is published in TAUKO Magazine, the AURI jacket was actually designed by Jo Morris, the designer from Forget Me Not patterns. I&amp;rsquo;m a big fan of her designs, and I&amp;rsquo;m also an ambassador for Forget Me Not - so I knew I could expect high quality pattern drafting. And I was right about that! The drafting is excellent, and the pattern comes together very nicely.&lt;/p>
&lt;p>This was my first time sewing a pattern from TAUKO Magazine though, so I wasn&amp;rsquo;t sure what to expect. It was a bit different to indie sewing patterns that I&amp;rsquo;ve made in the past, purely in the way the information is presented. The text is a lot more densely packed, and there are very few illustrations of the steps along the way. So a word of warning for anyone who relies on the visuals when following sewing instructions! I wouldn&amp;rsquo;t recommend this pattern to an absolute beginner as the instructions don&amp;rsquo;t hold your hand along the way to the same extent as other indie patterns do. That said, I&amp;rsquo;m not a beginner, and I found the instructions well written and easy to follow.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/tauko-magazine-auri-jacket-pattern-review/auri3_hu_424de88e8021d294.jpg"
data-gallery="gallery-b06c2d09bc79f8d43fa0bc81fd346e2450d493ad01e129201ca4c93eb7971302"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/625;">
&lt;source srcset="https://www.cottonnoodle.com/blog/tauko-magazine-auri-jacket-pattern-review/auri3_hu_4888b2e34b536eaf.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/tauko-magazine-auri-jacket-pattern-review/auri3_hu_4888b2e34b536eaf.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/tauko-magazine-auri-jacket-pattern-review/auri4_hu_aa7aa11c48998291.jpg"
data-gallery="gallery-b06c2d09bc79f8d43fa0bc81fd346e2450d493ad01e129201ca4c93eb7971302"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/625;">
&lt;source srcset="https://www.cottonnoodle.com/blog/tauko-magazine-auri-jacket-pattern-review/auri4_hu_40459f1316bbfa45.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/tauko-magazine-auri-jacket-pattern-review/auri4_hu_40459f1316bbfa45.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;h3 id="what-was-it-like-to-sew">What was it like to sew?&lt;/h3>
&lt;p>I really enjoyed the process of sewing this pattern!&lt;/p>
&lt;p>The curves were my favourite part to sew. I pinned only at the notches, and used my hands to ease the curves into place at the machine. This was incredibly satisfying. I cannot stress enough how satisfying this was. The seam allowance is 3/8&amp;quot; (1cm) rather than the more typical 5/8&amp;quot; (1.5cm), which allows you to do this sort of thing more easily as there is less seam allowance to ease into place.&lt;/p>
&lt;p>The sleeve is a grown-on style, and the pattern instructs you to insert the sleeve flat, in the same way as a t-shirt sleeve is inserted flat. There&amp;rsquo;s something kind of thrilling about inserting a sleeve this way rather than setting it in! (Or is that just me?)&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/tauko-magazine-auri-jacket-pattern-review/auri5_hu_a7f6bb1acfbf4282.jpg"
data-gallery="gallery-b06c2d09bc79f8d43fa0bc81fd346e2450d493ad01e129201ca4c93eb7971302"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/625;">
&lt;source srcset="https://www.cottonnoodle.com/blog/tauko-magazine-auri-jacket-pattern-review/auri5_hu_d11cfef0a5a485f9.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/tauko-magazine-auri-jacket-pattern-review/auri5_hu_d11cfef0a5a485f9.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/tauko-magazine-auri-jacket-pattern-review/auri6_hu_d62d8a23bec32321.jpg"
data-gallery="gallery-b06c2d09bc79f8d43fa0bc81fd346e2450d493ad01e129201ca4c93eb7971302"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/625;">
&lt;source srcset="https://www.cottonnoodle.com/blog/tauko-magazine-auri-jacket-pattern-review/auri6_hu_a5964ea3ed535001.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/tauko-magazine-auri-jacket-pattern-review/auri6_hu_a5964ea3ed535001.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>I made sure to match up the colour blocking on the side seams. It only takes a little bit of extra time to pin more precisely in that area, and it&amp;rsquo;s so worth it.&lt;/p>
&lt;h3 id="whats-it-like-to-wear-the-finished-garment">What’s it like to wear the finished garment?&lt;/h3>
&lt;p>I love the overall effect of the colour blocking, and I think my jacket came out looking cute. It fits me nicely.&lt;/p>
&lt;p>The sleeves have a bit of a Dolman effect going on, which is not my favourite kind of sleeve to wear, as it does restrict motion a little bit. I wouldn&amp;rsquo;t wear this jacket if I needed to be doing lots of physical movement with my arms. But I wouldn&amp;rsquo;t really expect to be wearing a cute jacket in those circumstances anyway, so it&amp;rsquo;s no problem!&lt;/p>
&lt;p>Otherwise, it&amp;rsquo;s a very fun jacket to wear. One of my proudest makes!&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/tauko-magazine-auri-jacket-pattern-review/auri7_hu_d64e7a4f73f282c0.jpg"
data-gallery="gallery-b06c2d09bc79f8d43fa0bc81fd346e2450d493ad01e129201ca4c93eb7971302"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/700;">
&lt;source srcset="https://www.cottonnoodle.com/blog/tauko-magazine-auri-jacket-pattern-review/auri7_hu_cdc7e7bd51b5fa5c.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/tauko-magazine-auri-jacket-pattern-review/auri7_hu_cdc7e7bd51b5fa5c.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;h3 id="would-i-make-it-again">Would I make it again?&lt;/h3>
&lt;p>Absolutely yes. I don&amp;rsquo;t need another jacket though, so I would be more likely to sew it as a blouse. I&amp;rsquo;ve seen a few beautiful blouse versions of it on the &lt;a href="https://www.instagram.com/explore/tags/taukoaurijacket/" rel="external">#taukoaurijacket&lt;/a> hashtag and I&amp;rsquo;d love to make one myself. I&amp;rsquo;d like to try adding the ruffle too!&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/tauko-magazine-auri-jacket-pattern-review/auri8_hu_e1276ff44f565a11.jpg"
data-gallery="gallery-b06c2d09bc79f8d43fa0bc81fd346e2450d493ad01e129201ca4c93eb7971302"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/625;">
&lt;source srcset="https://www.cottonnoodle.com/blog/tauko-magazine-auri-jacket-pattern-review/auri8_hu_d24a1cf03d4417a1.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/tauko-magazine-auri-jacket-pattern-review/auri8_hu_d24a1cf03d4417a1.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/tauko-magazine-auri-jacket-pattern-review/auri9_hu_6daade4234e8b3cf.jpg"
data-gallery="gallery-b06c2d09bc79f8d43fa0bc81fd346e2450d493ad01e129201ca4c93eb7971302"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/625;">
&lt;source srcset="https://www.cottonnoodle.com/blog/tauko-magazine-auri-jacket-pattern-review/auri9_hu_a0cb76943f0471cb.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/tauko-magazine-auri-jacket-pattern-review/auri9_hu_a0cb76943f0471cb.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;h3 id="in-conclusion">In conclusion&lt;/h3>
&lt;p>The TAUKO Auri jacket is a really fun pattern to sew. I would recommend it to people who have a little bit of experience sewing, because the pattern instructions don&amp;rsquo;t include many illustrations. It&amp;rsquo;s a straight-forward and satisfying project, with lots of opportunities for playing with colour.&lt;/p></description></item><item><title>Forget-Me-Not Sylvie top pattern review</title><link>https://www.cottonnoodle.com/blog/forget-me-not-sylvie-top-pattern-review/</link><pubDate>Wed, 24 May 2023 15:43:00 +0000</pubDate><guid>https://www.cottonnoodle.com/blog/forget-me-not-sylvie-top-pattern-review/</guid><description>&lt;p>I made the Sylvie top from Forget-Me-Not patterns!&lt;/p>
&lt;p>&lt;em>NB. I am a part of the Forget-Me-Not patterns Insider program, which means I get access to all their patterns in exchange for some social media posts showing off my makes. Forget-Me-Not haven&amp;rsquo;t asked to write this review though, and I get nothing for this. I just want to share the details of this lovely pattern!&lt;/em>&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/forget-me-not-sylvie-top-pattern-review/sylvie-2_hu_653905616e586dc5.jpg"
data-gallery="gallery-3c909b59ca403b7e8370e64191746d95b595b294e39b38e64f9203a1ac60291d"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/667;">
&lt;source srcset="https://www.cottonnoodle.com/blog/forget-me-not-sylvie-top-pattern-review/sylvie-2_hu_d3bf1eb95ea81fa.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/forget-me-not-sylvie-top-pattern-review/sylvie-2_hu_d3bf1eb95ea81fa.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;h3 id="what-fabric-and-size-did-i-choose">What fabric and size did I choose?&lt;/h3>
&lt;p>I made a straight size 34, no mods at all.&lt;/p>
&lt;p>This is a cotton jersey fabric from Selfmade.com. I picked it up on holiday in Oslo last year. I spent like an hour in the store touching all the fabrics and the haberdashery and generally being very excited. It&amp;rsquo;s suuuuch a lovely fabric.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/forget-me-not-sylvie-top-pattern-review/sylvie-3_hu_e87626855ff6cca4.jpg"
data-gallery="gallery-3c909b59ca403b7e8370e64191746d95b595b294e39b38e64f9203a1ac60291d"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/667;">
&lt;source srcset="https://www.cottonnoodle.com/blog/forget-me-not-sylvie-top-pattern-review/sylvie-3_hu_7d0992e33b10a928.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/forget-me-not-sylvie-top-pattern-review/sylvie-3_hu_7d0992e33b10a928.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;h3 id="what-is-the-pattern-like">What is the pattern like?&lt;/h3>
&lt;p>I&amp;rsquo;ve obviously sewn quite a few FMN patterns by now, and it was no surprise to me that this one was as excellent as the others. The instructions are illustrated and clear, and the steps for the round neck view and the cowl neck view are separated, which makes it nice and easy to follow.&lt;/p>
&lt;p>The PDF pattern is layered, which I literally ALWAYS forget about before printing, even though it&amp;rsquo;s written right there in the instructions. I&amp;rsquo;m just foolish. But if you remember to do it, you can print only the size(s) you want to make, which makes cutting out a lot faster. And saves on ink. The pattern also kindly tells you which pages to print for the view you are making, which is nice.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/forget-me-not-sylvie-top-pattern-review/sylvie-6_hu_b79fff7c8a56d16.jpg"
data-gallery="gallery-3c909b59ca403b7e8370e64191746d95b595b294e39b38e64f9203a1ac60291d"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/667;">
&lt;source srcset="https://www.cottonnoodle.com/blog/forget-me-not-sylvie-top-pattern-review/sylvie-6_hu_a638ca497054bde6.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/forget-me-not-sylvie-top-pattern-review/sylvie-6_hu_a638ca497054bde6.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;h3 id="what-was-it-like-to-sew">What was it like to sew?&lt;/h3>
&lt;p>Being essentially a t-shirt with some stylish add-ons, this is a quick sew. I actually made mine as a palette cleanser in between some tricky projects, and it worked a treat.&lt;/p>
&lt;p>My big tip is: when the pattern tells you to mark circles, mark the dang circles. You&amp;rsquo;ll find them around the V where the centre of the cowl meets the front bodice, and at the V where the cowl meets the back neckline. I didn&amp;rsquo;t mark these at first, and I regretted it. Particularly around the neckline. To make a smooth neckline, you want to start and stop stitching exactly where it tells you. And as long as you have the marking drawn on, then you&amp;rsquo;re golden. Don&amp;rsquo;t wing it!&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/forget-me-not-sylvie-top-pattern-review/sylvie-5_hu_2891751be129a751.jpg"
data-gallery="gallery-3c909b59ca403b7e8370e64191746d95b595b294e39b38e64f9203a1ac60291d"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/667;">
&lt;source srcset="https://www.cottonnoodle.com/blog/forget-me-not-sylvie-top-pattern-review/sylvie-5_hu_d098a37a8cc5c4fe.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/forget-me-not-sylvie-top-pattern-review/sylvie-5_hu_d098a37a8cc5c4fe.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;h3 id="whats-it-like-to-wear-the-finished-garment">What’s it like to wear the finished garment?&lt;/h3>
&lt;p>It&amp;rsquo;s comfy, obviously! It&amp;rsquo;s a t-shirt style, with loose airy sleeves, so about as comfy as you can get.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/forget-me-not-sylvie-top-pattern-review/sylvie-4_hu_2ec0d8cb7864f6d0.jpg"
data-gallery="gallery-3c909b59ca403b7e8370e64191746d95b595b294e39b38e64f9203a1ac60291d"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/667;">
&lt;source srcset="https://www.cottonnoodle.com/blog/forget-me-not-sylvie-top-pattern-review/sylvie-4_hu_370855b758cfbee4.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/forget-me-not-sylvie-top-pattern-review/sylvie-4_hu_370855b758cfbee4.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;h3 id="would-i-make-it-again">Would I make it again?&lt;/h3>
&lt;p>100% yes. Me Made May this year has taught me that I live in t-shirts, so the Sylvie is a great way to feel comfy and still have a bit of interest in my outfit. Plus, I saw some gorgeous versions on Instagram using stretch lace in the yoke, which are stunning. Really want to give that a go.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/forget-me-not-sylvie-top-pattern-review/sylvie-1_hu_65614c1533d6597.jpg"
data-gallery="gallery-3c909b59ca403b7e8370e64191746d95b595b294e39b38e64f9203a1ac60291d"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/667;">
&lt;source srcset="https://www.cottonnoodle.com/blog/forget-me-not-sylvie-top-pattern-review/sylvie-1_hu_7f53fe636f8a4f95.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/forget-me-not-sylvie-top-pattern-review/sylvie-1_hu_7f53fe636f8a4f95.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;h3 id="in-conclusion">In conclusion&lt;/h3>
&lt;p>The Sylvie top is a classic Forget-Me-Not pattern in that it is an elevated basic. A beautiful top that&amp;rsquo;s easy to make and easy to wear. I&amp;rsquo;ll be wearing mine all summer, and looking out for more fabric to make another one in!&lt;/p></description></item><item><title>Megan dress with African wax print from Dovetailed London</title><link>https://www.cottonnoodle.com/blog/megan-dress-with-african-wax-print-from-dovetailed-london/</link><pubDate>Wed, 05 Apr 2023 09:43:00 +0000</pubDate><guid>https://www.cottonnoodle.com/blog/megan-dress-with-african-wax-print-from-dovetailed-london/</guid><description>&lt;p>&lt;em>I originally wrote this blog post as a &lt;a href="https://dovetailed.co.uk/blogs/news/sewing-the-megan-dress-by-tilly-and-the-buttons-in-african-wax-print-fabric-by-dovetailed" rel="external">guest feature&lt;/a> for &lt;a href="https://dovetailed.co.uk/" rel="external">Dovetailed London&lt;/a>, as I&amp;rsquo;m one of their brand ambassadors. I received the fabric in exchange for the blog post.&lt;/em>&lt;/p>
&lt;p>It’s my first Dovetailed London Ambassador make! To sew this dress, I used the Megan pattern from the book Love at First Stitch by Tilly and the Buttons.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/megan-dress-with-african-wax-print-from-dovetailed-london/ankaramegan10_hu_7551fb53cabbaf6b.jpg"
data-gallery="gallery-8dd803cbadb3b393c5036c3b0ba4133faa3bfbd9aaf328c3c85759bf18cfa6e2"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/625;">
&lt;source srcset="https://www.cottonnoodle.com/blog/megan-dress-with-african-wax-print-from-dovetailed-london/ankaramegan10_hu_82202194aad53fa8.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/megan-dress-with-african-wax-print-from-dovetailed-london/ankaramegan10_hu_82202194aad53fa8.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/megan-dress-with-african-wax-print-from-dovetailed-london/ankaramegan4_hu_6d287cae29fc97be.jpg"
data-gallery="gallery-8dd803cbadb3b393c5036c3b0ba4133faa3bfbd9aaf328c3c85759bf18cfa6e2"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/625;">
&lt;source srcset="https://www.cottonnoodle.com/blog/megan-dress-with-african-wax-print-from-dovetailed-london/ankaramegan4_hu_940a633bdf2e1b0f.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/megan-dress-with-african-wax-print-from-dovetailed-london/ankaramegan4_hu_940a633bdf2e1b0f.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/megan-dress-with-african-wax-print-from-dovetailed-london/ankaramegan9_hu_f450087804e7a04.jpg"
data-gallery="gallery-8dd803cbadb3b393c5036c3b0ba4133faa3bfbd9aaf328c3c85759bf18cfa6e2"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/625;">
&lt;source srcset="https://www.cottonnoodle.com/blog/megan-dress-with-african-wax-print-from-dovetailed-london/ankaramegan9_hu_a1d200a42408c9d9.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/megan-dress-with-african-wax-print-from-dovetailed-london/ankaramegan9_hu_a1d200a42408c9d9.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>I chose this dress pattern because it has clean, simple style lines, which let the fabric be the star of the show. It also has a lot of straight seams which makes pattern matching much easier! The pattern also recommends fabrics with a little bit of structure to their drape, and even suggests quilting cotton - so I knew it would work nicely in wax print, which has a little bit of sturdiness to it.&lt;/p>
&lt;p>I had loads of fun playing with the contrasting motifs in this fabric. It’s actually mainly a red fabric, with the red check forming the bulk of the design. The blue stripes and white grid make up a border that occurs less frequently. I decided to use that border as a defining feature of my dress by placing it along the centre front, centre back, and waistline. And I love the effect this creates. It almost looks like I’m wearing a corset on top of the dress!&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/megan-dress-with-african-wax-print-from-dovetailed-london/ankaramegan5_hu_bd15b46d424f1cd0.jpg"
data-gallery="gallery-8dd803cbadb3b393c5036c3b0ba4133faa3bfbd9aaf328c3c85759bf18cfa6e2"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/282;">
&lt;source srcset="https://www.cottonnoodle.com/blog/megan-dress-with-african-wax-print-from-dovetailed-london/ankaramegan5_hu_f50d9d23921ee667.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/megan-dress-with-african-wax-print-from-dovetailed-london/ankaramegan5_hu_f50d9d23921ee667.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/megan-dress-with-african-wax-print-from-dovetailed-london/ankaramegan6_hu_c0a73f7f4f6d692e.jpg"
data-gallery="gallery-8dd803cbadb3b393c5036c3b0ba4133faa3bfbd9aaf328c3c85759bf18cfa6e2"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/282;">
&lt;source srcset="https://www.cottonnoodle.com/blog/megan-dress-with-african-wax-print-from-dovetailed-london/ankaramegan6_hu_18bb54bab879c414.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/megan-dress-with-african-wax-print-from-dovetailed-london/ankaramegan6_hu_18bb54bab879c414.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>That’s actually one of my favourite things about African wax print fabric. It often has multiple design features along the length that you can get really creative with. I could make this same dress again out of the same fabric, but centre it on the red area instead of the blue, and the two dresses would look very different. Sisters, not twins.&lt;/p>
&lt;p>I pulled out all the tricks to make sure my stripes lined up. I mirrored the pieces while cutting to make sure they were exactly even, I pinned like crazy, I transferred the stripes to the zipper. The process was actually far easier than I expected, largely due to the fabric itself. The grid lines create very useful guides, and the fabric is so stable that it allows for plenty of accuracy when cutting and sewing. I didn’t get all the pattern matching perfect, so don’t look too closely - but I’m very happy with how it turned out.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/megan-dress-with-african-wax-print-from-dovetailed-london/ankaramegan1_hu_d09b5fb4d3d9c13.jpg"
data-gallery="gallery-8dd803cbadb3b393c5036c3b0ba4133faa3bfbd9aaf328c3c85759bf18cfa6e2"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/282;">
&lt;source srcset="https://www.cottonnoodle.com/blog/megan-dress-with-african-wax-print-from-dovetailed-london/ankaramegan1_hu_fc65f489f309b86a.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/megan-dress-with-african-wax-print-from-dovetailed-london/ankaramegan1_hu_fc65f489f309b86a.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/megan-dress-with-african-wax-print-from-dovetailed-london/ankaramegan2_hu_c130fbd483e7a035.jpg"
data-gallery="gallery-8dd803cbadb3b393c5036c3b0ba4133faa3bfbd9aaf328c3c85759bf18cfa6e2"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/282;">
&lt;source srcset="https://www.cottonnoodle.com/blog/megan-dress-with-african-wax-print-from-dovetailed-london/ankaramegan2_hu_59aee23f4750df66.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/megan-dress-with-african-wax-print-from-dovetailed-london/ankaramegan2_hu_59aee23f4750df66.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>Wax print can take a bit of a beating too! I didn’t make a toile for this dress, so I did my fitting as I went along. There was a moment of panic after I sewed the neck facing, only to realise that I needed to take a whopping 5cm out of the back neckline. I ended up unpicking the facing, which was already trimmed and understitched, in order to make my adjustment at the shoulder seam. I then cut a new facing and sewed it in place with a 2mm seam allowance. The smallest seam allowance I’ve ever used! And the fabric was an absolute angel throughout. Despite all that manhandling, unpicking and restitching curved seams, it didn’t fray or stretch out, and the neckline looks really neat now. Thank goodness!&lt;/p>
&lt;p>All in all, I love my new dress. It’s comfortable and wearable, and I’m kinda thinking about making that sister dress in red now&amp;hellip;&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/megan-dress-with-african-wax-print-from-dovetailed-london/ankaramegan8_hu_520544bff281e517.jpg"
data-gallery="gallery-8dd803cbadb3b393c5036c3b0ba4133faa3bfbd9aaf328c3c85759bf18cfa6e2"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/625;">
&lt;source srcset="https://www.cottonnoodle.com/blog/megan-dress-with-african-wax-print-from-dovetailed-london/ankaramegan8_hu_50ccc0ea5cab182b.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/megan-dress-with-african-wax-print-from-dovetailed-london/ankaramegan8_hu_50ccc0ea5cab182b.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/megan-dress-with-african-wax-print-from-dovetailed-london/ankaramegan11_hu_9ca2fde95bdb0946.jpg"
data-gallery="gallery-8dd803cbadb3b393c5036c3b0ba4133faa3bfbd9aaf328c3c85759bf18cfa6e2"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/667;">
&lt;source srcset="https://www.cottonnoodle.com/blog/megan-dress-with-african-wax-print-from-dovetailed-london/ankaramegan11_hu_82fe0efc4f728829.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/megan-dress-with-african-wax-print-from-dovetailed-london/ankaramegan11_hu_82fe0efc4f728829.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/megan-dress-with-african-wax-print-from-dovetailed-london/ankaramegan7_hu_845f37815ad8c93d.jpg"
data-gallery="gallery-8dd803cbadb3b393c5036c3b0ba4133faa3bfbd9aaf328c3c85759bf18cfa6e2"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/625;">
&lt;source srcset="https://www.cottonnoodle.com/blog/megan-dress-with-african-wax-print-from-dovetailed-london/ankaramegan7_hu_fd0f085b91a2b5d8.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/megan-dress-with-african-wax-print-from-dovetailed-london/ankaramegan7_hu_fd0f085b91a2b5d8.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure></description></item><item><title>Gold foil Tilly and the Buttons Bibi skirt</title><link>https://www.cottonnoodle.com/blog/gold-foil-tilly-and-the-buttons-bibi-skirt/</link><pubDate>Wed, 19 Oct 2022 16:50:00 +0000</pubDate><guid>https://www.cottonnoodle.com/blog/gold-foil-tilly-and-the-buttons-bibi-skirt/</guid><description>&lt;p>Inspiration finally struck for this meter of gold foil fabric! I made a top from it a few years ago, but this leftover length has been sitting in my stash just waiting for me to do something with it. So I sewed up this Bibi skirt from the Tilly and the Buttons book &lt;em>&lt;a href="https://shop.tillyandthebuttons.com/products/stretch" rel="external">Stretch!&lt;/a>&lt;/em>.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/gold-foil-tilly-and-the-buttons-bibi-skirt/bibi1_hu_792e47599971d070.jpg"
data-gallery="gallery-c5f761cc8b7053ec3bec2946b0fd8a9547637f3e2fc9fe20aec47f1a4bba5cb9"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/667;">
&lt;source srcset="https://www.cottonnoodle.com/blog/gold-foil-tilly-and-the-buttons-bibi-skirt/bibi1_hu_d397cbf40e7d2683.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/gold-foil-tilly-and-the-buttons-bibi-skirt/bibi1_hu_d397cbf40e7d2683.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>The skirt is so simple, folks. It&amp;rsquo;s two pattern pieces (a skirt panel and a waist band). The construction is straight forward, and fitting is easy as you can just baste the panel seams before you sew them up properly. A super quick make. Which is really what I needed - a quick win to break up the ongoing saga of my self-drafted bodice block.&lt;/p>
&lt;p>My concern about this skirt is that there&amp;rsquo;s no elastic in the waistband. It&amp;rsquo;s made with ponte which is a stable, heavy knit fabric, so in theory it should hold its form, but I can easily see this stretching out over time. I guess it&amp;rsquo;d be easy enough to unpick and insert elastic down the road if need be.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/gold-foil-tilly-and-the-buttons-bibi-skirt/bibi2_hu_6ba3d09fb3e826ef.jpg"
data-gallery="gallery-c5f761cc8b7053ec3bec2946b0fd8a9547637f3e2fc9fe20aec47f1a4bba5cb9"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/667;">
&lt;source srcset="https://www.cottonnoodle.com/blog/gold-foil-tilly-and-the-buttons-bibi-skirt/bibi2_hu_7a8cd737ea3da243.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/gold-foil-tilly-and-the-buttons-bibi-skirt/bibi2_hu_7a8cd737ea3da243.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>The fabric is a bit awkward to sew. You can&amp;rsquo;t press it or the foil melts off (ask me how I know). It&amp;rsquo;s also pretty bouncy, so I&amp;rsquo;ve topstitched all the seams to make them lie flat. I also topstitched around the top of the waistband to get it to hold the fold in place, but for some reason I decided to stretch out the waistband while I stitched that (I guess I was imagining that there was elastic in there) so the top is a little bit wavy when relaxed. But that doesn&amp;rsquo;t really show when I&amp;rsquo;m wearing it.&lt;/p>
&lt;p>It looks pretty great as a faux dress with the original top too (which is incidentally also a Tilly book pattern, the Tabitha tee from &lt;em>&lt;a href="https://shop.tillyandthebuttons.com/products/make-it-simple" rel="external">Make It Simple&lt;/a>)&lt;/em>:&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/gold-foil-tilly-and-the-buttons-bibi-skirt/bibi3_hu_b316090fdb7ca2e1.jpg"
data-gallery="gallery-c5f761cc8b7053ec3bec2946b0fd8a9547637f3e2fc9fe20aec47f1a4bba5cb9"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/667;">
&lt;source srcset="https://www.cottonnoodle.com/blog/gold-foil-tilly-and-the-buttons-bibi-skirt/bibi3_hu_d54894294ee28ff2.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/gold-foil-tilly-and-the-buttons-bibi-skirt/bibi3_hu_d54894294ee28ff2.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>Maybe a bit too Christmassy for this time of year, but a good option to have in the bank. I think I may finally be sold on the idea of matching separates!&lt;/p></description></item><item><title>Making a block using Winifred Aldrich's Metric Pattern Cutting</title><link>https://www.cottonnoodle.com/blog/making-a-block-using-winifred-aldrichs-metric-pattern-cutting/</link><pubDate>Mon, 03 Oct 2022 17:52:00 +0000</pubDate><guid>https://www.cottonnoodle.com/blog/making-a-block-using-winifred-aldrichs-metric-pattern-cutting/</guid><description>&lt;p>After many, many (&lt;em>many&lt;/em>) iterations of trying to retrofit a bodice block from an existing pattern, I&amp;rsquo;ve decided to step up my game and do the damn thing properly. So I&amp;rsquo;m drafting one myself.&lt;/p>
&lt;p>I bought myself a copy of Winifred Aldrich&amp;rsquo;s famous book &lt;em>Metric Pattern Cutting&lt;/em>. This is a classic - and it isn&amp;rsquo;t cheap. It&amp;rsquo;s very much a text book, that teaches you the formulas for drafting patterns. It explains how to draft basic blocks, and then it shows you a whole bunch of different modifications you can make to those blocks - all mathematically. And I love it. I&amp;rsquo;ve fallen in love with the book. The technical angle works wonderfully for my brain. I&amp;rsquo;m a software engineer by trade, so I&amp;rsquo;m very much a precise/logical thinker. This makes so much more sense than guesswork.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/making-a-block-using-winifred-aldrichs-metric-pattern-cutting/makingablock1_hu_2121bbffb648da08.jpeg"
data-gallery="gallery-0c9814fdda2643003e382e3659e05247784312c2f7228d84d064ea5e56d73b7e"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/667;">
&lt;source srcset="https://www.cottonnoodle.com/blog/making-a-block-using-winifred-aldrichs-metric-pattern-cutting/makingablock1_hu_5575333d7c50151a.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/making-a-block-using-winifred-aldrichs-metric-pattern-cutting/makingablock1_hu_5575333d7c50151a.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>I also treated myself to the &lt;a href="https://www.patternworkshop.com" rel="external">Pattern Workshop&lt;/a> course to learn digital drafting techniques using Adobe Illustrator. This was very much a splurge, and although I learned a huge amount from the course, I must say there are very decent free alternatives out there such as &lt;a href="https://patternlab.london/home/project/pattern-making-adobe-illustrator/" rel="external">Pattern Lab&lt;/a>, which I&amp;rsquo;m using to supplement my knowledge. At any rate, I&amp;rsquo;ve finished Pattern Workshop, I&amp;rsquo;ve watched many hours of Pattern Lab&amp;rsquo;s videos, and I am newly equipped with these fancy-pants skills that let me draft patterns digitally in Illustrator. VERY exciting.&lt;/p>
&lt;p>Also I learned enough about Illustrator to be able to make a li&amp;rsquo;l logo for my site, so that&amp;rsquo;s cool:&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/making-a-block-using-winifred-aldrichs-metric-pattern-cutting/makingablock2_hu_3e28e109e32b13ef.webp"
data-gallery="gallery-0c9814fdda2643003e382e3659e05247784312c2f7228d84d064ea5e56d73b7e"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/500;">
&lt;source srcset="https://www.cottonnoodle.com/blog/making-a-block-using-winifred-aldrichs-metric-pattern-cutting/makingablock2_hu_8de613eaf4897991.webp" />
&lt;img src="https://www.cottonnoodle.com/blog/making-a-block-using-winifred-aldrichs-metric-pattern-cutting/makingablock2_hu_8de613eaf4897991.webp" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;h2 id="my-first-self-drafted-digital-bodice-block">My First Self-Drafted Digital Bodice Block&lt;/h2>
&lt;p>Here&amp;rsquo;s the first bodice block I drafted to my measurements, using the Close Fitting Bodice block from Aldrich.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/making-a-block-using-winifred-aldrichs-metric-pattern-cutting/makingablock3_hu_39cdea13d394e615.webp"
data-gallery="gallery-0c9814fdda2643003e382e3659e05247784312c2f7228d84d064ea5e56d73b7e"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/687;">
&lt;source srcset="https://www.cottonnoodle.com/blog/making-a-block-using-winifred-aldrichs-metric-pattern-cutting/makingablock3_hu_95e267383fece79b.webp" />
&lt;img src="https://www.cottonnoodle.com/blog/making-a-block-using-winifred-aldrichs-metric-pattern-cutting/makingablock3_hu_95e267383fece79b.webp" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>I then used the tiling template from Pattern Workshop to print it out and tape it together (again, other alternatives are out there, I think Pattern Lab may have one):&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/making-a-block-using-winifred-aldrichs-metric-pattern-cutting/makingablock4_hu_48fe1543ab90b086.jpeg"
data-gallery="gallery-0c9814fdda2643003e382e3659e05247784312c2f7228d84d064ea5e56d73b7e"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/667;">
&lt;source srcset="https://www.cottonnoodle.com/blog/making-a-block-using-winifred-aldrichs-metric-pattern-cutting/makingablock4_hu_25b107bca6aedc36.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/making-a-block-using-winifred-aldrichs-metric-pattern-cutting/makingablock4_hu_25b107bca6aedc36.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>Honestly, I was pretty giddy at this point. It felt like a PDF pattern that I&amp;rsquo;d bought. Obviously it doesn&amp;rsquo;t look at all professional at this stage, but it seemed surprisingly polished and real.&lt;/p>
&lt;p>Here&amp;rsquo;s the first version sewn together:&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/making-a-block-using-winifred-aldrichs-metric-pattern-cutting/makingablock5_hu_fc6a0df4a0a81ee3.jpeg"
data-gallery="gallery-0c9814fdda2643003e382e3659e05247784312c2f7228d84d064ea5e56d73b7e"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/667;">
&lt;source srcset="https://www.cottonnoodle.com/blog/making-a-block-using-winifred-aldrichs-metric-pattern-cutting/makingablock5_hu_1ef01691c61d3d23.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/making-a-block-using-winifred-aldrichs-metric-pattern-cutting/makingablock5_hu_1ef01691c61d3d23.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/making-a-block-using-winifred-aldrichs-metric-pattern-cutting/makingablock6_hu_f4894ef351a76490.jpeg"
data-gallery="gallery-0c9814fdda2643003e382e3659e05247784312c2f7228d84d064ea5e56d73b7e"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/665;">
&lt;source srcset="https://www.cottonnoodle.com/blog/making-a-block-using-winifred-aldrichs-metric-pattern-cutting/makingablock6_hu_28815e3eaaf09e5a.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/making-a-block-using-winifred-aldrichs-metric-pattern-cutting/makingablock6_hu_28815e3eaaf09e5a.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/making-a-block-using-winifred-aldrichs-metric-pattern-cutting/makingablock7_hu_6b94661a6ea0826e.jpeg"
data-gallery="gallery-0c9814fdda2643003e382e3659e05247784312c2f7228d84d064ea5e56d73b7e"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/476;">
&lt;source srcset="https://www.cottonnoodle.com/blog/making-a-block-using-winifred-aldrichs-metric-pattern-cutting/makingablock7_hu_ead14710cb760c1.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/making-a-block-using-winifred-aldrichs-metric-pattern-cutting/makingablock7_hu_ead14710cb760c1.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>I immediately altered the shoulder seam to slope the shoulder, which is why the armscye looks a bit short. Other than that, the fit was fairly decent for a first go. There&amp;rsquo;s a lot of excess around the back, and it was too long and too tight around the hips (so I folded it up). But not too shabby.&lt;/p>
&lt;h2 id="version-2-close-waist-shaping">Version 2: Close Waist Shaping&lt;/h2>
&lt;p>I made a second version:&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/making-a-block-using-winifred-aldrichs-metric-pattern-cutting/makingablock8_hu_d82a976ce68abd78.webp"
data-gallery="gallery-0c9814fdda2643003e382e3659e05247784312c2f7228d84d064ea5e56d73b7e"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/437;">
&lt;source srcset="https://www.cottonnoodle.com/blog/making-a-block-using-winifred-aldrichs-metric-pattern-cutting/makingablock8_hu_40d0e817e94325b.webp" />
&lt;img src="https://www.cottonnoodle.com/blog/making-a-block-using-winifred-aldrichs-metric-pattern-cutting/makingablock8_hu_40d0e817e94325b.webp" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>In addition to some minor tweaks (shoulder slope &amp;amp; dart angle changes), the most notable difference is that I&amp;rsquo;ve cropped it to waist length and added the close waist shaping from another formula in the book.&lt;/p>
&lt;p>The close waist shaping instructions confused me. They stated quite matter-of-factly that the total waist dart intake needs to be 12cm. Surely this depends on the difference between your bust and waist? Yes. Yes it does. That 12cm is derived from the standard measurement chart given in the book, so I needed to follow the formula for my own measurements:&lt;/p>
&lt;ul>
&lt;li>
&lt;p>Width of block at bust line: Half bust plus 5cm ease from close-fitting block = 48cm&lt;/p>
&lt;/li>
&lt;li>
&lt;p>Desired width at waist line: Half waist plus 3cm ease = 39.5cm&lt;/p>
&lt;/li>
&lt;li>
&lt;p>Therefore my dart intake is 8.5cm.&lt;/p>
&lt;/li>
&lt;/ul>
&lt;p>This gives a 3.5cm difference from the total dart intake in Aldrich. Aldrich splits the 12cm over 3 darts (back dart, front dart and effective dart at side seam), so I simply subtracted my 3.5cm evenly across the given measurements for those 3 darts.&lt;/p>
&lt;p>And here it is printed out (YEP, it&amp;rsquo;s still thrilling):&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/making-a-block-using-winifred-aldrichs-metric-pattern-cutting/makingablock9_hu_53f49dbb6e33a3bf.jpeg"
data-gallery="gallery-0c9814fdda2643003e382e3659e05247784312c2f7228d84d064ea5e56d73b7e"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/500;">
&lt;source srcset="https://www.cottonnoodle.com/blog/making-a-block-using-winifred-aldrichs-metric-pattern-cutting/makingablock9_hu_86d43238ea3723b8.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/making-a-block-using-winifred-aldrichs-metric-pattern-cutting/makingablock9_hu_86d43238ea3723b8.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>The fit is much better this time, and it&amp;rsquo;s starting to look like what I want.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/making-a-block-using-winifred-aldrichs-metric-pattern-cutting/makingablock10_hu_2ba31a82c9c1f6ea.jpeg"
data-gallery="gallery-0c9814fdda2643003e382e3659e05247784312c2f7228d84d064ea5e56d73b7e"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/667;">
&lt;source srcset="https://www.cottonnoodle.com/blog/making-a-block-using-winifred-aldrichs-metric-pattern-cutting/makingablock10_hu_51ff577a3b1ced5.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/making-a-block-using-winifred-aldrichs-metric-pattern-cutting/makingablock10_hu_51ff577a3b1ced5.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/making-a-block-using-winifred-aldrichs-metric-pattern-cutting/makingablock11_hu_be092623dbf71a74.jpeg"
data-gallery="gallery-0c9814fdda2643003e382e3659e05247784312c2f7228d84d064ea5e56d73b7e"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/665;">
&lt;source srcset="https://www.cottonnoodle.com/blog/making-a-block-using-winifred-aldrichs-metric-pattern-cutting/makingablock11_hu_64acc8f82dbaf4f7.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/making-a-block-using-winifred-aldrichs-metric-pattern-cutting/makingablock11_hu_64acc8f82dbaf4f7.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/making-a-block-using-winifred-aldrichs-metric-pattern-cutting/makingablock12_hu_24d91a2724261d1d.jpeg"
data-gallery="gallery-0c9814fdda2643003e382e3659e05247784312c2f7228d84d064ea5e56d73b7e"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/666;">
&lt;source srcset="https://www.cottonnoodle.com/blog/making-a-block-using-winifred-aldrichs-metric-pattern-cutting/makingablock12_hu_8dee24411189f147.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/making-a-block-using-winifred-aldrichs-metric-pattern-cutting/makingablock12_hu_8dee24411189f147.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>Fit thoughts at this stage:&lt;/p>
&lt;p>The front of the bodice rises up quite a lot compared to the back. I thought this was my own body shape (I have a flat back and upright posture so it wouldn&amp;rsquo;t surprise me) - but a little googling suggests that this is a known issue with the Aldrich instructions, as the front length doesn&amp;rsquo;t include any compensation for the bust fullness. So I will need to add a little length and curvature to the front. &lt;strong>&lt;em>Edit 4/10/22: I just looked closer at the instructions and realised that they do actually tell you to lengthen the bodice at the centre front by 1cm, and I just missed that step. Sorry for doubting you Aldrich!&lt;/em>&lt;/strong>&lt;/p>
&lt;p>The length of the front darts is good but they are a bit too far apart. I guess you don&amp;rsquo;t really take a measurement of where your apex actually is, so it makes sense to have to adjust that.&lt;/p>
&lt;p>I think there&amp;rsquo;s a bit too much ease, to be honest. There&amp;rsquo;s a good 7cm of ease at the bust and 6cm at the waist. Maybe this is down to taste, but that seems like a lot for what&amp;rsquo;s called a &amp;ldquo;close-fitting&amp;rdquo; bodice block. Although the ease is doing a nice job of concealing my torso asymmetry, so maybe I should roll with it.&lt;/p>
&lt;p>And speaking of asymmetry, it looks as though my left shoulder is shorter than my right. I don&amp;rsquo;t really fancy drafting the two sides differently so I&amp;rsquo;ll need to compromise that shoulder length by getting the average of the two.&lt;/p>
&lt;h2 id="next-steps">Next Steps&lt;/h2>
&lt;p>I&amp;rsquo;d like to do one more iteration to address some of the above issues before I draft a sleeve. There&amp;rsquo;s a bit of slack around the armscye, but I hear that&amp;rsquo;s a good thing if you&amp;rsquo;re planning to stick a sleeve in there, as it gives you greater motion. So I&amp;rsquo;ll give it a whirl and see how that goes.&lt;/p>
&lt;p>Can&amp;rsquo;t wait to get this block sorted. I&amp;rsquo;ve got big plans, which I&amp;rsquo;m eager to get on with!&lt;/p></description></item><item><title>How to sew faster by batching tasks</title><link>https://www.cottonnoodle.com/blog/how-to-sew-faster-by-batching-tasks/</link><pubDate>Thu, 29 Sep 2022 14:27:00 +0000</pubDate><guid>https://www.cottonnoodle.com/blog/how-to-sew-faster-by-batching-tasks/</guid><description>&lt;p>I tried out a great technique to speed up sewing.&lt;/p>
&lt;p>Recently, I had to make a dress on a deadline. By which I mean, I left it til the last minute to make it! I had so little time that it barely seemed possible to finish the dress. But rather than give up, I used the pressure to try out a technique that would make my sewing more efficient: &lt;strong>task batching&lt;/strong>. And it worked so well!&lt;/p>
&lt;p>Batching your sewing tasks is such a time saver - and it doesn&amp;rsquo;t even involve cutting any corners. (Insert joke about trimming seam allowances here.) You&amp;rsquo;re not skipping any of the important steps - you&amp;rsquo;re just rearranging them.&lt;/p>
&lt;h2 id="should-you-sew-faster">Should you sew faster?&lt;/h2>
&lt;p>Don&amp;rsquo;t get me wrong! On most sewing projects, I like to take my time. I really advocate for sewing slowly and enjoying the journey. Plus, it&amp;rsquo;s not great for the planet to be making loads and loads of clothes quickly. Fast fashion is not a good thing.&lt;/p>
&lt;p>But - sometimes you have a deadline, and you need to pull out all the stops to get your outfit made. And that&amp;rsquo;s where task batching comes in really handy.&lt;/p>
&lt;h2 id="what-is-task-batching-in-sewing">What is task batching in sewing?&lt;/h2>
&lt;p>The principle of task batching is that you &lt;strong>group together as many similar tasks as you can&lt;/strong>, and then do them all before moving on to the next type of task.&lt;/p>
&lt;p>For instance, the pattern instructions may tell you to sew a seam, then finish it, then press it. This makes clear logical sense, and is a fine way to write instructions, particularly for beginners. But if you follow these steps in this order for every seam, then you&amp;rsquo;re constantly switching up your workspace to suit different tasks. This might mean physically getting up and walking around the room, moving your machines, or reconfiguring your machine settings.&lt;/p>
&lt;p>For example, these are the different spaces I use:&lt;/p>
&lt;ol>
&lt;li>
&lt;p>My cutting table where I pin&lt;/p>
&lt;/li>
&lt;li>
&lt;p>My sewing machine&lt;/p>
&lt;/li>
&lt;li>
&lt;p>My overlocker* (which shares a space with my sewing machine, so I physically move them to make room)&lt;/p>
&lt;/li>
&lt;li>
&lt;p>My ironing board&lt;/p>
&lt;/li>
&lt;/ol>
&lt;p>Typically I have to use all of these spaces on a similar step. When you multiply that by the number of steps in a sewing patter, that&amp;rsquo;s a lot of time spent moving around or moving machines!&lt;/p>
&lt;p>&lt;em>* If you don&amp;rsquo;t have an overlocker, then you&amp;rsquo;re probably changing the settings on your sewing machine between straight seams and edge finishing. And you&amp;rsquo;re trimming seam allowances too!&lt;/em>&lt;/p>
&lt;h2 id="so-what-to-do-instead">So what to do instead?&lt;/h2>
&lt;p>Your goal is to do as much of the &lt;em>same kind of task&lt;/em> in one go as you can, before moving on to the next kind of task.&lt;/p>
&lt;p>How do you do that?&lt;/p>
&lt;ol>
&lt;li>
&lt;p>First, identify a batch of seams that can be sewn together.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>Pin all these seams.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>Move all your pinned pieces to the sewing machine and sew them all one after the other.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>Overlock all these seams.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>Press all these seams.&lt;/p>
&lt;/li>
&lt;/ol>
&lt;p>Now you&amp;rsquo;re ready to pick up the next batch of seams.&lt;/p>
&lt;p>Obviously you can&amp;rsquo;t do &lt;em>all&lt;/em> the seams in your project in one batch, because there are dependencies between them. For example, you probably want to finish your side and shoulder seams before you insert a sleeve. But you can probably batch together more seams than the pattern instructions suggest.&lt;/p>
&lt;h2 id="top-tips-for-batching-your-sewing-tasks">Top Tips for Batching your Sewing Tasks&lt;/h2>
&lt;h3 id="1-take-time-to-save-time">1. Take time to save time.&lt;/h3>
&lt;p>Sit down for 5 minutes before you start sewing, and rewrite the pattern instructions into the order that makes sense. I usually reword them into a simple shorthand for myself at this stage.&lt;/p>
&lt;p>This means there&amp;rsquo;s no need to stop and read full-length pattern instructions between each step. It&amp;rsquo;s great if you&amp;rsquo;re an experienced sewist who doesn&amp;rsquo;t need the step-by-step details for everything.&lt;/p>
&lt;h3 id="2-identify-independent-seams">2. Identify independent seams.&lt;/h3>
&lt;p>It&amp;rsquo;s worth reading through to the end of the pattern and finding as many unrelated seams as possible. For instance, there may be a waist tie, collar, cuff or skirt that you can pin/sew/overlock at the same time as your shoulder seams.&lt;/p>
&lt;p>&lt;em>(I like to think of this in terms of dependency trees, but then again, I am a software engineer&amp;hellip;)&lt;/em>&lt;/p>
&lt;h3 id="3-batch-up-all-kinds-of-pressing-tasks---not-just-seams">3. Batch up all kinds of pressing tasks - not just seams.&lt;/h3>
&lt;p>Look ahead for any pressing tasks that can be brought forward into the first batch. Waistbands, neckbands or ties can be pressed in half before the time comes to sew them.&lt;/p>
&lt;p>It can also be nice to press hems before sewing the pieces - particularly on sleeves, which become more fiddly to press after they&amp;rsquo;ve been sewn into the garment.&lt;/p>
&lt;h3 id="4-consider-the-changes-to-settings-on-your-machine">4. Consider the changes to settings on your machine.&lt;/h3>
&lt;p>Batch up steps that involve changing the settings on your machine. Gathering stitches, bar tacks, topstitching in a contrasting thread colour, and rolled hems - these all involve faffing around with your setup.&lt;/p>
&lt;p>Plus if you batch them all together, that also minimises the number of times you can forget to put the settings back afterwards!&lt;/p>
&lt;h2 id="and-thats-it">And that&amp;rsquo;s it.&lt;/h2>
&lt;p>I hope you enjoy using this technique. Enjoy your speedier sewing!&lt;/p></description></item><item><title>90s-themed Shelby dress</title><link>https://www.cottonnoodle.com/blog/90s-themed-shelby-dress/</link><pubDate>Wed, 21 Sep 2022 16:45:00 +0000</pubDate><guid>https://www.cottonnoodle.com/blog/90s-themed-shelby-dress/</guid><description>&lt;p>I&amp;rsquo;d planned to make this Shelby dress for a 90s themed birthday party I was going to. I bought the fabric and the pattern well in advance - but thanks to some other sewing deadlines I had, I ended up with only two days to make it! Spoiler: I managed it in time.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/90s-themed-shelby-dress/shelby1_hu_7dfdb54fa8fac6ec.jpg"
data-gallery="gallery-18bbf158cfc1d17994ce49eae014cbf8f3d1e2f442ab3912de6d3054bfdf589f"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/667;">
&lt;source srcset="https://www.cottonnoodle.com/blog/90s-themed-shelby-dress/shelby1_hu_c36a6d0afbd22048.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/90s-themed-shelby-dress/shelby1_hu_c36a6d0afbd22048.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>This time pressure gave me the impetus to try out a technique I&amp;rsquo;ve been meaning to do for a long time - task batching. I mean. It&amp;rsquo;s not exactly revolutionary. I do the same thing in the kitchen when I&amp;rsquo;m cooking.&lt;/p>
&lt;p>I&amp;rsquo;ve got a blog post coming up on how to batch tasks, so look out for that!&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/90s-themed-shelby-dress/shelby2_hu_95eca6fe73680dd1.jpg"
data-gallery="gallery-18bbf158cfc1d17994ce49eae014cbf8f3d1e2f442ab3912de6d3054bfdf589f"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/667;">
&lt;source srcset="https://www.cottonnoodle.com/blog/90s-themed-shelby-dress/shelby2_hu_ab30cc10d325791e.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/90s-themed-shelby-dress/shelby2_hu_ab30cc10d325791e.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>The dress is inspired by &lt;a href="https://www.youtube.com/watch?v=TR3Vdo5etCQ" rel="external">a particular music video from the 90s&lt;/a>&amp;hellip;&lt;/p>
&lt;p>I&amp;rsquo;m really pleased with how it came out, given the sheer panic I was operating under while making it. I actually cut the midi length, which meant the pieces were too long for my cutting table, and I had to cut on the floor (which also meant scissors rather than my trusty rotary cutter). That wasn&amp;rsquo;t great for my back as I have a condition that means I&amp;rsquo;m super prone to backache. Annoyingly, I actually ended up trimming the dress to just above the knee anyway, so I should have just made the short version and used my cutting table after all! Oh well.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/90s-themed-shelby-dress/shelby3_hu_5efb86d4927c80f4.jpg"
data-gallery="gallery-18bbf158cfc1d17994ce49eae014cbf8f3d1e2f442ab3912de6d3054bfdf589f"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/667;">
&lt;source srcset="https://www.cottonnoodle.com/blog/90s-themed-shelby-dress/shelby3_hu_35a15d488609e1e7.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/90s-themed-shelby-dress/shelby3_hu_35a15d488609e1e7.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>The dress came together really nicely - even considering it&amp;rsquo;s viscose, which I really used to struggle with, but I&amp;rsquo;ve got enough experience with viscose now that I am better at manhandling it.&lt;/p>
&lt;p>The only real issue I had was that the button band facing wanted to hang differently from the outer dress fabric, which caused some weird pulling around the front centre. I suspect I accidentally cut the outer fabric on a slight bias. I had to redo the hem a couple of times to get it to work, but I got there. I ended up hanging the dress and pinning it where it wanted to hang.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/90s-themed-shelby-dress/shelby4_hu_8c8997077737213c.jpg"
data-gallery="gallery-18bbf158cfc1d17994ce49eae014cbf8f3d1e2f442ab3912de6d3054bfdf589f"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/667;">
&lt;source srcset="https://www.cottonnoodle.com/blog/90s-themed-shelby-dress/shelby4_hu_68c7699946326131.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/90s-themed-shelby-dress/shelby4_hu_68c7699946326131.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>The buttons are actually pearlescent, which you can&amp;rsquo;t tell in the photos. I added the extra three up the neckline in homage to the original dress from the music video.&lt;/p>
&lt;p>The fit isn&amp;rsquo;t perfect - but given how little prep I did (no toile!!!) I&amp;rsquo;m overjoyed at it. It&amp;rsquo;s slightly too big, which is fine at the waist as you can use the back ties to cinch it in. But around the bust, the princess seams don&amp;rsquo;t sit properly on the bust point, and there&amp;rsquo;s a little bagginess going on. But I don&amp;rsquo;t care. I&amp;rsquo;m very happy with this dress. And I&amp;rsquo;m very happy with the lessons it taught me.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/90s-themed-shelby-dress/shelby5_hu_c5480585b8407195.jpg"
data-gallery="gallery-18bbf158cfc1d17994ce49eae014cbf8f3d1e2f442ab3912de6d3054bfdf589f"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/667;">
&lt;source srcset="https://www.cottonnoodle.com/blog/90s-themed-shelby-dress/shelby5_hu_a61c8b552edd102d.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/90s-themed-shelby-dress/shelby5_hu_a61c8b552edd102d.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure></description></item><item><title>My sewing plans for autumn 2022</title><link>https://www.cottonnoodle.com/blog/my-sewing-plans-for-autumn-2022/</link><pubDate>Sat, 20 Aug 2022 23:54:00 +0000</pubDate><guid>https://www.cottonnoodle.com/blog/my-sewing-plans-for-autumn-2022/</guid><description>&lt;p>It&amp;rsquo;s time to admit that we&amp;rsquo;re entering Autumn sewing season. Thankfully, I&amp;rsquo;ve got sewing plans that I never got around to last Autumn, which I&amp;rsquo;m still excited to get into this year. Assuming I get around to them this time.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/my-sewing-plans-for-autumn-2022/autumn2022plans1_hu_c306a1f6de092fed.webp"
data-gallery="gallery-20d0c2099df138ccffa1b4c01069617c6798c7bcf1543670fcad4cf1dad17eda"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/363;">
&lt;source srcset="https://www.cottonnoodle.com/blog/my-sewing-plans-for-autumn-2022/autumn2022plans1_hu_ed34951e437e33f4.webp" />
&lt;img src="https://www.cottonnoodle.com/blog/my-sewing-plans-for-autumn-2022/autumn2022plans1_hu_ed34951e437e33f4.webp" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>First of all, I need to interrupt this broadcast to give a huge thank you to TipStitched for the &lt;a href="https://www.youtube.com/watch?v=QsVCo5PvNDE&amp;amp;t=958s" rel="external">How I Create Digital Sketches video&lt;/a>, which explains how to make images like the one above. Game changer.&lt;/p>
&lt;p>Let&amp;rsquo;s dig into it!&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/my-sewing-plans-for-autumn-2022/autumn2022plans2_hu_620e5643e4b56864.webp"
data-gallery="gallery-20d0c2099df138ccffa1b4c01069617c6798c7bcf1543670fcad4cf1dad17eda"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/1028;">
&lt;source srcset="https://www.cottonnoodle.com/blog/my-sewing-plans-for-autumn-2022/autumn2022plans2_hu_e639470d2be11849.webp" />
&lt;img src="https://www.cottonnoodle.com/blog/my-sewing-plans-for-autumn-2022/autumn2022plans2_hu_e639470d2be11849.webp" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>First up, I&amp;rsquo;d like to make myself another pair of Ginger Jeans. This will be my second pair of Gingers. I took a jeans making workshop at &lt;a href="https://www.bobbinsandbolts.co.uk/" rel="external">Bobbins and Bolts&lt;/a> a couple of years ago and made a pair in indigo denim, but I needed a lot of handholding at the time and so far I&amp;rsquo;ve been too nervous to attempt them again by myself.&lt;/p>
&lt;p>I feel like my sewing skills in general have come a huge way since then, so I&amp;rsquo;m ready to give them another shot. Plus, I need some more jeans for the cold weather.&lt;/p>
&lt;p>I&amp;rsquo;ve coloured them in green here because that&amp;rsquo;s what excites me&amp;hellip; but I don&amp;rsquo;t actually have that fabric in my stash! I&amp;rsquo;ve got some more of the indigo denim, so I&amp;rsquo;ll start there and if it goes well, then I&amp;rsquo;ll invest in some vibrant green denim (if I can find any with the right stretch percentage).&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/my-sewing-plans-for-autumn-2022/autumn2022plans3_hu_3de11d2dea8fa3db.webp"
data-gallery="gallery-20d0c2099df138ccffa1b4c01069617c6798c7bcf1543670fcad4cf1dad17eda"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/444;">
&lt;source srcset="https://www.cottonnoodle.com/blog/my-sewing-plans-for-autumn-2022/autumn2022plans3_hu_67fa94b4ae4e8a74.webp" />
&lt;img src="https://www.cottonnoodle.com/blog/my-sewing-plans-for-autumn-2022/autumn2022plans3_hu_67fa94b4ae4e8a74.webp" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>The Ottoline jacket is next on my list. I&amp;rsquo;ve picked a beautiful pink colour for this image, and I&amp;rsquo;m picturing that in canvas &amp;hellip; but I don&amp;rsquo;t actually have any of that fabric either. (Did I get a bit carried away with my new Photoshop skills? Yes. Yes I did.) In reality I&amp;rsquo;m going to make a wearable toile in a beautiful light blue denim that&amp;rsquo;s already in my stash.&lt;/p>
&lt;p>I&amp;rsquo;ve never made outerwear, so this will be a first. I&amp;rsquo;ve got a mild nervousness about it but I don&amp;rsquo;t have a rational reason for that. I&amp;rsquo;ve made collared shirts aplenty, and my machine is heavy duty enough to sew denim, so I don&amp;rsquo;t know what I&amp;rsquo;m scared of. The unknown, I guess. Another chance to face up and be brave.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/my-sewing-plans-for-autumn-2022/autumn2022plans4_hu_e261c3485fb1b8f6.webp"
data-gallery="gallery-20d0c2099df138ccffa1b4c01069617c6798c7bcf1543670fcad4cf1dad17eda"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/928;">
&lt;source srcset="https://www.cottonnoodle.com/blog/my-sewing-plans-for-autumn-2022/autumn2022plans4_hu_96de633544216ecc.webp" />
&lt;img src="https://www.cottonnoodle.com/blog/my-sewing-plans-for-autumn-2022/autumn2022plans4_hu_96de633544216ecc.webp" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>The third thing on my list is this polkadot Shelby dress, which is vaguely based on Gwen Stefani&amp;rsquo;s dress in the Don&amp;rsquo;t Speak video. That video being on repeat when I was in my family&amp;rsquo;s home in the Philippines in 1995 is a pretty formative memory for me. That album was one of the first CDs I bought, and it remains one of my favourites.&lt;/p>
&lt;p>I&amp;rsquo;m making this for a friend&amp;rsquo;s birthday, which is 90s themed. So it&amp;rsquo;s the only thing on the list with a deadline, and that deadline is &lt;em>freakin&amp;rsquo; soon&lt;/em> so I&amp;rsquo;m going to have to get a move on.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/my-sewing-plans-for-autumn-2022/autumn2022plans5_hu_59aa8cf49c5e8ac1.webp"
data-description=".glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
data-gallery="gallery-20d0c2099df138ccffa1b4c01069617c6798c7bcf1543670fcad4cf1dad17eda"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/500;">
&lt;source srcset="https://www.cottonnoodle.com/blog/my-sewing-plans-for-autumn-2022/autumn2022plans5_hu_c647434cae6a5f4b.webp" />
&lt;img src="https://www.cottonnoodle.com/blog/my-sewing-plans-for-autumn-2022/autumn2022plans5_hu_c647434cae6a5f4b.webp" alt="" />
&lt;/picture>
&lt;/a>
&lt;div class="glightbox-desc glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855">Gucci Dress&lt;/div>
&lt;figcaption>Gucci Dress&lt;/figcaption>
&lt;/figure>
&lt;p>The other thing that&amp;rsquo;s on my list is to draft a pattern like this Gucci dress. I&amp;rsquo;m currently learning pattern drafting from &lt;a href="https://patternworkshop.com/" rel="external">Pattern Workshop&lt;/a> and the excellent book Metric Pattern Cutting by Winifred Aldrich, and I reckon it wouldn&amp;rsquo;t be too much of a stretch for me to draft this for myself.&lt;/p>
&lt;p>The dress retails for £2550 and if I can get this right, I can make myself a version for under £50 in materials I reckon! And probably £2500 in time and skills because this is going to take me ages&amp;hellip;&lt;/p>
&lt;p>Let&amp;rsquo;s see how far I get with these plans ey!&lt;/p></description></item><item><title>An upcycled cushion and three knitted jumpers</title><link>https://www.cottonnoodle.com/blog/an-upcycled-cushion-and-three-knitted-jumpers/</link><pubDate>Sat, 11 Jun 2022 16:49:00 +0000</pubDate><guid>https://www.cottonnoodle.com/blog/an-upcycled-cushion-and-three-knitted-jumpers/</guid><description>&lt;p>I tend to prefer sewing clothes, but every now and then I&amp;rsquo;ll make something for the house. This week I made a cushion cover, and also made the cushion itself out of upcycled materials.&lt;/p>
&lt;p>I have some old cushions from Habitat that are well over 10 years old and completely flattened and stained. They came round the world and back when we did our stint in Singapore. The last time I unzipped them to wash the covers, I discovered that the fabric of the cushions had completely disintegrated - and I mean completely. There was just dust left. Which is&amp;hellip; kind of freaky?&lt;/p>
&lt;p>Anyway I had this lump of cushion filling.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/an-upcycled-cushion-and-three-knitted-jumpers/upcycledcushion1_hu_e0d8675f62f0925d.jpeg"
data-gallery="gallery-47379cc8c2b3fa4be25e86fc5541b1444838013b44ca6e5e89c96a18550972ca"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/375;">
&lt;source srcset="https://www.cottonnoodle.com/blog/an-upcycled-cushion-and-three-knitted-jumpers/upcycledcushion1_hu_5a9bfe6c549e3d4a.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/an-upcycled-cushion-and-three-knitted-jumpers/upcycledcushion1_hu_5a9bfe6c549e3d4a.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>So I took a couple of old toiles, unpicked the darts, and sewed them up into a 45x45cm cushion casing.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/an-upcycled-cushion-and-three-knitted-jumpers/upcycledcushion2_hu_10150019d7ea91f5.jpeg"
data-gallery="gallery-47379cc8c2b3fa4be25e86fc5541b1444838013b44ca6e5e89c96a18550972ca"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/375;">
&lt;source srcset="https://www.cottonnoodle.com/blog/an-upcycled-cushion-and-three-knitted-jumpers/upcycledcushion2_hu_b7a52ab219c74bd2.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/an-upcycled-cushion-and-three-knitted-jumpers/upcycledcushion2_hu_b7a52ab219c74bd2.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>If you look closely, you might notice that fancy felled seam. These piece of old toiles weren&amp;rsquo;t wide enough, so I had to piece them together. I took the opportunity to practice using the new felling foot I bought for my machine after reading David Page Coffin&amp;rsquo;s Shirtmaking, in which he heavily encouraged the use of the felling foot - and I must say, it is rather good.&lt;/p>
&lt;p>Then I fluffed all the stuffing up to bring it back to life. This made a LOT of mess as all that disintegrated fabric was mixed up in there. I ended up putting on a facemask to avoid breathing it in 😷&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/an-upcycled-cushion-and-three-knitted-jumpers/upcycledcushion3_hu_ccf6871e19474e0.jpeg"
data-gallery="gallery-47379cc8c2b3fa4be25e86fc5541b1444838013b44ca6e5e89c96a18550972ca"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/375;">
&lt;source srcset="https://www.cottonnoodle.com/blog/an-upcycled-cushion-and-three-knitted-jumpers/upcycledcushion3_hu_9bb64365e4a7ae09.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/an-upcycled-cushion-and-three-knitted-jumpers/upcycledcushion3_hu_9bb64365e4a7ae09.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>Next up, I squashed it all in and stitched the gap shut on the machine. I did a crap job of making that neat because the huge stuffed cushion was a bit awkward to manipulate! I usually hand stitch cushions closed, but what&amp;rsquo;s the point? No one&amp;rsquo;s going to see it.&lt;/p>
&lt;p>Cushion done.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/an-upcycled-cushion-and-three-knitted-jumpers/upcycledcushion4_hu_cbda0435039f629f.jpeg"
data-gallery="gallery-47379cc8c2b3fa4be25e86fc5541b1444838013b44ca6e5e89c96a18550972ca"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/375;">
&lt;source srcset="https://www.cottonnoodle.com/blog/an-upcycled-cushion-and-three-knitted-jumpers/upcycledcushion4_hu_b70d9425f3625faa.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/an-upcycled-cushion-and-three-knitted-jumpers/upcycledcushion4_hu_b70d9425f3625faa.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>Finally I made a cover made out of a fat quarter of quilting cotton that has been in my stash for years. I made the cover in the same dimensions as the casing so it&amp;rsquo;s not saggy (had to mess with the seam allowances a bit to make it work as my fat quarter was a bit skinny).&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/an-upcycled-cushion-and-three-knitted-jumpers/upcycledcushion5_hu_587089bd63786574.jpeg"
data-gallery="gallery-47379cc8c2b3fa4be25e86fc5541b1444838013b44ca6e5e89c96a18550972ca"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/375;">
&lt;source srcset="https://www.cottonnoodle.com/blog/an-upcycled-cushion-and-three-knitted-jumpers/upcycledcushion5_hu_6f72c48f5c81089.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/an-upcycled-cushion-and-three-knitted-jumpers/upcycledcushion5_hu_6f72c48f5c81089.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>There you have it. Trash &amp;amp; stash into something useful.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/an-upcycled-cushion-and-three-knitted-jumpers/upcycledcushion6_hu_12fc00cab7b3d05a.jpeg"
data-gallery="gallery-47379cc8c2b3fa4be25e86fc5541b1444838013b44ca6e5e89c96a18550972ca"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/375;">
&lt;source srcset="https://www.cottonnoodle.com/blog/an-upcycled-cushion-and-three-knitted-jumpers/upcycledcushion6_hu_7e2a3193f8281652.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/an-upcycled-cushion-and-three-knitted-jumpers/upcycledcushion6_hu_7e2a3193f8281652.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>A lot of knitting updates this week, too. I went to Scotland for a week and didn&amp;rsquo;t fancy taking my big project with me, so I started a new one (I know, I know!!):&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/an-upcycled-cushion-and-three-knitted-jumpers/upcycledcushion7_hu_6fc23e252c9de71.jpeg"
data-gallery="gallery-47379cc8c2b3fa4be25e86fc5541b1444838013b44ca6e5e89c96a18550972ca"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/375;">
&lt;source srcset="https://www.cottonnoodle.com/blog/an-upcycled-cushion-and-three-knitted-jumpers/upcycledcushion7_hu_a7881930015b0db9.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/an-upcycled-cushion-and-three-knitted-jumpers/upcycledcushion7_hu_a7881930015b0db9.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>As you can see it&amp;rsquo;s going insanely quickly. Not only is it stockinette on nice worsted wool and lovely big needles (relative to my other projects), but it&amp;rsquo;s also my first time knitting a bottom-up sweater. I&amp;rsquo;ve been afraid of them for the longest time, but I now have no idea why. It&amp;rsquo;s so satisfying! I&amp;rsquo;ve already knitted the whole body up to the under arms, and am now on the first sleeve. Usually when knitting top-down, the fun bit is in the yoke, and the body and sleeves are tedious because you just want to be finished. But doing it bottom-up means I do the &amp;ldquo;boring&amp;rdquo; bits while I have all that new-project energy, and I get to look forward to ending on the yoke.&lt;/p>
&lt;p>This one has a fun yoke, too. You&amp;rsquo;ll see.&lt;/p>
&lt;p>Here&amp;rsquo;s the birthday sweater I&amp;rsquo;ve been working on since the dawn of time (or last Christmas) - far slower progress.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/an-upcycled-cushion-and-three-knitted-jumpers/upcycledcushion8_hu_190f27958be71779.jpeg"
data-gallery="gallery-47379cc8c2b3fa4be25e86fc5541b1444838013b44ca6e5e89c96a18550972ca"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/375;">
&lt;source srcset="https://www.cottonnoodle.com/blog/an-upcycled-cushion-and-three-knitted-jumpers/upcycledcushion8_hu_88d9069f06cbea93.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/an-upcycled-cushion-and-three-knitted-jumpers/upcycledcushion8_hu_88d9069f06cbea93.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>My plan is to finish the sleeves on the blue jumper and join them onto the body first, before I return to finish this project. It&amp;rsquo;s not long til it&amp;rsquo;s done, but second sleeve syndrome right?&lt;/p>
&lt;p>And my third concurrent knitting project, the one I&amp;rsquo;m making with my knitting club, is going nicely too:&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/an-upcycled-cushion-and-three-knitted-jumpers/upcycledcushion9_hu_87ff821ec3df34f1.jpeg"
data-gallery="gallery-47379cc8c2b3fa4be25e86fc5541b1444838013b44ca6e5e89c96a18550972ca"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/375;">
&lt;source srcset="https://www.cottonnoodle.com/blog/an-upcycled-cushion-and-three-knitted-jumpers/upcycledcushion9_hu_f00f316680d093bc.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/an-upcycled-cushion-and-three-knitted-jumpers/upcycledcushion9_hu_f00f316680d093bc.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>We&amp;rsquo;re a good way into the cables now. This is the most intricate of my three projects, and it takes the most work for sure. I find it quite hard on the hands to knit, although that has improved since I switched to the correct size cable!&lt;/p></description></item><item><title>Adventures in retrofitting a bodice block</title><link>https://www.cottonnoodle.com/blog/adventures-in-retrofitting-a-bodice-block/</link><pubDate>Fri, 27 May 2022 19:01:00 +0000</pubDate><guid>https://www.cottonnoodle.com/blog/adventures-in-retrofitting-a-bodice-block/</guid><description>&lt;p>This week I&amp;rsquo;ve been working on a bodice block.&lt;/p>
&lt;p>A bodice block has been on my list for such a long time, and &lt;a href="https://www.cottonnoodle.com/blog/knit-club-meetup-ankara-plans-and-etta-toiles/">my recent experience trying to fit the Etta dress bodice&lt;/a> to my asymmetrical body made me so disillusioned with the idea of fitting a pattern that I finally decided it was time to start on a block. If I can get a block right, then I can compare it to patterns I make in the future and get a clear idea of what adjustments I need to make. Plus, I&amp;rsquo;m very excited about the idea of drafting my own patterns using the block as a starting point.&lt;/p>
&lt;p>I&amp;rsquo;m actually using the Etta bodice pattern as a base for my block, as I already have the pattern, and it&amp;rsquo;s shift dress with a bodice that&amp;rsquo;s reasonably close to what a block pattern would look like:&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/adventures-in-retrofitting-a-bodice-block/block1_hu_e59125bc2ff22b20.webp"
data-gallery="gallery-ebab38584912fe0adc580309f0f5da9e4b1b3a2c7266fc4b5bb5a66d5cb83e3b"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/666;">
&lt;source srcset="https://www.cottonnoodle.com/blog/adventures-in-retrofitting-a-bodice-block/block1_hu_444aeb21862b6a24.webp" />
&lt;img src="https://www.cottonnoodle.com/blog/adventures-in-retrofitting-a-bodice-block/block1_hu_444aeb21862b6a24.webp" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>I chose the high back neck version rather than the V-neckline version that drove me crazy before. To convert it into a basic block I&amp;rsquo;ve raised the neckline on the front and back, and removed the back neck dart - I already know from my fitting journey that I have a flat upper back so it won&amp;rsquo;t be missed. I also moved the closure from the back to the front by drawing in a seam allowance at the front centre and adding in the centre line at the back. This makes it way easier to fit (just with pins) and I don&amp;rsquo;t need to bother with zips. (I wasted loads of time on zips with my Etta).&lt;/p>
&lt;p>So far I have done three rounds of fitting on one toile. I failed to photograph it on my actual body, so you&amp;rsquo;re going to have to use your mind&amp;rsquo;s eye for the next few paragraphs. Sorry friends &amp;#x1f937;&lt;/p>
&lt;p>First I did a toile with my standard shoulder slope modification. To do this, I cut out the armscye, lower it parallel to the grain by 1/2&amp;quot;, and then redraw the shoulder seam line. I do this on the front and back. It&amp;rsquo;s a dead easy adjustment that took me ages to discover - but now I do it on every pattern.&lt;/p>
&lt;p>I sewed up this first version and found that the bust dart was a good size (Tilly and the Buttons draft with a B cup, which is a 2&amp;quot; difference between high bust and full, which matches my measurements). But the apex was too high, causing the bodice to ride up a bit as the toile naturally wanted to sit with the apex in the right place. This led to wrinkling above the bust. So I pulled the bodice down to smooth out the wrinkles, drew on the correct apex, then unpicked the dart and sewed it with the new angle, pointing at the next apex. This worked perfectly! I&amp;rsquo;m pretty happy with the fit of the front at this point.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/adventures-in-retrofitting-a-bodice-block/block2_hu_3083c19a8714933e.webp"
data-description=".glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
data-gallery="gallery-ebab38584912fe0adc580309f0f5da9e4b1b3a2c7266fc4b5bb5a66d5cb83e3b"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/667;">
&lt;source srcset="https://www.cottonnoodle.com/blog/adventures-in-retrofitting-a-bodice-block/block2_hu_b86de4f8411c51c3.webp" />
&lt;img src="https://www.cottonnoodle.com/blog/adventures-in-retrofitting-a-bodice-block/block2_hu_b86de4f8411c51c3.webp" alt="" />
&lt;/picture>
&lt;/a>
&lt;div class="glightbox-desc glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855">First toile, showing the lowered bust darts. It looks better on me, I promise! I think my dress form is an dressmaker&amp;rsquo;s A cup&lt;/div>
&lt;figcaption>First toile, showing the lowered bust darts. It looks better on me, I promise! I think my dress form is an dressmaker&amp;rsquo;s A cup&lt;/figcaption>
&lt;/figure>
&lt;p>Next I turned to the back, which is where I had all the issues on my Etta toile. The upper bodice was super baggy, which I expected after my Etta trials - but this time it was WAY less complicated to diagnose and fix because there was no V-neck or back dart! I just took a horizontal 3/8&amp;quot; slice straight across the back. I also took a dart out of the centre back.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/adventures-in-retrofitting-a-bodice-block/block3_hu_a3cc2e37a00b02e2.jpg"
data-gallery="gallery-ebab38584912fe0adc580309f0f5da9e4b1b3a2c7266fc4b5bb5a66d5cb83e3b"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/667;">
&lt;source srcset="https://www.cottonnoodle.com/blog/adventures-in-retrofitting-a-bodice-block/block3_hu_65062a07bbb130f7.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/adventures-in-retrofitting-a-bodice-block/block3_hu_65062a07bbb130f7.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>The fit looked reasonable at this point, although it is definitely more slack on my right shoulder than my left. So at this stage I decided to transfer all my adjustments to paper for my second toile. I moved the bust dart down properly rather than just pivoting it, and I converted that centre back dart by slicing the whole thing vertically and rotating out that excess all the way down to the waist. I also moved the shoulder seam forwards by an inch (really what is up with my shoulders? answer: scoliosis)&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/adventures-in-retrofitting-a-bodice-block/block4_hu_6a51a62be5ab223f.webp"
data-description=".glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
data-gallery="gallery-ebab38584912fe0adc580309f0f5da9e4b1b3a2c7266fc4b5bb5a66d5cb83e3b"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/375;">
&lt;source srcset="https://www.cottonnoodle.com/blog/adventures-in-retrofitting-a-bodice-block/block4_hu_d0fd46019e751cd8.webp" />
&lt;img src="https://www.cottonnoodle.com/blog/adventures-in-retrofitting-a-bodice-block/block4_hu_d0fd46019e751cd8.webp" alt="" />
&lt;/picture>
&lt;/a>
&lt;div class="glightbox-desc glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855">Pattern pieces after round 1. Not pictured is the adjustment I made to the sleeve head to match the 3/8&amp;quot; removed from the upper back.&lt;/div>
&lt;figcaption>Pattern pieces after round 1. Not pictured is the adjustment I made to the sleeve head to match the 3/8&amp;quot; removed from the upper back.&lt;/figcaption>
&lt;/figure>
&lt;p>Feeling pretty good about round 1. I suspect I&amp;rsquo;ll still need to make an upper back adjustment of some form, and I&amp;rsquo;ll also look at the neck, length, and sleeve in the next toile.&lt;/p></description></item><item><title>Artisan Splash Lyra dress, and a knitting update</title><link>https://www.cottonnoodle.com/blog/artisan-splash-lyra-dress-and-a-knitting-update/</link><pubDate>Fri, 20 May 2022 17:20:00 +0000</pubDate><guid>https://www.cottonnoodle.com/blog/artisan-splash-lyra-dress-and-a-knitting-update/</guid><description>&lt;p>I&amp;rsquo;m back on the sewing train!&lt;/p>
&lt;p>I have an event to attend this weekend and I fancied making a nice dress for it, as my wardrobe is lacking in the &amp;ldquo;nice day dress&amp;rdquo; department. I have a couple of workhorse dresses that I always turn to, but I want more choices.&lt;/p>
&lt;p>I&amp;rsquo;ve got a bit of post-viral fatigue going on, so I chose a familiar project to keep the effort level relatively low. I&amp;rsquo;ve made the Lyra dress by Tilly and the Buttons a couple of times before, and I had plenty of appropriate fabric in my stash. (Full disclosure - I was actually a pattern tester so I got my copy of the pattern for free.)&lt;/p>
&lt;p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/artisan-splash-lyra-dress-and-a-knitting-update/lyra00_hu_4cff821cd8599507.webp"
data-gallery="gallery-659c933af809a3ff9d607f8c44cdf5eefd6cc6498c801a7bf163d4fb381e39dd"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/625;">
&lt;source srcset="https://www.cottonnoodle.com/blog/artisan-splash-lyra-dress-and-a-knitting-update/lyra00_hu_b283e09ee981918f.webp" />
&lt;img src="https://www.cottonnoodle.com/blog/artisan-splash-lyra-dress-and-a-knitting-update/lyra00_hu_b283e09ee981918f.webp" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/artisan-splash-lyra-dress-and-a-knitting-update/lyra01_hu_4c4d4e6c497461ed.webp"
data-gallery="gallery-659c933af809a3ff9d607f8c44cdf5eefd6cc6498c801a7bf163d4fb381e39dd"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/625;">
&lt;source srcset="https://www.cottonnoodle.com/blog/artisan-splash-lyra-dress-and-a-knitting-update/lyra01_hu_14aa6426bf95d106.webp" />
&lt;img src="https://www.cottonnoodle.com/blog/artisan-splash-lyra-dress-and-a-knitting-update/lyra01_hu_14aa6426bf95d106.webp" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;/p>
&lt;p>What didn&amp;rsquo;t click for me until I&amp;rsquo;d started cutting out the fabric was that I&amp;rsquo;m actually using the same fabric as is used in Tilly and the Buttons&amp;rsquo; marketing for the pattern! Whoops. I usually try to steer clear of copying other people&amp;rsquo;s makes, but I don&amp;rsquo;t really mind with this one. I mean, the fabric really really does work for this dress. (Plus, I made the midi-length, so mine&amp;rsquo;s different anyway!)&lt;/p>
&lt;p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/artisan-splash-lyra-dress-and-a-knitting-update/lyra2_hu_6422895091aa680e.jpeg"
data-gallery="gallery-659c933af809a3ff9d607f8c44cdf5eefd6cc6498c801a7bf163d4fb381e39dd"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/625;">
&lt;source srcset="https://www.cottonnoodle.com/blog/artisan-splash-lyra-dress-and-a-knitting-update/lyra2_hu_ec3338d6d360d203.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/artisan-splash-lyra-dress-and-a-knitting-update/lyra2_hu_ec3338d6d360d203.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/artisan-splash-lyra-dress-and-a-knitting-update/lyra3_hu_a7c0aa43cad2488f.jpeg"
data-gallery="gallery-659c933af809a3ff9d607f8c44cdf5eefd6cc6498c801a7bf163d4fb381e39dd"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/667;">
&lt;source srcset="https://www.cottonnoodle.com/blog/artisan-splash-lyra-dress-and-a-knitting-update/lyra3_hu_f42db0dba310f4e7.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/artisan-splash-lyra-dress-and-a-knitting-update/lyra3_hu_f42db0dba310f4e7.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;/p>
&lt;p>While I was assembling the bodice, I tried it on and I got really excited about the idea of a sleeveless cropped shirt in this fabric - doesn&amp;rsquo;t it look great with these pink shorts?&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/artisan-splash-lyra-dress-and-a-knitting-update/lyra4_hu_be7a2c69a71de8fb.jpeg"
data-gallery="gallery-659c933af809a3ff9d607f8c44cdf5eefd6cc6498c801a7bf163d4fb381e39dd"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/667;">
&lt;source srcset="https://www.cottonnoodle.com/blog/artisan-splash-lyra-dress-and-a-knitting-update/lyra4_hu_56d34880bbbb0.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/artisan-splash-lyra-dress-and-a-knitting-update/lyra4_hu_56d34880bbbb0.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>I have a little leftover fabric, so I&amp;rsquo;m going to see if I have enough to make this happen. I&amp;rsquo;m thinking of using the Helen&amp;rsquo;s Closet Gilbert shirt pattern.&lt;/p>
&lt;p>One thing I&amp;rsquo;m not super happy about is the collar stand. I find collar stands really fiddly to sew evenly, so I unpick and re-press and re-stitch until it works. This, obviously, takes ages. In the name of &amp;ldquo;perfect is the enemy of done&amp;rdquo;, I&amp;rsquo;ve allowed myself to have some sloppy stitching on this dress (where it&amp;rsquo;s not visible), but I&amp;rsquo;ve vowed to invest some effort into learning a good technique. So I&amp;rsquo;ve picked my copy of Shirtmaking off the shelf.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/artisan-splash-lyra-dress-and-a-knitting-update/lyra5_hu_a1d1c480d0d55858.jpeg"
data-gallery="gallery-659c933af809a3ff9d607f8c44cdf5eefd6cc6498c801a7bf163d4fb381e39dd"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/542;">
&lt;source srcset="https://www.cottonnoodle.com/blog/artisan-splash-lyra-dress-and-a-knitting-update/lyra5_hu_8de7e1fcaf675bfe.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/artisan-splash-lyra-dress-and-a-knitting-update/lyra5_hu_8de7e1fcaf675bfe.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>I first read this years ago, before I&amp;rsquo;d ever tried to make a proper shirt. But I think the information will be more meaningful to me now that I have a few stand collars under my belt (as it were). Looking forward to learning some more precise techniques.&lt;/p>
&lt;h2 id="knitting-update">Knitting Update&lt;/h2>
&lt;p>On the knitting front, I now have two projects on the go. Here&amp;rsquo;s the Birthday Sweater (by Ankestrick) - so very close to done!&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/artisan-splash-lyra-dress-and-a-knitting-update/lyra6_hu_54bfe76e416f6b8.jpeg"
data-gallery="gallery-659c933af809a3ff9d607f8c44cdf5eefd6cc6498c801a7bf163d4fb381e39dd"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/400;">
&lt;source srcset="https://www.cottonnoodle.com/blog/artisan-splash-lyra-dress-and-a-knitting-update/lyra6_hu_8c473f6eaad03789.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/artisan-splash-lyra-dress-and-a-knitting-update/lyra6_hu_8c473f6eaad03789.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>Annoyingly I ran out of the dark pink just before the end of the first sleeve - but I think the light pink cuff situation is effective.&lt;/p>
&lt;p>I&amp;rsquo;ve cast on my Marzipan Pullover (by Sari Nordlund) for knit club, too - in Drops Nepal:&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/artisan-splash-lyra-dress-and-a-knitting-update/lyra7_hu_eda9f61665634d38.jpeg"
data-gallery="gallery-659c933af809a3ff9d607f8c44cdf5eefd6cc6498c801a7bf163d4fb381e39dd"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/400;">
&lt;source srcset="https://www.cottonnoodle.com/blog/artisan-splash-lyra-dress-and-a-knitting-update/lyra7_hu_1b0de3aaab01c249.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/artisan-splash-lyra-dress-and-a-knitting-update/lyra7_hu_1b0de3aaab01c249.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>The cables have only just started - but I&amp;rsquo;m already enjoying them! It&amp;rsquo;s been literally 9 years since I last knitted a complex cable pattern - I made a whopping great big Umaro blanket as a gift for family back in 2013:&lt;/p>
&lt;p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/artisan-splash-lyra-dress-and-a-knitting-update/lyra8_hu_32d8d8a44b11c104.jpeg"
data-gallery="gallery-659c933af809a3ff9d607f8c44cdf5eefd6cc6498c801a7bf163d4fb381e39dd"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/375;">
&lt;source srcset="https://www.cottonnoodle.com/blog/artisan-splash-lyra-dress-and-a-knitting-update/lyra8_hu_be4a79bc33a77367.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/artisan-splash-lyra-dress-and-a-knitting-update/lyra8_hu_be4a79bc33a77367.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/artisan-splash-lyra-dress-and-a-knitting-update/lyra9_hu_6fdc3627794002e1.jpeg"
data-gallery="gallery-659c933af809a3ff9d607f8c44cdf5eefd6cc6498c801a7bf163d4fb381e39dd"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/667;">
&lt;source srcset="https://www.cottonnoodle.com/blog/artisan-splash-lyra-dress-and-a-knitting-update/lyra9_hu_abdb650893272d7d.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/artisan-splash-lyra-dress-and-a-knitting-update/lyra9_hu_abdb650893272d7d.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/artisan-splash-lyra-dress-and-a-knitting-update/lyra10_hu_f782d0a1a7be5d29.jpeg"
data-gallery="gallery-659c933af809a3ff9d607f8c44cdf5eefd6cc6498c801a7bf163d4fb381e39dd"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/375;">
&lt;source srcset="https://www.cottonnoodle.com/blog/artisan-splash-lyra-dress-and-a-knitting-update/lyra10_hu_a9c4b47d54ef9ff.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/artisan-splash-lyra-dress-and-a-knitting-update/lyra10_hu_a9c4b47d54ef9ff.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;/p>
&lt;p>Cables are super satisfying. A bit slow, but they look like magic.&lt;/p>
&lt;p>Thanks for reading. See you next week!&lt;/p></description></item><item><title>Birthday sweater progress</title><link>https://www.cottonnoodle.com/blog/birthday-sweater-progress/</link><pubDate>Fri, 06 May 2022 11:15:00 +0000</pubDate><guid>https://www.cottonnoodle.com/blog/birthday-sweater-progress/</guid><description>&lt;p>I mentioned last week that I was planning to take a couple weeks off sewing, because life is super busy right now. Well. I didn&amp;rsquo;t expect to get ill and be forced to do absolutely nothing all week! At least I&amp;rsquo;ve watched Heartstopper 3 times through and read through half of Alice Oseman&amp;rsquo;s body of work. &lt;em>(I may have gone on one of my obsessive deep dives on the Heartstopper/Solitaire universe. It may also not be over.)&lt;/em>&lt;/p>
&lt;p>Although sewing&amp;rsquo;s been on pause, I have started to pick up the pace on my knitting over the last couple of days. But I&amp;rsquo;m definitely not going to finish this Ankestrick Birthday jumper before my knit club starts a new project at the weekend:&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/birthday-sweater-progress/bday1_hu_66bde6903c86a5e8.jpeg"
data-gallery="gallery-2c4e67f92119751cf07837e179bd8e4f965025550e682f522402bc8d5322bd94"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/667;">
&lt;source srcset="https://www.cottonnoodle.com/blog/birthday-sweater-progress/bday1_hu_533a0a01b09325af.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/birthday-sweater-progress/bday1_hu_533a0a01b09325af.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>I don&amp;rsquo;t think I&amp;rsquo;ve ever managed to post about this jumper without also mentioning how slow it is to knit! It&amp;rsquo;s taking forever due to it being 4-ply (skinny yarn) and half-brioche stitch (2 rows required for every 1 row visible). My upcoming project, the &lt;a href="https://www.ravelry.com/patterns/library/marzipan-pullover" rel="external">Marzipan Pullover by Sari Nordlund&lt;/a>, is going to be a very different experience since it&amp;rsquo;s on a thicker yarn (worsted weight). And although it does have cables to slow things down, they&amp;rsquo;re only on the yoke. The rest of the body and sleeves are on &lt;em>blessed&lt;/em> rib stitch. I am excited for the feeling of knitting on turbo mode.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/birthday-sweater-progress/bday2_hu_8f09f055e1a83f65.jpeg"
data-gallery="gallery-2c4e67f92119751cf07837e179bd8e4f965025550e682f522402bc8d5322bd94"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/667;">
&lt;source srcset="https://www.cottonnoodle.com/blog/birthday-sweater-progress/bday2_hu_4f273a2be49c5085.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/birthday-sweater-progress/bday2_hu_4f273a2be49c5085.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>Ready for Marzipan madness. This will be my first time knitting with Drops yarn. I&amp;rsquo;ve heard such good things about it, and it&amp;rsquo;s so cheap I had to do a double take.&lt;/p>
&lt;p>Thanks for reading - see you next week!&lt;/p></description></item><item><title>My corduroy Amelia skirt is done!</title><link>https://www.cottonnoodle.com/blog/my-corduroy-amelia-skirt-is-done/</link><pubDate>Fri, 29 Apr 2022 16:23:00 +0000</pubDate><guid>https://www.cottonnoodle.com/blog/my-corduroy-amelia-skirt-is-done/</guid><description>&lt;p>This week I finished sewing the Amelia skirt by the Pattern Stash! &lt;em>(NB. This pattern &amp;amp; the kit were sent to me in exchange for a post on Instagram.)&lt;/em>&lt;/p>
&lt;p>I was daunted by the corduroy as I&amp;rsquo;ve never worked with it before, but I found it surprisingly easy to sew with. Of course, now I&amp;rsquo;m daydreaming of sewing corduroy jackets and trousers. But I suspect I should probably focus on warm weather clothes, on the off chance we get a sunny spell here in the next few months. This is a short skirt though, so it should be versatile enough for the warmer season.&lt;/p>
&lt;div class="flex">
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/my-corduroy-amelia-skirt-is-done/amelia1_hu_6603c941af32e4c1.jpeg"
data-gallery="gallery-d7af18267b70a70ec5132259aeaf22df06f43f45480b7c4a50a9a1bbaef2650f"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/625;">
&lt;source srcset="https://www.cottonnoodle.com/blog/my-corduroy-amelia-skirt-is-done/amelia1_hu_1d7e1571ddaeece8.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/my-corduroy-amelia-skirt-is-done/amelia1_hu_1d7e1571ddaeece8.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/my-corduroy-amelia-skirt-is-done/amelia2_hu_816c8e1c92acb8b6.jpeg"
data-gallery="gallery-d7af18267b70a70ec5132259aeaf22df06f43f45480b7c4a50a9a1bbaef2650f"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/625;">
&lt;source srcset="https://www.cottonnoodle.com/blog/my-corduroy-amelia-skirt-is-done/amelia2_hu_3bdedab15811d046.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/my-corduroy-amelia-skirt-is-done/amelia2_hu_3bdedab15811d046.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/my-corduroy-amelia-skirt-is-done/amelia3_hu_cf91f15fd4123621.jpeg"
data-gallery="gallery-d7af18267b70a70ec5132259aeaf22df06f43f45480b7c4a50a9a1bbaef2650f"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/667;">
&lt;source srcset="https://www.cottonnoodle.com/blog/my-corduroy-amelia-skirt-is-done/amelia3_hu_46656e7f98a6ef92.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/my-corduroy-amelia-skirt-is-done/amelia3_hu_46656e7f98a6ef92.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/my-corduroy-amelia-skirt-is-done/amelia4_hu_dca4ca9439db8092.jpeg"
data-gallery="gallery-d7af18267b70a70ec5132259aeaf22df06f43f45480b7c4a50a9a1bbaef2650f"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/625;">
&lt;source srcset="https://www.cottonnoodle.com/blog/my-corduroy-amelia-skirt-is-done/amelia4_hu_ae688446848dc098.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/my-corduroy-amelia-skirt-is-done/amelia4_hu_ae688446848dc098.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;/div>
&lt;p>I actually found the lining quite hard to work with. It was probably because I focused so much on getting the corduroy right that I was blasé about the slippery viscose-acetate lining. I found it shifted and moved around a lot, and generally took on a different form every time I looked at it. I clearly need to invest a bit more time and care when working with such delicate fabrics in future. Still, it came out nicely enough:&lt;/p>
&lt;p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/my-corduroy-amelia-skirt-is-done/amelia5_hu_d2aab9e59c1f0b9d.jpeg"
data-gallery="gallery-d7af18267b70a70ec5132259aeaf22df06f43f45480b7c4a50a9a1bbaef2650f"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/625;">
&lt;source srcset="https://www.cottonnoodle.com/blog/my-corduroy-amelia-skirt-is-done/amelia5_hu_694cb541327c7afb.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/my-corduroy-amelia-skirt-is-done/amelia5_hu_694cb541327c7afb.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/my-corduroy-amelia-skirt-is-done/amelia6_hu_48b814088d529d83.jpeg"
data-gallery="gallery-d7af18267b70a70ec5132259aeaf22df06f43f45480b7c4a50a9a1bbaef2650f"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/500;">
&lt;source srcset="https://www.cottonnoodle.com/blog/my-corduroy-amelia-skirt-is-done/amelia6_hu_fd4aa8cc66afab53.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/my-corduroy-amelia-skirt-is-done/amelia6_hu_fd4aa8cc66afab53.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;/p>
&lt;p>Sewing to a deadline is never my favourite, as I&amp;rsquo;m very slow and methodical when it comes to sewing. The instructions for this skirt said it would take around 5 hours, but I must have spent at least 10, and that&amp;rsquo;s not even counting the toiles!&lt;/p>
&lt;p>I&amp;rsquo;m taking a week or two off sewing now as life and work are super busy, but don&amp;rsquo;t be fooled - I&amp;rsquo;m still daydreaming and planning. I think I want to do an instant gratification tee out of fabric in my stash next, as I&amp;rsquo;m not very happy with my summer wardrobe. I like wearing tees but I generally have boring ones, so I&amp;rsquo;m ready to add a little more spice. (Read: block colours in my classic palette of pink and teal.)&lt;/p>
&lt;h2 id="knitting-update">Knitting Update&lt;/h2>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/my-corduroy-amelia-skirt-is-done/amelia9_hu_943fd979f30aebdc.jpeg"
data-gallery="gallery-d7af18267b70a70ec5132259aeaf22df06f43f45480b7c4a50a9a1bbaef2650f"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/667;">
&lt;source srcset="https://www.cottonnoodle.com/blog/my-corduroy-amelia-skirt-is-done/amelia9_hu_5f30bddadd23d5e1.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/my-corduroy-amelia-skirt-is-done/amelia9_hu_5f30bddadd23d5e1.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>I had to frog the sleeve and start over! :( I misread the instructions and decreased way too early and too often. I don&amp;rsquo;t feel like I&amp;rsquo;ve lost much though, as this realisation coincided with my double-pointed needles arriving in the post - and I can knit a lot faster with those. So I&amp;rsquo;m not really that disheartened.&lt;/p>
&lt;p>Thanks for reading! See you next week.&lt;/p></description></item><item><title>Amelia skirt sewing progress, part 2</title><link>https://www.cottonnoodle.com/blog/amelia-skirt-sewing-progress-part-2/</link><pubDate>Fri, 22 Apr 2022 17:53:00 +0000</pubDate><guid>https://www.cottonnoodle.com/blog/amelia-skirt-sewing-progress-part-2/</guid><description>&lt;p>I&amp;rsquo;m back after a week off! I skipped last Friday&amp;rsquo;s weekly sewing review as I was busy swanning around Vienna. We went to 5 art galleries plus another art exhibition in London and my brain was absolutely &lt;em>saturated&lt;/em> by the time I got home. I probably could have done with more of a zone-out type of holiday, but I had a great time all the same - I just want another holiday immediately, please and thank you.&lt;/p>
&lt;p>I got to wear my newly made Agatha dress to the opera and a fancy restaurant, all of which was fantastic. I love wearing me-mades in formal settings. It feels devious somehow.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/amelia-skirt-sewing-progress-part-2/ameliaprog2-1_hu_3cbc79e6a2245920.jpeg"
data-gallery="gallery-4ffec7d7efa780ade9a27459ee4322379e71c3c62f974417d8981458315ca4d4"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/667;">
&lt;source srcset="https://www.cottonnoodle.com/blog/amelia-skirt-sewing-progress-part-2/ameliaprog2-1_hu_f253950a86f865a.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/amelia-skirt-sewing-progress-part-2/ameliaprog2-1_hu_f253950a86f865a.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>I came across a huge fabric shop - but it was outside of opening hours, much to the relief of my wallet. I enjoyed this window display though. Are those enormous hams? What is that gigantic cheese shaped thing?&lt;/p>
&lt;p>Since I&amp;rsquo;ve been back at home, I&amp;rsquo;ve been working on my Pattern Stash Amelia skirt &lt;em>(NB. project materials given to me in exchange for a social media post, but this is not that post)&lt;/em>. I was previously making a wearable toile, but as soon as I got the information I needed out of the toile, I parked it in favour of the real thing as I&amp;rsquo;m approaching the agreed deadline. I&amp;rsquo;ll return to the toile afterwards as it&amp;rsquo;s so close to done, and I really like the contrasting colours.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/amelia-skirt-sewing-progress-part-2/ameliaprog2-2_hu_f90cf9cb833743d4.jpeg"
data-description=".glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
data-gallery="gallery-4ffec7d7efa780ade9a27459ee4322379e71c3c62f974417d8981458315ca4d4"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/667;">
&lt;source srcset="https://www.cottonnoodle.com/blog/amelia-skirt-sewing-progress-part-2/ameliaprog2-2_hu_c5f2556a0a324f5a.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/amelia-skirt-sewing-progress-part-2/ameliaprog2-2_hu_c5f2556a0a324f5a.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;div class="glightbox-desc glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855">Wearable toile. Waistband not finished - but parked for now.&lt;/div>
&lt;figcaption>Wearable toile. Waistband not finished - but parked for now.&lt;/figcaption>
&lt;/figure>
&lt;p>So I&amp;rsquo;m on the final project now. I&amp;rsquo;m going entirely out of my comfort zone with this fabric choice. Corduroy! Fiery orangey red! I had never worked with corduroy and this colour is not like anything in my traditional colour palette so this was brave/reckless. It may or may not have something to do with the fact that I made my fabric choice the morning after a big boozy work party. I may or may not have been thinking straight.&lt;/p>
&lt;p>But. It&amp;rsquo;s working out well. I&amp;rsquo;m glad I didn&amp;rsquo;t play it safe, as I&amp;rsquo;ve already learned loads.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/amelia-skirt-sewing-progress-part-2/ameliaprog2-3_hu_1d0c01c38878f2b9.jpeg"
data-description=".glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
data-gallery="gallery-4ffec7d7efa780ade9a27459ee4322379e71c3c62f974417d8981458315ca4d4"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/667;">
&lt;source srcset="https://www.cottonnoodle.com/blog/amelia-skirt-sewing-progress-part-2/ameliaprog2-3_hu_a50f2c460d3e3dd1.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/amelia-skirt-sewing-progress-part-2/ameliaprog2-3_hu_a50f2c460d3e3dd1.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;div class="glightbox-desc glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855">This colour is hard to photograph. Especially when you&amp;rsquo;re a bit lax with your lighting.&lt;/div>
&lt;figcaption>This colour is hard to photograph. Especially when you&amp;rsquo;re a bit lax with your lighting.&lt;/figcaption>
&lt;/figure>
&lt;p>Honestly, I was daunted by the corduroy. I&amp;rsquo;ve read so many &amp;ldquo;how to sew with corduroy&amp;rdquo; blog posts over the years that I had the impression that it was a difficult fabric to work with. Well, spoiler: it&amp;rsquo;s not. I&amp;rsquo;ll write a bit more about that in a future post.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/amelia-skirt-sewing-progress-part-2/ameliaprog2-4_hu_ec052e366869f58a.jpeg"
data-gallery="gallery-4ffec7d7efa780ade9a27459ee4322379e71c3c62f974417d8981458315ca4d4"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/375;">
&lt;source srcset="https://www.cottonnoodle.com/blog/amelia-skirt-sewing-progress-part-2/ameliaprog2-4_hu_b1abfb923aff3d4e.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/amelia-skirt-sewing-progress-part-2/ameliaprog2-4_hu_b1abfb923aff3d4e.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>The pattern has come together quite straight forwardly. It has a few slipstitching steps that I&amp;rsquo;m going to do on the machine instead because sod slipstitching. I haven&amp;rsquo;t quite got my head round how the lining attaches to the vents yet, but it&amp;rsquo;s nearly done!&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/amelia-skirt-sewing-progress-part-2/ameliaprog2-5_hu_1b186e86e5fdb64b.jpeg"
data-description=".glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
data-gallery="gallery-4ffec7d7efa780ade9a27459ee4322379e71c3c62f974417d8981458315ca4d4"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/375;">
&lt;source srcset="https://www.cottonnoodle.com/blog/amelia-skirt-sewing-progress-part-2/ameliaprog2-5_hu_43eff629b9ccfbeb.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/amelia-skirt-sewing-progress-part-2/ameliaprog2-5_hu_43eff629b9ccfbeb.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;div class="glightbox-desc glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855">Top tip: Distract your cats before you attempt to take photos of your sewing project&lt;/div>
&lt;figcaption>Top tip: Distract your cats before you attempt to take photos of your sewing project&lt;/figcaption>
&lt;/figure>
&lt;p>My knitting project continues to take several millennia to complete. I&amp;rsquo;m on the first sleeve now, and I really thought the sleeves would fly by - but this damn half brioche stitch is so slow! I&amp;rsquo;ve ordered some double pointed needles as the magic loop method is getting on my nerves, and any possible speed improvement will be valuable at this point.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/amelia-skirt-sewing-progress-part-2/ameliaprog2-6_hu_36de47df95f4dcc4.jpeg"
data-gallery="gallery-4ffec7d7efa780ade9a27459ee4322379e71c3c62f974417d8981458315ca4d4"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/500;">
&lt;source srcset="https://www.cottonnoodle.com/blog/amelia-skirt-sewing-progress-part-2/ameliaprog2-6_hu_2a168c072c1f20c3.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/amelia-skirt-sewing-progress-part-2/ameliaprog2-6_hu_2a168c072c1f20c3.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>I&amp;rsquo;m keen to get it done because knit club are starting on a new project soon and I don&amp;rsquo;t want to have two knitting projects on the go at the same time.&lt;/p>
&lt;p>Thanks for reading. See you next week!&lt;/p></description></item><item><title>Amelia skirt sewing progress</title><link>https://www.cottonnoodle.com/blog/amelia-skirt-sewing-progress/</link><pubDate>Fri, 08 Apr 2022 13:34:00 +0000</pubDate><guid>https://www.cottonnoodle.com/blog/amelia-skirt-sewing-progress/</guid><description>&lt;p>I&amp;rsquo;ve been working on a skirt this week - the Amelia Skirt from The Pattern Stash. For full disclosure, I was sent this pattern (and a kit including fabric) for free in exchange for an Instagram post about the skirt. This post is not part of that exchange - I just wanted to share a little about the making process.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/amelia-skirt-sewing-progress/ameliaprog-1_hu_53dea202cf4fcb5.jpg"
data-gallery="gallery-a98b9543c4ba7e08b82d71192ec0520505d1c666a277400dfa4af8667623cffb"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/624;">
&lt;source srcset="https://www.cottonnoodle.com/blog/amelia-skirt-sewing-progress/ameliaprog-1_hu_fac8a331dfbeb3d1.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/amelia-skirt-sewing-progress/ameliaprog-1_hu_fac8a331dfbeb3d1.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>This is my second toile of the skirt. On my first toile I did a straight size 10 - I should have known that was a silly idea! My hips are less curved than most patterns are designed for, so I always have to do some heavy modifications to make the hip curve straighter. I took in the side seams and increased the intake of the back darts, but I quickly realised that my changes were distorting the lines of the pattern - the panels weren&amp;rsquo;t nicely distributed anymore. So I decided to trace off the size 8 at the hip, and grade to a 10 at the waist. I also picked some leftover linen to make this a wearable toile. You may recognise this fabric from my April dress!&lt;/p>
&lt;p>The fit is far better now. I&amp;rsquo;m also very pleased with my invisible zip insertion. It used to take me a minimum of 30 minutes to get a zip in nicely, with multiple rounds of unpicking - but I&amp;rsquo;ve got the technique now, and I typically get it right on the first try. I freehand the first side and then pin the second side very lightly. My problem before was over-pinning - so my big tip is to let the zip lay where it wants to lay!&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/amelia-skirt-sewing-progress/ameliaprog-2_hu_a03c37ce403d381f.jpg"
data-description=".glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
data-gallery="gallery-a98b9543c4ba7e08b82d71192ec0520505d1c666a277400dfa4af8667623cffb"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/624;">
&lt;source srcset="https://www.cottonnoodle.com/blog/amelia-skirt-sewing-progress/ameliaprog-2_hu_b33d9894b77ba41a.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/amelia-skirt-sewing-progress/ameliaprog-2_hu_b33d9894b77ba41a.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;div class="glightbox-desc glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855">There is an invisible zip in this side seam. Truly invisible! Patting myself on the back.&lt;/div>
&lt;figcaption>There is an invisible zip in this side seam. Truly invisible! Patting myself on the back.&lt;/figcaption>
&lt;/figure>
&lt;p>I&amp;rsquo;m looking forward to completing this toile and getting started on the real deal. I&amp;rsquo;ve picked a bright fiery red corduroy, which is a bit outside my comfort zone in terms of both fabric and colour. But it&amp;rsquo;s good to push ourselves. I do have bits of bright fiery red corduroy all over my house now though.&lt;/p>
&lt;p>Thanks for reading. See you next week! :)&lt;/p></description></item><item><title>Fibre Mood Agatha dress pattern review</title><link>https://www.cottonnoodle.com/blog/fibre-mood-agatha-dress-pattern-review/</link><pubDate>Sat, 02 Apr 2022 18:17:00 +0000</pubDate><guid>https://www.cottonnoodle.com/blog/fibre-mood-agatha-dress-pattern-review/</guid><description>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/fibre-mood-agatha-dress-pattern-review/agatha1_hu_3fd8a4f413ec83bd.jpeg"
data-gallery="gallery-e4975951faba1ab23ed3f7c542bea55fdbcb8ff64930428a9e48a14f6ba96685"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/667;">
&lt;source srcset="https://www.cottonnoodle.com/blog/fibre-mood-agatha-dress-pattern-review/agatha1_hu_dfa11f72e7d9df53.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/fibre-mood-agatha-dress-pattern-review/agatha1_hu_dfa11f72e7d9df53.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>Behold, my Fibre Mood Agatha. I can&amp;rsquo;t get over how beautiful it is. This is probably the prettiest thing I&amp;rsquo;ve ever made.&lt;/p>
&lt;p>There&amp;rsquo;s a lot I love about the design of the dress. The curved waistband which rises to meet the V of the plunge neckline. The fact that the waistband is doubled, such that it provides a nice bit of structure around the waist to support the weight of the skirt. The floaty, breezy quality of the sleeves due to their being semicircles - and the way the hem of the sleeve lines up with the waistband. And that plunging neckline! I worried it might be too revealing for me, but I think it&amp;rsquo;s perfectly tasteful and just a bit flirty.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/fibre-mood-agatha-dress-pattern-review/agatha2_hu_847a561da5ba540e.jpeg"
data-gallery="gallery-e4975951faba1ab23ed3f7c542bea55fdbcb8ff64930428a9e48a14f6ba96685"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/667;">
&lt;source srcset="https://www.cottonnoodle.com/blog/fibre-mood-agatha-dress-pattern-review/agatha2_hu_fc49cc511a42e119.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/fibre-mood-agatha-dress-pattern-review/agatha2_hu_fc49cc511a42e119.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>The fabric is some sort of synthetic jersey - I thought it was rayon at first, but it has a springy sponginess to it that reminds me of a scuba or swimsuiting, so perhaps it&amp;rsquo;s poly. It&amp;rsquo;s very soft and slinky, and has a good weight to it that gives it a superb drape. I bought it from Gillies in York with the intention of making some pyjamas out of it. Can you imagine if I&amp;rsquo;d wasted this gorgeous fabric on pyjamas!&lt;/p>
&lt;p>It does have a directional print, and this pattern technically shouldn&amp;rsquo;t be made with a directional print, because some of the skirt is on the bias and the back of the sleeves are upside down. But I don&amp;rsquo;t really care - I think the print is abstract enough that you would need to look closely to recognise that they are palm trees. I&amp;rsquo;m OK with it.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/fibre-mood-agatha-dress-pattern-review/agatha3_hu_c1981010a495688f.jpeg"
data-gallery="gallery-e4975951faba1ab23ed3f7c542bea55fdbcb8ff64930428a9e48a14f6ba96685"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/667;">
&lt;source srcset="https://www.cottonnoodle.com/blog/fibre-mood-agatha-dress-pattern-review/agatha3_hu_afb20ab3d4d74d84.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/fibre-mood-agatha-dress-pattern-review/agatha3_hu_afb20ab3d4d74d84.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>I found the fabric a little bit tricky to work with, as it was both slippery and weighty so it had a tendency to slide around. But I feel like my skills at grappling with fabrics like this have come a long way, so I although I had to put a bit more effort in (i.e. more pins), I never got frustrated with it or felt out of control. Just takes practice, like everything else.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/fibre-mood-agatha-dress-pattern-review/agatha4_hu_c780e292d393c6da.jpeg"
data-gallery="gallery-e4975951faba1ab23ed3f7c542bea55fdbcb8ff64930428a9e48a14f6ba96685"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/667;">
&lt;source srcset="https://www.cottonnoodle.com/blog/fibre-mood-agatha-dress-pattern-review/agatha4_hu_fa30bb54ac440e7e.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/fibre-mood-agatha-dress-pattern-review/agatha4_hu_fa30bb54ac440e7e.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>I must say I&amp;rsquo;m not crazy about Fibre Mood&amp;rsquo;s pattern instructions. They leave you to fend for yourself a bit, so I wouldn&amp;rsquo;t call them beginner-friendly. For instance, the edge of the front bodice needs to be interfaced, but there is no pattern piece for that interfacing, nor is there an explicit instruction to apply it. There&amp;rsquo;s just a note next to one of the diagrams stating factually that the highlighted yellow section is interfaced.&lt;/p>
&lt;p>I also got a little confused when attaching the sleeves, as mine didn&amp;rsquo;t match up to the bodice in the same way the diagram suggested - it wanted a 1cm seam allowance left on either side of the sleeve, but my sleeve consumed the full space, i.e. it was 1cm too long on each side. After a while, I realised that this was because the instructions gave two options for finishing the sleeve hem - either a rolled hem, or a 1cm standard hem - and my choice of rolled hem meant that only 0.2cm of the 1cm hem allowance was actually used. I wonder if they intended for that 1cm hem allowance to be trimmed when doing the rolled hem - but if so, it was not made clear at all. Never mind. I just sort of fudged it a bit under the arm, but I did it the same on both sides so who cares.&lt;/p>
&lt;p>One final gripe about the pattern is that the skirt piece is printed in full. Yet it&amp;rsquo;s symmetrical! What a huge waste of paper and printing/taping time. I actually folded the pattern piece in half and cut my skirts on the fold anyway.&lt;/p>
&lt;p>For what it&amp;rsquo;s worth, I managed to cut size 36 out of 2.5m of fabric, despite the pattern saying it needed 3m.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/fibre-mood-agatha-dress-pattern-review/agatha5_hu_ed88415e7d7df7e5.jpeg"
data-gallery="gallery-e4975951faba1ab23ed3f7c542bea55fdbcb8ff64930428a9e48a14f6ba96685"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/667;">
&lt;source srcset="https://www.cottonnoodle.com/blog/fibre-mood-agatha-dress-pattern-review/agatha5_hu_f07549292ce19163.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/fibre-mood-agatha-dress-pattern-review/agatha5_hu_f07549292ce19163.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>But. Please put all that aside. It&amp;rsquo;s all worth it. My complaints about the pattern are insignificant in comparison to how much I adore the final dress. I did enjoy sewing it, and even with the sleeve confusion it didn&amp;rsquo;t take all that long to put it together. It&amp;rsquo;s quite a straightforward sew - and creates a garment with a really stunning effect.&lt;/p>
&lt;p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/fibre-mood-agatha-dress-pattern-review/agatha6_hu_888ed7ff30606238.jpeg"
data-gallery="gallery-e4975951faba1ab23ed3f7c542bea55fdbcb8ff64930428a9e48a14f6ba96685"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/667;">
&lt;source srcset="https://www.cottonnoodle.com/blog/fibre-mood-agatha-dress-pattern-review/agatha6_hu_bd7c31e9ec6a7139.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/fibre-mood-agatha-dress-pattern-review/agatha6_hu_bd7c31e9ec6a7139.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/fibre-mood-agatha-dress-pattern-review/agatha7_hu_d94e37ccc04efc63.jpeg"
data-gallery="gallery-e4975951faba1ab23ed3f7c542bea55fdbcb8ff64930428a9e48a14f6ba96685"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/667;">
&lt;source srcset="https://www.cottonnoodle.com/blog/fibre-mood-agatha-dress-pattern-review/agatha7_hu_b54292dbe5d61b23.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/fibre-mood-agatha-dress-pattern-review/agatha7_hu_b54292dbe5d61b23.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;/p>
&lt;p>I feel ~fancy~!&lt;/p></description></item><item><title>The hotel sewing kit</title><link>https://www.cottonnoodle.com/blog/the-hotel-sewing-kit/</link><pubDate>Fri, 01 Apr 2022 16:54:00 +0000</pubDate><guid>https://www.cottonnoodle.com/blog/the-hotel-sewing-kit/</guid><description>&lt;p>&lt;em>This week I’m sharing some creative writing on the topic of sewing. I wrote this a couple of months ago in a 5-minute writing challenge on the topic of “an object related to my hobby”. PS. I’m just dabbling in creative writing, be kind 🙂&lt;/em>&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/the-hotel-sewing-kit/hotel1_hu_65690e54c6e44df7.jpg"
data-gallery="gallery-2059ddcb1c2b2261555f7665bbd9bae2b489f977f3185214bb02a9d2e48a4b51"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/375;">
&lt;source srcset="https://www.cottonnoodle.com/blog/the-hotel-sewing-kit/hotel1_hu_7f465749bd0894e6.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/the-hotel-sewing-kit/hotel1_hu_7f465749bd0894e6.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>I often collect miniature mending kits from hotels and stash them in my handbags, because the time you need a mending kit is not when you are in a hotel room with your luggage – and therefore hopefully also with a spare change of clothes – but rather when you’re out and about, at a nice dinner, or in the office, with only the clothes on your back, and a significantly higher need to look presentable.&lt;/p>
&lt;p>Once, I repaired a seam at the centre back of a grey pencil skirt while sitting, by necessity in my knickers, on a (closed) toilet in a cubicle in the loos on the fifth floor of an office block in central Leeds. Turns out you want a little more kit than just these tools to fix a broken zip, but you can do a temporary salvage, in a pinch.&lt;/p>
&lt;p>The zip had come away from the fabric just three quarters of an inch, and I suppose I might have been able to get along without repairing it, but I’m not really that sort of person. So I found myself perched in my pants on the cold toilet lid, making the burst seam worse before I could make it better, and not entirely convinced I could make it better in the ten minutes before my next meeting anyway. What would happen if I only made it worse, without making it better? Well, there was that flimsy gold safety pin – though I didn’t have a huge amount of faith in its ability to support the strain on the seam that holds my bum in. So I had to get it right.&lt;/p>
&lt;p>I discovered it’s hard to thread a needle while sat in your knickers in a cramped space under fluorescent lighting and time pressure.&lt;/p>
&lt;p>And that my insistence to favour the sewing machine over any hand-sewing at all had robbed me of an opportunity to develop a useful life skill.&lt;/p>
&lt;p>It also turns out there’s far less thread in these kits than you think.&lt;/p>
&lt;p>What do you do when once you have miraculously managed to slip-stitch that seam back into place? Rip the thread with your bare hands like an animal? Yes, yes that’s exactly what you do. And then you sit there staring at it for a full minute, cursing the amateur nature of your handiwork and lamenting the fact that this toilet stall does not feature a steam iron so you could at the very least press out the crumples impressed into the skirt by your frantic hands. But now you’ve only got ninety seconds left before your meeting, and you’re still in your pants, so you hoick the skirt on – and thank god that the zip doesn’t immediately burst open – do a quick sanity check in the mirror, not that you have any time to correct any mistakes now. Then you step back out into the office, and say not a single damn word about any of it.&lt;/p></description></item><item><title>Agatha dress, Erin dungarees, Thea toile and Birthday sweater progress</title><link>https://www.cottonnoodle.com/blog/agatha-dress-erin-dungarees-thea-toile-and-birthday-sweater-progress/</link><pubDate>Fri, 25 Mar 2022 14:31:00 +0000</pubDate><guid>https://www.cottonnoodle.com/blog/agatha-dress-erin-dungarees-thea-toile-and-birthday-sweater-progress/</guid><description>&lt;p>I made my Agatha dress this week! Here&amp;rsquo;s a teaser pic ahead of the full post I&amp;rsquo;m writing about the making of this dress.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/agatha-dress-erin-dungarees-thea-toile-and-birthday-sweater-progress/march25-1_hu_1eaf879ca4a1d9f5.jpeg"
data-description=".glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
data-gallery="gallery-22300f0f0d3e98dd80853eb1696b5336c040ac4346e1f3959a6d99604b999dfd"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/500;">
&lt;source srcset="https://www.cottonnoodle.com/blog/agatha-dress-erin-dungarees-thea-toile-and-birthday-sweater-progress/march25-1_hu_86e51d45eccf2041.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/agatha-dress-erin-dungarees-thea-toile-and-birthday-sweater-progress/march25-1_hu_86e51d45eccf2041.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;div class="glightbox-desc glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855">My latest make&lt;/div>
&lt;figcaption>My latest make&lt;/figcaption>
&lt;/figure>
&lt;p>In short, I adore it. It&amp;rsquo;s not my typical style as I tend to lean more cutesy, but I&amp;rsquo;m looking to add more elegant pieces to my wardrobe and this dress nails that brief. Can&amp;rsquo;t wait to share more about it soon.&lt;/p>
&lt;p>The next thing I want to share is not actually a make from this week, but a new pattern release: the Tilly and the Buttons Erin dungarees. You might have seen this pattern all over Instagram this week. I was a tester for this pattern a few months ago, and I&amp;rsquo;d never worn dungarees as an adult before so I had no idea what to expect!&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/agatha-dress-erin-dungarees-thea-toile-and-birthday-sweater-progress/march25-2_hu_47503dc9f4d9570.jpeg"
data-gallery="gallery-22300f0f0d3e98dd80853eb1696b5336c040ac4346e1f3959a6d99604b999dfd"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/626;">
&lt;source srcset="https://www.cottonnoodle.com/blog/agatha-dress-erin-dungarees-thea-toile-and-birthday-sweater-progress/march25-2_hu_67e3c022a646f4e.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/agatha-dress-erin-dungarees-thea-toile-and-birthday-sweater-progress/march25-2_hu_67e3c022a646f4e.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>There have been some changes to the pattern since the test version, so I&amp;rsquo;m not going to write a proper review until I&amp;rsquo;ve made a pair in the final version of the pattern. But I am showing off my tester version now that I can.&lt;/p>
&lt;p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/agatha-dress-erin-dungarees-thea-toile-and-birthday-sweater-progress/march25-3_hu_409597cdcc49d5dc.jpeg"
data-gallery="gallery-22300f0f0d3e98dd80853eb1696b5336c040ac4346e1f3959a6d99604b999dfd"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/626;">
&lt;source srcset="https://www.cottonnoodle.com/blog/agatha-dress-erin-dungarees-thea-toile-and-birthday-sweater-progress/march25-3_hu_a4d472d1da00804b.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/agatha-dress-erin-dungarees-thea-toile-and-birthday-sweater-progress/march25-3_hu_a4d472d1da00804b.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/agatha-dress-erin-dungarees-thea-toile-and-birthday-sweater-progress/march25-4_hu_40850aa6922d1875.jpeg"
data-gallery="gallery-22300f0f0d3e98dd80853eb1696b5336c040ac4346e1f3959a6d99604b999dfd"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/626;">
&lt;source srcset="https://www.cottonnoodle.com/blog/agatha-dress-erin-dungarees-thea-toile-and-birthday-sweater-progress/march25-4_hu_2a79be601eba0fbb.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/agatha-dress-erin-dungarees-thea-toile-and-birthday-sweater-progress/march25-4_hu_2a79be601eba0fbb.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;/p>
&lt;p>I made a couple of mistakes on these that mean I&amp;rsquo;m probably not going to wear them outdoors, but they&amp;rsquo;re good for around the house. I could have done with sizing down around the hip - I hadn&amp;rsquo;t checked the hip measurement so it&amp;rsquo;s a bit baggy around the bum. I also picked a denim that I think is actually too structured for the pattern, so I&amp;rsquo;m not crazy about the way it hangs. At least I know exactly what changes I want to make next time.&lt;/p>
&lt;p>My final bit of sewing news is that I got a bit carried away with my Thea wearable toile last week. I put the sleeves and the collar on and did the fancy topstitching and everything. Then, when I was trying it on to figure out where to put the buttons, I realised I&amp;rsquo;d forgotten to use it as an actual toile - and it still doesn&amp;rsquo;t fit! &lt;strong>Argh&lt;/strong>. So, it&amp;rsquo;s just a fancy unwearable wearable toile. Here&amp;rsquo;s a photo of it for posterity.&lt;/p>
&lt;div class="flex">
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/agatha-dress-erin-dungarees-thea-toile-and-birthday-sweater-progress/march25-5_hu_632b24176d5d74d.jpeg"
data-description=".glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
data-gallery="gallery-22300f0f0d3e98dd80853eb1696b5336c040ac4346e1f3959a6d99604b999dfd"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/667;">
&lt;source srcset="https://www.cottonnoodle.com/blog/agatha-dress-erin-dungarees-thea-toile-and-birthday-sweater-progress/march25-5_hu_901646c57b0b2da8.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/agatha-dress-erin-dungarees-thea-toile-and-birthday-sweater-progress/march25-5_hu_901646c57b0b2da8.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;div class="glightbox-desc glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855">Only just noticed that the collar stand topstiching is dodgy (I sewed it from the inside by accident). NEVERMIND, this thing isn&amp;rsquo;t getting worn anyway&lt;/div>
&lt;figcaption>Only just noticed that the collar stand topstiching is dodgy (I sewed it from the inside by accident). NEVERMIND, this thing isn&amp;rsquo;t getting worn anyway&lt;/figcaption>
&lt;/figure>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/agatha-dress-erin-dungarees-thea-toile-and-birthday-sweater-progress/march25-6_hu_bdfc3156ffcf0aad.jpeg"
data-gallery="gallery-22300f0f0d3e98dd80853eb1696b5336c040ac4346e1f3959a6d99604b999dfd"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/667;">
&lt;source srcset="https://www.cottonnoodle.com/blog/agatha-dress-erin-dungarees-thea-toile-and-birthday-sweater-progress/march25-6_hu_8650f7a8d0cf2f51.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/agatha-dress-erin-dungarees-thea-toile-and-birthday-sweater-progress/march25-6_hu_8650f7a8d0cf2f51.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;/div>
&lt;p>I am going to size up for my proper Thea, as I think I read the numbers wrong on the measurements. Back to the drawing board. Or at least, the tracing table.&lt;/p>
&lt;p>What&amp;rsquo;s next in sewing land for me? Not sure just now - might do an instant gratification project before I approach the Thea again. Perhaps those Erin dungarees. I also have some exciting project plans that I can&amp;rsquo;t reveal just yet!&lt;/p>
&lt;h2 id="knitting-update">Knitting Update&lt;/h2>
&lt;p>Here&amp;rsquo;s my customary weekly knitting progress shot. I feel like I&amp;rsquo;ve been close to the end of this ball of yarn for weeks. Surely it&amp;rsquo;s going to run out soon? I&amp;rsquo;m going to decide on a whim which colour I switch to next. It will probably be dark pink.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/agatha-dress-erin-dungarees-thea-toile-and-birthday-sweater-progress/march25-7_hu_cdc43745eb620be7.jpeg"
data-gallery="gallery-22300f0f0d3e98dd80853eb1696b5336c040ac4346e1f3959a6d99604b999dfd"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/625;">
&lt;source srcset="https://www.cottonnoodle.com/blog/agatha-dress-erin-dungarees-thea-toile-and-birthday-sweater-progress/march25-7_hu_41c22f65e8d03245.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/agatha-dress-erin-dungarees-thea-toile-and-birthday-sweater-progress/march25-7_hu_41c22f65e8d03245.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>Thanks for reading, see you next week!&lt;/p></description></item><item><title>Fitting Thea top toiles, and knitting progress</title><link>https://www.cottonnoodle.com/blog/fitting-thea-top-toiles-and-knitting-progress/</link><pubDate>Fri, 18 Mar 2022 10:47:00 +0000</pubDate><guid>https://www.cottonnoodle.com/blog/fitting-thea-top-toiles-and-knitting-progress/</guid><description>&lt;p>I&amp;rsquo;ve been following my heart this week. By which I mean I&amp;rsquo;ve changed my mind a LOT and flip-flopped between 4(!) different sewing projects. Remember last week I was saying I only work on one project at once? Ha.&lt;/p>
&lt;p>My goal at the start of the week was to finish with the fitting the bodice of my Etta dress, and then I could switch onto another project. I&amp;rsquo;ve been working on this fitting project for weeks and frankly I&amp;rsquo;m bored out of my mind with it - and frustrated too. It&amp;rsquo;s been something I&amp;rsquo;ve wanted to do for ages, as I was hoping to turn it into a bodice block for drafting my own tops and dresses. But it&amp;rsquo;s very challenging for me.&lt;/p>
&lt;p>I&amp;rsquo;ve got scoliosis, which means if you look at my back from behind it looks like a reverse &amp;ldquo;S&amp;rdquo; shape, rather than a typical spine which looks like an &amp;ldquo;I&amp;rdquo;. Fortunately it causes me no physical discomfort at all, despite what I used to tell my PE teachers to get out of netball lessons. It does have a cosmetic impact though, which generally doesn&amp;rsquo;t bother me. I never wanted to be a ballerina anyway. But if I want a well-fitting bodice, I have to be a bit clever about it, because if it fits nicely on the right it doesn&amp;rsquo;t fit nicely on the left.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/fitting-thea-top-toiles-and-knitting-progress/march18-1_hu_d99ccd32329edb57.jpg"
data-description=".glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
data-gallery="gallery-67c8b279894a7f83e48d1b9e9719b7af73085b4e90cbb17eb6ed9537a4b8a336"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/667;">
&lt;source srcset="https://www.cottonnoodle.com/blog/fitting-thea-top-toiles-and-knitting-progress/march18-1_hu_d2ce328b47efb91d.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/fitting-thea-top-toiles-and-knitting-progress/march18-1_hu_d2ce328b47efb91d.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;div class="glightbox-desc glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855">The pooling isn&amp;rsquo;t a posture thing - my left upper back is flatter than my right upper back, so it needs less fabric. My shoulders slope differently too, and my ribcage is rounder on the right&lt;/div>
&lt;figcaption>The pooling isn&amp;rsquo;t a posture thing - my left upper back is flatter than my right upper back, so it needs less fabric. My shoulders slope differently too, and my ribcage is rounder on the right&lt;/figcaption>
&lt;/figure>
&lt;p>Turns out I&amp;rsquo;m not clever enough yet to figure this out. Perhaps a V back bodice with a neckline dart was a bad place to start. After about 6,000,000 toiles with a mirrored back bodice, I finally had one attempt at modifying the left independently of the right and immediately lost all motivation when I realised that taking a wedge out of one side was going to have implications on the angle of the neckline and the overall pattern placement of the Ankara fabric I wanted to make this dress out of. Utter disillusionment. After 4 weeks of faffing with this pattern, I&amp;rsquo;ve said sod it. I&amp;rsquo;ll try again when I have more fitting and drafting skills.&lt;/p>
&lt;p>So, in comes project number 2 for a bit of &lt;em>&lt;del>excitement&lt;/del>&lt;/em>. It&amp;rsquo;s this combo again:&lt;/p>
&lt;div class="flex">
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/fitting-thea-top-toiles-and-knitting-progress/march18-2_hu_207c6aabe3234879.jpg"
data-description=".glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
data-gallery="gallery-67c8b279894a7f83e48d1b9e9719b7af73085b4e90cbb17eb6ed9537a4b8a336"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/375;">
&lt;source srcset="https://www.cottonnoodle.com/blog/fitting-thea-top-toiles-and-knitting-progress/march18-2_hu_af0a7b07305c4add.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/fitting-thea-top-toiles-and-knitting-progress/march18-2_hu_af0a7b07305c4add.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;div class="glightbox-desc glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855">Liberty Glastonbury tana lawn&lt;/div>
&lt;figcaption>Liberty Glastonbury tana lawn&lt;/figcaption>
&lt;/figure>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/fitting-thea-top-toiles-and-knitting-progress/march18-3_hu_be7a050e51305582.jpg"
data-description=".glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
data-gallery="gallery-67c8b279894a7f83e48d1b9e9719b7af73085b4e90cbb17eb6ed9537a4b8a336"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/280;">
&lt;source srcset="https://www.cottonnoodle.com/blog/fitting-thea-top-toiles-and-knitting-progress/march18-3_hu_f20b41df81be9fb6.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/fitting-thea-top-toiles-and-knitting-progress/march18-3_hu_f20b41df81be9fb6.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;div class="glightbox-desc glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855">Liberty Thea shirt&lt;/div>
&lt;figcaption>Liberty Thea shirt&lt;/figcaption>
&lt;/figure>
&lt;/div>
&lt;p>Because I don&amp;rsquo;t learn, I made a toile again. This time it went really well, actually. Too well. Look how nice these old bedsheets actually are.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/fitting-thea-top-toiles-and-knitting-progress/march18-4_hu_92228c5dfc104d73.jpg"
data-description=".glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
data-gallery="gallery-67c8b279894a7f83e48d1b9e9719b7af73085b4e90cbb17eb6ed9537a4b8a336"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/667;">
&lt;source srcset="https://www.cottonnoodle.com/blog/fitting-thea-top-toiles-and-knitting-progress/march18-4_hu_feb8bae0cb943ae5.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/fitting-thea-top-toiles-and-knitting-progress/march18-4_hu_feb8bae0cb943ae5.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;div class="glightbox-desc glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855">Liberty Thea toile #1. Needs an FBA, reduce length of bodice, and increase length of sleeve - but really not bad otherwise&lt;/div>
&lt;figcaption>Liberty Thea toile #1. Needs an FBA, reduce length of bodice, and increase length of sleeve - but really not bad otherwise&lt;/figcaption>
&lt;/figure>
&lt;p>There are a few modifications I needed to make after the first toile, but I liked the fabric so much I actually decided to make the second toile a wearable toile. That is, make it up like a real top. Which essentially makes it project number 3.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/fitting-thea-top-toiles-and-knitting-progress/march18-5_hu_7250fe7ae47db077.jpg"
data-description=".glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
data-gallery="gallery-67c8b279894a7f83e48d1b9e9719b7af73085b4e90cbb17eb6ed9537a4b8a336"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/667;">
&lt;source srcset="https://www.cottonnoodle.com/blog/fitting-thea-top-toiles-and-knitting-progress/march18-5_hu_fc172410418873a.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/fitting-thea-top-toiles-and-knitting-progress/march18-5_hu_fc172410418873a.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;div class="glightbox-desc glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855">Here I go again.&lt;/div>
&lt;figcaption>Here I go again.&lt;/figcaption>
&lt;/figure>
&lt;p>Because the fabric is a little bit formal-shirt looking, I&amp;rsquo;ve decided to spice it up with a little contrast top stitching. I&amp;rsquo;m thinking a bit of pink and teal (classic) and maybe use some of the weird stitch patterns on my machine to create a design element out of it.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/fitting-thea-top-toiles-and-knitting-progress/march18-6_hu_1980808d41e64f70.jpg"
data-gallery="gallery-67c8b279894a7f83e48d1b9e9719b7af73085b4e90cbb17eb6ed9537a4b8a336"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/281;">
&lt;source srcset="https://www.cottonnoodle.com/blog/fitting-thea-top-toiles-and-knitting-progress/march18-6_hu_e4ca57487c17beb7.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/fitting-thea-top-toiles-and-knitting-progress/march18-6_hu_e4ca57487c17beb7.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>But I mentioned 4 sewing projects, didn&amp;rsquo;t I? I was falling asleep on Wednesday night when I remembered my work Christmas party is next week. Yes I know it&amp;rsquo;s March, but it was also Omicron in December, so we&amp;rsquo;re doing it now. Am I actually mental, deciding at the last minute to make myself a dress? Probably yes. Especially when it&amp;rsquo;s a dress of a style I&amp;rsquo;ve never even tried on before, so I don&amp;rsquo;t know if I&amp;rsquo;ll like it on me. But apparently I am hyper-motivated to sew this week, so I crack on.&lt;/p>
&lt;div class="flex">
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/fitting-thea-top-toiles-and-knitting-progress/march18-7_hu_9b0f363b034b3e09.jpg"
data-description=".glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
data-gallery="gallery-67c8b279894a7f83e48d1b9e9719b7af73085b4e90cbb17eb6ed9537a4b8a336"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/375;">
&lt;source srcset="https://www.cottonnoodle.com/blog/fitting-thea-top-toiles-and-knitting-progress/march18-7_hu_e0cacddb1ce55aff.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/fitting-thea-top-toiles-and-knitting-progress/march18-7_hu_e0cacddb1ce55aff.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;div class="glightbox-desc glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855">One of the perks of working from home is that you can cut out a sewing project on your lunch break.&lt;/div>
&lt;figcaption>One of the perks of working from home is that you can cut out a sewing project on your lunch break.&lt;/figcaption>
&lt;/figure>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/fitting-thea-top-toiles-and-knitting-progress/march18-8_hu_f08d56c39e30903e.png"
data-description=".glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
data-gallery="gallery-67c8b279894a7f83e48d1b9e9719b7af73085b4e90cbb17eb6ed9537a4b8a336"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/500;">
&lt;source srcset="https://www.cottonnoodle.com/blog/fitting-thea-top-toiles-and-knitting-progress/march18-8_hu_c976b08c10eefe08.png" />
&lt;img src="https://www.cottonnoodle.com/blog/fitting-thea-top-toiles-and-knitting-progress/march18-8_hu_c976b08c10eefe08.png" alt="" />
&lt;/picture>
&lt;/a>
&lt;div class="glightbox-desc glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855">Fibre Mood Agatha&lt;/div>
&lt;figcaption>Fibre Mood Agatha&lt;/figcaption>
&lt;/figure>
&lt;/div>
&lt;h2 id="knitting-update">Knitting Update&lt;/h2>
&lt;p>The knitting project seems to be taking forever. I&amp;rsquo;m not sure if these weekly photos are helping or hindering. They&amp;rsquo;re encouraging me to push at it so I can see progress, but then I take the photo and I can hardly see any progress. It is feeling &lt;em>super&lt;/em> squishy though!&lt;/p>
&lt;p>Half brioche stitch is still slow&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/fitting-thea-top-toiles-and-knitting-progress/march18-9_hu_a084eb137653366b.jpg"
data-description=".glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
data-gallery="gallery-67c8b279894a7f83e48d1b9e9719b7af73085b4e90cbb17eb6ed9537a4b8a336"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/667;">
&lt;source srcset="https://www.cottonnoodle.com/blog/fitting-thea-top-toiles-and-knitting-progress/march18-9_hu_b301ba10d0c5a5e2.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/fitting-thea-top-toiles-and-knitting-progress/march18-9_hu_b301ba10d0c5a5e2.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;div class="glightbox-desc glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855">Fibre Mood Agatha&lt;/div>
&lt;figcaption>Fibre Mood Agatha&lt;/figcaption>
&lt;/figure></description></item><item><title>Parking the Etta dress and making other plans</title><link>https://www.cottonnoodle.com/blog/parking-the-etta-dress-and-making-other-plans/</link><pubDate>Fri, 11 Mar 2022 14:21:00 +0000</pubDate><guid>https://www.cottonnoodle.com/blog/parking-the-etta-dress-and-making-other-plans/</guid><description>&lt;p>Loads to talk about this week, even though I haven&amp;rsquo;t actually switched on my sewing machine.&lt;/p>
&lt;p>The dress hack I was working on last week hasn&amp;rsquo;t really excited me, so I&amp;rsquo;ve just let it sit for now until the urge to pick it up returns. I always try to keep a &amp;ldquo;one project at a time per craft&amp;rdquo; rule (a WIP limit of one, for all y&amp;rsquo;all in software engineering out there 👀). I&amp;rsquo;m moderately strict about it because every time I&amp;rsquo;ve broken that rule, I essentially end up parking the first project for months, and then I end up feeling guilty about letting it languish, and it&amp;rsquo;s a whole mental burden, and another pile of mess in my house, and so on.&lt;/p>
&lt;p>Anyway, with all that in mind, I printed and taped the PDF pattern for the Fibre Mood Agatha dress this week. ha! I couldn&amp;rsquo;t stop thinking about making it in this vibrant rayon jersey I picked up in town a couple weeks ago:&lt;/p>
&lt;div class="flex">
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/parking-the-etta-dress-and-making-other-plans/march11-1_hu_b1cbb841fd57ee62.png"
data-description=".glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
data-gallery="gallery-b41c99fc9abf4227560f1847bc1be5e1ea319f344d18a20ee80a40b658cf6d3e"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/500;">
&lt;source srcset="https://www.cottonnoodle.com/blog/parking-the-etta-dress-and-making-other-plans/march11-1_hu_6826dc5af762ec8c.png" />
&lt;img src="https://www.cottonnoodle.com/blog/parking-the-etta-dress-and-making-other-plans/march11-1_hu_6826dc5af762ec8c.png" alt="" />
&lt;/picture>
&lt;/a>
&lt;div class="glightbox-desc glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855">Agatha dress by Fibre Mood&lt;/div>
&lt;figcaption>Agatha dress by Fibre Mood&lt;/figcaption>
&lt;/figure>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/parking-the-etta-dress-and-making-other-plans/march11-2_hu_fc822d228cf1667d.jpg"
data-description=".glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
data-gallery="gallery-b41c99fc9abf4227560f1847bc1be5e1ea319f344d18a20ee80a40b658cf6d3e"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/375;">
&lt;source srcset="https://www.cottonnoodle.com/blog/parking-the-etta-dress-and-making-other-plans/march11-2_hu_509c84c70f92131f.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/parking-the-etta-dress-and-making-other-plans/march11-2_hu_509c84c70f92131f.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;div class="glightbox-desc glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855">Palm print rayon jersey&lt;/div>
&lt;figcaption>Palm print rayon jersey&lt;/figcaption>
&lt;/figure>
&lt;/div>
&lt;p>I am feeling a little unfinished-project guilt about the Etta dress so I&amp;rsquo;m not 100% sure if I&amp;rsquo;ll cut into this fabric yet. That said, I do think it&amp;rsquo;s important to work on the project that you&amp;rsquo;re drawn to. This is a hobby after all. No one&amp;rsquo;s holding me accountable other than me.&lt;/p>
&lt;p>I&amp;rsquo;ve also been daydreaming about shirts and shirt dresses a lot. I love shirts! I love collars and sleeve plackets and button bands and yokes and pleats. I have this one fancy shirt from Anthropologie that I wear loads because it&amp;rsquo;s so pretty:&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/parking-the-etta-dress-and-making-other-plans/march11-3_hu_3b4c2d48c92d3976.jpg"
data-description=".glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
data-gallery="gallery-b41c99fc9abf4227560f1847bc1be5e1ea319f344d18a20ee80a40b658cf6d3e"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/625;">
&lt;source srcset="https://www.cottonnoodle.com/blog/parking-the-etta-dress-and-making-other-plans/march11-3_hu_c881ece0f9c5f2e8.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/parking-the-etta-dress-and-making-other-plans/march11-3_hu_c881ece0f9c5f2e8.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;div class="glightbox-desc glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855">Anthropologie shirt (photo from last year). Yes I am aware my hair is blocking much of the shirt detail. But you get the idea.&lt;/div>
&lt;figcaption>Anthropologie shirt (photo from last year). Yes I am aware my hair is blocking much of the shirt detail. But you get the idea.&lt;/figcaption>
&lt;/figure>
&lt;p>I want more shirts like this in my life - not so much the patchwork thing, but the bright prints and slight blousiness. A bit of a statement piece but not too loud. So I&amp;rsquo;ve been mashing up patterns and fabrics from my collection in my mind:&lt;/p>
&lt;div class="flex">
&lt;figure style="max-width: 300px;">
&lt;a href="https://www.cottonnoodle.com/blog/parking-the-etta-dress-and-making-other-plans/march11-4_hu_fcaecf9ed934e18.jpg"
data-description=".glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
data-gallery="gallery-b41c99fc9abf4227560f1847bc1be5e1ea319f344d18a20ee80a40b658cf6d3e"
class="glightbox">
&lt;picture style="max-width: 300px; aspect-ratio: 300/225;">
&lt;source srcset="https://www.cottonnoodle.com/blog/parking-the-etta-dress-and-making-other-plans/march11-4_hu_4fd2bd5d24d36f54.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/parking-the-etta-dress-and-making-other-plans/march11-4_hu_4fd2bd5d24d36f54.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;div class="glightbox-desc glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855">Dashwood Studios Circle Line Austin rayon&lt;/div>
&lt;figcaption>Dashwood Studios Circle Line Austin rayon&lt;/figcaption>
&lt;/figure>
&lt;figure style="max-width: 300px;">
&lt;a href="https://www.cottonnoodle.com/blog/parking-the-etta-dress-and-making-other-plans/march11-5_hu_68585ab8ba19cc9c.jpg"
data-description=".glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
data-gallery="gallery-b41c99fc9abf4227560f1847bc1be5e1ea319f344d18a20ee80a40b658cf6d3e"
class="glightbox">
&lt;picture style="max-width: 300px; aspect-ratio: 300/225;">
&lt;source srcset="https://www.cottonnoodle.com/blog/parking-the-etta-dress-and-making-other-plans/march11-5_hu_9f7f7b36039ba669.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/parking-the-etta-dress-and-making-other-plans/march11-5_hu_9f7f7b36039ba669.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;div class="glightbox-desc glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855">Dashwood Studios Circle Line Temple rayon&lt;/div>
&lt;figcaption>Dashwood Studios Circle Line Temple rayon&lt;/figcaption>
&lt;/figure>
&lt;figure style="max-width: 300px;">
&lt;a href="https://www.cottonnoodle.com/blog/parking-the-etta-dress-and-making-other-plans/march11-6_hu_a193e1fc21f1b8fb.jpg"
data-description=".glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
data-gallery="gallery-b41c99fc9abf4227560f1847bc1be5e1ea319f344d18a20ee80a40b658cf6d3e"
class="glightbox">
&lt;picture style="max-width: 300px; aspect-ratio: 300/225;">
&lt;source srcset="https://www.cottonnoodle.com/blog/parking-the-etta-dress-and-making-other-plans/march11-6_hu_20545757a6eb5789.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/parking-the-etta-dress-and-making-other-plans/march11-6_hu_20545757a6eb5789.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;div class="glightbox-desc glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855">Lady McElroy Artisan Splash cotton lawn&lt;/div>
&lt;figcaption>Lady McElroy Artisan Splash cotton lawn&lt;/figcaption>
&lt;/figure>
&lt;figure style="max-width: 300px;">
&lt;a href="https://www.cottonnoodle.com/blog/parking-the-etta-dress-and-making-other-plans/march11-7_hu_d92aff2b71310f4b.jpg"
data-description=".glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
data-gallery="gallery-b41c99fc9abf4227560f1847bc1be5e1ea319f344d18a20ee80a40b658cf6d3e"
class="glightbox">
&lt;picture style="max-width: 300px; aspect-ratio: 300/225;">
&lt;source srcset="https://www.cottonnoodle.com/blog/parking-the-etta-dress-and-making-other-plans/march11-7_hu_3a395bc747bfe0fe.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/parking-the-etta-dress-and-making-other-plans/march11-7_hu_3a395bc747bfe0fe.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;div class="glightbox-desc glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855">Lady McElroy cotton lawn&lt;/div>
&lt;figcaption>Lady McElroy cotton lawn&lt;/figcaption>
&lt;/figure>
&lt;figure style="max-width: 300px;">
&lt;a href="https://www.cottonnoodle.com/blog/parking-the-etta-dress-and-making-other-plans/march11-8_hu_fde079395c4a7714.jpg"
data-description=".glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
data-gallery="gallery-b41c99fc9abf4227560f1847bc1be5e1ea319f344d18a20ee80a40b658cf6d3e"
class="glightbox">
&lt;picture style="max-width: 300px; aspect-ratio: 300/225;">
&lt;source srcset="https://www.cottonnoodle.com/blog/parking-the-etta-dress-and-making-other-plans/march11-8_hu_76c5c1b4474408cb.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/parking-the-etta-dress-and-making-other-plans/march11-8_hu_76c5c1b4474408cb.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;div class="glightbox-desc glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855">Liberty cotton lawn&lt;/div>
&lt;figcaption>Liberty cotton lawn&lt;/figcaption>
&lt;/figure>
&lt;figure style="max-width: 300px;">
&lt;a href="https://www.cottonnoodle.com/blog/parking-the-etta-dress-and-making-other-plans/march11-9_hu_c18c68b1a41522f.jpg"
data-description=".glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
data-gallery="gallery-b41c99fc9abf4227560f1847bc1be5e1ea319f344d18a20ee80a40b658cf6d3e"
class="glightbox">
&lt;picture style="max-width: 300px; aspect-ratio: 300/225;">
&lt;source srcset="https://www.cottonnoodle.com/blog/parking-the-etta-dress-and-making-other-plans/march11-9_hu_1ef7ce36881a34a.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/parking-the-etta-dress-and-making-other-plans/march11-9_hu_1ef7ce36881a34a.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;div class="glightbox-desc glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855">Liberty cotton lawn&lt;/div>
&lt;figcaption>Liberty cotton lawn&lt;/figcaption>
&lt;/figure>
&lt;figure style="max-width: 300px;">
&lt;a href="https://www.cottonnoodle.com/blog/parking-the-etta-dress-and-making-other-plans/march11-10_hu_a44c878669c745cf.jpg"
data-description=".glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
data-gallery="gallery-b41c99fc9abf4227560f1847bc1be5e1ea319f344d18a20ee80a40b658cf6d3e"
class="glightbox">
&lt;picture style="max-width: 300px; aspect-ratio: 300/225;">
&lt;source srcset="https://www.cottonnoodle.com/blog/parking-the-etta-dress-and-making-other-plans/march11-10_hu_483d4ec38ebb66ec.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/parking-the-etta-dress-and-making-other-plans/march11-10_hu_483d4ec38ebb66ec.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;div class="glightbox-desc glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855">Liberty Glastonbury cotton lawn&lt;/div>
&lt;figcaption>Liberty Glastonbury cotton lawn&lt;/figcaption>
&lt;/figure>
&lt;/div>
&lt;p>I LOVE all of these fabrics. But the problem is they&amp;rsquo;re all so super special and delicious and beautiful that I&amp;rsquo;m terrified of cutting into them. They are the fanciest nicest most expensive fabrics in my stash and I know I need to just use them as I&amp;rsquo;ll enjoy them more as garments that I can actually wear, but I&amp;rsquo;m still intimidated about starting. Also pretty much all of them are going to require some level of pattern matching (because it would be a shame not to really show off those lovely prints) which only adds to the fear level.&lt;/p>
&lt;p>I get pretty excited imagining the combinations with these shirt patterns though:&lt;/p>
&lt;div class="flex">
&lt;figure style="max-width: 300px;">
&lt;a href="https://www.cottonnoodle.com/blog/parking-the-etta-dress-and-making-other-plans/march11-11_hu_a151d4f0db75b2c9.jpg"
data-description=".glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
data-gallery="gallery-b41c99fc9abf4227560f1847bc1be5e1ea319f344d18a20ee80a40b658cf6d3e"
class="glightbox">
&lt;picture style="max-width: 300px; aspect-ratio: 300/482;">
&lt;source srcset="https://www.cottonnoodle.com/blog/parking-the-etta-dress-and-making-other-plans/march11-11_hu_ed9ddbb1c8221e69.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/parking-the-etta-dress-and-making-other-plans/march11-11_hu_ed9ddbb1c8221e69.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;div class="glightbox-desc glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855">Sewaholic Granville&lt;/div>
&lt;figcaption>Sewaholic Granville&lt;/figcaption>
&lt;/figure>
&lt;figure style="max-width: 300px;">
&lt;a href="https://www.cottonnoodle.com/blog/parking-the-etta-dress-and-making-other-plans/march11-12_hu_c51a3873ebb8954c.jpg"
data-description=".glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
data-gallery="gallery-b41c99fc9abf4227560f1847bc1be5e1ea319f344d18a20ee80a40b658cf6d3e"
class="glightbox">
&lt;picture style="max-width: 300px; aspect-ratio: 300/399;">
&lt;source srcset="https://www.cottonnoodle.com/blog/parking-the-etta-dress-and-making-other-plans/march11-12_hu_6b9aecd17da0b2a4.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/parking-the-etta-dress-and-making-other-plans/march11-12_hu_6b9aecd17da0b2a4.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;div class="glightbox-desc glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855">Tilly and the Buttons Lyra&lt;/div>
&lt;figcaption>Tilly and the Buttons Lyra&lt;/figcaption>
&lt;/figure>
&lt;figure style="max-width: 300px;">
&lt;a href="https://www.cottonnoodle.com/blog/parking-the-etta-dress-and-making-other-plans/march11-13_hu_a5f8ded2cc780411.jpg"
data-description=".glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
data-gallery="gallery-b41c99fc9abf4227560f1847bc1be5e1ea319f344d18a20ee80a40b658cf6d3e"
class="glightbox">
&lt;picture style="max-width: 300px; aspect-ratio: 300/484;">
&lt;source srcset="https://www.cottonnoodle.com/blog/parking-the-etta-dress-and-making-other-plans/march11-13_hu_ed07a0e010f1962d.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/parking-the-etta-dress-and-making-other-plans/march11-13_hu_ed07a0e010f1962d.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;div class="glightbox-desc glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855">Colette Aster&lt;/div>
&lt;figcaption>Colette Aster&lt;/figcaption>
&lt;/figure>
&lt;figure style="max-width: 300px;">
&lt;a href="https://www.cottonnoodle.com/blog/parking-the-etta-dress-and-making-other-plans/march11-14_hu_9017b42ea89a3879.jpg"
data-description=".glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
data-gallery="gallery-b41c99fc9abf4227560f1847bc1be5e1ea319f344d18a20ee80a40b658cf6d3e"
class="glightbox">
&lt;picture style="max-width: 300px; aspect-ratio: 300/133;">
&lt;source srcset="https://www.cottonnoodle.com/blog/parking-the-etta-dress-and-making-other-plans/march11-14_hu_54a79acacf182bfd.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/parking-the-etta-dress-and-making-other-plans/march11-14_hu_54a79acacf182bfd.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;div class="glightbox-desc glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855">Helen&amp;rsquo;s Closet Gilbert&lt;/div>
&lt;figcaption>Helen&amp;rsquo;s Closet Gilbert&lt;/figcaption>
&lt;/figure>
&lt;figure style="max-width: 300px;">
&lt;a href="https://www.cottonnoodle.com/blog/parking-the-etta-dress-and-making-other-plans/march11-15_hu_be554889235b6cf7.jpg"
data-description=".glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
data-gallery="gallery-b41c99fc9abf4227560f1847bc1be5e1ea319f344d18a20ee80a40b658cf6d3e"
class="glightbox">
&lt;picture style="max-width: 300px; aspect-ratio: 300/300;">
&lt;source srcset="https://www.cottonnoodle.com/blog/parking-the-etta-dress-and-making-other-plans/march11-15_hu_a573970e6d5f42b0.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/parking-the-etta-dress-and-making-other-plans/march11-15_hu_a573970e6d5f42b0.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;div class="glightbox-desc glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855">Fibre Mood Norma&lt;/div>
&lt;figcaption>Fibre Mood Norma&lt;/figcaption>
&lt;/figure>
&lt;figure style="max-width: 300px;">
&lt;a href="https://www.cottonnoodle.com/blog/parking-the-etta-dress-and-making-other-plans/march11-17_hu_72f325cea176451c.jpg"
data-description=".glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
data-gallery="gallery-b41c99fc9abf4227560f1847bc1be5e1ea319f344d18a20ee80a40b658cf6d3e"
class="glightbox">
&lt;picture style="max-width: 300px; aspect-ratio: 300/117;">
&lt;source srcset="https://www.cottonnoodle.com/blog/parking-the-etta-dress-and-making-other-plans/march11-17_hu_5da1ab5c65d69ff5.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/parking-the-etta-dress-and-making-other-plans/march11-17_hu_5da1ab5c65d69ff5.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;div class="glightbox-desc glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855">Liberty Thea&lt;/div>
&lt;figcaption>Liberty Thea&lt;/figcaption>
&lt;/figure>
&lt;figure style="max-width: 300px;">
&lt;a href="https://www.cottonnoodle.com/blog/parking-the-etta-dress-and-making-other-plans/march11-16_hu_a3f8090c7b71af22.jpg"
data-description=".glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
data-gallery="gallery-b41c99fc9abf4227560f1847bc1be5e1ea319f344d18a20ee80a40b658cf6d3e"
class="glightbox">
&lt;picture style="max-width: 300px; aspect-ratio: 300/342;">
&lt;source srcset="https://www.cottonnoodle.com/blog/parking-the-etta-dress-and-making-other-plans/march11-16_hu_f7e26db9d6316871.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/parking-the-etta-dress-and-making-other-plans/march11-16_hu_f7e26db9d6316871.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;div class="glightbox-desc glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855">Tilly and the Buttons Mimi&lt;/div>
&lt;figcaption>Tilly and the Buttons Mimi&lt;/figcaption>
&lt;/figure>
&lt;/div>
&lt;p>I didn&amp;rsquo;t realise I had so many shirt and shirt dress patterns until just now.&lt;/p>
&lt;p>The combo I&amp;rsquo;m most likely to start with is the Liberty Thea in the Liberty Glastonbury fabric. I&amp;rsquo;m thinking the collar and necktie from view D, and the sleeves from view C. Assuming I have enough fabric.&lt;/p>
&lt;div class="flex">
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/parking-the-etta-dress-and-making-other-plans/march11-18_hu_a44c878669c745cf.jpg"
data-gallery="gallery-b41c99fc9abf4227560f1847bc1be5e1ea319f344d18a20ee80a40b658cf6d3e"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/375;">
&lt;source srcset="https://www.cottonnoodle.com/blog/parking-the-etta-dress-and-making-other-plans/march11-18_hu_dad64a5dce2d34fa.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/parking-the-etta-dress-and-making-other-plans/march11-18_hu_dad64a5dce2d34fa.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/parking-the-etta-dress-and-making-other-plans/march11-19_hu_e5e223529ada85a5.jpg"
data-gallery="gallery-b41c99fc9abf4227560f1847bc1be5e1ea319f344d18a20ee80a40b658cf6d3e"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/280;">
&lt;source srcset="https://www.cottonnoodle.com/blog/parking-the-etta-dress-and-making-other-plans/march11-19_hu_6439f9ac02537a0f.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/parking-the-etta-dress-and-making-other-plans/march11-19_hu_6439f9ac02537a0f.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;/div>
&lt;p>In other news, my pattern weight collection has expanded considerably this week. I use antique brass bell weights of 1lb or under, and my rule is that I can only buy them if I see them in person. I spotted four 1lb weights in the window of a local antique shop, and simply had to snap them up!&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/parking-the-etta-dress-and-making-other-plans/march11-21_hu_5333e2473ecbef47.jpg"
data-description=".glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
data-gallery="gallery-b41c99fc9abf4227560f1847bc1be5e1ea319f344d18a20ee80a40b658cf6d3e"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/667;">
&lt;source srcset="https://www.cottonnoodle.com/blog/parking-the-etta-dress-and-making-other-plans/march11-21_hu_f0995f8af83c0a84.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/parking-the-etta-dress-and-making-other-plans/march11-21_hu_f0995f8af83c0a84.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;div class="glightbox-desc glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855">Antique weights as pattern weights&lt;/div>
&lt;figcaption>Antique weights as pattern weights&lt;/figcaption>
&lt;/figure>
&lt;h2 id="knitting-update">Knitting Update&lt;/h2>
&lt;p>My Birthday Sweater continues at a nice pace. I&amp;rsquo;m just about at the point where I have to switch from my medium sized project bag to a full size tote bag.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/parking-the-etta-dress-and-making-other-plans/march11-20_hu_b3650ff67c8cda30.jpg"
data-gallery="gallery-b41c99fc9abf4227560f1847bc1be5e1ea319f344d18a20ee80a40b658cf6d3e"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/500;">
&lt;source srcset="https://www.cottonnoodle.com/blog/parking-the-etta-dress-and-making-other-plans/march11-20_hu_9892eb3b117d2297.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/parking-the-etta-dress-and-making-other-plans/march11-20_hu_9892eb3b117d2297.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>I have loads more of the pink, so I&amp;rsquo;m thinking of doing one sleeve in pink and the other in a different colour.&lt;/p>
&lt;p>Thanks for reading, see you next week! 🙂&lt;/p></description></item><item><title>Knit club meetup, ankara plans, and Etta toiles</title><link>https://www.cottonnoodle.com/blog/knit-club-meetup-ankara-plans-and-etta-toiles/</link><pubDate>Fri, 04 Mar 2022 14:59:00 +0000</pubDate><guid>https://www.cottonnoodle.com/blog/knit-club-meetup-ankara-plans-and-etta-toiles/</guid><description>&lt;p>&lt;em>Welcome to the first of a new series! Each Friday I will be writing about what I&amp;rsquo;ve done in sewing land over the past week - plus any knitting or other crafts I&amp;rsquo;ve managed to slot in.&lt;/em>&lt;/p>
&lt;p>I&amp;rsquo;m kicking off this new sewing series on a bit of a tangent, with last Friday&amp;rsquo;s knit club meet-up - our first ever! &lt;a href="https://www.instagram.com/arianwen_jv/" rel="external">Ari&lt;/a>, &lt;a href="https://www.instagram.com/northfitzroyal/" rel="external">Jolynna&lt;/a> and I have been knitting online together every Sunday for over a year now - with two of us based in Yorkshire and Jolynna based all the way in Australia. Celebrating Jolynna&amp;rsquo;s recent move to the grim north of England (welcome!), we consumed a solid number of gins and stouts and got raucous in my favourite local viking pub Valhalla. Throw away all your assumptions about knitters! Although I did have to go home early and then spent a few days in an introvert hangover, so maybe your assumptions aren&amp;rsquo;t far wrong on my part.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/knit-club-meetup-ankara-plans-and-etta-toiles/march4-1_hu_92175f1e2a46431d.jpeg"
data-gallery="gallery-1af7b079d4acc862b8d7038e8811b933f5a97062eadda6d510bbeb30ee0f011e"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/376;">
&lt;source srcset="https://www.cottonnoodle.com/blog/knit-club-meetup-ankara-plans-and-etta-toiles/march4-1_hu_6717890b94401e81.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/knit-club-meetup-ankara-plans-and-etta-toiles/march4-1_hu_6717890b94401e81.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>Speaking of knitting, I&amp;rsquo;m working on the &lt;a href="https://www.ravelry.com/patterns/library/birthday" rel="external">Birthday sweater by Ankestrick&lt;/a>. I bought waaaay too much yarn when I bought supplies for the &lt;a href="https://payhip.com/b/ydc5" rel="external">Joanie Boatneck&lt;/a> (as seen above) so I had enough leftover for a whole extra jumper and maybe more. I started knitting this around Christmas last year and it&amp;rsquo;s going super slowly, because it&amp;rsquo;s half brioche stitch which effectively means every 2 rows compresses down into one, and it&amp;rsquo;s 4-ply yarn which is pretty darn skinny. But it&amp;rsquo;s a mindless knit, so I can slot it into my day fairly easily.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/knit-club-meetup-ankara-plans-and-etta-toiles/march4-2_hu_6883c5269a3acac.jpg"
data-description=".glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
data-gallery="gallery-1af7b079d4acc862b8d7038e8811b933f5a97062eadda6d510bbeb30ee0f011e"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/375;">
&lt;source srcset="https://www.cottonnoodle.com/blog/knit-club-meetup-ankara-plans-and-etta-toiles/march4-2_hu_cff8d2cc70b71e4f.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/knit-club-meetup-ankara-plans-and-etta-toiles/march4-2_hu_cff8d2cc70b71e4f.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;div class="glightbox-desc glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855">This has taken me 7 weeks so far.&lt;/div>
&lt;figcaption>This has taken me 7 weeks so far.&lt;/figcaption>
&lt;/figure>
&lt;h2 id="sewing-update">Sewing Update&lt;/h2>
&lt;p>Onto sewing next. My current project is inspired by this dress I found on Pinterest, using this fabric I bought on holiday in St. Lucia last month:&lt;/p>
&lt;div class="flex">
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/knit-club-meetup-ankara-plans-and-etta-toiles/march4-3_hu_3f22c4e2c398a9c3.jpg"
data-description=".glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
data-gallery="gallery-1af7b079d4acc862b8d7038e8811b933f5a97062eadda6d510bbeb30ee0f011e"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/623;">
&lt;source srcset="https://www.cottonnoodle.com/blog/knit-club-meetup-ankara-plans-and-etta-toiles/march4-3_hu_54ee3e55598f0eba.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/knit-club-meetup-ankara-plans-and-etta-toiles/march4-3_hu_54ee3e55598f0eba.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;div class="glightbox-desc glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855">Inspiration dress from &lt;a href="https://www.afrikrea.com/en/article/women-african-print-dress-ankara-fashion-dresses-mid-length-dresses-flared-dresses-multicolour-petite-casual-all-ankara-ankara-wax-for-her-ankara-activewear-the-beautiful-days/R2X4H62?epik=dj0yJnU9a0RjTzRfSHdqcHhMOGxidUN4YjExLVNITzljVjYwR1YmcD0wJm49b2NwX0NtTXBBMkZxQ3B5ckZxVUVaUSZ0PUFBQUFBR0lpR3hr" rel="external">Afrikea&lt;/a> via &lt;a href="https://www.pinterest.co.uk/pin/981995893721332049/" rel="external">Pinterest&lt;/a>&lt;/div>
&lt;figcaption>Inspiration dress from &lt;a href="https://www.afrikrea.com/en/article/women-african-print-dress-ankara-fashion-dresses-mid-length-dresses-flared-dresses-multicolour-petite-casual-all-ankara-ankara-wax-for-her-ankara-activewear-the-beautiful-days/R2X4H62?epik=dj0yJnU9a0RjTzRfSHdqcHhMOGxidUN4YjExLVNITzljVjYwR1YmcD0wJm49b2NwX0NtTXBBMkZxQ3B5ckZxVUVaUSZ0PUFBQUFBR0lpR3hr" rel="external">Afrikea&lt;/a> via &lt;a href="https://www.pinterest.co.uk/pin/981995893721332049/" rel="external">Pinterest&lt;/a>&lt;/figcaption>
&lt;/figure>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/knit-club-meetup-ankara-plans-and-etta-toiles/march4-4_hu_acead8d8a4322154.jpg"
data-description=".glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
data-gallery="gallery-1af7b079d4acc862b8d7038e8811b933f5a97062eadda6d510bbeb30ee0f011e"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/667;">
&lt;source srcset="https://www.cottonnoodle.com/blog/knit-club-meetup-ankara-plans-and-etta-toiles/march4-4_hu_3689b0343e0134c3.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/knit-club-meetup-ankara-plans-and-etta-toiles/march4-4_hu_3689b0343e0134c3.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;div class="glightbox-desc glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855">Ankara fabric I bought in Castries market, St. Lucia&lt;/div>
&lt;figcaption>Ankara fabric I bought in Castries market, St. Lucia&lt;/figcaption>
&lt;/figure>
&lt;/div>
&lt;p>I&amp;rsquo;m using the Tilly and the Buttons &lt;a href="https://shop.tillyandthebuttons.com/products/etta" rel="external">Etta dress&lt;/a> pattern as a base, and hacking it with a double layer flutter sleeve. The main challenge on this project is getting the Etta pattern to fit me properly. I want it to be really well-fitted, which is something I&amp;rsquo;ve actually never achieved on a bodice! That&amp;rsquo;s because I have scoliosis, an atypical curvature of the spine that means my torso is asymmetrical in various ways. My shoulders are uneven and flat, and my ribcage is offset and twisted. The Etta dress was always going to be a tough one to fit because I&amp;rsquo;ve tried it before and I know the back neckline gapes. It&amp;rsquo;s been a journey with many toiles:&lt;/p>
&lt;div class="flex">
&lt;figure style="max-width: 300px;">
&lt;a href="https://www.cottonnoodle.com/blog/knit-club-meetup-ankara-plans-and-etta-toiles/march4-5_hu_a0d170b30c82ae0b.jpg"
data-gallery="gallery-1af7b079d4acc862b8d7038e8811b933f5a97062eadda6d510bbeb30ee0f011e"
class="glightbox">
&lt;picture style="max-width: 300px; aspect-ratio: 300/400;">
&lt;source srcset="https://www.cottonnoodle.com/blog/knit-club-meetup-ankara-plans-and-etta-toiles/march4-5_hu_c3d056c320b8d8b8.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/knit-club-meetup-ankara-plans-and-etta-toiles/march4-5_hu_c3d056c320b8d8b8.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;figure style="max-width: 300px;">
&lt;a href="https://www.cottonnoodle.com/blog/knit-club-meetup-ankara-plans-and-etta-toiles/march4-6_hu_dad02b4b97e3460.jpg"
data-gallery="gallery-1af7b079d4acc862b8d7038e8811b933f5a97062eadda6d510bbeb30ee0f011e"
class="glightbox">
&lt;picture style="max-width: 300px; aspect-ratio: 300/400;">
&lt;source srcset="https://www.cottonnoodle.com/blog/knit-club-meetup-ankara-plans-and-etta-toiles/march4-6_hu_6334b8e3edfbbe20.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/knit-club-meetup-ankara-plans-and-etta-toiles/march4-6_hu_6334b8e3edfbbe20.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;figure style="max-width: 300px;">
&lt;a href="https://www.cottonnoodle.com/blog/knit-club-meetup-ankara-plans-and-etta-toiles/march4-7_hu_dad02b4b97e3460.jpg"
data-gallery="gallery-1af7b079d4acc862b8d7038e8811b933f5a97062eadda6d510bbeb30ee0f011e"
class="glightbox">
&lt;picture style="max-width: 300px; aspect-ratio: 300/400;">
&lt;source srcset="https://www.cottonnoodle.com/blog/knit-club-meetup-ankara-plans-and-etta-toiles/march4-7_hu_6334b8e3edfbbe20.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/knit-club-meetup-ankara-plans-and-etta-toiles/march4-7_hu_6334b8e3edfbbe20.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;figure style="max-width: 300px;">
&lt;a href="https://www.cottonnoodle.com/blog/knit-club-meetup-ankara-plans-and-etta-toiles/march4-8_hu_63d56dc9a0869a76.jpeg"
data-gallery="gallery-1af7b079d4acc862b8d7038e8811b933f5a97062eadda6d510bbeb30ee0f011e"
class="glightbox">
&lt;picture style="max-width: 300px; aspect-ratio: 300/400;">
&lt;source srcset="https://www.cottonnoodle.com/blog/knit-club-meetup-ankara-plans-and-etta-toiles/march4-8_hu_e0f928e96a3620cf.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/knit-club-meetup-ankara-plans-and-etta-toiles/march4-8_hu_e0f928e96a3620cf.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;figure style="max-width: 300px;">
&lt;a href="https://www.cottonnoodle.com/blog/knit-club-meetup-ankara-plans-and-etta-toiles/march4-9_hu_fa9390b5cd422aaf.jpeg"
data-gallery="gallery-1af7b079d4acc862b8d7038e8811b933f5a97062eadda6d510bbeb30ee0f011e"
class="glightbox">
&lt;picture style="max-width: 300px; aspect-ratio: 300/400;">
&lt;source srcset="https://www.cottonnoodle.com/blog/knit-club-meetup-ankara-plans-and-etta-toiles/march4-9_hu_7ad3d65abdca9f72.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/knit-club-meetup-ankara-plans-and-etta-toiles/march4-9_hu_7ad3d65abdca9f72.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;figure style="max-width: 300px;">
&lt;a href="https://www.cottonnoodle.com/blog/knit-club-meetup-ankara-plans-and-etta-toiles/march4-10_hu_774fa7a4a3c2adb6.jpeg"
data-gallery="gallery-1af7b079d4acc862b8d7038e8811b933f5a97062eadda6d510bbeb30ee0f011e"
class="glightbox">
&lt;picture style="max-width: 300px; aspect-ratio: 300/400;">
&lt;source srcset="https://www.cottonnoodle.com/blog/knit-club-meetup-ankara-plans-and-etta-toiles/march4-10_hu_2a657629b2e8c586.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/knit-club-meetup-ankara-plans-and-etta-toiles/march4-10_hu_2a657629b2e8c586.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;figure style="max-width: 300px;">
&lt;a href="https://www.cottonnoodle.com/blog/knit-club-meetup-ankara-plans-and-etta-toiles/march4-11_hu_fd05201d9143e367.jpeg"
data-gallery="gallery-1af7b079d4acc862b8d7038e8811b933f5a97062eadda6d510bbeb30ee0f011e"
class="glightbox">
&lt;picture style="max-width: 300px; aspect-ratio: 300/400;">
&lt;source srcset="https://www.cottonnoodle.com/blog/knit-club-meetup-ankara-plans-and-etta-toiles/march4-11_hu_e0c527343b894f2f.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/knit-club-meetup-ankara-plans-and-etta-toiles/march4-11_hu_e0c527343b894f2f.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;figure style="max-width: 300px;">
&lt;a href="https://www.cottonnoodle.com/blog/knit-club-meetup-ankara-plans-and-etta-toiles/march4-12_hu_b7c159fde49837b9.jpeg"
data-gallery="gallery-1af7b079d4acc862b8d7038e8811b933f5a97062eadda6d510bbeb30ee0f011e"
class="glightbox">
&lt;picture style="max-width: 300px; aspect-ratio: 300/400;">
&lt;source srcset="https://www.cottonnoodle.com/blog/knit-club-meetup-ankara-plans-and-etta-toiles/march4-12_hu_c016703c6fb86b5.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/knit-club-meetup-ankara-plans-and-etta-toiles/march4-12_hu_c016703c6fb86b5.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;figure style="max-width: 300px;">
&lt;a href="https://www.cottonnoodle.com/blog/knit-club-meetup-ankara-plans-and-etta-toiles/march4-13_hu_6243877814a93ebc.jpeg"
data-gallery="gallery-1af7b079d4acc862b8d7038e8811b933f5a97062eadda6d510bbeb30ee0f011e"
class="glightbox">
&lt;picture style="max-width: 300px; aspect-ratio: 300/400;">
&lt;source srcset="https://www.cottonnoodle.com/blog/knit-club-meetup-ankara-plans-and-etta-toiles/march4-13_hu_eef16888a048cd9d.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/knit-club-meetup-ankara-plans-and-etta-toiles/march4-13_hu_eef16888a048cd9d.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;figure style="max-width: 300px;">
&lt;a href="https://www.cottonnoodle.com/blog/knit-club-meetup-ankara-plans-and-etta-toiles/march4-14_hu_2fe1e678c63b8c79.jpeg"
data-gallery="gallery-1af7b079d4acc862b8d7038e8811b933f5a97062eadda6d510bbeb30ee0f011e"
class="glightbox">
&lt;picture style="max-width: 300px; aspect-ratio: 300/400;">
&lt;source srcset="https://www.cottonnoodle.com/blog/knit-club-meetup-ankara-plans-and-etta-toiles/march4-14_hu_a39bd2adfbd622b4.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/knit-club-meetup-ankara-plans-and-etta-toiles/march4-14_hu_a39bd2adfbd622b4.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;/div>
&lt;p>So far I&amp;rsquo;ve done such things as:&lt;/p>
&lt;ul>
&lt;li>
&lt;p>Flat shoulder adjustment (the opposite of a rounded shoulder/dowager&amp;rsquo;s hump adjustment)&lt;/p>
&lt;/li>
&lt;li>
&lt;p>Remove the dart &amp;amp; its excess from the neckline to make the shoulder even flatter, only to add a dart back in to remove even more excess from the neckline (argh)&lt;/p>
&lt;/li>
&lt;li>
&lt;p>Drop the shoulder point&lt;/p>
&lt;/li>
&lt;li>
&lt;p>Lower the bust point&lt;/p>
&lt;/li>
&lt;li>
&lt;p>Lengthen the bodice&lt;/p>
&lt;/li>
&lt;/ul>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/knit-club-meetup-ankara-plans-and-etta-toiles/march4-15_hu_bb6958a8f11de576.jpeg"
data-description=".glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
data-gallery="gallery-1af7b079d4acc862b8d7038e8811b933f5a97062eadda6d510bbeb30ee0f011e"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/667;">
&lt;source srcset="https://www.cottonnoodle.com/blog/knit-club-meetup-ankara-plans-and-etta-toiles/march4-15_hu_e859727ce0acaff1.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/knit-club-meetup-ankara-plans-and-etta-toiles/march4-15_hu_e859727ce0acaff1.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;div class="glightbox-desc glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855">It might have been easier to draft the bodice from scratch.&lt;/div>
&lt;figcaption>It might have been easier to draft the bodice from scratch.&lt;/figcaption>
&lt;/figure>
&lt;p>It&amp;rsquo;s been a lot of trial and error so far, but for the first time I&amp;rsquo;ve viewed fitting as part of the sewing process, rather than an obstacle that I need to get around before getting to the good bit. So I am viewing this as the good bit too. And with this perspective, I am enjoying it. It&amp;rsquo;s all learning and I like learning.&lt;/p>
&lt;p>So, I&amp;rsquo;m almost there on the bodice. I don&amp;rsquo;t want to overfit, and I&amp;rsquo;ve made the conscious decision (for now) not to create a separate back bodice piece for the left and right, because I think that&amp;rsquo;d drive me crazy when it comes to pattern matching. So I&amp;rsquo;m going to accept a little bit of poor fit on one side.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/knit-club-meetup-ankara-plans-and-etta-toiles/march4-16_hu_69a841259d39f150.jpeg"
data-gallery="gallery-1af7b079d4acc862b8d7038e8811b933f5a97062eadda6d510bbeb30ee0f011e"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/667;">
&lt;source srcset="https://www.cottonnoodle.com/blog/knit-club-meetup-ankara-plans-and-etta-toiles/march4-16_hu_e01fd08d5d70567f.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/knit-club-meetup-ankara-plans-and-etta-toiles/march4-16_hu_e01fd08d5d70567f.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>First attempt at the sleeve - it needs to be BIGGER. Plus I need to mess around with the two layers and figure out whether or not they need the same amount of flare.&lt;/p>
&lt;p>Once the sleeve is sorted, I need to mash up the pattern&amp;rsquo;s skirt pieces with my self-drafted skirt pattern from last month, as I know that fits well so I won&amp;rsquo;t need to reinvent the wheel. Then I&amp;rsquo;ll do a full toile and soon be ready to cut into my real fabric, eee!&lt;/p>
&lt;p>Thanks for reading, see you next week! :)&lt;/p></description></item><item><title>Forget Me Not April Dress - Pattern Review</title><link>https://www.cottonnoodle.com/blog/forget-me-not-april-dress-pattern-review/</link><pubDate>Sun, 20 Jun 2021 19:06:00 +0000</pubDate><guid>https://www.cottonnoodle.com/blog/forget-me-not-april-dress-pattern-review/</guid><description>&lt;p>I made the April dress and Gemma belt by Forget Me Not patterns and I&amp;rsquo;m absolutely in love!&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/forget-me-not-april-dress-pattern-review/april1_hu_cc4ed581cfad3d5a.jpg"
data-gallery="gallery-5f2a79ecaada513c15999c251bd8d13abaa152643d4670a937ed62a67e12485d"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/500;">
&lt;source srcset="https://www.cottonnoodle.com/blog/forget-me-not-april-dress-pattern-review/april1_hu_ce5a29d6e664597d.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/forget-me-not-april-dress-pattern-review/april1_hu_ce5a29d6e664597d.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>This pattern was an impulse purchase - I bought it on the day it was released. That&amp;rsquo;s totally uncharacteristic for me, as I tend to hum and haw about pretty much every purchase I make (&amp;ldquo;a latte, no a cappuccino, no a latte&amp;rdquo; is a bit of a running joke in our household!). But this dress pattern sang to me immediately - I&amp;rsquo;ve never seen a wavy seam line like this one, and I had to try it out.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/forget-me-not-april-dress-pattern-review/april2_hu_8a38efe0558ab34.jpg"
data-gallery="gallery-5f2a79ecaada513c15999c251bd8d13abaa152643d4670a937ed62a67e12485d"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/500;">
&lt;source srcset="https://www.cottonnoodle.com/blog/forget-me-not-april-dress-pattern-review/april2_hu_d42bc48acde3c773.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/forget-me-not-april-dress-pattern-review/april2_hu_d42bc48acde3c773.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>I picked these two linens to complement the ocean wave design, and it came out exactly as I imagined it (for once!). The fabric is the bio-washed 100% linen from Higgs and Higgs in mint and ice blue.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/forget-me-not-april-dress-pattern-review/april3_hu_ee569a4c13d0b1b2.jpg"
data-gallery="gallery-5f2a79ecaada513c15999c251bd8d13abaa152643d4670a937ed62a67e12485d"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/500;">
&lt;source srcset="https://www.cottonnoodle.com/blog/forget-me-not-april-dress-pattern-review/april3_hu_d43bd6d243089dad.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/forget-me-not-april-dress-pattern-review/april3_hu_d43bd6d243089dad.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>I really like Forget Me Not. There&amp;rsquo;s something so professional about the patterns. I don&amp;rsquo;t mean that in a cold and soulless sort of way, because they are absolutely warm and full of heart. What I mean is that the patterns and instructions are incredibly neatly organised, and thorough. The attention to detail is fantastic, and everything is well thought out. The pattern just works. Jo really knows what she&amp;rsquo;s doing!&lt;/p>
&lt;p>I especially love that the PDFs are layered by size (and also by bust size on this pattern) so you can print just the lines you&amp;rsquo;re interested in. And then on top of that, there is a guide telling you which pages to print depending on the view you&amp;rsquo;ve picked. This is great because 1) less wastage of paper and ink, and 2) after taping it together, it&amp;rsquo;s just brainless cutting out without having to figure out which size is which.&lt;/p>
&lt;p>(I realise this is starting to sound like an ad, but I promise it isn&amp;rsquo;t! I have tested a FMN pattern in the past - the Vera top - but this is nothing to do with that.)&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/forget-me-not-april-dress-pattern-review/april4_hu_93a5046ca81233a0.jpg"
data-gallery="gallery-5f2a79ecaada513c15999c251bd8d13abaa152643d4670a937ed62a67e12485d"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/500;">
&lt;source srcset="https://www.cottonnoodle.com/blog/forget-me-not-april-dress-pattern-review/april4_hu_a1b2456afcdd890.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/forget-me-not-april-dress-pattern-review/april4_hu_a1b2456afcdd890.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>I made the dress in size 34 with the medium bust size, and the size 32 belt. I think ideally I probably should have graded the dress down to a 32 at the waist, as tying the belt does disrupt the wavy hem a little bit. I could take it in at the side seams but let&amp;rsquo;s face it, I probably won&amp;rsquo;t mess with it now it&amp;rsquo;s done. More room for fish and chips this way, right?&lt;/p>
&lt;p>I think the waist tucks are inspired! They make the cinching of the excess more even and orderly (which this perfectionist appreciates). The keyhole finish at the back is so elegant, too - this is my first time making a closure like this, and I adore how clean it looks.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/forget-me-not-april-dress-pattern-review/april5_hu_fb79e857eb9dfc6.jpg"
data-gallery="gallery-5f2a79ecaada513c15999c251bd8d13abaa152643d4670a937ed62a67e12485d"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/500;">
&lt;source srcset="https://www.cottonnoodle.com/blog/forget-me-not-april-dress-pattern-review/april5_hu_ac3fcb5a4aeac7da.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/forget-me-not-april-dress-pattern-review/april5_hu_ac3fcb5a4aeac7da.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>This is the longer length skirt, in the gathered view. There&amp;rsquo;s a flat view as well, but I wanted more volume. I also went with the simpler side-seam pockets rather than the advanced wavy pocket that sits in the waistline. I&amp;rsquo;m intrigued by that technique though, so I&amp;rsquo;ll have to try it next time.&lt;/p>
&lt;p>The only thing I did differently to the instructions was to understitch the pocket bags, as the notes don&amp;rsquo;t instruct you to do that. I just really like understitching.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/forget-me-not-april-dress-pattern-review/april6_hu_c44ba9b93c359583.jpg"
data-gallery="gallery-5f2a79ecaada513c15999c251bd8d13abaa152643d4670a937ed62a67e12485d"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/500;">
&lt;source srcset="https://www.cottonnoodle.com/blog/forget-me-not-april-dress-pattern-review/april6_hu_9fa19b01e4d284df.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/forget-me-not-april-dress-pattern-review/april6_hu_9fa19b01e4d284df.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>All in all, a lovely pattern and a dreamy dress!&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/forget-me-not-april-dress-pattern-review/april7_hu_1b171e59f3f675f2.jpg"
data-gallery="gallery-5f2a79ecaada513c15999c251bd8d13abaa152643d4670a937ed62a67e12485d"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/500;">
&lt;source srcset="https://www.cottonnoodle.com/blog/forget-me-not-april-dress-pattern-review/april7_hu_b8e9f63c27de27d4.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/forget-me-not-april-dress-pattern-review/april7_hu_b8e9f63c27de27d4.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure></description></item><item><title>Closet Core Pouf - tips for sewing</title><link>https://www.cottonnoodle.com/blog/closet-core-pouf-tips-for-sewing/</link><pubDate>Fri, 14 Aug 2020 16:09:00 +0000</pubDate><guid>https://www.cottonnoodle.com/blog/closet-core-pouf-tips-for-sewing/</guid><description>&lt;p>I&amp;rsquo;ve now made two of these &lt;a href="https://www.closetcorepatterns.com/fabric-floor-pouf-free-sewing-pattern/" rel="external">floor poufs by Closet Core Patterns&lt;/a> - and I love them both!&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/closet-core-pouf-tips-for-sewing/pouf1_hu_8ba13dd53984a814.jpg"
data-description=".glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
data-gallery="gallery-fa88d7f528c40f7b19010d231ab491c960e1689e236cbf5f125b708b57f74eff"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/500;">
&lt;source srcset="https://www.cottonnoodle.com/blog/closet-core-pouf-tips-for-sewing/pouf1_hu_8516283c1da931bb.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/closet-core-pouf-tips-for-sewing/pouf1_hu_8516283c1da931bb.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;div class="glightbox-desc glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855">My two poufs - in ankara (bottom) and quilting cotton (top)&lt;/div>
&lt;figcaption>My two poufs - in ankara (bottom) and quilting cotton (top)&lt;/figcaption>
&lt;/figure>
&lt;p>This pattern has been written about a lot in the sewing community, and is very well-loved. I completely understand why: not only do you end up with a fun and practical pouf (useful as a seat, a footrest, or a &lt;em>majestic&lt;/em> throne for a cat) but it also scores very nicely in the sustainability department. It can be made from fabric scraps, and it can be stuffed full of whatever bits of fabric you have lying around - scraps, cutoffs, bits of thread or yarn, retired blankets, ancient towels, the ugly curtains that were hanging in your house when you moved in, ratty old faded knickers (clean ones!), etc. Each pouf holds an inconceivable amount of otherwise purposeless fabric.&lt;/p>
&lt;p>I&amp;rsquo;ve always had a guilty conscience about my fabric waste. I&amp;rsquo;ve struggled to find a reliable way to recycle fabric waste in the UK - I used to donate it to H&amp;amp;M, but I&amp;rsquo;ve read things that make me very sceptical about what they do with it. One of the reasons I sew my own clothing is to reduce consumption, so I felt uncomfortable about replacing that consumption with waste. But these poufs mean that I make use of literally every scrap of fabric I buy. Even the really tiny useless ones. Shove &amp;rsquo;em in a pouf. Boom.&lt;/p>
&lt;p>And it&amp;rsquo;s a free pattern! Blows my mind.&lt;/p>
&lt;p>If you&amp;rsquo;d like to sew your own Closet Core Pouf, the &lt;a href="https://www.closetcorepatterns.com/fabric-floor-pouf-free-sewing-pattern/" rel="external">original tutorial&lt;/a> is superb and easy to follow. But here are some of my extra tips!&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/closet-core-pouf-tips-for-sewing/pouf2_hu_6930b304d5139686.jpg"
data-description=".glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
data-gallery="gallery-fa88d7f528c40f7b19010d231ab491c960e1689e236cbf5f125b708b57f74eff"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/500;">
&lt;source srcset="https://www.cottonnoodle.com/blog/closet-core-pouf-tips-for-sewing/pouf2_hu_60e4248691c12870.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/closet-core-pouf-tips-for-sewing/pouf2_hu_60e4248691c12870.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;div class="glightbox-desc glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855">Firm ankara pouf stuffed with lots and lots of scraps - and covered in cat hair because my little fuzzbutt Philip adores it.&lt;/div>
&lt;figcaption>Firm ankara pouf stuffed with lots and lots of scraps - and covered in cat hair because my little fuzzbutt Philip adores it.&lt;/figcaption>
&lt;/figure>
&lt;h2 id="1-dont-finish-the-curved-edges-of-the-segment-pieces-during-the-initial-overlocking-phase">1. Don&amp;rsquo;t finish the curved edges of the segment pieces during the initial overlocking phase.&lt;/h2>
&lt;p>It&amp;rsquo;s easier to do them all in one go once you&amp;rsquo;ve sewn the whole circle together - or even once you&amp;rsquo;ve attached the piping.&lt;/p>
&lt;h2 id="2-dont-sweat-the-matching-in-the-centre">2. Don&amp;rsquo;t sweat the matching in the centre.&lt;/h2>
&lt;p>You might not get those little points to perfectly sit together. It&amp;rsquo;s fine. In the original sewalong by Closet Core Patterns themselves, that centre section doesn&amp;rsquo;t match up perfectly either. So what, who cares - just do your best! You can always sew a cute button on the top to conceal the joins - or even turn it into a design feature with some applique, &lt;a href="https://www.instagram.com/p/B7txYHGgXkX/" rel="external">like @pimp_slapped&amp;rsquo;s version&lt;/a>.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/closet-core-pouf-tips-for-sewing/pouf3_hu_26972bca596ac32c.jpg"
data-description=".glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
data-gallery="gallery-fa88d7f528c40f7b19010d231ab491c960e1689e236cbf5f125b708b57f74eff"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/500;">
&lt;source srcset="https://www.cottonnoodle.com/blog/closet-core-pouf-tips-for-sewing/pouf3_hu_ce89762bec4169ae.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/closet-core-pouf-tips-for-sewing/pouf3_hu_ce89762bec4169ae.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;div class="glightbox-desc glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855">The centre points don&amp;rsquo;t match perfectly. It&amp;rsquo;s totally fine.&lt;/div>
&lt;figcaption>The centre points don&amp;rsquo;t match perfectly. It&amp;rsquo;s totally fine.&lt;/figcaption>
&lt;/figure>
&lt;h2 id="3-use-an-adjustable-zipper-foot-for-the-piping">3. Use an adjustable zipper foot for the piping.&lt;/h2>
&lt;p>For my rainbow pouf, I used store-bought piping that had a diameter of about 10mm. Turns out 10mm is &lt;em>ginormous&lt;/em>. The standard zipper foot that came with my machine just could not handle it - I couldn&amp;rsquo;t get my needle close enough to the piping.&lt;/p>
&lt;p>After a lot of frustration, I figured out that what I needed was an &lt;a href="https://www.sewessential.co.uk/janome-adjustable-zipper-foot-200342003" rel="external">adjustable zipper foot&lt;/a> (not an affiliate link!). This kind of foot lets you move the presser foot portion from side to side, so you can position your needle right at the edge of the foot. It&amp;rsquo;s &lt;em>magic&lt;/em>.&lt;/p>
&lt;p>You can, of course, use a piping foot. But I couldn&amp;rsquo;t find one that would accommodate such large piping. If you&amp;rsquo;re going to splash out on one or the other type of foot, I&amp;rsquo;d recommend the adjustable zipper foot - because it is less specialised and can be used in other situations where you need to sew super close to the edge of the foot. (When sewing zippers, for example!)&lt;/p>
&lt;h2 id="4-your-piping-doesnt-have-to-have-a-38-flange">4. Your piping doesn&amp;rsquo;t have to have a 3/8&amp;quot; flange.&lt;/h2>
&lt;p>Apparently the tape part of piping is called the flange. Heh.&lt;/p>
&lt;p>I used readymade piping for my rainbow pouf and it had a 5/8&amp;quot; flange. I trimmed it down for the top and completely forgot to do that for the bottom. The world didn&amp;rsquo;t burn down. It was fine.&lt;/p>
&lt;p>In fact it was a bit easier to manhandle it with the bigger seam allowance.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/closet-core-pouf-tips-for-sewing/pouf4_hu_d9ba51a89c7f7024.jpg"
data-description=".glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
data-gallery="gallery-fa88d7f528c40f7b19010d231ab491c960e1689e236cbf5f125b708b57f74eff"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/500;">
&lt;source srcset="https://www.cottonnoodle.com/blog/closet-core-pouf-tips-for-sewing/pouf4_hu_11c37aa28107bbb8.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/closet-core-pouf-tips-for-sewing/pouf4_hu_11c37aa28107bbb8.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;div class="glightbox-desc glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855">Lovely squishy rainbow pouf stuffed with a duvet and curtains&lt;/div>
&lt;figcaption>Lovely squishy rainbow pouf stuffed with a duvet and curtains&lt;/figcaption>
&lt;/figure>
&lt;h2 id="5-take-extra-care-to-hold-the-sides-out-of-the-way-when-attaching-the-piping">5. Take extra care to hold the sides out of the way when attaching the piping.&lt;/h2>
&lt;p>This probably goes without saying, but I want to emphasise it because I screwed it up so many times: it&amp;rsquo;s super easy to accidentally catch the sides and sew enormous tucks while attaching the piping, especially if you&amp;rsquo;re attaching it pin-free (which I also recommend, by the way). Hold that fabric well out of the way, and keep checking that it hasn&amp;rsquo;t moved under your sewing needle as you go.&lt;/p>
&lt;h2 id="6-the-inner-bag-is-definitely-optional">6. The inner bag is definitely optional.&lt;/h2>
&lt;p>You can still wash your pouf even if you don&amp;rsquo;t make an inner bag - you just need to find somewhere to stash all those scraps in the meantime!&lt;/p>
&lt;p>I made an inner bag (basic drawstring style) the first time round, and I found it made it hard to stuff the pouf into a good shape without the inner bag resisting me. I ended up taking it out, and now I use that bag to store scraps for my next pouf.&lt;/p>
&lt;p>Because yes, there will be more poufs.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/closet-core-pouf-tips-for-sewing/pouf5_hu_3e698a01229b00c2.jpg"
data-gallery="gallery-fa88d7f528c40f7b19010d231ab491c960e1689e236cbf5f125b708b57f74eff"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/500;">
&lt;source srcset="https://www.cottonnoodle.com/blog/closet-core-pouf-tips-for-sewing/pouf5_hu_316226d6658977e4.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/closet-core-pouf-tips-for-sewing/pouf5_hu_316226d6658977e4.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure></description></item><item><title>Ankara Etta dress and Panda Hawthorn dress</title><link>https://www.cottonnoodle.com/blog/ankara-etta-dress-and-panda-hawthorn-dress/</link><pubDate>Sun, 11 Aug 2019 11:59:00 +0000</pubDate><guid>https://www.cottonnoodle.com/blog/ankara-etta-dress-and-panda-hawthorn-dress/</guid><description>&lt;p>Two dresses in one post!&lt;/p>
&lt;p>The other month I sewed a wax print Ankara dress in such a horrendous rush that I ended up stupidly stressed out about it. But I am pretty happy with how it came out:&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/ankara-etta-dress-and-panda-hawthorn-dress/hawthorn1_hu_7361f89eb6c70fe8.jpeg"
data-gallery="gallery-ae1d30568322725e9ad670f712af9fe85e509754b98f714e13c20e57e2f99861"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/500;">
&lt;source srcset="https://www.cottonnoodle.com/blog/ankara-etta-dress-and-panda-hawthorn-dress/hawthorn1_hu_52120263a5c6f367.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/ankara-etta-dress-and-panda-hawthorn-dress/hawthorn1_hu_52120263a5c6f367.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>Despite numerous late nights sewing, and a lot of patience and understanding from my husband (thanks P!), I very nearly didn&amp;rsquo;t finish it in time for the wedding I was making it for. I was hand stitching at 11pm the night before! And there is a lot of sloppy work on the inside that I&amp;rsquo;m not totally proud of. So I swore never to sew anything on a deadline ever again.&lt;/p>
&lt;p>But then of course&amp;hellip; I had another wedding to go to this summer. And wouldn&amp;rsquo;t it be nice if I could make a dress for that too&amp;hellip;?&lt;/p>
&lt;p>I bargained with myself that if I didn&amp;rsquo;t finish it a week before the wedding, then I&amp;rsquo;d buy myself a dress as a treat instead. But HEY LOOK, I managed it with a week to spare, and entirely stress-free! Behold my Panda Hawthorn:&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/ankara-etta-dress-and-panda-hawthorn-dress/hawthorn2_hu_47f677b52bbf3548.jpeg"
data-gallery="gallery-ae1d30568322725e9ad670f712af9fe85e509754b98f714e13c20e57e2f99861"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/753;">
&lt;source srcset="https://www.cottonnoodle.com/blog/ankara-etta-dress-and-panda-hawthorn-dress/hawthorn2_hu_a79a8dfb8b1589d3.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/ankara-etta-dress-and-panda-hawthorn-dress/hawthorn2_hu_a79a8dfb8b1589d3.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>I have made a Hawthorn before, but the bust darts came out so nipply that I only wore it once and I felt ashamed the whole day long. I think I still have things to learn on the pointy dart front, but I&amp;rsquo;m much happier with how these turned out.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/ankara-etta-dress-and-panda-hawthorn-dress/hawthorn3_hu_710c4befc504f8b6.jpeg"
data-gallery="gallery-ae1d30568322725e9ad670f712af9fe85e509754b98f714e13c20e57e2f99861"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/753;">
&lt;source srcset="https://www.cottonnoodle.com/blog/ankara-etta-dress-and-panda-hawthorn-dress/hawthorn3_hu_549a5b6dab6f4e26.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/ankara-etta-dress-and-panda-hawthorn-dress/hawthorn3_hu_549a5b6dab6f4e26.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>I lowered the bust dart points so they were below my apex, and then I also sewed them to a point about 1/2&amp;quot; below that and then tapered gently to the real end. This, plus a hefty helping of steam, made my panda darts less pointy. Still not perfect, but much less distracting.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/ankara-etta-dress-and-panda-hawthorn-dress/hawthorn4_hu_dc9431e267b40992.jpeg"
data-gallery="gallery-ae1d30568322725e9ad670f712af9fe85e509754b98f714e13c20e57e2f99861"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/753;">
&lt;source srcset="https://www.cottonnoodle.com/blog/ankara-etta-dress-and-panda-hawthorn-dress/hawthorn4_hu_b35dbc4bd3c9209.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/ankara-etta-dress-and-panda-hawthorn-dress/hawthorn4_hu_b35dbc4bd3c9209.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>Things that went wrong making this dress:&lt;/p>
&lt;ul>
&lt;li>
&lt;p>I ignored the print when cutting out the pieces, and ended up cutting a new front bodice piece so the pandas were more prominent. Lesson: think about print placement even if you think you might want a random distribution.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>I made a collar and then ended up cutting an entire new set of collar pieces because I wanted more pandas. There are pandas on both sides of the collar now 🐼🐼&lt;/p>
&lt;/li>
&lt;li>
&lt;p>The darts initially came out nipply again so had to redo them at least three times.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>I sewed all the skirt buttons on half an inch too high and had to redo them! I am really good at sewing buttons now.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>I bias bound both armholes before realising they were pinching my underarm. I tried to get away with only redoing the bottom and not having to use more binding, but it was a hot mess of tucks and puckers. So I unpicked both armholes and refaced them both with fresh tape.&lt;/p>
&lt;/li>
&lt;/ul>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/ankara-etta-dress-and-panda-hawthorn-dress/hawthorn5_hu_7703ebef83fa1b5b.jpeg"
data-gallery="gallery-ae1d30568322725e9ad670f712af9fe85e509754b98f714e13c20e57e2f99861"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/375;">
&lt;source srcset="https://www.cottonnoodle.com/blog/ankara-etta-dress-and-panda-hawthorn-dress/hawthorn5_hu_36824baab43e6814.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/ankara-etta-dress-and-panda-hawthorn-dress/hawthorn5_hu_36824baab43e6814.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>And the things that went right:&lt;/p>
&lt;ul>
&lt;li>
&lt;p>Gosh this is a lovely fabric to work with. It&amp;rsquo;s Lady McElroy Panda Retreat cotton lawn, and it&amp;rsquo;s &lt;em>lush&lt;/em>. It presses well and doesn&amp;rsquo;t crease too badly by itself. Shame it&amp;rsquo;s so £££&lt;/p>
&lt;/li>
&lt;li>
&lt;p>The pattern is easy to sew and the instructions are clear. A very fun sew.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>I feel &lt;em>good&lt;/em> wearing this thing. I love the silhouette, I love the print, I love the fabric, I love the buttons. It feels very me!&lt;/p>
&lt;/li>
&lt;/ul>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/ankara-etta-dress-and-panda-hawthorn-dress/hawthorn6_hu_88c19fc00c974432.jpeg"
data-gallery="gallery-ae1d30568322725e9ad670f712af9fe85e509754b98f714e13c20e57e2f99861"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/753;">
&lt;source srcset="https://www.cottonnoodle.com/blog/ankara-etta-dress-and-panda-hawthorn-dress/hawthorn6_hu_30c826d08c273fd0.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/ankara-etta-dress-and-panda-hawthorn-dress/hawthorn6_hu_30c826d08c273fd0.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>Despite all the adjustments and do-overs, I really enjoyed making this one. I never felt frustrated once, which I wouldn&amp;rsquo;t have expected if you told me how many things I was going to end up doing twice. The repetition felt like iterative development - each time I did something again I knew it was getting better and better.&lt;/p>
&lt;p>The wedding that I made this dress for was yesterday, and it was a wonderful joyous day (congratulations T &amp;amp; L!). I even met a new sewing friend (hi A!) and we talked sewing and cats all through dinner. Superb.&lt;/p>
&lt;p>I can also confirm that the Hawthorn is a good dress for dancing the night away in. Not that I really make a habit of that!&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/ankara-etta-dress-and-panda-hawthorn-dress/hawthorn7_hu_76ddc8ea409f9a9d.jpeg"
data-gallery="gallery-ae1d30568322725e9ad670f712af9fe85e509754b98f714e13c20e57e2f99861"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/753;">
&lt;source srcset="https://www.cottonnoodle.com/blog/ankara-etta-dress-and-panda-hawthorn-dress/hawthorn7_hu_dc0605e916785aee.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/ankara-etta-dress-and-panda-hawthorn-dress/hawthorn7_hu_dc0605e916785aee.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>Finally, my panda dress made its maiden voyage at a very timely moment - I learned at the wedding that &lt;a href="https://www.bbc.co.uk/news/world-europe-49301140" rel="external">two twin pandas have just been born in Belgium&lt;/a>! Fingers crossed for those little beasties. The twin pandas on my collar are now dedicated to them.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/ankara-etta-dress-and-panda-hawthorn-dress/hawthorn8_hu_146e86554ccae829.jpeg"
data-gallery="gallery-ae1d30568322725e9ad670f712af9fe85e509754b98f714e13c20e57e2f99861"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/500;">
&lt;source srcset="https://www.cottonnoodle.com/blog/ankara-etta-dress-and-panda-hawthorn-dress/hawthorn8_hu_c6f17c1b790a9b61.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/ankara-etta-dress-and-panda-hawthorn-dress/hawthorn8_hu_c6f17c1b790a9b61.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>Details:&lt;/p>
&lt;ul>
&lt;li>Dress: Colette Hawthorn&lt;/li>
&lt;li>Size: 2 throughout&lt;/li>
&lt;li>Alterations: lowered bust dart by 1&amp;quot;, lowered armscye by 3/4&amp;quot;&lt;/li>
&lt;li>My measurements at time of making: full bust 35&amp;quot;, waist 28.5&amp;quot;, hip 36&amp;quot;&lt;/li>
&lt;/ul></description></item><item><title>Chambray Granville shirt</title><link>https://www.cottonnoodle.com/blog/chambray-granville-shirt/</link><pubDate>Sun, 24 Mar 2019 19:16:00 +0000</pubDate><guid>https://www.cottonnoodle.com/blog/chambray-granville-shirt/</guid><description>&lt;p>Look, I made a thing! A shirt, an actual bona-fide shirt! After not sewing anything for well over a year because there wasn&amp;rsquo;t space for my sewing machine, I moved house, dusted off the old Janome, made a cheeky Hollyburn skirt to check I still knew how to sew, and then jumped right back in at the deep end with a Granville shirt. And I think this proves I still know how to sew much better than that slightly dodgy Hollyburn skirt did.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/chambray-granville-shirt/granville1_hu_91aa70e5a153effd.jpeg"
data-gallery="gallery-1311b40eef7ce028ca0148f3ff35e035d2f9f8561c53ad37c1d58ba07320f5b5"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/753;">
&lt;source srcset="https://www.cottonnoodle.com/blog/chambray-granville-shirt/granville1_hu_b1b8b4d3eace22d5.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/chambray-granville-shirt/granville1_hu_b1b8b4d3eace22d5.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>But here&amp;rsquo;s the thing: it took me about 4 &lt;em>months&lt;/em> to sew this thing. There were gaps of weeks where I didn&amp;rsquo;t pick it up at all, because life is busy and I get sleepy. It was a serious test of my resolve to keep going on a project that had long since lost its excitement. I&amp;rsquo;m usually a real flake with my projects - as soon as something loses its initial sheen I&amp;rsquo;ll jump ship to the next shiny thing. But I&amp;rsquo;ve been working on my perseverance. And it turns out perseverence pays off. Who knew.&lt;/p>
&lt;p>I even got into a whole &amp;ldquo;slow sewing, slow living&amp;rdquo; thing while thinking about (rather than working on) this project. But I&amp;rsquo;ll save that for another time. You want to hear about the project. I&amp;rsquo;ll share the details.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/chambray-granville-shirt/granville5_hu_8125254f666bbf7a.jpeg"
data-gallery="gallery-1311b40eef7ce028ca0148f3ff35e035d2f9f8561c53ad37c1d58ba07320f5b5"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/753;">
&lt;source srcset="https://www.cottonnoodle.com/blog/chambray-granville-shirt/granville5_hu_c5f6c4bcd2f5a834.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/chambray-granville-shirt/granville5_hu_c5f6c4bcd2f5a834.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>The pattern is the Granville shirt by Sewaholic. The fabric is a super soft chambray from Samuel Taylor in Leeds (because I live in Yorkshire now, people). I got the buttons at Abakhan in Chester.&lt;/p>
&lt;p>I&amp;rsquo;m an hourglass shape, and this pattern is drafted for a pear shape much taller than me. So I mixed up the sizes: size 6 at the bust, size 4 at the waist, and size 0 at the hem. I also took 1&amp;quot; off the hem and 1.5&amp;quot; off the sleeves. I didn&amp;rsquo;t do a test run with sleeves though, did I? I made the shirt up with two sleeves with beautiful plackets and then attached them to the body and realised they were &lt;em>comically&lt;/em> long. So I had to make two more sleeves with beautiful plackets. Hey - at least I got loads of practice making beautiful plackets.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/chambray-granville-shirt/granville3_hu_ad2ffa9da684037d.jpeg"
data-gallery="gallery-1311b40eef7ce028ca0148f3ff35e035d2f9f8561c53ad37c1d58ba07320f5b5"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/753;">
&lt;source srcset="https://www.cottonnoodle.com/blog/chambray-granville-shirt/granville3_hu_4a412dffb366056a.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/chambray-granville-shirt/granville3_hu_4a412dffb366056a.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/chambray-granville-shirt/granville4_hu_8ce7e76371a1eb5f.jpeg"
data-gallery="gallery-1311b40eef7ce028ca0148f3ff35e035d2f9f8561c53ad37c1d58ba07320f5b5"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/753;">
&lt;source srcset="https://www.cottonnoodle.com/blog/chambray-granville-shirt/granville4_hu_18200c0c4e6062f8.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/chambray-granville-shirt/granville4_hu_18200c0c4e6062f8.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>I was expecting to have trouble with the collar. I know some people mentioned the pieces coming out too long and having to be cut down to size. Nothing of the sort happened to me and my collar sewed up a dream:&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/chambray-granville-shirt/granville5_hu_8125254f666bbf7a.jpeg"
data-gallery="gallery-1311b40eef7ce028ca0148f3ff35e035d2f9f8561c53ad37c1d58ba07320f5b5"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/753;">
&lt;source srcset="https://www.cottonnoodle.com/blog/chambray-granville-shirt/granville5_hu_c5f6c4bcd2f5a834.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/chambray-granville-shirt/granville5_hu_c5f6c4bcd2f5a834.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>The fit is pretty darn good, I&amp;rsquo;d say. My only complaint is that it&amp;rsquo;s a little tight around the high bust if I button it up to the top. I don&amp;rsquo;t intend to wear it that way, so it won&amp;rsquo;t be an issue. Just something to think about for my next Granville.&lt;/p>
&lt;p>There&amp;rsquo;s a lot of flaring going on at the hem. I thought that I&amp;rsquo;d lose most of that flare by using the size 0 hem and taking an inch off the length, but it does still kick out a touch at the sides. I was thinking that I&amp;rsquo;d alter the pattern for next time, but looking at these pictures I actually quite like that little shaping. It&amp;rsquo;s kinda dainty:&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/chambray-granville-shirt/granville6_hu_25e58fcb1b07fa80.jpeg"
data-gallery="gallery-1311b40eef7ce028ca0148f3ff35e035d2f9f8561c53ad37c1d58ba07320f5b5"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/753;">
&lt;source srcset="https://www.cottonnoodle.com/blog/chambray-granville-shirt/granville6_hu_7b30fcd46b10d55d.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/chambray-granville-shirt/granville6_hu_7b30fcd46b10d55d.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>And finally, here&amp;rsquo;s a shot from the back. Hangs nicely, I reckon.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/chambray-granville-shirt/granville7_hu_151675d440d9f479.jpeg"
data-gallery="gallery-1311b40eef7ce028ca0148f3ff35e035d2f9f8561c53ad37c1d58ba07320f5b5"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/753;">
&lt;source srcset="https://www.cottonnoodle.com/blog/chambray-granville-shirt/granville7_hu_ad9a9030f5cf650d.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/chambray-granville-shirt/granville7_hu_ad9a9030f5cf650d.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>All in all, I&amp;rsquo;m incredibly pleased with myself and think I&amp;rsquo;ve earned the write to once again call myself a sewer/sewist/person who sews. I&amp;rsquo;m going for an instant gratification project next, but then I&amp;rsquo;ll make something a bit more pizzazz.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/chambray-granville-shirt/granville8_hu_aa0e80c6b2b7ae41.jpeg"
data-description=".glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
data-gallery="gallery-1311b40eef7ce028ca0148f3ff35e035d2f9f8561c53ad37c1d58ba07320f5b5"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/753;">
&lt;source srcset="https://www.cottonnoodle.com/blog/chambray-granville-shirt/granville8_hu_9919435727046d2b.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/chambray-granville-shirt/granville8_hu_9919435727046d2b.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;div class="glightbox-desc glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855">BOOM!&lt;/div>
&lt;figcaption>BOOM!&lt;/figcaption>
&lt;/figure></description></item><item><title>WIP: Gústa Knits Diamond Scarf</title><link>https://www.cottonnoodle.com/blog/wip-g%C3%BAsta-knits-diamond-scarf/</link><pubDate>Sun, 08 Apr 2018 17:05:00 +0000</pubDate><guid>https://www.cottonnoodle.com/blog/wip-g%C3%BAsta-knits-diamond-scarf/</guid><description>&lt;p>I&amp;rsquo;ve been knitting furiously this week! I&amp;rsquo;m a bit more than halfway through the diamond scarf from the pattern book I got in Iceland, &lt;a href="http://www.gustaknitting.com/simple-knits-with-gusta" rel="external">Simple Knits with Gústa&lt;/a> . I&amp;rsquo;m making it in &lt;a href="https://www.ravelry.com/yarns/library/gusta-knitting-mosa-mjukull" rel="external">Mosa Mjúkull&lt;/a>, the wool made by the same designer. Every pattern in this book uses three balls of it, which I appreciated as I could just buy the three balls and choose a pattern out of the book later.&lt;/p>
&lt;p>Here&amp;rsquo;s how it&amp;rsquo;s coming along - most of the way through the second of three stripes:&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/wip-g%C3%BAsta-knits-diamond-scarf/diamond1_hu_6f9d82ba50d682ce.jpeg"
data-gallery="gallery-e951109cf267bd6b08ee6d1e16f273617917bc2caf90cb28df11f55338f0503c"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/667;">
&lt;source srcset="https://www.cottonnoodle.com/blog/wip-g%C3%BAsta-knits-diamond-scarf/diamond1_hu_3c80deca95c92e3.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/wip-g%C3%BAsta-knits-diamond-scarf/diamond1_hu_3c80deca95c92e3.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>The diamonds are &lt;em>drastically&lt;/em> more obvious in this photo than in real life! Must be the contrast. This Mosa Mjúkull wool is reasonably fuzzy so you don&amp;rsquo;t get a lot of stitch definition. I found that a little disappointing at first, but I&amp;rsquo;m sure it will look better after blocking - hopefully more like the picture!&lt;/p>
&lt;p>There are no instructions for this scarf, only the chart. I&amp;rsquo;ve never worked from a knitting chart before, so there was some &lt;em>intense&lt;/em> concentration during the first few rows. I had to keep reminding myself that every even row switches up completely: you read it back to front, and the purls and knits swap over. Total mind-bender! But I&amp;rsquo;m totally converted to charts now. The visual prompt is very intuitive.&lt;/p>
&lt;p>I&amp;rsquo;m not sure if I&amp;rsquo;ll make another pattern from this book. I had a go at the shawl pattern before I started this, but I found the instructions confusing. The most exciting things in the book are the mittens with the lovely Icelandic colour work, but I&amp;rsquo;m not a mittens kind of person. Who knows - perhaps I&amp;rsquo;ll whip some up as a gift one day!&lt;/p></description></item><item><title>I'm back! Let's make some stuff!</title><link>https://www.cottonnoodle.com/blog/im-back-lets-make-some-stuff/</link><pubDate>Sun, 01 Apr 2018 04:57:00 +0000</pubDate><guid>https://www.cottonnoodle.com/blog/im-back-lets-make-some-stuff/</guid><description>&lt;p>Hello again! I&amp;rsquo;m back!&lt;/p>
&lt;p>It&amp;rsquo;s been a little while, and a few things have changed. Mainly: I no longer live in Singapore! I&amp;rsquo;ve moved back to my homeland, the UK - I now live in Yorkshire, the land of gorgeous landscapes and Yorkshire puddings - and Rowan wool!&lt;/p>
&lt;p>Now that time is on my side, I&amp;rsquo;m really excited about getting on with making things again, sharing what I create, and being part of the online makers community.&lt;/p>
&lt;p>I&amp;rsquo;ll be starting with a knitting project as I just went to Iceland and bought a pattern booklet and some Icelandic wool:&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/im-back-lets-make-some-stuff/iceland1_hu_6b24cbe5347308d8.jpeg"
data-description=".glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
data-gallery="gallery-fa6a1f74a07492c47214491b747dc013bef4c37215d813515189b59273d1600f"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/500;">
&lt;source srcset="https://www.cottonnoodle.com/blog/im-back-lets-make-some-stuff/iceland1_hu_cdcebb232a407d0c.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/im-back-lets-make-some-stuff/iceland1_hu_cdcebb232a407d0c.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;div class="glightbox-desc glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855">Icelandic patterns and wool&lt;/div>
&lt;figcaption>Icelandic patterns and wool&lt;/figcaption>
&lt;/figure>
&lt;p>It&amp;rsquo;s actually a blend with Peruvian alpaca, which is nice because I totally forgot to buy any alpaca wool when I went to Peru last year. It has good squish content.&lt;/p>
&lt;p>The patterns in this book are really adorable, and it&amp;rsquo;s hard to choose what to make. But I reckon I&amp;rsquo;ll make a scarf, as I have become a scarf fiend recently and am rarely seen without one.&lt;/p>
&lt;p>I shall report back!&lt;/p>
&lt;p>And for some unrelated fun, here are a couple of holiday snaps from Iceland. This place is stunning beyond my ability to describe.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/im-back-lets-make-some-stuff/iceland2_hu_75434372e9f7179f.jpeg"
data-gallery="gallery-fa6a1f74a07492c47214491b747dc013bef4c37215d813515189b59273d1600f"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/332;">
&lt;source srcset="https://www.cottonnoodle.com/blog/im-back-lets-make-some-stuff/iceland2_hu_6c6486c59f79ad1f.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/im-back-lets-make-some-stuff/iceland2_hu_6c6486c59f79ad1f.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/im-back-lets-make-some-stuff/iceland3_hu_59b15144e6be0190.jpeg"
data-gallery="gallery-fa6a1f74a07492c47214491b747dc013bef4c37215d813515189b59273d1600f"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/753;">
&lt;source srcset="https://www.cottonnoodle.com/blog/im-back-lets-make-some-stuff/iceland3_hu_401a6a817760a30a.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/im-back-lets-make-some-stuff/iceland3_hu_401a6a817760a30a.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure></description></item><item><title>Outfit-along and sewing update</title><link>https://www.cottonnoodle.com/blog/outfit-along-and-sewing-update/</link><pubDate>Fri, 20 May 2016 22:45:00 +0000</pubDate><guid>https://www.cottonnoodle.com/blog/outfit-along-and-sewing-update/</guid><description>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/outfit-along-and-sewing-update/greenyarn1_hu_8c18fc352989d9ad.jpeg"
data-gallery="gallery-45864753cc08eeb0bbca2fd18c4b36c1c14526b108abe0c936374d3c89b5c80c"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/375;">
&lt;source srcset="https://www.cottonnoodle.com/blog/outfit-along-and-sewing-update/greenyarn1_hu_2c351d86bac21f8c.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/outfit-along-and-sewing-update/greenyarn1_hu_2c351d86bac21f8c.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>Hey&amp;hellip; that&amp;rsquo;s not a sewing project!&lt;/p>
&lt;p>This wool is for the &lt;a href="https://lladybird.com/2016/05/15/announcing-the-2016-outfit-along/" rel="external">Outfit-Along&lt;/a> which I&amp;rsquo;ve impulsively decided to take part in. If you&amp;rsquo;ve not heard of it, this event runs for the months of June and July, and to take part you have to knit one garment and sew one garment to make up a whole outfit. I&amp;rsquo;m going to be making the official OAL patterns - the &lt;a href="http://www.ravelry.com/patterns/library/zinone" rel="external">Zinone&lt;/a> knitted lace top and the &lt;a href="http://www.sewaholicpatterns.com/hollyburn-skirt/" rel="external">Hollyburn&lt;/a> skirt - but you don&amp;rsquo;t have to go with those as long as you make a whole outfit.&lt;/p>
&lt;p>I haven&amp;rsquo;t knitted anything proper in about a year - the last serious knitting project I made was a baby blanket for my niece last June. I&amp;rsquo;ve been musing about picking up my knitting needles again as I don&amp;rsquo;t want to lose the skill, so when the OAL popped up on my blog feed the other day, the timing was perfect. Plus, I already &lt;a href="http://cottonnoodle.com/2016/04/24/the-birth-of-the-fabric-stash/" rel="external">mentioned&lt;/a> that I have another Hollyburn skirt on my sewing plans. There was no way I couldn&amp;rsquo;t sign up!&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/outfit-along-and-sewing-update/greenyarn2_hu_b9a95870c7677f66.jpeg"
data-gallery="gallery-45864753cc08eeb0bbca2fd18c4b36c1c14526b108abe0c936374d3c89b5c80c"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/375;">
&lt;source srcset="https://www.cottonnoodle.com/blog/outfit-along-and-sewing-update/greenyarn2_hu_f00acaf48c8768c0.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/outfit-along-and-sewing-update/greenyarn2_hu_f00acaf48c8768c0.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>I&amp;rsquo;ve already made my gauge swatch, and it was bang on first time, which was nice. If you&amp;rsquo;re not a knitter, you might not know what a gauge swatch is. Basically, if two knitters knit the same square using the same wool and the same needles, the finished square may not come out the same size. This is because different knitters have different tension, meaning they may hold their wool more loosely or tightly as they sew - it&amp;rsquo;s really down to personal preference as to what feels good when you knit.&lt;/p>
&lt;p>Therefore, before starting a new knitting project, you always have to make a gauge swatch - a test square - to calibrate your particular tension against what the knitting pattern expects. Otherwise you might end up with a top that&amp;rsquo;s 50% bigger than it&amp;rsquo;s supposed to be! If your sizing is a bit off then you change the size of your needles and try again. Lucky for me, my gauge swatch was just right. I&amp;rsquo;m going to chuck it in the washing machine and see if it can cope, because let&amp;rsquo;s face it, I&amp;rsquo;m too lazy for hand-washing.&lt;/p>
&lt;p>Anyway - that&amp;rsquo;s enough about knitting - what about my sewing projects? Well -&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/outfit-along-and-sewing-update/greenyarn3_hu_e2e2d9ade4ccc8fe.jpeg"
data-gallery="gallery-45864753cc08eeb0bbca2fd18c4b36c1c14526b108abe0c936374d3c89b5c80c"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/809;">
&lt;source srcset="https://www.cottonnoodle.com/blog/outfit-along-and-sewing-update/greenyarn3_hu_a1b2aa2a0117b8b6.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/outfit-along-and-sewing-update/greenyarn3_hu_a1b2aa2a0117b8b6.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>This week I finished a Bettine dress in this gorgeous teal filigree fabric from Chinatown. I absolutely &lt;em>adore&lt;/em> it - except for the small fact that the hem of the skirt is far too narrow and I can barely put it on! Why didn&amp;rsquo;t I learn from &lt;a href="http://cottonnoodle.com/2016/04/13/chilli-bettine-dress/" rel="external">my previous Bettine&lt;/a>? Totally gutted. I&amp;rsquo;m not giving up on it though - I&amp;rsquo;m going to buy some more of the fabric to replace the skirt with a slightly differently shaped one. I&amp;rsquo;m also thinking of putting a side zip and waist band onto the old skirt so I can wear it on its own.&lt;/p>
&lt;p>And this is what&amp;rsquo;s on my sewing table now:&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/outfit-along-and-sewing-update/greenyarn4_hu_b94631c32d8edc45.jpeg"
data-gallery="gallery-45864753cc08eeb0bbca2fd18c4b36c1c14526b108abe0c936374d3c89b5c80c"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/375;">
&lt;source srcset="https://www.cottonnoodle.com/blog/outfit-along-and-sewing-update/greenyarn4_hu_c6455f1a1f45d092.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/outfit-along-and-sewing-update/greenyarn4_hu_c6455f1a1f45d092.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>Hawthorn cutting chaos. I still haven&amp;rsquo;t found a way of cutting out fabric that I like. I used to pin the pattern pieces to the fabric and then cut around them, but I always ended up shaving a bit of the pattern piece off. So now I draw around the pieces and cut them after, but it&amp;rsquo;s extremely tedious and it&amp;rsquo;s hard to draw accurate lines with tailor&amp;rsquo;s chalk. What&amp;rsquo;s your favourite way to cut fabric?&lt;/p></description></item><item><title>Bear Renfrew t-shirt</title><link>https://www.cottonnoodle.com/blog/bear-renfrew-t-shirt/</link><pubDate>Sun, 15 May 2016 23:15:00 +0000</pubDate><guid>https://www.cottonnoodle.com/blog/bear-renfrew-t-shirt/</guid><description>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/bear-renfrew-t-shirt/renfrew1_hu_c8c76ac81127c33e.jpeg"
data-gallery="gallery-2afd189c105ef72e6f4f16d127a447c123d7890a24d329182c79dff79faaf490"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/375;">
&lt;source srcset="https://www.cottonnoodle.com/blog/bear-renfrew-t-shirt/renfrew1_hu_870048d7000540de.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/bear-renfrew-t-shirt/renfrew1_hu_870048d7000540de.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>It&amp;rsquo;s the bear-bear Renfrew! My cosy new t-shirt with bears on!&lt;/p>
&lt;p>This was &lt;em>so&lt;/em> much fun to make! Especially after making my &lt;a href="http://cottonnoodle.com/2016/05/09/slinky-knits-are-hard-the-fern-mimi/" rel="external">fern print Mimi&lt;/a> which took forever and involved fabric that didn&amp;rsquo;t behave. This t-shirt was planned as my first foray into working with knits, but completely by accident (because I wasn&amp;rsquo;t pay attention), the fern Mimi took that crown. This t-shirt was an absolute breeze compared to that. The fabric is a fairly thick jersey - almost maybe sweatshirt material - and it did exactly what I told it to. Heavenly! And it took hardly any time at all to make, which I really appreciated as I had to go to work on the weekend I made it so I didn&amp;rsquo;t have many spare hours.&lt;/p>
&lt;p>Apology up front: the pictures in this post have come out a bit desaturated, oops! It was a really bright day when I took these photos so the colour got a bit washed out and I&amp;rsquo;ve struggled to put it back in. The pic at the top is the truest to the colour - it&amp;rsquo;s a nice vivid blue with a hint of grey. We can pretend that the rest of the pictures are using a cool Instagram filter.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/bear-renfrew-t-shirt/renfrew2_hu_91962fbfd9c4a6ab.jpeg"
data-gallery="gallery-2afd189c105ef72e6f4f16d127a447c123d7890a24d329182c79dff79faaf490"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/375;">
&lt;source srcset="https://www.cottonnoodle.com/blog/bear-renfrew-t-shirt/renfrew2_hu_e0a3457f1f5101a.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/bear-renfrew-t-shirt/renfrew2_hu_e0a3457f1f5101a.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>The pattern is the &lt;a href="http://www.sewaholicpatterns.com/renfrew-top/" rel="external">Sewaholic Renfrew&lt;/a>. I bought the paper pattern. I&amp;rsquo;ve decided I&amp;rsquo;m never going to buy a PDF pattern again (unless it&amp;rsquo;s the only option) because 1) it&amp;rsquo;s so nice to have the real, physical product and 2) I&amp;rsquo;d honestly rather wait a few weeks for a pattern to reach me than lose a precious evening to sellotape. Time is money, friend! (Goblin salesmen from WoW yeah? Anyone? Just me?)&lt;/p>
&lt;p>There were a few steps in the construction that I was worried about - the neck, arm and waist bands which are a bit shorter than the opening you sew them to, and the sleeves which are sewn flat - but it all went surprisingly smoothly. The trick to the bands is to put a pin in every quarter of the way around, matching seams - then with the band on top, gently stretch it to the right size as it goes through the machine. On my very first go I went pin-mad but it just got really fiddly. It was much easier with fewer pins.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/bear-renfrew-t-shirt/renfrew3_hu_efb875eea6b19386.jpeg"
data-gallery="gallery-2afd189c105ef72e6f4f16d127a447c123d7890a24d329182c79dff79faaf490"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/375;">
&lt;source srcset="https://www.cottonnoodle.com/blog/bear-renfrew-t-shirt/renfrew3_hu_db3ae0dc78f9bacf.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/bear-renfrew-t-shirt/renfrew3_hu_db3ae0dc78f9bacf.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>There are little bears mountain climbing all over me!&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/bear-renfrew-t-shirt/renfrew4_hu_74dd52376b7d2ada.jpeg"
data-gallery="gallery-2afd189c105ef72e6f4f16d127a447c123d7890a24d329182c79dff79faaf490"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/375;">
&lt;source srcset="https://www.cottonnoodle.com/blog/bear-renfrew-t-shirt/renfrew4_hu_fa772633219e4656.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/bear-renfrew-t-shirt/renfrew4_hu_fa772633219e4656.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>I picked the size 4 and it fits nicely with absolutely no adjustments. Is that how knits work? Is it always this magical?! I bet I just got lucky this time.&lt;/p>
&lt;p>The fit is just right across the bust and has enough ease around the waist for a proper big dinner. For future Renfrews I may go for a size 2 at the waist for a snugger fit, but for this particular tee I think the looseness adds a casual vibe that goes well with the casual fabric.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/bear-renfrew-t-shirt/renfrew5_hu_31b4cec4d20db5eb.jpeg"
data-gallery="gallery-2afd189c105ef72e6f4f16d127a447c123d7890a24d329182c79dff79faaf490"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/375;">
&lt;source srcset="https://www.cottonnoodle.com/blog/bear-renfrew-t-shirt/renfrew5_hu_66391c0509d05060.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/bear-renfrew-t-shirt/renfrew5_hu_66391c0509d05060.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>So comfy and cosy. I want to make twenty more like it!&lt;/p></description></item><item><title>Slinky Knits are Hard: The Fern Mimi</title><link>https://www.cottonnoodle.com/blog/slinky-knits-are-hard-the-fern-mimi/</link><pubDate>Sun, 08 May 2016 00:07:00 +0000</pubDate><guid>https://www.cottonnoodle.com/blog/slinky-knits-are-hard-the-fern-mimi/</guid><description>&lt;p>I know, know - I said a couple of posts ago that my Tilly spree was over as I had ordered some new patterns. But I&amp;rsquo;d forgotten for how long it takes for post to get to me here in Singapore. And while I was waiting I wasn&amp;rsquo;t very well going to sew nothing, was I?&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/slinky-knits-are-hard-the-fern-mimi/fernmimi1_hu_2498300cd07baf57.jpeg"
data-gallery="gallery-741ff06c967d7005fa5d9a2aabb27b0f107f216be857a7354a31d19e211676fa"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/375;">
&lt;source srcset="https://www.cottonnoodle.com/blog/slinky-knits-are-hard-the-fern-mimi/fernmimi1_hu_440794d4f32c613e.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/slinky-knits-are-hard-the-fern-mimi/fernmimi1_hu_440794d4f32c613e.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>After &lt;a href="http://cottonnoodle.com/2016/04/03/anchor-mimi-blouse/" rel="external">my first Mimi blouse&lt;/a> came out stiffer than I&amp;rsquo;d hoped, I wanted to try it out in a fabric with good drape. So I picked up this cute rayon with a monochrome fern print. I love wearing rayon - it performs well in a humid climate like Singapore because it is breathable, and yet doesn&amp;rsquo;t crease with wear like other breathable fabrics such as linen or cotton. From a wardrobe perspective, rayon&amp;rsquo;s a real winner.&lt;/p>
&lt;p>Well. This particular rayon was a real challenge! I&amp;rsquo;d heard people complaining before about how their fabric &amp;ldquo;shifts&amp;rdquo; and &amp;ldquo;moves&amp;rdquo; when they work with it, but I had no idea what that meant. And now I do. Holy moly this fabric has a life of its own! It&amp;rsquo;s slinky, it&amp;rsquo;s lightweight, and oh, it also turns out to be a knit rather than a woven. Just stand in the same room as it and that will be enough for it to stretch, forming waves that distort the grain, taunting you. But I bravely (recklessly) decided to plough on. Why did I do this to myself?&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/slinky-knits-are-hard-the-fern-mimi/fernmimi2_hu_302fe1c42f747a9e.jpeg"
data-gallery="gallery-741ff06c967d7005fa5d9a2aabb27b0f107f216be857a7354a31d19e211676fa"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/375;">
&lt;source srcset="https://www.cottonnoodle.com/blog/slinky-knits-are-hard-the-fern-mimi/fernmimi2_hu_c534aad1050f6e4a.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/slinky-knits-are-hard-the-fern-mimi/fernmimi2_hu_c534aad1050f6e4a.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>Cutting it was a serious task. Even folding the fabric to pin the selvedges together &lt;em>before&lt;/em> cutting it was a serious task. I decided to use my new rotary cutter as I&amp;rsquo;d read that scissors distort slinky fabrics like this as you cut them. Well, turns out rotary cutters do too. This was the least precise cutting I have done by a long way. Eventually I gave up on all hopes of the fabric laying straight as I cut it and just resorted to hope and crossed fingers. (Figuratively crossed fingers, of course. Crossing them while holding a rotary cutter would be a trip to A&amp;amp;E waiting to happen.)&lt;/p>
&lt;p>Sewing took ages. This fabric enjoys being near the sewing needle, so totally unrelated bits of blouse kept getting caught up in my seams. I am a real pro with the seam ripper now.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/slinky-knits-are-hard-the-fern-mimi/fernmimi3_hu_702b0a99f0a88b8e.jpeg"
data-gallery="gallery-741ff06c967d7005fa5d9a2aabb27b0f107f216be857a7354a31d19e211676fa"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/375;">
&lt;source srcset="https://www.cottonnoodle.com/blog/slinky-knits-are-hard-the-fern-mimi/fernmimi3_hu_9a8ed0053f329b33.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/slinky-knits-are-hard-the-fern-mimi/fernmimi3_hu_9a8ed0053f329b33.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>But somehow, against all odds, it worked out &lt;em>really&lt;/em> well in the end. It&amp;rsquo;s so comfy to wear! For all that the slinky rayon kept slinking right off the table while I was working with it, it&amp;rsquo;s delightful against the skin, and has exactly the drape that this pattern deserves. And I think it looks great!&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/slinky-knits-are-hard-the-fern-mimi/fernmimi4_hu_9a532b7ef41827e7.jpeg"
data-gallery="gallery-741ff06c967d7005fa5d9a2aabb27b0f107f216be857a7354a31d19e211676fa"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/375;">
&lt;source srcset="https://www.cottonnoodle.com/blog/slinky-knits-are-hard-the-fern-mimi/fernmimi4_hu_f9de95e30658fa50.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/slinky-knits-are-hard-the-fern-mimi/fernmimi4_hu_f9de95e30658fa50.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>I used &lt;a href="http://www.tillyandthebuttons.com/2015/03/design-hack-pussy-bow-mimi-blouse.html" rel="external">Tilly&amp;rsquo;s pussy bow Mimi hack&lt;/a> to transform the collar. There&amp;rsquo;s a bit where she asks you to sew and trim seam allowances up until the notch. Then the remaining seam allowances get sewn to the neckline of the blouse. I didn&amp;rsquo;t manage this quite right as there&amp;rsquo;s a couple of millimetres of the unfinished seam allowance exposed right at the corner which I&amp;rsquo;ll probably blanket stitch. If you try this hack, make sure to pay close attention to that corner.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/slinky-knits-are-hard-the-fern-mimi/fernmimi5_hu_a78d87a84a64e374.jpeg"
data-gallery="gallery-741ff06c967d7005fa5d9a2aabb27b0f107f216be857a7354a31d19e211676fa"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/375;">
&lt;source srcset="https://www.cottonnoodle.com/blog/slinky-knits-are-hard-the-fern-mimi/fernmimi5_hu_c5e4db4e11f1e50c.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/slinky-knits-are-hard-the-fern-mimi/fernmimi5_hu_c5e4db4e11f1e50c.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>I used these cute little hexagonal buttons. Because I had trouble with the top closure not lying flat in my last Mimi and ended up adding a hidden hook and eye, I put two buttons up there this time - but that didn&amp;rsquo;t do the trick either. I just can&amp;rsquo;t get that top corner to lie flat. Luckily, this time the top corner is completely hidden by the bow so it doesn&amp;rsquo;t really matter.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/slinky-knits-are-hard-the-fern-mimi/fernmimi6_hu_64c1b2303c421735.jpeg"
data-gallery="gallery-741ff06c967d7005fa5d9a2aabb27b0f107f216be857a7354a31d19e211676fa"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/375;">
&lt;source srcset="https://www.cottonnoodle.com/blog/slinky-knits-are-hard-the-fern-mimi/fernmimi6_hu_d5fa30cadd9e1cd2.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/slinky-knits-are-hard-the-fern-mimi/fernmimi6_hu_d5fa30cadd9e1cd2.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>Here&amp;rsquo;s a view from the back - I think the gathers work really well in this fabric.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/slinky-knits-are-hard-the-fern-mimi/fernmimi7_hu_333ffe1f0c3179a6.jpeg"
data-gallery="gallery-741ff06c967d7005fa5d9a2aabb27b0f107f216be857a7354a31d19e211676fa"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/375;">
&lt;source srcset="https://www.cottonnoodle.com/blog/slinky-knits-are-hard-the-fern-mimi/fernmimi7_hu_a4541469d304072d.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/slinky-knits-are-hard-the-fern-mimi/fernmimi7_hu_a4541469d304072d.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>You can see from the side that even though it&amp;rsquo;s got quite a bit of ease, it drapes in a lovely way. Ha, I just noticed while writing this that you can also see how completely off grain my cutting is too, given how the print is angled completely differently on the front and back pieces. Oh well!&lt;/p>
&lt;p>I did not expect I&amp;rsquo;d be saying this, but the finished piece is certainly worth all the frustration I had working with the fabric. Once I&amp;rsquo;ve worked through the fabrics I bought in my last haul (yes, I&amp;rsquo;m still that naive that I think I&amp;rsquo;m going to empty my fabric stash) I&amp;rsquo;ll try to make another pattern in a slinky rayon like this. The comfort and breeziness of this blouse are through the roof, and I want to wear it every day, so it&amp;rsquo;ll be great to nail the slinky fabric skill and fill my wardrobe with me-made rayon tops.&lt;/p></description></item><item><title>The birth of the fabric stash</title><link>https://www.cottonnoodle.com/blog/the-birth-of-the-fabric-stash/</link><pubDate>Sun, 24 Apr 2016 23:47:00 +0000</pubDate><guid>https://www.cottonnoodle.com/blog/the-birth-of-the-fabric-stash/</guid><description>&lt;p>I went fabric shopping today, and bought a silly amount of fabric.&lt;/p>
&lt;p>It was brilliant.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/the-birth-of-the-fabric-stash/stash1_hu_df18257fba99dca5.jpeg"
data-gallery="gallery-1600154d714d108f353c4ddad7e40478c2caad3f253ecf7b7dd885e993a2973b"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/375;">
&lt;source srcset="https://www.cottonnoodle.com/blog/the-birth-of-the-fabric-stash/stash1_hu_b5ab372e3a24d2df.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/the-birth-of-the-fabric-stash/stash1_hu_b5ab372e3a24d2df.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>This is my first serious fabric &amp;ldquo;haul&amp;rdquo; - and I sure hope there are many more to come, because this was exhilarating! It was also exhausting. Fabric is so heavy. Who knew fabric was so heavy?&lt;/p>
&lt;p>I think I&amp;rsquo;ve mentioned the fabric market at People&amp;rsquo;s Park Food Centre before. It&amp;rsquo;s a shopping centre down in Chinatown. The ground floor is a hawker centre (an open-air food court) which is ideal for a quick lunch to get your energy up before you start on your circuit of the fabric shops on the first floor. And you&amp;rsquo;d better make sure you&amp;rsquo;ve got energy, because there are many, many fabric shops. And there&amp;rsquo;s so much variety! And it&amp;rsquo;s so affordable! When we one day move away from Singapore, I think this will be one of the places I miss the most. I&amp;rsquo;ll have to take some pictures next time I&amp;rsquo;m down there - I&amp;rsquo;ll have to be sneaky though, as a lot of them don&amp;rsquo;t allow photography.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/the-birth-of-the-fabric-stash/stash2_hu_d887c506163f14b1.jpeg"
data-description=".glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
data-gallery="gallery-1600154d714d108f353c4ddad7e40478c2caad3f253ecf7b7dd885e993a2973b"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/375;">
&lt;source srcset="https://www.cottonnoodle.com/blog/the-birth-of-the-fabric-stash/stash2_hu_dc16d726f05ba85.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/the-birth-of-the-fabric-stash/stash2_hu_dc16d726f05ba85.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;div class="glightbox-desc glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855">Even the shopping bags are adorable!&lt;/div>
&lt;figcaption>Even the shopping bags are adorable!&lt;/figcaption>
&lt;/figure>
&lt;p>Now if you&amp;rsquo;ll excuse me, I&amp;rsquo;m going to walk you through what I bought&amp;hellip;&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/the-birth-of-the-fabric-stash/stash3_hu_ef9341bca5ae43f2.jpeg"
data-gallery="gallery-1600154d714d108f353c4ddad7e40478c2caad3f253ecf7b7dd885e993a2973b"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/375;">
&lt;source srcset="https://www.cottonnoodle.com/blog/the-birth-of-the-fabric-stash/stash3_hu_3e0b1334a36aecd7.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/the-birth-of-the-fabric-stash/stash3_hu_3e0b1334a36aecd7.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>The first thing I picked up was four metres of this blue and cream gingham-ish cotton for S$6 per metre at Maggie Textile. I say gingham-&lt;em>ish&lt;/em> because it is a little bit thicker than gingham, and the base colour being a cream rather than &lt;em>vibrant white&lt;/em> means it doesn&amp;rsquo;t evoke that summer-school-dress feeling.&lt;/p>
&lt;p>I&amp;rsquo;m thinking of making a Colette Hawthorn dress in this one, so I bought buttons to match. I probably should have taken the buttons out of the packet to show off their shape and colour. You&amp;rsquo;ll just have to wait for the finished Hawthorn!&lt;/p>
&lt;p>An aside for any word geeks out there: I recently found out that the word &lt;em>gingham&lt;/em> actually originates in this area! It comes from an old Malay word &lt;em>ginggang&lt;/em> which meant &amp;ldquo;striped&amp;rdquo;. The spice trade brought the word to the Dutch, and from there it found its way into English.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/the-birth-of-the-fabric-stash/stash4_hu_4bfa672191c433e8.jpeg"
data-gallery="gallery-1600154d714d108f353c4ddad7e40478c2caad3f253ecf7b7dd885e993a2973b"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/374;">
&lt;source srcset="https://www.cottonnoodle.com/blog/the-birth-of-the-fabric-stash/stash4_hu_5feca927caa4eecc.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/the-birth-of-the-fabric-stash/stash4_hu_5feca927caa4eecc.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>I bought five metres of this $S3/m plain white cotton fabric, for the Hawthorn muslin. I really like the &lt;a href="https://www.colettepatterns.com/catalog/hawthorn" rel="external">white seersucker Hawthorn&lt;/a> on the Colette website so there is a part of me that is hopeful that my muslin comes out wearable, but being realistic, I&amp;rsquo;m probably going to end up slicing-and-dicing that thing to get it to fit!&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/the-birth-of-the-fabric-stash/stash5_hu_84da721fdd9c3d6a.jpeg"
data-gallery="gallery-1600154d714d108f353c4ddad7e40478c2caad3f253ecf7b7dd885e993a2973b"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/374;">
&lt;source srcset="https://www.cottonnoodle.com/blog/the-birth-of-the-fabric-stash/stash5_hu_c7b649e4645634ef.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/the-birth-of-the-fabric-stash/stash5_hu_c7b649e4645634ef.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>This one really excites me! I love how bright and wacky it is, like colourful doodles in a notebook. I got it at Brighton Accessories House, which I think might be my current favourite shop in the fabric market, as it has a lot of Japanese printed cotton like this for S$6.60 a metre, as well as a big selection of buttons and zips. I&amp;rsquo;m going to make some more &lt;a href="http://cottonnoodle.com/2016/02/13/my-first-project-pillowcases/" rel="external">envelope pillowcases&lt;/a> out of this fabric.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/the-birth-of-the-fabric-stash/stash6_hu_5a161c5cb52bb632.jpeg"
data-gallery="gallery-1600154d714d108f353c4ddad7e40478c2caad3f253ecf7b7dd885e993a2973b"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/375;">
&lt;source srcset="https://www.cottonnoodle.com/blog/the-birth-of-the-fabric-stash/stash6_hu_cfac76fde7367c15.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/the-birth-of-the-fabric-stash/stash6_hu_cfac76fde7367c15.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>This teal cotton came from Brighton Accessories too. It has an interesting grid texture and it&amp;rsquo;s pretty soft. I&amp;rsquo;m considering using this for another instant gratification Tilly and the Buttons Bettine dress. The print is quite large though, so it might look a bit weird around the gathered waistband. I picked up three metres so I can keep my options open.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/the-birth-of-the-fabric-stash/stash7_hu_c4817e24fb85cba2.jpeg"
data-gallery="gallery-1600154d714d108f353c4ddad7e40478c2caad3f253ecf7b7dd885e993a2973b"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/375;">
&lt;source srcset="https://www.cottonnoodle.com/blog/the-birth-of-the-fabric-stash/stash7_hu_ed433500f5c5727.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/the-birth-of-the-fabric-stash/stash7_hu_ed433500f5c5727.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>I really have no idea what the fabric content of this one is. I think it&amp;rsquo;s a cotton mix. It&amp;rsquo;s some kind of suiting trouser material in stable knit - bit stiff but also a bit stretchy. Plain black is pretty boring, but I&amp;rsquo;m very intent on making things that I will actually wear - and a wearable wardrobe has to include some neutral basics. I&amp;rsquo;m going to make a Sewaholic Hollyburn skirt out of this, to replace a ponte skater skirt from Uniqlo that I&amp;rsquo;ve nearly worn to death.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/the-birth-of-the-fabric-stash/stash8_hu_3620b68e1b8216cf.jpeg"
data-gallery="gallery-1600154d714d108f353c4ddad7e40478c2caad3f253ecf7b7dd885e993a2973b"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/375;">
&lt;source srcset="https://www.cottonnoodle.com/blog/the-birth-of-the-fabric-stash/stash8_hu_dd820a16b609346c.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/the-birth-of-the-fabric-stash/stash8_hu_dd820a16b609346c.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>This Sevenberry fabric comes from &lt;a href="http://www.goldendragon.com.sg/index.html" rel="external">Golden Dragon&lt;/a> at the People&amp;rsquo;s Park Centre (not the People&amp;rsquo;s Park &lt;em>Food&lt;/em> Centre where the fabric market is). The print is very me! I really enjoyed the Sevenberry fabric I used for my &lt;a href="http://cottonnoodle.com/2016/04/10/palm-print-megan/" rel="external">palm print Megan dress&lt;/a>, so I might make another Megan with this.&lt;/p>
&lt;p>And finally, I swung by trustworthy Spotlight at Plaza Singapura to buy some matching thread and interfacing. They obviously sell thread at the fabric market, but I&amp;rsquo;ve gone a bit weird and want all my thread to be Guttermann because I like the uniformity on my thread rack. At Spotlight, I walked past this and just couldn&amp;rsquo;t not buy it&amp;hellip;&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/the-birth-of-the-fabric-stash/stash9_hu_6b49c2d1f86ca075.jpeg"
data-gallery="gallery-1600154d714d108f353c4ddad7e40478c2caad3f253ecf7b7dd885e993a2973b"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/375;">
&lt;source srcset="https://www.cottonnoodle.com/blog/the-birth-of-the-fabric-stash/stash9_hu_e667ada41280094.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/the-birth-of-the-fabric-stash/stash9_hu_e667ada41280094.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>It&amp;rsquo;s an adorable bear print cotton jersey! Spotlight is considerably more expensive than the fabric market as this cost $S15 per metre - &lt;em>and&lt;/em> that&amp;rsquo;s including my member discount. But look how cute it is!&lt;/p>
&lt;p>I am always strongly drawn to clothes with prints of animals. It&amp;rsquo;s a constant test of my self restraint. They&amp;rsquo;re so delightful, but typically pretty juvenile - which is not the look I want to go for. This fabric is quite subtle and not too cartoonish. Or at least that&amp;rsquo;s what I&amp;rsquo;m telling myself. I&amp;rsquo;ll be making a Sewaholic Renfrew shirt out of this, as my first real foray into sewing with knits.&lt;/p>
&lt;p>Phew! Now to bung it all in the washing machine so it&amp;rsquo;s ready to sew!&lt;/p></description></item><item><title>Chilli Bettine Dress</title><link>https://www.cottonnoodle.com/blog/chilli-bettine-dress/</link><pubDate>Wed, 13 Apr 2016 19:20:00 +0000</pubDate><guid>https://www.cottonnoodle.com/blog/chilli-bettine-dress/</guid><description>&lt;p>Yet another Tilly and the Buttons piece&amp;hellip; I made this Bettine dress! With chilli print fabric! Because spicy food is my favourite food!&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/chilli-bettine-dress/chilli1_hu_21c54164abcde317.jpeg"
data-gallery="gallery-49ac0e5921b0857606aae32d5e9a5902a74a6ec4a6cddd0c4825b757d8219644"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/667;">
&lt;source srcset="https://www.cottonnoodle.com/blog/chilli-bettine-dress/chilli1_hu_ea2d079d4f2b1885.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/chilli-bettine-dress/chilli1_hu_ea2d079d4f2b1885.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>Making this dress felt a lot like cheating. It has extremely simple construction as it is targeted at absolute beginners. I think I&amp;rsquo;m in the &amp;ldquo;advanced beginner&amp;rdquo; camp by now, so this was a doddle to put together! I made the version without pockets (not a fan of how they look) and omitted the cuff tab, which meant I was left with very few pattern pieces and very few seams. And no darts! It was a very quick make, to the point that it seems like I barely did anything to the fabric for it to turn into a dress.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/chilli-bettine-dress/chilli2_hu_500200e84054ebff.jpeg"
data-gallery="gallery-49ac0e5921b0857606aae32d5e9a5902a74a6ec4a6cddd0c4825b757d8219644"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/667;">
&lt;source srcset="https://www.cottonnoodle.com/blog/chilli-bettine-dress/chilli2_hu_d43b644c11aaf019.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/chilli-bettine-dress/chilli2_hu_d43b644c11aaf019.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>I did a 1.5&amp;quot; full bust adjustment on the front bodice piece because I am a C/D cup and Tilly&amp;rsquo;s patterns are drafted for a B cup. When you execute an FBA, you increase the length of the bodice piece. Typically, there is a horizontal dart on the bodice which then gets redrawn to consume that extra length of fabric, but this dress has no darts! &lt;a href="http://www.tillyandthebuttons.com/2015/07/choosing-your-size-and-fitting-bettine.html" rel="external">Tilly recommends ease-stitching the extra length in&lt;/a> which I found very straight forward.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/chilli-bettine-dress/chilli3_hu_94a1fcd0ed9c7acf.jpeg"
data-gallery="gallery-49ac0e5921b0857606aae32d5e9a5902a74a6ec4a6cddd0c4825b757d8219644"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/667;">
&lt;source srcset="https://www.cottonnoodle.com/blog/chilli-bettine-dress/chilli3_hu_34525f83588ef970.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/chilli-bettine-dress/chilli3_hu_34525f83588ef970.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>The fabric came from Malin Textile at Chinatown and I paid S$11 (£5.50) per metre for it, down from S$13 (£6.50). It frayed like crazy while I worked with it, which was irritating. But it came out so cute! It&amp;rsquo;s a fun dress. I like the grown on sleeves. They&amp;rsquo;re different.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/chilli-bettine-dress/chilli4_hu_8aac68e79d72173e.jpeg"
data-gallery="gallery-49ac0e5921b0857606aae32d5e9a5902a74a6ec4a6cddd0c4825b757d8219644"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/667;">
&lt;source srcset="https://www.cottonnoodle.com/blog/chilli-bettine-dress/chilli4_hu_5bbd1d7010bd7cfb.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/chilli-bettine-dress/chilli4_hu_5bbd1d7010bd7cfb.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>It&amp;rsquo;s not at all easy to pull over my head though. I have to do a very awkward wiggle dance to put it on. It&amp;rsquo;s probably because I cut a size 1 for the hips whereas I&amp;rsquo;m a size 2 plus FBA in the bust, and the skirt is a tulip shape so it narrows towards the hem. As there are no closures, the narrow hem needs to go over my head and past the bust when I put it on, and it takes a fair bit of encouragement to coax it to where it&amp;rsquo;s supposed to be.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/chilli-bettine-dress/chilli5_hu_68028345fd12c249.jpeg"
data-description=".glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
data-gallery="gallery-49ac0e5921b0857606aae32d5e9a5902a74a6ec4a6cddd0c4825b757d8219644"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/667;">
&lt;source srcset="https://www.cottonnoodle.com/blog/chilli-bettine-dress/chilli5_hu_9ddb202fe8361c07.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/chilli-bettine-dress/chilli5_hu_9ddb202fe8361c07.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;div class="glightbox-desc glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855">A much more graceful wiggle than the one I had to do while getting dressed.&lt;/div>
&lt;figcaption>A much more graceful wiggle than the one I had to do while getting dressed.&lt;/figcaption>
&lt;/figure>
&lt;p>I&amp;rsquo;m not sure what I could do to fix that next time, though. My first thought was to try it with an A-line skirt, but I think the skirt does need to hug the hips in order to balance out the bagginess on top. Maybe I will just try it in a jersey, once I&amp;rsquo;ve learned how to sew with knits. And I&amp;rsquo;ve already ordered a couple of knit patterns so that won&amp;rsquo;t be too far away!&lt;/p></description></item><item><title>Palm-print Megan</title><link>https://www.cottonnoodle.com/blog/palm-print-megan/</link><pubDate>Sun, 10 Apr 2016 16:22:00 +0000</pubDate><guid>https://www.cottonnoodle.com/blog/palm-print-megan/</guid><description>&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/palm-print-megan/palm1_hu_9dabe35e2da0b8e1.jpeg"
data-gallery="gallery-213e4cfba756c24012eadf13ead41f2ba987d92d7c739bc0b2529d76dcde2332"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/667;">
&lt;source srcset="https://www.cottonnoodle.com/blog/palm-print-megan/palm1_hu_1cf818c385f53da4.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/palm-print-megan/palm1_hu_1cf818c385f53da4.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>My palm print Megan dress is finished!&lt;/p>
&lt;p>The fabric is by Sevenberry and I&amp;rsquo;m in love with it. It&amp;rsquo;s light, but has some structure. It holds a crease when you want it to, but doesn&amp;rsquo;t crease through wear. It&amp;rsquo;s great!&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/palm-print-megan/palm2_hu_ce21bd45a9ab29ee.jpeg"
data-gallery="gallery-213e4cfba756c24012eadf13ead41f2ba987d92d7c739bc0b2529d76dcde2332"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/667;">
&lt;source srcset="https://www.cottonnoodle.com/blog/palm-print-megan/palm2_hu_c8f2a77bd12dd006.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/palm-print-megan/palm2_hu_c8f2a77bd12dd006.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>I really like this dress. I put most of it together very quickly without much thought, which was rewarding after how long &lt;a href="http://cottonnoodle.com/2016/03/06/i-made-a-megan-dress/" rel="external">my first Megan&lt;/a> took me. But when I was about to put the sleeves on my husband commented that it actually looked really good without sleeves. So I thought I&amp;rsquo;d have a go at making bias tape and using it as a facing. It took me a whole day to figure it out, but I got there in the end - one new dress, two new skills. And he was right! The Megan is brilliant without sleeves.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/palm-print-megan/palm3_hu_3203defaaf5fb0be.jpeg"
data-gallery="gallery-213e4cfba756c24012eadf13ead41f2ba987d92d7c739bc0b2529d76dcde2332"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/338;">
&lt;source srcset="https://www.cottonnoodle.com/blog/palm-print-megan/palm3_hu_c56264cf367fef60.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/palm-print-megan/palm3_hu_c56264cf367fef60.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>The one thing in this pattern that I&amp;rsquo;m still unsure about is the length of the dart tucks on the front of the bodice. One of my original fit adjustments was to lengthen the bodice, but I didn&amp;rsquo;t know what to do with the dart tucks so I left them as they were. I think I need to lengthen them by the same amount so that they lie flat.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/palm-print-megan/palm4_hu_6ea32cfbcca753bb.jpeg"
data-gallery="gallery-213e4cfba756c24012eadf13ead41f2ba987d92d7c739bc0b2529d76dcde2332"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/667;">
&lt;source srcset="https://www.cottonnoodle.com/blog/palm-print-megan/palm4_hu_58eb9ee1ac56d90d.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/palm-print-megan/palm4_hu_58eb9ee1ac56d90d.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>See how that dart tuck billows out just a touch at the bust? I think the bodice fit is pretty good apart from that. I can&amp;rsquo;t easily get that part of the bodice under the machine now it&amp;rsquo;s been fixed to the skirt, so I tried to hand sew it flat - turns out I still don&amp;rsquo;t have any patience for hand sewing. Might try slip stitching it later. I don&amp;rsquo;t think it&amp;rsquo;s a big deal though, I&amp;rsquo;ll just mark the dart longer on my pattern piece and bear it in mind next time.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/palm-print-megan/palm5_hu_6a065a272ed80e1b.jpeg"
data-gallery="gallery-213e4cfba756c24012eadf13ead41f2ba987d92d7c739bc0b2529d76dcde2332"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/500;">
&lt;source srcset="https://www.cottonnoodle.com/blog/palm-print-megan/palm5_hu_d247821be8e15888.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/palm-print-megan/palm5_hu_d247821be8e15888.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>I&amp;rsquo;ve done quite a few Tilly patterns in a row now, and it&amp;rsquo;s time for me to branch out. I finished a Bettine dress yesterday and I&amp;rsquo;ll be posting about that soon, but I&amp;rsquo;ve ordered some Colette and Sewaholic patterns to get a bit more variety in my me-made wardrobe.&lt;/p>
&lt;p>Speaking of which, I signed up to &lt;a href="http://sozowhatdoyouknow.blogspot.sg/2016/04/me-made-may-16-sign-up-here.html" rel="external">Me-Made May&lt;/a>! I&amp;rsquo;ve pledged to wear at least two pieces that I&amp;rsquo;ve made myself each week in the month of May. Looking forward to it!&lt;/p></description></item><item><title>Anchor Mimi Blouse</title><link>https://www.cottonnoodle.com/blog/anchor-mimi-blouse/</link><pubDate>Sun, 03 Apr 2016 19:34:00 +0000</pubDate><guid>https://www.cottonnoodle.com/blog/anchor-mimi-blouse/</guid><description>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/anchor-mimi-blouse/anchormimi1_hu_5bdd25db9d3f9212.jpeg"
data-gallery="gallery-281c861b94b4aa342c6b084226f6ffc6cf83b7597789bacadefb5ed15c5ff58f"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/667;">
&lt;source srcset="https://www.cottonnoodle.com/blog/anchor-mimi-blouse/anchormimi1_hu_52163b1a1472ebec.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/anchor-mimi-blouse/anchormimi1_hu_52163b1a1472ebec.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>Look, it&amp;rsquo;s my first blouse! I made the Mimi blouse from &lt;em>Love at First Stitch&lt;/em>.&lt;/p>
&lt;p>I made no alterations to this one as I made it immediately after making my alteration-ridden Megan dress (the one with the six bodice muslins) and I just wanted to get my teeth stuck straight into the sewing. I think the finished piece fits me alright - but then it&amp;rsquo;s a loose fitting garment with no darts or anything, so there wasn&amp;rsquo;t much risk there.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/anchor-mimi-blouse/anchormimi2_hu_cef9ea041da2076.jpeg"
data-gallery="gallery-281c861b94b4aa342c6b084226f6ffc6cf83b7597789bacadefb5ed15c5ff58f"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/375;">
&lt;source srcset="https://www.cottonnoodle.com/blog/anchor-mimi-blouse/anchormimi2_hu_6a937a0814f81168.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/anchor-mimi-blouse/anchormimi2_hu_6a937a0814f81168.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>I bought the fabric at the People&amp;rsquo;s Park Food Centre in Chinatown, which is &lt;em>amazing&lt;/em> by the way. Fabric stores as far as the eye can see - and cheap too!&lt;/p>
&lt;p>This is a cotton, but beyond that I couldn&amp;rsquo;t tell you much about it. I thought it was a lawn when I bought it, but it isn&amp;rsquo;t especially drapey, so I suspect it&amp;rsquo;s more of a poplin. Anyone got any tips on how to identify different types of cotton?&lt;/p>
&lt;p>Unfortunately the pattern calls for drapiness, so the finished blouse is a bit stiffer than I would like. It&amp;rsquo;s wearable, but I’m not really all that sure about the way it hangs at the back when it’s tucked in:&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/anchor-mimi-blouse/anchormimi3_hu_19d6de1503819171.jpeg"
data-gallery="gallery-281c861b94b4aa342c6b084226f6ffc6cf83b7597789bacadefb5ed15c5ff58f"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/667;">
&lt;source srcset="https://www.cottonnoodle.com/blog/anchor-mimi-blouse/anchormimi3_hu_ef94cc724a858e58.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/anchor-mimi-blouse/anchormimi3_hu_ef94cc724a858e58.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/anchor-mimi-blouse/anchormimi4_hu_467980602643afee.jpeg"
data-gallery="gallery-281c861b94b4aa342c6b084226f6ffc6cf83b7597789bacadefb5ed15c5ff58f"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/667;">
&lt;source srcset="https://www.cottonnoodle.com/blog/anchor-mimi-blouse/anchormimi4_hu_b9ef6559e447a04d.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/anchor-mimi-blouse/anchormimi4_hu_b9ef6559e447a04d.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>That&amp;rsquo;s not as much of a problem when it&amp;rsquo;s untucked - but that&amp;rsquo;s not really my style. I tend towards an hourglass silhouette, so I&amp;rsquo;d typically tuck in a loose fitting blouse at the waist. We&amp;rsquo;ll have to see how often I reach for this one in my wardrobe.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/anchor-mimi-blouse/anchormimi5_hu_7b2eea9ef2f2f59c.jpeg"
data-gallery="gallery-281c861b94b4aa342c6b084226f6ffc6cf83b7597789bacadefb5ed15c5ff58f"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/667;">
&lt;source srcset="https://www.cottonnoodle.com/blog/anchor-mimi-blouse/anchormimi5_hu_f091d24c165ea196.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/anchor-mimi-blouse/anchormimi5_hu_f091d24c165ea196.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/anchor-mimi-blouse/anchormimi6_hu_b81becb32631af2e.jpeg"
data-gallery="gallery-281c861b94b4aa342c6b084226f6ffc6cf83b7597789bacadefb5ed15c5ff58f"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/667;">
&lt;source srcset="https://www.cottonnoodle.com/blog/anchor-mimi-blouse/anchormimi6_hu_683ad1a6cecb3a0a.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/anchor-mimi-blouse/anchormimi6_hu_683ad1a6cecb3a0a.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>I did have a couple of other issues making it. I must have sewn the yoke interfacing on a little wonky, because the corner above the top button really wants to stick out, and no amount of pressing will subdue it. I had a go at restitching it without much success, so in the end I whacked a hidden hook-and-eye in there. Bit of a duct tape solution, but it did the trick&amp;hellip;&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/anchor-mimi-blouse/anchormimi7_hu_ab5dd97541ddb158.jpeg"
data-gallery="gallery-281c861b94b4aa342c6b084226f6ffc6cf83b7597789bacadefb5ed15c5ff58f"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/375;">
&lt;source srcset="https://www.cottonnoodle.com/blog/anchor-mimi-blouse/anchormimi7_hu_46204291653d86d2.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/anchor-mimi-blouse/anchormimi7_hu_46204291653d86d2.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>The other issue was really just foolishness on my part. Put the buttons on the wrong side, didn&amp;rsquo;t I? Totally didn&amp;rsquo;t think that through. At least I know I&amp;rsquo;ll never make that mistake again. It feels very weird buttoning up a blouse this way round!&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/anchor-mimi-blouse/anchormimi8_hu_4750837b591394d8.jpeg"
data-gallery="gallery-281c861b94b4aa342c6b084226f6ffc6cf83b7597789bacadefb5ed15c5ff58f"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/375;">
&lt;source srcset="https://www.cottonnoodle.com/blog/anchor-mimi-blouse/anchormimi8_hu_3cdaec7bf7cae6ab.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/anchor-mimi-blouse/anchormimi8_hu_3cdaec7bf7cae6ab.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>All in all, a successful make, but I&amp;rsquo;m not sure how much I will end up wearing it. I&amp;rsquo;ve just picked up some drapey rayon to make up another version and see if I can make this pattern work for me.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/anchor-mimi-blouse/anchormimi9_hu_176d539c1d0ff909.jpeg"
data-gallery="gallery-281c861b94b4aa342c6b084226f6ffc6cf83b7597789bacadefb5ed15c5ff58f"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/375;">
&lt;source srcset="https://www.cottonnoodle.com/blog/anchor-mimi-blouse/anchormimi9_hu_e28b7ec32009e99.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/anchor-mimi-blouse/anchormimi9_hu_e28b7ec32009e99.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure></description></item><item><title>Making another Megan</title><link>https://www.cottonnoodle.com/blog/making-another-megan/</link><pubDate>Sat, 02 Apr 2016 00:56:00 +0000</pubDate><guid>https://www.cottonnoodle.com/blog/making-another-megan/</guid><description>&lt;p>Firstly, a brief announcement: my blog has a new name! &lt;em>Cotton on Cotton&lt;/em> is now &lt;em>Cotton Noodle.&lt;/em> I changed it because wanted something that wasn&amp;rsquo;t so close to the name of an established brand. Picking a name is hard, and it&amp;rsquo;s even harder the second time around as you have something to compare it to. The new name quietly alludes to the fact that the blog was born in Singapore. Or maybe I was just hungry.&lt;/p>
&lt;p>Anyway, back on topic&amp;hellip; Here&amp;rsquo;s my work-in-progress:&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/making-another-megan/makingmegan1_hu_815abefc9f7e1629.jpeg"
data-gallery="gallery-7eb4ff70f1d5b909a7f1300c8acf0dac987b3631c9f8ab01e1c6f6808cb8957e"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/375;">
&lt;source srcset="https://www.cottonnoodle.com/blog/making-another-megan/makingmegan1_hu_f60a06de7db1001b.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/making-another-megan/makingmegan1_hu_f60a06de7db1001b.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>After putting all that effort into &lt;a href="http://cottonnoodle.com/2016/03/06/i-made-a-megan-dress/" rel="external">fitting the Megan pattern&lt;/a>, I&amp;rsquo;ve kicked off another version. This fabric is a Sevenberry cotton that I managed to find in the chaos of Singapore&amp;rsquo;s Mustafa Centre. I like that the palm print is quite busy, while the monochrome stops it from being loud. This is going to be another work dress so I want it to be relatively subdued.&lt;/p>
&lt;p>I lowered the neckline a touch, giving it a soft V-shape. I&amp;rsquo;m also considering keeping it sleeveless. Otherwise, I&amp;rsquo;ve kept the same alterations as last time.&lt;/p>
&lt;p>I&amp;rsquo;m having &lt;em>loads&lt;/em> of fun making this one. I think as I&amp;rsquo;m getting better at sewing, and have to stop and refer to instructions less and less, I am getting more of that rush of &lt;em>joy&lt;/em> that comes from creating something with my own hands. It&amp;rsquo;s this feeling that makes me love being a maker. I&amp;rsquo;ve been a knitter for a few years, so it&amp;rsquo;s nothing new to me - but I am enjoying how sewing brings this sense of gratification and pride more often, as garments are faster to finish. Yup, I think I really like sewing.&lt;/p></description></item><item><title>Anchor buttons</title><link>https://www.cottonnoodle.com/blog/anchor-buttons/</link><pubDate>Sun, 20 Mar 2016 12:09:00 +0000</pubDate><guid>https://www.cottonnoodle.com/blog/anchor-buttons/</guid><description>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/anchor-buttons/anchor-buttons1_hu_c1cdbaa72c388490.jpg"
data-gallery="gallery-4dc2e948d4ef1eee7524f22a06e0f5113fdb84cb67932621aedd3fdaffa23f9e"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/374;">
&lt;source srcset="https://www.cottonnoodle.com/blog/anchor-buttons/anchor-buttons1_hu_4393352ff3364fac.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/anchor-buttons/anchor-buttons1_hu_4393352ff3364fac.jpg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>I discovered self cover buttons!&lt;/p>
&lt;p>I&amp;rsquo;ve just finished off a Mimi blouse (another pattern from &lt;em>Love at First Stitch&lt;/em>) and just &lt;em>have&lt;/em> to share how cute my buttons are!&lt;/p>
&lt;p>I&amp;rsquo;d never made self cover buttons before, so when I made these I was really giddy at how perfectly they came out. Check out how they&amp;rsquo;re the perfect size for an anchor to fit on!&lt;/p>
&lt;p>And you know what? It&amp;rsquo;s a total coincidence. Ha! I didn&amp;rsquo;t think about it at all, I just picked out a fabric I liked (yay anchors) and bought 1/2&amp;quot; buttons because the pattern told me to. I was literally squealing with joy when the two came together so nicely!&lt;/p>
&lt;p>Photos of my Mimi coming up soon. What shall I make next?&lt;/p></description></item><item><title>I made a Megan dress!</title><link>https://www.cottonnoodle.com/blog/i-made-a-megan-dress/</link><pubDate>Sun, 06 Mar 2016 00:00:00 +0000</pubDate><guid>https://www.cottonnoodle.com/blog/i-made-a-megan-dress/</guid><description>&lt;p>Behold&amp;hellip; I made a Megan dress!&lt;/p>
&lt;p>A few weeks ago I picked up a copy of &lt;a href="http://shop.tillyandthebuttons.com/products/love-at-first-stitch" rel="external">Love At First Stitch&lt;/a> by Tilly Walnes, from the Kinokuniya at Ngee Ann City. (If you&amp;rsquo;re in Singapore, I really recommend the sewing book section there - there are a lot of books that have paper patterns included, including those from bloggers like Tilly, Collete Patterns and Gertie. I got a little over excited in the shop!)&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/i-made-a-megan-dress/megan1_hu_5a79ff3a0a17fba7.jpeg"
data-gallery="gallery-bc65e30698db971c67d44768a70a3ecac18de279ef6f9068ba278ee495b4ba05"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/667;">
&lt;source srcset="https://www.cottonnoodle.com/blog/i-made-a-megan-dress/megan1_hu_781ef8f4dfacded7.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/i-made-a-megan-dress/megan1_hu_781ef8f4dfacded7.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>I&amp;rsquo;d read the reviews for Love At First Stitch so I was pretty hyped for the book. And it totally lived up to expectation! It&amp;rsquo;s a gorgeous book, very beautifully put together - and Tilly has a lovely conversational way of writing which makes you feel like you&amp;rsquo;ve known her for years.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/i-made-a-megan-dress/megan2_hu_6601514768451fd3.jpeg"
data-description=".glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
data-gallery="gallery-bc65e30698db971c67d44768a70a3ecac18de279ef6f9068ba278ee495b4ba05"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/667;">
&lt;source srcset="https://www.cottonnoodle.com/blog/i-made-a-megan-dress/megan2_hu_f979ec3cbc4fd3a4.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/i-made-a-megan-dress/megan2_hu_f979ec3cbc4fd3a4.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;div class="glightbox-desc glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855">Shamelessly copying one of Tilly&amp;rsquo;s poses from the book&lt;/div>
&lt;figcaption>Shamelessly copying one of Tilly&amp;rsquo;s poses from the book&lt;/figcaption>
&lt;/figure>
&lt;p>But I&amp;rsquo;ve gotta say, I found the Megan dress a real challenge. Nothing to do with the pattern or instructions - but just getting the bodice to fit. The pattern is drafted for a B-cup, but I am a C/D, so I knew I was going to need a full bust adjustment. But I wasn&amp;rsquo;t expecting that I would end up making six muslins of the bodice&amp;hellip;&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/i-made-a-megan-dress/megan3_hu_4011999b32071c6d.jpeg"
data-description=".glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
data-gallery="gallery-bc65e30698db971c67d44768a70a3ecac18de279ef6f9068ba278ee495b4ba05"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/375;">
&lt;source srcset="https://www.cottonnoodle.com/blog/i-made-a-megan-dress/megan3_hu_7991943601c64795.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/i-made-a-megan-dress/megan3_hu_7991943601c64795.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;div class="glightbox-desc glightbox-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855">The five discarded bodice pieces that didn&amp;rsquo;t make the final muslin&lt;/div>
&lt;figcaption>The five discarded bodice pieces that didn&amp;rsquo;t make the final muslin&lt;/figcaption>
&lt;/figure>
&lt;p>And on the plus side, I am now an expert at sewing darts after having done about 30 of them as part of this muslin saga!&lt;/p>
&lt;p>In the end, I made a 1.5&amp;quot; full bust adjustment, lengthened the bodice by 1/5&amp;quot;, and took 2&amp;quot; out of the back neckline. I also shortened the hem by 2&amp;quot;.&lt;/p>
&lt;p>And now it&amp;rsquo;s all finished! The fabric is a cotton poplin I bought at Spotlight.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/i-made-a-megan-dress/megan4_hu_76afbd6aec8600db.jpeg"
data-gallery="gallery-bc65e30698db971c67d44768a70a3ecac18de279ef6f9068ba278ee495b4ba05"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/667;">
&lt;source srcset="https://www.cottonnoodle.com/blog/i-made-a-megan-dress/megan4_hu_ebd79288673da1d4.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/i-made-a-megan-dress/megan4_hu_ebd79288673da1d4.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>I&amp;rsquo;m really proud of it. I&amp;rsquo;ve made it for work to force myself to wear the stuff I make on normal days rather than saving it for special occasions.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/i-made-a-megan-dress/megan5_hu_b38aff69a73ca4b3.jpeg"
data-gallery="gallery-bc65e30698db971c67d44768a70a3ecac18de279ef6f9068ba278ee495b4ba05"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/667;">
&lt;source srcset="https://www.cottonnoodle.com/blog/i-made-a-megan-dress/megan5_hu_4a47c0dada891eb7.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/i-made-a-megan-dress/megan5_hu_4a47c0dada891eb7.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>There are a few errors in it, but I’m okay with that (I’m telling myself). I’m not too crazy about the dart tucks around the bodice as they don’t seem to lie properly, and the zip is a bit stiff. But it’s all cool, because &lt;em>I made a dress!&lt;/em>&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/i-made-a-megan-dress/megan6_hu_bb820097ae7b54ae.jpeg"
data-gallery="gallery-bc65e30698db971c67d44768a70a3ecac18de279ef6f9068ba278ee495b4ba05"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/667;">
&lt;source srcset="https://www.cottonnoodle.com/blog/i-made-a-megan-dress/megan6_hu_5e9f475dc1056fff.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/i-made-a-megan-dress/megan6_hu_5e9f475dc1056fff.jpeg" alt="" />
&lt;/picture>
&lt;/a>
&lt;/figure></description></item><item><title>Two Hollyburn skirts</title><link>https://www.cottonnoodle.com/blog/two-hollyburn-skirts/</link><pubDate>Sat, 13 Feb 2016 16:21:00 +0000</pubDate><guid>https://www.cottonnoodle.com/blog/two-hollyburn-skirts/</guid><description>&lt;p>In my first month of sewing I’ve made two &lt;a href="http://www.sewaholicpatterns.com/hollyburn-skirt/" rel="external">Hollyburn&lt;/a> skirts. The sewalong at Lavender Lane helped &lt;em>enormously&lt;/em> through the process. &lt;em>(NB. Lavender Lane link removed, blog has sadly expired.)&lt;/em>&lt;/p>
&lt;p>I printed out the PDF pattern, and even just taping that together was a real learning curve for a newbie like me! Somehow I ended up with wonky grainline markings in the pattern – but I &lt;em>think&lt;/em> I got away with it.&lt;/p>
&lt;p>I made this green version first (my first ever garment!):&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/two-hollyburn-skirts/hollyburn1_hu_272421747df644e3.jpeg"
data-gallery="gallery-3de40d7ecd23bb1ddfea7c3c1b87a0aaf36013745b1760f5195bee0f1b44703f"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/667;">
&lt;source srcset="https://www.cottonnoodle.com/blog/two-hollyburn-skirts/hollyburn1_hu_f85ab03a87c19c84.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/two-hollyburn-skirts/hollyburn1_hu_f85ab03a87c19c84.jpeg" alt="Me wearing a flared green skirt" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>I was pretty pleased with myself. Within a few days I had turned a length of fabric into a &lt;em>wearable item of clothing&lt;/em>!&lt;/p>
&lt;p>Just don’t look on the inside&amp;hellip; The tension on the zig-zag seam finish is off so they’re all scrunched up. And the waistband interfacing is exposed in places! Some of the seams are wonky, too – I could not get that cheap polycotton to hold a pressed fold for more than a few minutes.&lt;/p>
&lt;p>All in all though, this skirt is the end product of a serious learning experience. I had a lot of fun making it, even the frustrating bits along the way like redoing the zipper four times. (Now I understand why basting is always recommended.)&lt;/p>
&lt;p>Then I made this version for my birthday, and all my feelings of pride about the green skirt were blown out of the water:&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/two-hollyburn-skirts/hollyburn2_hu_c2787f0f6d123095.jpeg"
data-gallery="gallery-3de40d7ecd23bb1ddfea7c3c1b87a0aaf36013745b1760f5195bee0f1b44703f"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/667;">
&lt;source srcset="https://www.cottonnoodle.com/blog/two-hollyburn-skirts/hollyburn2_hu_776dd7a42f674711.jpeg" />
&lt;img src="https://www.cottonnoodle.com/blog/two-hollyburn-skirts/hollyburn2_hu_776dd7a42f674711.jpeg" alt="Me wearing a flared floral skirt" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>I’m &lt;em>really&lt;/em> happy with this one! I took all my learnings from the first version, and applied them fastidiously and painstakingly. And isn’t that fabric &lt;em>gorgeous&lt;/em>? I picked it up at Spotlight.&lt;/p>
&lt;p>I didn’t match up the print on the seams, but other than that I was possibly a bit too perfectionist. This afternoon I read in &lt;a href="https://shop.tillyandthebuttons.com/products/love-at-first-stitch" rel="external">Love At First Stitch&lt;/a> that if you mess up a couple of stitches, you don’t actually have to redo the whole seam. I’ll get through my future projects a lot faster with that bit of knowledge!&lt;/p>
&lt;p>I wore the floral skirt out on my birthday – my husband treated me to dinner at Lime House, which was great fun. I loved the jerk chicken carpaccio (bold but delicate) and the macaroni pie (wholesome and comforting). I ate a huge amount – by the end of the night I was grateful for the ease in the skirt’s waistband!&lt;/p>
&lt;p>I see myself making many more Hollyburn skirts – they are exactly my style, and so easy to wear.&lt;/p></description></item><item><title>My first project! Pillowcases!</title><link>https://www.cottonnoodle.com/blog/my-first-project-pillowcases/</link><pubDate>Sat, 13 Feb 2016 08:09:00 +0000</pubDate><guid>https://www.cottonnoodle.com/blog/my-first-project-pillowcases/</guid><description>&lt;p>I started out on my sewing journey in the typical way: I made a pillowcase!&lt;/p>
&lt;p>It actually happened at the perfect time – my husband and I wanted to get new bedding for the new year, but we couldn&amp;rsquo;t find pillowcases to match our king-size pillows anywhere in Singapore. When I realised I could make pillowcases easily with my new sewing machine, it was like it was fated to happen! My beginner&amp;rsquo;s project immediately turned into a mission – I had to make 2 sets of 4 king-size pillowcases to replace our old ones.&lt;/p>
&lt;p>So I trotted down to Spotlight to find some fabric. I knew it would be a learning curve picking out fabric for the first time – but goodness me, it took ages. I was probably in there for an hour, poring over all the different types of cotton and trying to find a good balance between the feel, the colour, the pattern and the price. I ended up choosing bright green cotton poplin in polka dots and stripes. Bright colours lift my spirits, and I&amp;rsquo;m on a real green kick right now!&lt;/p>
&lt;p>I made my very first pillowcase following the [envelope closure pillowcase tutorial over at Make It &amp;amp; Love It[(http://www.makeit-loveit.com/2013/01/envelope-closure-pillowcase-for-bed-pillows.html). I finished the seams and pressed it neatly, and then went to put it on my pillow feeling super proud of myself&amp;hellip; then I realised I&amp;rsquo;d made the darn thing far too big! Turns out American king-size pillows are bigger than UK ones. First important lesson learned – double check your measurements!&lt;/p>
&lt;p>(Well, maybe the first important lesson I learned the hard way was to lower the presser foot before sewing. I had quite a panic after getting about a foot of thread tangled up in the feed dogs.)&lt;/p>
&lt;p>So. I ripped out all the seams from my oversized pillowcase, did some measuring and some maths, and started over. This time it fit perfectly! I made four:&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/my-first-project-pillowcases/pillowcases_hu_ea3059e205a8fca6.jpg"
data-gallery="gallery-5256633f61a52bd7f5548540d4d4e05db896ccd2e789f512ac365082843a2993"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/334;">
&lt;source srcset="https://www.cottonnoodle.com/blog/my-first-project-pillowcases/pillowcases_hu_96d431d96cea02b1.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/my-first-project-pillowcases/pillowcases_hu_96d431d96cea02b1.jpg" alt="Pillows on a bed with green polkadot pillowcases" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;p>I also modified the approach so that each pillow is made with two pieces of fabric rather than one. I found it hard to manipulate such huge pieces of fabric.&lt;/p>
&lt;p>The final numbers I ended up with to fit a UK king-size pillow are:&lt;/p>
&lt;ul>
&lt;li>Front piece – 20.5&amp;quot; x 34.5&amp;quot;&lt;/li>
&lt;li>Back piece – 20.5&amp;quot; x 42.5&amp;quot;&lt;/li>
&lt;/ul>
&lt;p>This gives finished dimensions of 19.5&amp;quot; x 33&amp;quot;. I first hemmed one short edge on each piece by folding it up twice by 0.5&amp;quot;, and then used 0.5&amp;quot; seam allowances.&lt;/p>
&lt;p>A couple of weeks ago I made a second set. They&amp;rsquo;re in the wash right now so I&amp;rsquo;ll have to share the pictures later!&lt;/p></description></item><item><title>5 things I learned in my first month of sewing</title><link>https://www.cottonnoodle.com/blog/5-things-i-learned-in-my-first-month-of-sewing/</link><pubDate>Thu, 11 Feb 2016 15:08:00 +0000</pubDate><guid>https://www.cottonnoodle.com/blog/5-things-i-learned-in-my-first-month-of-sewing/</guid><description>&lt;p>Now that I’ve been sewing for over a month (okay, maybe closer to six weeks) I thought I’d write down five of the big discoveries I’ve made along the way. Some of these beginner sewing tips I had read beforehand, but I never truly understood them until I experienced them for myself!&lt;/p>
&lt;h2 id="1-a-good-pair-of-scissors-is-really-really-worth-it">1. A good pair of scissors is really, really worth it&lt;/h2>
&lt;p>I started out buying two cheap pairs of scissors (less than S$7 or £3.50 each), but I ended up going back to the store a few days later to upgrade to a pair of Fiskars (around S$60 or £30). The cheap ones felt like they were tearing through the fabric rather than cutting it. With the Fiskars I can make nice, clean, accurate cuts, and they&amp;rsquo;re genuinely a joy to use.&lt;/p>
&lt;figure style="max-width: 500px;">
&lt;a href="https://www.cottonnoodle.com/blog/5-things-i-learned-in-my-first-month-of-sewing/scissors_hu_e9d0792277dc3c50.jpg"
data-gallery="gallery-144cf1dcf2574060cc9cdee3a11a26ba6f6e39396010695a81ae732f1af20515"
class="glightbox">
&lt;picture style="max-width: 500px; aspect-ratio: 500/375;">
&lt;source srcset="https://www.cottonnoodle.com/blog/5-things-i-learned-in-my-first-month-of-sewing/scissors_hu_5ecbdcd6d93716fc.jpg" />
&lt;img src="https://www.cottonnoodle.com/blog/5-things-i-learned-in-my-first-month-of-sewing/scissors_hu_5ecbdcd6d93716fc.jpg" alt="Lint roller, seam ripper, and scissors" />
&lt;/picture>
&lt;/a>
&lt;/figure>
&lt;h2 id="2-a-decent-iron-makes-a-world-of-difference">2. A decent iron makes a world of difference&lt;/h2>
&lt;p>I upgraded our 10-year-old iron for a new one that actually takes out creases, produces steam, and doesn’t leak. It’s heaven! I genuinely enjoy pressing (and normal ironing) now that my tools are working with me rather than against me. It’s not even a particularly flashy iron - just having one that works is the key! And on the topic of irons&amp;hellip;&lt;/p>
&lt;h2 id="3-leave-your-ironing-board-out-if-you-can">3. Leave your ironing board out (if you can!)&lt;/h2>
&lt;p>&lt;strong>Pressing is less of a chore if the ironing board is always out.&lt;/strong> It does seem to be true that you spend as much time at the ironing board as at the sewing machine. A large part of why I used to hate ironing my clothes is that it’s such a chore to drag the ironing board out of the cupboard and set it all up. Now the ironing board is up all the time and next to my sewing machine, it’s so easy to switch between the two whenever I need to.&lt;/p>
&lt;h2 id="4-foot-pedal-control-gets-easier-with-practice">4. Foot pedal control gets easier with practice&lt;/h2>
&lt;p>I don’t drive, so I don’t know if the same thing applies to driving - but I found it very hard to have decent control over the pedal at first. I could only make my machine run at two speeds: off, and &lt;em>way too fast&lt;/em>! After a few weeks I think my foot muscles have gotten acclimatised to things, and I have much finer control now. I still mess it up now and then, but practise does seem to be making a difference.&lt;/p>
&lt;h2 id="5-a-lint-roller-can-collect-threads-after-seam-ripping">5. A lint roller can collect threads after seam ripping&lt;/h2>
&lt;p>This may be a well known technique to experienced sewists but I was so proud of myself when I figured it out myself! After ripping out stitches, you end up with lots of short threads in your fabric. Running a lint roller up and down them in the direction of the stitches will collect them easily. Just need to be careful not to catch the raw edge of the fabric with the lint roller, or else you’ll unravel it!&lt;/p>
&lt;p>There you have it. I will share more discoveries as I go along! See you next time.&lt;/p></description></item></channel></rss>