{"id":33,"date":"2024-07-01T14:51:40","date_gmt":"2024-07-01T13:51:40","guid":{"rendered":"https:\/\/mollimers.com\/?p=33"},"modified":"2024-07-01T14:54:29","modified_gmt":"2024-07-01T13:54:29","slug":"embracing-simple-solutions-the-power-of-starting-naive","status":"publish","type":"post","link":"https:\/\/mollimers.com\/?p=33","title":{"rendered":"Embracing Simple Solutions: The Power of Starting Naive"},"content":{"rendered":"\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"675\" src=\"https:\/\/mollimers.com\/wp-content\/uploads\/2024\/07\/start-simple-1.png\" alt=\"\" class=\"wp-image-39\" srcset=\"https:\/\/mollimers.com\/wp-content\/uploads\/2024\/07\/start-simple-1.png 1024w, https:\/\/mollimers.com\/wp-content\/uploads\/2024\/07\/start-simple-1-300x198.png 300w, https:\/\/mollimers.com\/wp-content\/uploads\/2024\/07\/start-simple-1-768x506.png 768w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>Problem-solving in coding often feels like a quest for the ultimate solution\u2014a seamless, elegant piece of code that not only works flawlessly but also impresses peers with its sophistication. You pour over the requirements in order to find all the missed edge cases, read obscure blogs by zen-masters of coding to find the most optimal algorithms and build five competing solutions to benchmark in complex test suites\u2026 only to find that deadlines and demo days coming and going with you have nothing to show, to both yours and your co-workers chagrin.&nbsp;<\/p>\n\n\n\n<p>As the programming luminary Donald Knuth once wrote <strong>\u201c<\/strong><strong>premature optimization is the root of all evil (or at least most of it) in programming\u201d [<\/strong><a href=\"https:\/\/en.wikiquote.org\/wiki\/Donald_Knuth\"><strong>1<\/strong><\/a><strong>]<\/strong><\/p>\n\n\n\n<p>Having put yourself through this pursuit one time too many might very well grant you the affliction known as \u201cparalysis by analysis\u201d when faced with anything outside your comfort zone, where the fear of not getting it perfect from the outset prevents any progress at all. This is where the beauty of the naive solution comes into play.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">The Naive Solution: A Humble Beginning<\/h3>\n\n\n\n<p>A naive solution is the most straightforward, simplest way to tackle a problem based on what you currently know. It\u2019s not about cutting corners or settling for mediocrity, but rather about building a solid foundation from which more refined solutions can emerge. It is intentionally <em>not <\/em>the most sophisticated, advanced or optimized solution. It is a working solution, that&#8217;s it. Starting with a naive solution has several distinct advantages:<\/p>\n\n\n\n<p>1. <strong>Immediate Progress:<\/strong> By implementing a simple solution, you move from the realm of theoretical possibilities into tangible outcomes. This shift from ideation to execution is crucial as it sets the stage for further iterations and improvements.&nbsp;<\/p>\n\n\n\n<p>2. <strong>Clarity and Focus:<\/strong> Simple solutions force you to focus on the core problem without getting bogged down by peripheral complexities. This clarity helps in understanding the problem better and often reveals insights that might be obscured by more complex approaches.<\/p>\n\n\n\n<p>3. <strong>Foundation for Learning<\/strong>: When you start simple, you create a baseline against which all future enhancements can be measured. Each iteration builds on the previous one, allowing you to incrementally incorporate new knowledge and techniques.<\/p>\n\n\n\n<p><strong>Put another way<\/strong>: having something to test (<strong>1<\/strong>) will almost always give you suggestions for incremental improvements or even complete redesigns (<strong>2<\/strong>), with the added benefit of having a working solution to fall back on if everything goes up in flames (<strong>3<\/strong>).<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Case Study: The Power of Incremental Improvements<\/h3>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/mollimers.com\/wp-content\/uploads\/2024\/07\/journey-2.png\" alt=\"\" class=\"wp-image-40\" style=\"width:436px;height:auto\" srcset=\"https:\/\/mollimers.com\/wp-content\/uploads\/2024\/07\/journey-2.png 1000w, https:\/\/mollimers.com\/wp-content\/uploads\/2024\/07\/journey-2-300x300.png 300w, https:\/\/mollimers.com\/wp-content\/uploads\/2024\/07\/journey-2-150x150.png 150w, https:\/\/mollimers.com\/wp-content\/uploads\/2024\/07\/journey-2-768x768.png 768w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/><\/figure>\n\n\n\n<p>Consider a scenario where you are tasked with developing a sorting algorithm. The naive solution might involve using a basic bubble sort. It\u2019s not the fastest or most efficient, but it gets the job done and provides a concrete starting point.<\/p>\n\n\n\n<p>As you refine your understanding of sorting algorithms, you might move on to more efficient methods like quicksort or mergesort. Each step forward is informed by the practical experience and understanding gained from the simpler implementations.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Avoiding the Perfection Trap<\/h3>\n\n\n\n<p>One of the significant risks in problem-solving is the temptation to find the ultimate, perfect solution right away. This perfectionism can lead to:<\/p>\n\n\n\n<p>&#8211; <strong>Analysis Paralysis:<\/strong> Overthinking the problem without taking action can stall progress entirely.<\/p>\n\n\n\n<p>&#8211; <strong>Unnecessary Complexity:<\/strong> Premature optimization or over-engineering can introduce unnecessary complexity, making the solution harder to implement and maintain.<\/p>\n\n\n\n<p>&#8211; <strong>Frustration and Burnout:<\/strong> The pressure to achieve perfection can be overwhelming, leading to frustration and burnout.<\/p>\n\n\n\n<p>&#8211; <strong>Imposter Syndrome: <\/strong>A mental affliction where you start to tell yourself things like \u201cI am not good enough\u201d, \u201cmy peers probably look down on me\u201d or simply that soon you \u201cwill be found out\u201d and thrown out.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Confidence Through Simplicity<\/h3>\n\n\n\n<p>Starting with naive solutions builds confidence. As you see your basic approach yielding results, you gain the motivation to continue refining and improving. This iterative process of development is at the heart of agile methodologies, which emphasize working solutions over comprehensive documentation and iterative progress over monumental leaps.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Embrace Iterative Problem-Solving<\/h3>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/mollimers.com\/wp-content\/uploads\/2024\/07\/complexity.png\" alt=\"\" class=\"wp-image-41\" srcset=\"https:\/\/mollimers.com\/wp-content\/uploads\/2024\/07\/complexity.png 1024w, https:\/\/mollimers.com\/wp-content\/uploads\/2024\/07\/complexity-300x300.png 300w, https:\/\/mollimers.com\/wp-content\/uploads\/2024\/07\/complexity-150x150.png 150w, https:\/\/mollimers.com\/wp-content\/uploads\/2024\/07\/complexity-768x768.png 768w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>Iterative problem-solving is about embracing the journey. Each step, no matter how small, is a victory. Here are some practical tips to foster this mindset:<\/p>\n\n\n\n<p>1. <strong>Start Small:<\/strong> Break down the problem into manageable parts and tackle the simplest aspect first.<\/p>\n\n\n\n<p>2. <strong>Iterate Regularly:<\/strong> Make regular improvements based on feedback and new knowledge.<\/p>\n\n\n\n<p>3. <strong>Reflect and Refine:<\/strong> Continuously evaluate the solution and look for ways to enhance it.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Conclusion<\/h3>\n\n\n\n<p>In conclusion, there is no shame in starting with a naive solution. On the contrary, it\u2019s a pragmatic and effective approach to problem-solving that encourages progress, clarity, and continuous improvement. By starting small and building on what you know, you pave the way for more sophisticated solutions while maintaining a steady trajectory of progress. Embrace simplicity, iterate diligently, and watch your humble beginnings evolve into elegant solutions.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Problem-solving in coding often feels like a quest for the ultimate solution\u2014a seamless, elegant piece of code that not only works flawlessly but also impresses peers with its sophistication. You pour over the requirements in order to find all the missed edge cases, read obscure blogs by zen-masters of coding to find the most optimal [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":39,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[9],"tags":[11,12,10],"class_list":["post-33","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-problemsolving","tag-imposter-syndrome","tag-iterative-development","tag-naive-solutions"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Embracing Simple Solutions: The Power of Starting Naive - Mollimers<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/mollimers.com\/?p=33\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Embracing Simple Solutions: The Power of Starting Naive - Mollimers\" \/>\n<meta property=\"og:description\" content=\"Problem-solving in coding often feels like a quest for the ultimate solution\u2014a seamless, elegant piece of code that not only works flawlessly but also impresses peers with its sophistication. You pour over the requirements in order to find all the missed edge cases, read obscure blogs by zen-masters of coding to find the most optimal [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/mollimers.com\/?p=33\" \/>\n<meta property=\"og:site_name\" content=\"Mollimers\" \/>\n<meta property=\"article:published_time\" content=\"2024-07-01T13:51:40+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-07-01T13:54:29+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/mollimers.com\/wp-content\/uploads\/2024\/07\/start-simple-1.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"675\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"mollimers\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"mollimers\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/mollimers.com\/?p=33#article\",\"isPartOf\":{\"@id\":\"https:\/\/mollimers.com\/?p=33\"},\"author\":{\"name\":\"mollimers\",\"@id\":\"https:\/\/mollimers.com\/#\/schema\/person\/6d752de0ce74f79bc33a3b0b86118950\"},\"headline\":\"Embracing Simple Solutions: The Power of Starting Naive\",\"datePublished\":\"2024-07-01T13:51:40+00:00\",\"dateModified\":\"2024-07-01T13:54:29+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/mollimers.com\/?p=33\"},\"wordCount\":798,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/mollimers.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/mollimers.com\/?p=33#primaryimage\"},\"thumbnailUrl\":\"https:\/\/mollimers.com\/wp-content\/uploads\/2024\/07\/start-simple-1.png\",\"keywords\":[\"Imposter syndrome\",\"iterative development\",\"naive solutions\"],\"articleSection\":[\"Problemsolving\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/mollimers.com\/?p=33#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/mollimers.com\/?p=33\",\"url\":\"https:\/\/mollimers.com\/?p=33\",\"name\":\"Embracing Simple Solutions: The Power of Starting Naive - Mollimers\",\"isPartOf\":{\"@id\":\"https:\/\/mollimers.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/mollimers.com\/?p=33#primaryimage\"},\"image\":{\"@id\":\"https:\/\/mollimers.com\/?p=33#primaryimage\"},\"thumbnailUrl\":\"https:\/\/mollimers.com\/wp-content\/uploads\/2024\/07\/start-simple-1.png\",\"datePublished\":\"2024-07-01T13:51:40+00:00\",\"dateModified\":\"2024-07-01T13:54:29+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/mollimers.com\/?p=33#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/mollimers.com\/?p=33\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/mollimers.com\/?p=33#primaryimage\",\"url\":\"https:\/\/mollimers.com\/wp-content\/uploads\/2024\/07\/start-simple-1.png\",\"contentUrl\":\"https:\/\/mollimers.com\/wp-content\/uploads\/2024\/07\/start-simple-1.png\",\"width\":1024,\"height\":675},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/mollimers.com\/?p=33#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/mollimers.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Embracing Simple Solutions: The Power of Starting Naive\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/mollimers.com\/#website\",\"url\":\"https:\/\/mollimers.com\/\",\"name\":\"Mollimers\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/mollimers.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/mollimers.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/mollimers.com\/#organization\",\"name\":\"Mollimers\",\"url\":\"https:\/\/mollimers.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/mollimers.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/mollimers.com\/wp-content\/uploads\/2024\/07\/home-1.png\",\"contentUrl\":\"https:\/\/mollimers.com\/wp-content\/uploads\/2024\/07\/home-1.png\",\"width\":160,\"height\":158,\"caption\":\"Mollimers\"},\"image\":{\"@id\":\"https:\/\/mollimers.com\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/mollimers.com\/#\/schema\/person\/6d752de0ce74f79bc33a3b0b86118950\",\"name\":\"mollimers\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/mollimers.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/8a5c6f1d3e2376035ddc46e1889e933190b4a547667a53a130cc95eb0827ae46?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/8a5c6f1d3e2376035ddc46e1889e933190b4a547667a53a130cc95eb0827ae46?s=96&d=mm&r=g\",\"caption\":\"mollimers\"},\"sameAs\":[\"http:\/\/mollimers.com\"],\"url\":\"https:\/\/mollimers.com\/?author=1\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Embracing Simple Solutions: The Power of Starting Naive - Mollimers","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/mollimers.com\/?p=33","og_locale":"en_US","og_type":"article","og_title":"Embracing Simple Solutions: The Power of Starting Naive - Mollimers","og_description":"Problem-solving in coding often feels like a quest for the ultimate solution\u2014a seamless, elegant piece of code that not only works flawlessly but also impresses peers with its sophistication. You pour over the requirements in order to find all the missed edge cases, read obscure blogs by zen-masters of coding to find the most optimal [&hellip;]","og_url":"https:\/\/mollimers.com\/?p=33","og_site_name":"Mollimers","article_published_time":"2024-07-01T13:51:40+00:00","article_modified_time":"2024-07-01T13:54:29+00:00","og_image":[{"width":1024,"height":675,"url":"https:\/\/mollimers.com\/wp-content\/uploads\/2024\/07\/start-simple-1.png","type":"image\/png"}],"author":"mollimers","twitter_card":"summary_large_image","twitter_misc":{"Written by":"mollimers","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/mollimers.com\/?p=33#article","isPartOf":{"@id":"https:\/\/mollimers.com\/?p=33"},"author":{"name":"mollimers","@id":"https:\/\/mollimers.com\/#\/schema\/person\/6d752de0ce74f79bc33a3b0b86118950"},"headline":"Embracing Simple Solutions: The Power of Starting Naive","datePublished":"2024-07-01T13:51:40+00:00","dateModified":"2024-07-01T13:54:29+00:00","mainEntityOfPage":{"@id":"https:\/\/mollimers.com\/?p=33"},"wordCount":798,"commentCount":0,"publisher":{"@id":"https:\/\/mollimers.com\/#organization"},"image":{"@id":"https:\/\/mollimers.com\/?p=33#primaryimage"},"thumbnailUrl":"https:\/\/mollimers.com\/wp-content\/uploads\/2024\/07\/start-simple-1.png","keywords":["Imposter syndrome","iterative development","naive solutions"],"articleSection":["Problemsolving"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/mollimers.com\/?p=33#respond"]}]},{"@type":"WebPage","@id":"https:\/\/mollimers.com\/?p=33","url":"https:\/\/mollimers.com\/?p=33","name":"Embracing Simple Solutions: The Power of Starting Naive - Mollimers","isPartOf":{"@id":"https:\/\/mollimers.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/mollimers.com\/?p=33#primaryimage"},"image":{"@id":"https:\/\/mollimers.com\/?p=33#primaryimage"},"thumbnailUrl":"https:\/\/mollimers.com\/wp-content\/uploads\/2024\/07\/start-simple-1.png","datePublished":"2024-07-01T13:51:40+00:00","dateModified":"2024-07-01T13:54:29+00:00","breadcrumb":{"@id":"https:\/\/mollimers.com\/?p=33#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/mollimers.com\/?p=33"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/mollimers.com\/?p=33#primaryimage","url":"https:\/\/mollimers.com\/wp-content\/uploads\/2024\/07\/start-simple-1.png","contentUrl":"https:\/\/mollimers.com\/wp-content\/uploads\/2024\/07\/start-simple-1.png","width":1024,"height":675},{"@type":"BreadcrumbList","@id":"https:\/\/mollimers.com\/?p=33#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/mollimers.com\/"},{"@type":"ListItem","position":2,"name":"Embracing Simple Solutions: The Power of Starting Naive"}]},{"@type":"WebSite","@id":"https:\/\/mollimers.com\/#website","url":"https:\/\/mollimers.com\/","name":"Mollimers","description":"","publisher":{"@id":"https:\/\/mollimers.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/mollimers.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/mollimers.com\/#organization","name":"Mollimers","url":"https:\/\/mollimers.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/mollimers.com\/#\/schema\/logo\/image\/","url":"https:\/\/mollimers.com\/wp-content\/uploads\/2024\/07\/home-1.png","contentUrl":"https:\/\/mollimers.com\/wp-content\/uploads\/2024\/07\/home-1.png","width":160,"height":158,"caption":"Mollimers"},"image":{"@id":"https:\/\/mollimers.com\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/mollimers.com\/#\/schema\/person\/6d752de0ce74f79bc33a3b0b86118950","name":"mollimers","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/mollimers.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/8a5c6f1d3e2376035ddc46e1889e933190b4a547667a53a130cc95eb0827ae46?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/8a5c6f1d3e2376035ddc46e1889e933190b4a547667a53a130cc95eb0827ae46?s=96&d=mm&r=g","caption":"mollimers"},"sameAs":["http:\/\/mollimers.com"],"url":"https:\/\/mollimers.com\/?author=1"}]}},"_links":{"self":[{"href":"https:\/\/mollimers.com\/index.php?rest_route=\/wp\/v2\/posts\/33","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mollimers.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/mollimers.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/mollimers.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mollimers.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=33"}],"version-history":[{"count":4,"href":"https:\/\/mollimers.com\/index.php?rest_route=\/wp\/v2\/posts\/33\/revisions"}],"predecessor-version":[{"id":43,"href":"https:\/\/mollimers.com\/index.php?rest_route=\/wp\/v2\/posts\/33\/revisions\/43"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/mollimers.com\/index.php?rest_route=\/wp\/v2\/media\/39"}],"wp:attachment":[{"href":"https:\/\/mollimers.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=33"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mollimers.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=33"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mollimers.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=33"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}