Things An infrequently updated blog 2021-11-30T23:11:35Z https://things.kochajkiewi.cz Igor Kochajkiewicz Uncle Moneybags 2020-01-27T20:47:42Z https://things.kochajkiewi.cz/uncle-moneybags/ <p>If you spot one, it's probably because rent in Dublin is too damn high.</p> <p><img src="https://things.kochajkiewi.cz/img/monopoly-man-takes-your-rent.jpg" alt="Image of Uncle Moneybags stickers" title="Uncle Moneybags stickers" /></p> Is it a design system if you haven't written about it? 2020-06-13T15:20:58Z https://things.kochajkiewi.cz/is-it-a-design-system-if-you-havent-written-about-it/ <p>Imagine two separate experiences – say, native mobile and web – for one product. Web leading the way, mobile playing catch-up. With a leaner feature set, a smaller user base and no legacy decisions hanging over it, this mobile experience is a playground for more focused product design, and evolved functional and perceptual patterns.</p> <p>Now, imagine the process of retrofitting a mobile pattern into the web experience. It feels low effort, it's shortly before deployment and, for the purpose of this post, the form factor difference is irrelevant. It's a good idea and our customers' behaviour told us so.</p> <p>I doubt this pattern would end up being archived as high fidelity pixels. I am not redrawing these rectangles unless it's with a sharpie.</p> <p>A system that makes designers produce high-fidelity outputs for the sake of consistency with production is a hamster wheel. A system that prioritises consistency over evolution of approaches is probably too rigid for a small organisation with limited resources. <strong>If it's not in production, it's not the source of truth</strong></p> <hr /> <p>We could down tools and count the instances of buttons. Or we could look at date pickers and wonder how the hell do we have 6 of them. Then, converge on the &quot;new&quot; official component to fulfil a given purpose and begin another cycle of pixel entropy.</p> <p>I drew a primary and a secondary button and realised that – while their purpose made them look different – their low-level properties were in tune with properties of other elements of the interface. I defined a border colour as an <code>rgba</code> value and could use it again on a variety of elements to ensure visual consistency. But stopping there would be a wasted opportunity.</p> <p>Once this value is defined – as <code>border-colour-strong</code>, perhaps? – I could treat its opacity as a point on an imaginary scale. Next, consider the <code>hsl</code> values of its colour and define how they change when an element was interacted with – forming a scale around <code>:hover</code>, <code>:active</code> and <code>:disabled</code> pseudo-classes and how an element might respond to those.</p> <p>Documenting such relationships in a straightforward manner is a difficult task for today's interface design tools. Keeping the results in sync across multiple elements a lot less so, but still requiring curation. Using the underlying relationships successfully to our advantage is bound to be difficult if designers and engineers are forced to study existing pixel artefacts to find them. <strong>Building scales and constraints rather than artefacts is design work</strong>. Crafting yet another passive-aggressive message for #frontend-eng is not.</p> <hr /> <p>Some design companies' marketing budgets elevated &quot;design systems&quot; as the number one thing to do – and designers followed. Systems became passion projects for some, strategic investments for others. I'm curious how many systems are treated as internal-use products rather than static libraries. How often has a design system project been a box-ticking dopamine binge rather than an exercise in researching and addressing the system users' needs?</p> <p>Is the system adopted by multi-disciplinary product teams? If not, why not? Has the time spent on UI design and build dropped significantly since adopting the system? Have the core UX metrics of our product improved where the system has been in use? How should we measure consistency of the interface? How often has a component been modified or added and has in turn impacted those metrics? How can we tell if changes to rules or components are being propagated as efficiently as possible to other parts of the system? <strong>Monitoring its performance is the difference between a design system being a passion project or a product</strong>.</p> <hr /> <p>When things get hectic at work, I tend to think about drawing less and designing more, and automating away the repetitive parts of my job to focus on problems larger than a pixel.</p> <p>Last thing I want to deal with on a busy day is a component I need to detach from its master instance for the umpteenth time just to make it work for a particular use case and somehow still fit into the front-end puzzle.</p> <p>If at its lowest level, a system is composed of individual elements rather than their basic properties, small style changes can render the entire system brittle. If those elements are archived as static pixels and treated as a source of truth, implementing such changes comes with overheads harder to prioritise or justify.</p> <p>None of the issues I'm grappling with are fully solved by today's design tools, if in that category we only include the likes of Sketch, Figma or Adobe XD. But the problems we face today, imperfect tooling and a maturing discipline inform the best practices of tomorrow.</p> <hr /> <p>As Robin Rendle put it in his essay, <a href="https://www.robinrendle.com/essays/systems-mistakes-and-the-sea">Systems, Mistakes, and the Sea</a>:</p> <blockquote> <p>The ugly truth is that design systems work is not easy. And what works for one company does not work for another. In most cases, copying the big tech company of the week will not make a design system better at all.</p> </blockquote> <p>Dan Eden's &quot;<a href="https://daneden.me/blog/2018/subatomic-design-systems">Subatomic Design Systems</a>&quot; is a great overview of how elements within a system are compositions of low-level properties, and how the consistency of the system largely depends on those properties.<br /> <br /> Finally, Alla Kholmatova's &quot;<a href="https://designsystemsbook.com/">Design Systems</a>&quot; is an amazingly accessible and thorough guide to embarking on a design system project, chock-full of both theory and practice. Reading it once is definitely not enough.</p> Setting up for Figma plugin development 2020-07-08T13:27:57Z https://things.kochajkiewi.cz/setting-up-for-figma-plugin-development/ <p>Unless you're well versed in 2020s front-end development, namely:</p> <ul> <li>dealing with abandoned plugins</li> <li>deciphering strange-looking, non-descriptive errors</li> <li>working with dependencies you don't fully understand the purpose of</li> </ul> <p>The official guide to bundling might cause some frustration.</p> <p>If you are, like me, familiar with some basic Terminal commands and package installation but have always steered clear of more advanced infrastructure tasks, do yourself a favour and use the <a href="https://github.com/nirsky/figma-plugin-react-template">Figma Plugin React Template</a>.</p> <p>It installed and ran without errors on first try. Which, as far as my adventures with front-end engineering go, is a win that keeps me going.</p> <p>🙌🏻</p> When Progress Feels Like Success 2020-10-01T22:55:15Z https://things.kochajkiewi.cz/when-progress-feels-like-success/ <p>There's a question I always liked asking other designers when talking about work.</p> <p>How did you know you were making progress?</p> <p>The answer was usually a description of some flavour of a design process—the difference in approaches within our field can be quite interesting. There's always something to learn or, better yet, steal to make my execution of the <a href="https://medium.com/@cwodtke/designs-unsexy-middle-bits-a8cc17f0246d">Unsexy Middle Bits</a> more effective.</p> <p>Then there was my favourite follow-up.</p> <p>How did you know you were successful?</p> <p>There was a look, a pause, and the answer, tinged with disbelief.</p> <p>&quot;We launched?&quot;</p> <hr /> <p>Earlier this year, I spent a large chunk of my time interviewing product designer candidates. Screening calls feel like ticking off a checklist during an awkward first dance, so why not just chat design instead?</p> <p>I asked my questions and, almost without fail, the success definition for a lot of the projects I heard about was &quot;the launch&quot;. And a few seconds of awkward silence afterwards.</p> <hr /> <p>One last difficult conversation, a final round of revisions, a handover to engineering makes progress look and feel like success. Time and budgets make milestones matter more than solved problems.</p> <p>I wrote the opening paragraph of this note when the lockdown first started. I stopped when I realised how much of my work doesn't have a success metric—its only outcome is a concluded contract or a closed ticket. And I realised the question I so liked isn't fair.</p> <p>&quot;What did you want to know from the customers who'd used it?&quot;</p> I hope to be a user persona for a knowledge organisation tool once 2021-04-29T18:17:37Z https://things.kochajkiewi.cz/i-hope-to-be-a-user-persona-for-a-knowledge-organisation-tool-once/ <p>A colleague asked me what's my trick to collecting information I find online. Nothing he's tried so far – bookmarks, read-later services, Roam, the guilt-inducing &quot;leave tab open so I finish&quot; – worked. I managed to impress him for on two occasions, having had just the right bookmark to share over Slack.<br /> <br /> That made me think about my learning methods, and how fleeting interest and distractions get in the way of exploring concepts fully. What I mean by &quot;fully&quot;. And how none of the tools I tried, worked.<br /> <br /> Quitting some and limiting other social networks helped with distractions. <br /> <br /> Ring-fencing time to read every evening helped with discipline.<br /> <br /> But I still don't know how to effectively organise my bookmarks list, or what web of connections should replace my google searches when asked about a concept I vaguely remember being interested in – consumed by – for a couple of hours a while back.</p> Fear-driven design 2021-11-30T23:11:35Z https://things.kochajkiewi.cz/fear-driven-design/ <p>Before I ever worked embedded on an Agile team with a distinctly backend focus, or served, dejected, on a product team in a sales-led org, I had the chance to practice what has to be the worst design methodology out there.</p> <p>&quot;I won't get it done on time&quot;</p> <p>Whenever I feel the pace picking up, I think through what might happen when the thing I'm working on doesn't get delivered. Jot down each piece that makes up the thing. Prioritise those pieces.</p> <p>&quot;Looks like I have enough here&quot;</p> <p>Fear-driven design tricks us into believing that all the work has to be done at the same time. It tricks us into believing that there is such a thing as &quot;done&quot;. It strips us of the opportunity to improve.</p>
This XML file does not appear to have any style information associated with it. The document tree is shown below.
<feed xmlns="http://www.w3.org/2005/Atom">
<title>Things</title>
<subtitle>An infrequently updated blog</subtitle>
<link href="https://things.kochajkiewi.cz/feed/" rel="self"/>
<link href="https://things.kochajkiewi.cz"/>
<updated>2021-11-30T23:11:35Z</updated>
<id>https://things.kochajkiewi.cz</id>
<author>
<name>Igor Kochajkiewicz</name>
</author>
<entry>
<title>Uncle Moneybags</title>
<link href="https://things.kochajkiewi.cz/uncle-moneybags/"/>
<updated>2020-01-27T20:47:42Z</updated>
<id>https://things.kochajkiewi.cz/uncle-moneybags/</id>
<content type="html"><p>If you spot one, it's probably because rent in Dublin is too damn high.</p> <p><img src="https://things.kochajkiewi.cz/img/monopoly-man-takes-your-rent.jpg" alt="Image of Uncle Moneybags stickers" title="Uncle Moneybags stickers" /></p> </content>
</entry>
<entry>
<title>Is it a design system if you haven't written about it?</title>
<link href="https://things.kochajkiewi.cz/is-it-a-design-system-if-you-havent-written-about-it/"/>
<updated>2020-06-13T15:20:58Z</updated>
<id>https://things.kochajkiewi.cz/is-it-a-design-system-if-you-havent-written-about-it/</id>
<content type="html"><p>Imagine two separate experiences – say, native mobile and web – for one product. Web leading the way, mobile playing catch-up. With a leaner feature set, a smaller user base and no legacy decisions hanging over it, this mobile experience is a playground for more focused product design, and evolved functional and perceptual patterns.</p> <p>Now, imagine the process of retrofitting a mobile pattern into the web experience. It feels low effort, it's shortly before deployment and, for the purpose of this post, the form factor difference is irrelevant. It's a good idea and our customers' behaviour told us so.</p> <p>I doubt this pattern would end up being archived as high fidelity pixels. I am not redrawing these rectangles unless it's with a sharpie.</p> <p>A system that makes designers produce high-fidelity outputs for the sake of consistency with production is a hamster wheel. A system that prioritises consistency over evolution of approaches is probably too rigid for a small organisation with limited resources. <strong>If it's not in production, it's not the source of truth</strong></p> <hr /> <p>We could down tools and count the instances of buttons. Or we could look at date pickers and wonder how the hell do we have 6 of them. Then, converge on the &quot;new&quot; official component to fulfil a given purpose and begin another cycle of pixel entropy.</p> <p>I drew a primary and a secondary button and realised that – while their purpose made them look different – their low-level properties were in tune with properties of other elements of the interface. I defined a border colour as an <code>rgba</code> value and could use it again on a variety of elements to ensure visual consistency. But stopping there would be a wasted opportunity.</p> <p>Once this value is defined – as <code>border-colour-strong</code>, perhaps? – I could treat its opacity as a point on an imaginary scale. Next, consider the <code>hsl</code> values of its colour and define how they change when an element was interacted with – forming a scale around <code>:hover</code>, <code>:active</code> and <code>:disabled</code> pseudo-classes and how an element might respond to those.</p> <p>Documenting such relationships in a straightforward manner is a difficult task for today's interface design tools. Keeping the results in sync across multiple elements a lot less so, but still requiring curation. Using the underlying relationships successfully to our advantage is bound to be difficult if designers and engineers are forced to study existing pixel artefacts to find them. <strong>Building scales and constraints rather than artefacts is design work</strong>. Crafting yet another passive-aggressive message for #frontend-eng is not.</p> <hr /> <p>Some design companies' marketing budgets elevated &quot;design systems&quot; as the number one thing to do – and designers followed. Systems became passion projects for some, strategic investments for others. I'm curious how many systems are treated as internal-use products rather than static libraries. How often has a design system project been a box-ticking dopamine binge rather than an exercise in researching and addressing the system users' needs?</p> <p>Is the system adopted by multi-disciplinary product teams? If not, why not? Has the time spent on UI design and build dropped significantly since adopting the system? Have the core UX metrics of our product improved where the system has been in use? How should we measure consistency of the interface? How often has a component been modified or added and has in turn impacted those metrics? How can we tell if changes to rules or components are being propagated as efficiently as possible to other parts of the system? <strong>Monitoring its performance is the difference between a design system being a passion project or a product</strong>.</p> <hr /> <p>When things get hectic at work, I tend to think about drawing less and designing more, and automating away the repetitive parts of my job to focus on problems larger than a pixel.</p> <p>Last thing I want to deal with on a busy day is a component I need to detach from its master instance for the umpteenth time just to make it work for a particular use case and somehow still fit into the front-end puzzle.</p> <p>If at its lowest level, a system is composed of individual elements rather than their basic properties, small style changes can render the entire system brittle. If those elements are archived as static pixels and treated as a source of truth, implementing such changes comes with overheads harder to prioritise or justify.</p> <p>None of the issues I'm grappling with are fully solved by today's design tools, if in that category we only include the likes of Sketch, Figma or Adobe XD. But the problems we face today, imperfect tooling and a maturing discipline inform the best practices of tomorrow.</p> <hr /> <p>As Robin Rendle put it in his essay, <a href="https://www.robinrendle.com/essays/systems-mistakes-and-the-sea">Systems, Mistakes, and the Sea</a>:</p> <blockquote> <p>The ugly truth is that design systems work is not easy. And what works for one company does not work for another. In most cases, copying the big tech company of the week will not make a design system better at all.</p> </blockquote> <p>Dan Eden's &quot;<a href="https://daneden.me/blog/2018/subatomic-design-systems">Subatomic Design Systems</a>&quot; is a great overview of how elements within a system are compositions of low-level properties, and how the consistency of the system largely depends on those properties.<br /> <br /> Finally, Alla Kholmatova's &quot;<a href="https://designsystemsbook.com/">Design Systems</a>&quot; is an amazingly accessible and thorough guide to embarking on a design system project, chock-full of both theory and practice. Reading it once is definitely not enough.</p> </content>
</entry>
<entry>
<title>Setting up for Figma plugin development</title>
<link href="https://things.kochajkiewi.cz/setting-up-for-figma-plugin-development/"/>
<updated>2020-07-08T13:27:57Z</updated>
<id>https://things.kochajkiewi.cz/setting-up-for-figma-plugin-development/</id>
<content type="html"><p>Unless you're well versed in 2020s front-end development, namely:</p> <ul> <li>dealing with abandoned plugins</li> <li>deciphering strange-looking, non-descriptive errors</li> <li>working with dependencies you don't fully understand the purpose of</li> </ul> <p>The official guide to bundling might cause some frustration.</p> <p>If you are, like me, familiar with some basic Terminal commands and package installation but have always steered clear of more advanced infrastructure tasks, do yourself a favour and use the <a href="https://github.com/nirsky/figma-plugin-react-template">Figma Plugin React Template</a>.</p> <p>It installed and ran without errors on first try. Which, as far as my adventures with front-end engineering go, is a win that keeps me going.</p> <p>🙌🏻</p> </content>
</entry>
<entry>
<title>When Progress Feels Like Success</title>
<link href="https://things.kochajkiewi.cz/when-progress-feels-like-success/"/>
<updated>2020-10-01T22:55:15Z</updated>
<id>https://things.kochajkiewi.cz/when-progress-feels-like-success/</id>
<content type="html"><p>There's a question I always liked asking other designers when talking about work.</p> <p>How did you know you were making progress?</p> <p>The answer was usually a description of some flavour of a design process—the difference in approaches within our field can be quite interesting. There's always something to learn or, better yet, steal to make my execution of the <a href="https://medium.com/@cwodtke/designs-unsexy-middle-bits-a8cc17f0246d">Unsexy Middle Bits</a> more effective.</p> <p>Then there was my favourite follow-up.</p> <p>How did you know you were successful?</p> <p>There was a look, a pause, and the answer, tinged with disbelief.</p> <p>&quot;We launched?&quot;</p> <hr /> <p>Earlier this year, I spent a large chunk of my time interviewing product designer candidates. Screening calls feel like ticking off a checklist during an awkward first dance, so why not just chat design instead?</p> <p>I asked my questions and, almost without fail, the success definition for a lot of the projects I heard about was &quot;the launch&quot;. And a few seconds of awkward silence afterwards.</p> <hr /> <p>One last difficult conversation, a final round of revisions, a handover to engineering makes progress look and feel like success. Time and budgets make milestones matter more than solved problems.</p> <p>I wrote the opening paragraph of this note when the lockdown first started. I stopped when I realised how much of my work doesn't have a success metric—its only outcome is a concluded contract or a closed ticket. And I realised the question I so liked isn't fair.</p> <p>&quot;What did you want to know from the customers who'd used it?&quot;</p> </content>
</entry>
<entry>
<title>I hope to be a user persona for a knowledge organisation tool once </title>
<link href="https://things.kochajkiewi.cz/i-hope-to-be-a-user-persona-for-a-knowledge-organisation-tool-once/"/>
<updated>2021-04-29T18:17:37Z</updated>
<id>https://things.kochajkiewi.cz/i-hope-to-be-a-user-persona-for-a-knowledge-organisation-tool-once/</id>
<content type="html"><p>A colleague asked me what's my trick to collecting information I find online. Nothing he's tried so far – bookmarks, read-later services, Roam, the guilt-inducing &quot;leave tab open so I finish&quot; – worked. I managed to impress him for on two occasions, having had just the right bookmark to share over Slack.<br /> <br /> That made me think about my learning methods, and how fleeting interest and distractions get in the way of exploring concepts fully. What I mean by &quot;fully&quot;. And how none of the tools I tried, worked.<br /> <br /> Quitting some and limiting other social networks helped with distractions. <br /> <br /> Ring-fencing time to read every evening helped with discipline.<br /> <br /> But I still don't know how to effectively organise my bookmarks list, or what web of connections should replace my google searches when asked about a concept I vaguely remember being interested in – consumed by – for a couple of hours a while back.</p> </content>
</entry>
<entry>
<title>Fear-driven design</title>
<link href="https://things.kochajkiewi.cz/fear-driven-design/"/>
<updated>2021-11-30T23:11:35Z</updated>
<id>https://things.kochajkiewi.cz/fear-driven-design/</id>
<content type="html"><p>Before I ever worked embedded on an Agile team with a distinctly backend focus, or served, dejected, on a product team in a sales-led org, I had the chance to practice what has to be the worst design methodology out there.</p> <p>&quot;I won't get it done on time&quot;</p> <p>Whenever I feel the pace picking up, I think through what might happen when the thing I'm working on doesn't get delivered. Jot down each piece that makes up the thing. Prioritise those pieces.</p> <p>&quot;Looks like I have enough here&quot;</p> <p>Fear-driven design tricks us into believing that all the work has to be done at the same time. It tricks us into believing that there is such a thing as &quot;done&quot;. It strips us of the opportunity to improve.</p> </content>
</entry>
</feed>