Add svg graph, tweak prose, add digitizer para.

- The value / friction chart previously made from box characters
  has been replaced with an svg illustration.
- Various phrasing tweaks to improve grammar and sound.
- A new paragraph about my digitizer tablet habit.
master
Ethan Dalool 2020-06-04 10:56:31 -07:00
parent f48078c83a
commit cc0b264b47
2 changed files with 329 additions and 19 deletions

View File

@ -18,28 +18,13 @@ More potently, I think we can expect that we will always pick the action which h
Take homework for example. You're supposed to be doing homework, but getting distracted on the internet is sooo tempting. Let's make a chart:
```
. a little a lot
┌──────────────────┬────────────────────────────────┐
│ HOMEWORK │ │
│ value ╞═══════════╣ grade │
│ │ │
│ friction ╞════════════════════════════╣ │
│ │ │
├──────────────────┼────────────────────────────────┤
│ INTERNET │ │
│ value ╞═══╣ entertainment │
│ │ │
│ friction ╞═╣ │
│ │ │
└──────────────────┴────────────────────────────────┘
```
![](graph.svg)
Sure, homework is important. It gives you value in the form of a grade which is important to the rest of your schooling. It's certainly much more important than lazily scrolling the internet. But boy does it have a lot of friction. It can be boring, difficult, maybe it's math homework with 50 of the same kind of problem, maybe it's an essay on a topic you don't care about and have nothing to write. Procrastinating on the other hand is easy, and in the age of notifications the internet is more than willing to come to you. The ratio of `value/friction` leans heavily in favor of the internet. I for one have always been a procrastinator.
Sure, homework is important. It gives you value in the form of a grade which is important to the rest of your schooling. It's certainly much more important than lazily scrolling the internet. But boy does it have a lot of friction. Maybe it's boring and difficult. Maybe it's math homework with 50 of the same kind of problem that you're sick of doing. Maybe it's an essay on a topic you don't care about and you can't think of anything to write. Procrastinating on the other hand is easy, and in the age of notifications the internet is more than willing to come to you. The ratio of `value/friction` leans heavily in favor of the internet. I for one have always been a procrastinator.
As the deadline approaches, the homework starts to gain more value -- on top of the grade you have "avoiding the shame of not turning anything in", "avoiding the embarrassment of being called on in class and not having an answer", "avoiding a slippery slope trend of not doing my work". If these are enough, the homework will finally get the better ratio and you'll do it. If they're not, well... I assume we've all skipped assignments before. Students who regularly skip homework either aren't finding it to be valuable enough or have too many alternatives with lower friction (or have extenuating circumstances at home, I apologize if that's the case).
So what to do? Clearly I believe that the value of a task *can* change, but in my experience I don't have much control over it. Short of realizing some benefit that I genuinely didn't know was there, I find value to be generally outside of my control and impossible to give actionable advice for. *Just, like, think about how important it is, maaan. Just tell yourself to do it*. That leaves the other variable:
So what to do? Clearly I believe that the value of a task *can* change, but in my experience I don't have much control over it. Short of realizing some benefit that I genuinely didn't know was there, I find value to be generally outside of my control and impossible to give actionable advice for. *Just, like, think about how important it is. Just tell yourself to do it*. Great thanks. That leaves the other variable: friction.
If you want to build a habit, you should **reduce the friction of that habit** or **increase the friction of the alternatives**.
@ -57,7 +42,7 @@ Brushing your teeth prevents you from losing them, and only takes a few minutes
Eating healthy is ideal, but unhealthy foods are numerous, cheap [footnote_link], and tasty [footnote_link].
Those of you who drink coffee have probably reduced the friction for yourself by setting up automatic morning brews or writing [terminal programs](https://www.evilsocket.net/2016/10/09/IoCOFFEE-Reversing-the-Smarter-Coffee-IoT-machine-protocol-to-make-coffee-using-terminal/#.V_pNbpzrDZ8.reddit) to start the machine at a distance. Some people use Keurig-style machines at home, and I think the plastic waste is probably higher than necessary, but clearly the convenience is a draw.
Those of you who drink coffee have probably reduced the friction for yourself by setting up automatic morning brews or writing [terminal programs](https://www.evilsocket.net/2016/10/09/IoCOFFEE-Reversing-the-Smarter-Coffee-IoT-machine-protocol-to-make-coffee-using-terminal/#.V_pNbpzrDZ8.reddit) to start the machine at a distance. Some people use Keurig-style machines at home, and I think the plastic waste is higher than necessary, but clearly they bring the friction way down.
Programmers know that writing documentation tends to be low on the priority list. Conveniently, just today there were several posts on hackernews about writing documentation in Markdown ([one](https://news.ycombinator.com/item?id=22675165), [two](https://news.ycombinator.com/item?id=22677161), [three](https://news.ycombinator.com/item?id=22677970)). Some argue that other formats like AsciiDoc or rst are more powerful (higher value), which is hard to deny, but clearly the `value/friction` of Markdown has yet to be defeated.
@ -81,6 +66,8 @@ Learning Korean requires spending a lot of time listening to it. Certainly the l
I wrote [gitcheckup.py](https://github.com/voussoir/cmd/blob/master/gitcheckup.py) to check the number of changed files and unpushed commits in each of my important git repositories. The cwd doesn't matter, it always shows me a complete list. I have a tendency to make small or experimental changes that I forget about and go unpushed for a long time. gitcheckup helps me keep my repositories in a clean state by showing me empty checkboxes (the horror!) next to what needs attention [footnote_link].
I have a [digitizer / drawing tablet](https://en.wikipedia.org/wiki/Graphics_tablet) that I like to use as a mouse even when I'm not doing any graphics work. It's fun to use and helps me prevent wrist strain from using a regular mouse too long. But when using the tablet, accurately double-clicking is a little harder, and switching from clicking to typing requires dropping the pen in its holder, so there is a bit more friction to using the tablet as a mouse replacement and I'll often instinctively reach for the regular mouse instead. So, I'll occasionally toss my regular mouse to the other side of my desk as a way of forcing the use of the tablet.
[footnote_text] Originally I was using the built-in tasks app on my phone which is an LG, but it didn't sync with my computer. Currently I'm using Microsoft's [To Do](https://todo.microsoft.com/). I am relegating this to a footnote instead of inlining it because I don't actually think it's the greatest option in this space and it lacks many features I want. Like you can print, physically-on-paper print a list but can't export it to json or anything. I just picked it because it's free without ads or premium, isn't totally terrible, and isn't Google, criteria which I find difficult to satisfy on Android. It's made by MS though which isn't great either. Sorry for rambling, I'm battling between my feelings that I should share my current solutions in this article versus my disdain for advertising especially a non-open application by MS.
[footnote_text] This is a good example of tasks that don't go on my regular checklist -- it's too dynamic and would be too prone to falling out of sync. I strongly believe in letting the current state of the filesystem act as its own 'checklist' so long as you remove the friction of querying it, that is by writing scripts when necessary. Same goes for my downloads folder, which is perpetually non-empty but I don't need to write "organize downloads" on my checklist because the downloads folder is already it's own checklist -- what's there needs to be organized and what's not doesn't. Occasionally I will add a "[tag]" to a filename that needs later re-processing so that by searching my disk with [Voidtools Everything](https://www.voidtools.com/downloads/), poof, there's a checklist.

View File

@ -0,0 +1,323 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
id="svg8"
version="1.1"
viewBox="0 0 170 107.02003"
height="107.02003mm"
width="170mm">
<defs
id="defs2" />
<metadata
id="metadata5">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
transform="translate(-19.623337,-75.743259)"
id="layer1">
<path
id="rect819"
d="M 25.123337,88.263288 H 184.12334 v 44.500002 44.5 H 25.123337 v -44.5 z"
style="opacity:1;fill:none;fill-opacity:1;stroke:#dddddd;stroke-width:0.99999976;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<path
id="path828"
d="M 78.698196,88.263288 V 177.26329"
style="fill:none;stroke:#dddddd;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
id="path832"
d="M 25.123337,132.76329 H 184.12334"
style="fill:none;stroke:#dddddd;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<rect
y="99.127869"
x="78.619049"
height="7.9375"
width="41.577381"
id="rect834"
style="opacity:1;fill:#dddddd;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<rect
style="opacity:1;fill:#dddddd;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect836"
width="94.872025"
height="7.9375"
x="78.619049"
y="113.9612" />
<rect
y="143.62787"
x="78.619049"
height="7.9375"
width="27.78125"
id="rect838"
style="opacity:1;fill:#dddddd;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<rect
style="opacity:1;fill:#dddddd;fill-opacity:1;stroke:none;stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect840"
width="7.5595236"
height="7.9375"
x="78.619049"
y="158.46121" />
<g
id="text848"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:6.3499999px;line-height:1.25;font-family:'Noto Sans CJK KR';-inkscape-font-specification:'Noto Sans CJK KR';letter-spacing:0px;word-spacing:0px;fill:#dddddd;fill-opacity:1;stroke:none;stroke-width:0.26458332"
aria-label="a little">
<path
id="path953"
style="fill:#dddddd;fill-opacity:1;stroke-width:0.26458332"
d="m 81.829175,85.880409 c 0.42545,0 0.8128,-0.22225 1.143,-0.4953 h 0.01905 l 0.0508,0.41275 h 0.47625 v -2.1209 c 0,-0.8509 -0.3556,-1.41605 -1.1938,-1.41605 -0.55245,0 -1.0414,0.24765 -1.3589,0.45085 l 0.2286,0.40005 c 0.27305,-0.18415 0.635,-0.3683 1.03505,-0.3683 0.56515,0 0.7112,0.42545 0.7112,0.86995 -1.46685,0.1651 -2.1209,0.53975 -2.1209,1.28905 0,0.6223 0.4318,0.9779 1.00965,0.9779 z m 0.1651,-0.46355 c -0.3429,0 -0.6096,-0.15875 -0.6096,-0.55245 0,-0.4445 0.3937,-0.73025 1.55575,-0.86995 v 0.9652 c -0.33655,0.29845 -0.6096,0.4572 -0.94615,0.4572 z" />
<path
id="path955"
style="fill:#dddddd;fill-opacity:1;stroke-width:0.26458332"
d="m 86.655572,85.880409 c 0.1524,0 0.254,-0.01905 0.33655,-0.0508 l -0.08255,-0.4445 c -0.0635,0.0127 -0.0889,0.0127 -0.12065,0.0127 -0.0889,0 -0.1651,-0.06985 -0.1651,-0.24765 v -4.4069 h -0.57785 v 4.3688 c 0,0.48895 0.1778,0.76835 0.6096,0.76835 z" />
<path
id="path957"
style="fill:#dddddd;fill-opacity:1;stroke-width:0.26458332"
d="m 87.856714,85.797859 h 0.57785 v -3.44805 h -0.57785 z m 0.2921,-4.15925 c 0.2286,0 0.40005,-0.15875 0.40005,-0.37465 0,-0.23495 -0.17145,-0.37465 -0.40005,-0.37465 -0.2286,0 -0.40005,0.1397 -0.40005,0.37465 0,0.2159 0.17145,0.37465 0.40005,0.37465 z" />
<path
id="path959"
style="fill:#dddddd;fill-opacity:1;stroke-width:0.26458332"
d="m 90.691295,85.880409 c 0.20955,0 0.43815,-0.0635 0.635,-0.127 l -0.1143,-0.4318 c -0.1143,0.04445 -0.27305,0.0889 -0.3937,0.0889 -0.40005,0 -0.5334,-0.2413 -0.5334,-0.66675 v -1.92405 h 0.93345 v -0.4699 h -0.93345 v -0.9652 h -0.4826 l -0.06985,0.9652 -0.53975,0.03175 v 0.43815 h 0.51435 v 1.91135 c 0,0.69215 0.24765,1.14935 0.98425,1.14935 z" />
<path
id="path961"
style="fill:#dddddd;fill-opacity:1;stroke-width:0.26458332"
d="m 92.948521,85.880409 c 0.20955,0 0.43815,-0.0635 0.635,-0.127 l -0.1143,-0.4318 c -0.1143,0.04445 -0.27305,0.0889 -0.3937,0.0889 -0.40005,0 -0.5334,-0.2413 -0.5334,-0.66675 v -1.92405 h 0.93345 v -0.4699 h -0.93345 v -0.9652 h -0.4826 l -0.06985,0.9652 -0.53975,0.03175 v 0.43815 h 0.51435 v 1.91135 c 0,0.69215 0.24765,1.14935 0.98425,1.14935 z" />
<path
id="path963"
style="fill:#dddddd;fill-opacity:1;stroke-width:0.26458332"
d="m 94.865923,85.880409 c 0.1524,0 0.254,-0.01905 0.33655,-0.0508 l -0.08255,-0.4445 c -0.0635,0.0127 -0.0889,0.0127 -0.12065,0.0127 -0.0889,0 -0.1651,-0.06985 -0.1651,-0.24765 v -4.4069 h -0.57785 v 4.3688 c 0,0.48895 0.1778,0.76835 0.6096,0.76835 z" />
<path
id="path965"
style="fill:#dddddd;fill-opacity:1;stroke-width:0.26458332"
d="m 97.457715,85.880409 c 0.4699,0 0.8382,-0.15875 1.143,-0.3556 l -0.20955,-0.381 c -0.254,0.17145 -0.52705,0.27305 -0.8636,0.27305 -0.65405,0 -1.1049,-0.4699 -1.143,-1.2065 h 2.3241 c 0.0127,-0.08255 0.0254,-0.2032 0.0254,-0.3302 0,-0.98425 -0.4953,-1.61925 -1.3716,-1.61925 -0.8001,0 -1.55575,0.6985 -1.55575,1.8161 0,1.13665 0.7366,1.8034 1.651,1.8034 z m -1.0795,-2.0828 c 0.06985,-0.67945 0.50165,-1.07315 0.9906,-1.07315 0.53975,0 0.85725,0.37465 0.85725,1.07315 z" />
</g>
<g
id="text852"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:6.3499999px;line-height:1.25;font-family:'Noto Sans CJK KR';-inkscape-font-specification:'Noto Sans CJK KR';letter-spacing:0px;word-spacing:0px;fill:#dddddd;fill-opacity:1;stroke:none;stroke-width:0.26458332"
aria-label="a lot">
<path
id="path882"
style="fill:#dddddd;fill-opacity:1;stroke-width:0.26458332"
d="m 168.88778,85.880409 c 0.42545,0 0.8128,-0.22225 1.143,-0.4953 h 0.019 l 0.0508,0.41275 h 0.47625 v -2.1209 c 0,-0.8509 -0.3556,-1.41605 -1.1938,-1.41605 -0.55245,0 -1.0414,0.24765 -1.3589,0.45085 l 0.2286,0.40005 c 0.27305,-0.18415 0.635,-0.3683 1.03505,-0.3683 0.56515,0 0.7112,0.42545 0.7112,0.86995 -1.46685,0.1651 -2.1209,0.53975 -2.1209,1.28905 0,0.6223 0.4318,0.9779 1.00965,0.9779 z m 0.1651,-0.46355 c -0.3429,0 -0.6096,-0.15875 -0.6096,-0.55245 0,-0.4445 0.3937,-0.73025 1.55575,-0.86995 v 0.9652 c -0.33655,0.29845 -0.6096,0.4572 -0.94615,0.4572 z" />
<path
id="path884"
style="fill:#dddddd;fill-opacity:1;stroke-width:0.26458332"
d="m 173.71417,85.880409 c 0.1524,0 0.254,-0.01905 0.33655,-0.0508 l -0.0826,-0.4445 c -0.0635,0.0127 -0.0889,0.0127 -0.12065,0.0127 -0.0889,0 -0.1651,-0.06985 -0.1651,-0.24765 v -4.4069 h -0.57785 v 4.3688 c 0,0.48895 0.1778,0.76835 0.6096,0.76835 z" />
<path
id="path886"
style="fill:#dddddd;fill-opacity:1;stroke-width:0.26458332"
d="m 176.25517,85.880409 c 0.84455,0 1.6002,-0.6604 1.6002,-1.8034 0,-1.14935 -0.75565,-1.8161 -1.6002,-1.8161 -0.84455,0 -1.6002,0.66675 -1.6002,1.8161 0,1.143 0.75565,1.8034 1.6002,1.8034 z m 0,-0.4826 c -0.5969,0 -0.99695,-0.52705 -0.99695,-1.3208 0,-0.79375 0.40005,-1.3335 0.99695,-1.3335 0.5969,0 1.0033,0.53975 1.0033,1.3335 0,0.79375 -0.4064,1.3208 -1.0033,1.3208 z" />
<path
id="path888"
style="fill:#dddddd;fill-opacity:1;stroke-width:0.26458332"
d="m 179.72187,85.880409 c 0.20955,0 0.43815,-0.0635 0.635,-0.127 l -0.1143,-0.4318 c -0.1143,0.04445 -0.27305,0.0889 -0.3937,0.0889 -0.40005,0 -0.5334,-0.2413 -0.5334,-0.66675 v -1.92405 h 0.93345 v -0.4699 h -0.93345 v -0.9652 h -0.4826 l -0.0699,0.9652 -0.53975,0.03175 v 0.43815 h 0.51435 v 1.91135 c 0,0.69215 0.24765,1.14935 0.98425,1.14935 z" />
</g>
<g
id="text856"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:6.3499999px;line-height:1.25;font-family:'Noto Sans CJK KR';-inkscape-font-specification:'Noto Sans CJK KR';letter-spacing:0px;word-spacing:0px;fill:#dddddd;fill-opacity:1;stroke:none;stroke-width:0.26458332"
aria-label="value">
<path
id="path985"
style="fill:#dddddd;fill-opacity:1;stroke-width:0.26458332"
d="m 62.000433,105.58264 h 0.6731 l 1.22555,-3.44805 h -0.5715 l -0.65405,1.96215 c -0.1016,0.33655 -0.2159,0.69215 -0.3175,1.016 h -0.0254 c -0.10795,-0.32385 -0.2159,-0.67945 -0.32385,-1.016 l -0.6477,-1.96215 h -0.60325 z" />
<path
id="path987"
style="fill:#dddddd;fill-opacity:1;stroke-width:0.26458332"
d="m 65.226233,105.66519 c 0.42545,0 0.8128,-0.22225 1.143,-0.4953 h 0.01905 l 0.0508,0.41275 h 0.47625 v -2.1209 c 0,-0.8509 -0.3556,-1.41605 -1.1938,-1.41605 -0.55245,0 -1.0414,0.24765 -1.3589,0.45085 l 0.2286,0.40005 c 0.27305,-0.18415 0.635,-0.3683 1.03505,-0.3683 0.56515,0 0.7112,0.42545 0.7112,0.86995 -1.46685,0.1651 -2.1209,0.53975 -2.1209,1.28905 0,0.6223 0.4318,0.9779 1.00965,0.9779 z m 0.1651,-0.46355 c -0.3429,0 -0.6096,-0.15875 -0.6096,-0.55245 0,-0.4445 0.3937,-0.73025 1.55575,-0.86995 v 0.9652 c -0.33655,0.29845 -0.6096,0.4572 -0.94615,0.4572 z" />
<path
id="path989"
style="fill:#dddddd;fill-opacity:1;stroke-width:0.26458332"
d="m 68.62636,105.66519 c 0.1524,0 0.254,-0.019 0.33655,-0.0508 l -0.08255,-0.4445 c -0.0635,0.0127 -0.0889,0.0127 -0.12065,0.0127 -0.0889,0 -0.1651,-0.0699 -0.1651,-0.24765 v -4.4069 h -0.57785 v 4.3688 c 0,0.48895 0.1778,0.76835 0.6096,0.76835 z" />
<path
id="path991"
style="fill:#dddddd;fill-opacity:1;stroke-width:0.26458332"
d="m 70.830802,105.66519 c 0.47625,0 0.81915,-0.24765 1.143,-0.6223 h 0.01905 l 0.04445,0.53975 h 0.4826 v -3.44805 h -0.57785 v 2.44475 c -0.3302,0.41275 -0.57785,0.5842 -0.93345,0.5842 -0.4572,0 -0.6477,-0.27305 -0.6477,-0.9144 v -2.11455 h -0.57785 v 2.1844 c 0,0.8763 0.32385,1.3462 1.04775,1.3462 z" />
<path
id="path993"
style="fill:#dddddd;fill-opacity:1;stroke-width:0.26458332"
d="m 75.075281,105.66519 c 0.4699,0 0.8382,-0.15875 1.143,-0.3556 l -0.20955,-0.381 c -0.254,0.17145 -0.52705,0.27305 -0.8636,0.27305 -0.65405,0 -1.1049,-0.4699 -1.143,-1.2065 h 2.3241 c 0.0127,-0.0826 0.0254,-0.2032 0.0254,-0.3302 0,-0.98425 -0.4953,-1.61925 -1.3716,-1.61925 -0.8001,0 -1.55575,0.6985 -1.55575,1.8161 0,1.13665 0.7366,1.8034 1.651,1.8034 z m -1.0795,-2.0828 c 0.06985,-0.67945 0.50165,-1.07315 0.9906,-1.07315 0.53975,0 0.85725,0.37465 0.85725,1.07315 z" />
</g>
<g
id="text860"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:6.3499999px;line-height:1.25;font-family:'Noto Sans CJK KR';-inkscape-font-specification:'Noto Sans CJK KR';letter-spacing:0px;word-spacing:0px;fill:#dddddd;fill-opacity:1;stroke:none;stroke-width:0.26458332"
aria-label="friction">
<path
id="path968"
style="fill:#dddddd;fill-opacity:1;stroke-width:0.26458332"
d="m 57.846839,115.43439 c -0.1651,-0.0698 -0.3683,-0.1143 -0.57785,-0.1143 -0.6858,0 -1.0033,0.43815 -1.0033,1.13665 v 0.55245 l -0.4699,0.0318 v 0.43815 h 0.4699 v 2.97815 h 0.57785 v -2.97815 h 0.73025 v -0.4699 h -0.73025 v -0.5461 c 0,-0.4445 0.15875,-0.67945 0.48895,-0.67945 0.12065,0 0.26035,0.0317 0.38735,0.0889 z" />
<path
id="path970"
style="fill:#dddddd;fill-opacity:1;stroke-width:0.26458332"
d="m 58.229228,120.45724 h 0.57785 v -2.21615 c 0.2286,-0.59055 0.5842,-0.79375 0.86995,-0.79375 0.1397,0 0.22225,0.0127 0.33655,0.0572 l 0.10795,-0.508 c -0.10795,-0.0571 -0.2159,-0.0762 -0.3683,-0.0762 -0.38735,0 -0.7366,0.2794 -0.9779,0.71755 h -0.01905 l -0.0508,-0.62865 h -0.47625 z" />
<path
id="path972"
style="fill:#dddddd;fill-opacity:1;stroke-width:0.26458332"
d="m 60.697294,120.45724 h 0.57785 v -3.44805 h -0.57785 z m 0.2921,-4.15925 c 0.2286,0 0.40005,-0.15875 0.40005,-0.37465 0,-0.23495 -0.17145,-0.37465 -0.40005,-0.37465 -0.2286,0 -0.40005,0.1397 -0.40005,0.37465 0,0.2159 0.17145,0.37465 0.40005,0.37465 z" />
<path
id="path974"
style="fill:#dddddd;fill-opacity:1;stroke-width:0.26458332"
d="m 63.804925,120.53979 c 0.41275,0 0.80645,-0.15875 1.11125,-0.43815 l -0.24765,-0.38735 c -0.2159,0.19685 -0.4953,0.3429 -0.8128,0.3429 -0.635,0 -1.0668,-0.52705 -1.0668,-1.3208 0,-0.79375 0.4572,-1.3335 1.0795,-1.3335 0.2794,0 0.48895,0.127 0.69215,0.31115 l 0.29845,-0.38735 c -0.24765,-0.2159 -0.5588,-0.4064 -1.00965,-0.4064 -0.88265,0 -1.6637,0.66675 -1.6637,1.8161 0,1.143 0.70485,1.8034 1.61925,1.8034 z" />
<path
id="path976"
style="fill:#dddddd;fill-opacity:1;stroke-width:0.26458332"
d="m 66.694473,120.53979 c 0.20955,0 0.43815,-0.0635 0.635,-0.127 l -0.1143,-0.4318 c -0.1143,0.0444 -0.27305,0.0889 -0.3937,0.0889 -0.40005,0 -0.5334,-0.2413 -0.5334,-0.66675 v -1.92405 h 0.93345 v -0.4699 h -0.93345 v -0.9652 h -0.4826 l -0.06985,0.9652 -0.53975,0.0318 v 0.43815 h 0.51435 v 1.91135 c 0,0.69215 0.24765,1.14935 0.98425,1.14935 z" />
<path
id="path978"
style="fill:#dddddd;fill-opacity:1;stroke-width:0.26458332"
d="m 68.002275,120.45724 h 0.57785 v -3.44805 h -0.57785 z m 0.2921,-4.15925 c 0.2286,0 0.40005,-0.15875 0.40005,-0.37465 0,-0.23495 -0.17145,-0.37465 -0.40005,-0.37465 -0.2286,0 -0.40005,0.1397 -0.40005,0.37465 0,0.2159 0.17145,0.37465 0.40005,0.37465 z" />
<path
id="path980"
style="fill:#dddddd;fill-opacity:1;stroke-width:0.26458332"
d="m 71.090855,120.53979 c 0.84455,0 1.6002,-0.6604 1.6002,-1.8034 0,-1.14935 -0.75565,-1.8161 -1.6002,-1.8161 -0.84455,0 -1.6002,0.66675 -1.6002,1.8161 0,1.143 0.75565,1.8034 1.6002,1.8034 z m 0,-0.4826 c -0.5969,0 -0.99695,-0.52705 -0.99695,-1.3208 0,-0.79375 0.40005,-1.3335 0.99695,-1.3335 0.5969,0 1.0033,0.53975 1.0033,1.3335 0,0.79375 -0.4064,1.3208 -1.0033,1.3208 z" />
<path
id="path982"
style="fill:#dddddd;fill-opacity:1;stroke-width:0.26458332"
d="m 73.595732,120.45724 h 0.57785 v -2.5019 c 0.34925,-0.34925 0.59055,-0.52705 0.94615,-0.52705 0.4572,0 0.65405,0.27305 0.65405,0.92075 v 2.1082 h 0.57785 v -2.1844 c 0,-0.88265 -0.3302,-1.35255 -1.0541,-1.35255 -0.4699,0 -0.8255,0.26035 -1.1557,0.5842 h -0.01905 l -0.0508,-0.4953 h -0.47625 z" />
</g>
<g
id="text868"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:6.3499999px;line-height:1.25;font-family:'Noto Sans CJK KR';-inkscape-font-specification:'Noto Sans CJK KR';letter-spacing:0px;word-spacing:0px;fill:#dddddd;fill-opacity:1;stroke:none;stroke-width:0.26458332"
aria-label="friction">
<path
id="path891"
style="fill:#dddddd;fill-opacity:1;stroke-width:0.26458332"
d="m 57.846839,159.93441 c -0.1651,-0.0699 -0.3683,-0.1143 -0.57785,-0.1143 -0.6858,0 -1.0033,0.43815 -1.0033,1.13665 v 0.55245 l -0.4699,0.0318 v 0.43815 h 0.4699 v 2.97815 h 0.57785 v -2.97815 h 0.73025 v -0.4699 h -0.73025 v -0.5461 c 0,-0.4445 0.15875,-0.67945 0.48895,-0.67945 0.12065,0 0.26035,0.0318 0.38735,0.0889 z" />
<path
id="path893"
style="fill:#dddddd;fill-opacity:1;stroke-width:0.26458332"
d="m 58.229228,164.95726 h 0.57785 v -2.21615 c 0.2286,-0.59055 0.5842,-0.79375 0.86995,-0.79375 0.1397,0 0.22225,0.0127 0.33655,0.0572 l 0.10795,-0.508 c -0.10795,-0.0572 -0.2159,-0.0762 -0.3683,-0.0762 -0.38735,0 -0.7366,0.2794 -0.9779,0.71755 h -0.01905 l -0.0508,-0.62865 h -0.47625 z" />
<path
id="path895"
style="fill:#dddddd;fill-opacity:1;stroke-width:0.26458332"
d="m 60.697294,164.95726 h 0.57785 v -3.44805 h -0.57785 z m 0.2921,-4.15925 c 0.2286,0 0.40005,-0.15875 0.40005,-0.37465 0,-0.23495 -0.17145,-0.37465 -0.40005,-0.37465 -0.2286,0 -0.40005,0.1397 -0.40005,0.37465 0,0.2159 0.17145,0.37465 0.40005,0.37465 z" />
<path
id="path897"
style="fill:#dddddd;fill-opacity:1;stroke-width:0.26458332"
d="m 63.804925,165.03981 c 0.41275,0 0.80645,-0.15875 1.11125,-0.43815 l -0.24765,-0.38735 c -0.2159,0.19685 -0.4953,0.3429 -0.8128,0.3429 -0.635,0 -1.0668,-0.52705 -1.0668,-1.3208 0,-0.79375 0.4572,-1.3335 1.0795,-1.3335 0.2794,0 0.48895,0.127 0.69215,0.31115 l 0.29845,-0.38735 c -0.24765,-0.2159 -0.5588,-0.4064 -1.00965,-0.4064 -0.88265,0 -1.6637,0.66675 -1.6637,1.8161 0,1.143 0.70485,1.8034 1.61925,1.8034 z" />
<path
id="path899"
style="fill:#dddddd;fill-opacity:1;stroke-width:0.26458332"
d="m 66.694473,165.03981 c 0.20955,0 0.43815,-0.0635 0.635,-0.127 l -0.1143,-0.4318 c -0.1143,0.0445 -0.27305,0.0889 -0.3937,0.0889 -0.40005,0 -0.5334,-0.2413 -0.5334,-0.66675 v -1.92405 h 0.93345 v -0.4699 h -0.93345 v -0.9652 h -0.4826 l -0.06985,0.9652 -0.53975,0.0318 v 0.43815 h 0.51435 v 1.91135 c 0,0.69215 0.24765,1.14935 0.98425,1.14935 z" />
<path
id="path901"
style="fill:#dddddd;fill-opacity:1;stroke-width:0.26458332"
d="m 68.002275,164.95726 h 0.57785 v -3.44805 h -0.57785 z m 0.2921,-4.15925 c 0.2286,0 0.40005,-0.15875 0.40005,-0.37465 0,-0.23495 -0.17145,-0.37465 -0.40005,-0.37465 -0.2286,0 -0.40005,0.1397 -0.40005,0.37465 0,0.2159 0.17145,0.37465 0.40005,0.37465 z" />
<path
id="path903"
style="fill:#dddddd;fill-opacity:1;stroke-width:0.26458332"
d="m 71.090855,165.03981 c 0.84455,0 1.6002,-0.6604 1.6002,-1.8034 0,-1.14935 -0.75565,-1.8161 -1.6002,-1.8161 -0.84455,0 -1.6002,0.66675 -1.6002,1.8161 0,1.143 0.75565,1.8034 1.6002,1.8034 z m 0,-0.4826 c -0.5969,0 -0.99695,-0.52705 -0.99695,-1.3208 0,-0.79375 0.40005,-1.3335 0.99695,-1.3335 0.5969,0 1.0033,0.53975 1.0033,1.3335 0,0.79375 -0.4064,1.3208 -1.0033,1.3208 z" />
<path
id="path905"
style="fill:#dddddd;fill-opacity:1;stroke-width:0.26458332"
d="m 73.595732,164.95726 h 0.57785 v -2.5019 c 0.34925,-0.34925 0.59055,-0.52705 0.94615,-0.52705 0.4572,0 0.65405,0.27305 0.65405,0.92075 v 2.1082 h 0.57785 v -2.1844 c 0,-0.88265 -0.3302,-1.35255 -1.0541,-1.35255 -0.4699,0 -0.8255,0.26035 -1.1557,0.5842 h -0.01905 l -0.0508,-0.4953 h -0.47625 z" />
</g>
<g
id="text872"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:6.3499999px;line-height:1.25;font-family:'Noto Sans CJK KR';-inkscape-font-specification:'Noto Sans CJK KR';letter-spacing:0px;word-spacing:0px;fill:#dddddd;fill-opacity:1;stroke:none;stroke-width:0.26458332"
aria-label="value">
<path
id="path908"
style="fill:#dddddd;fill-opacity:1;stroke-width:0.26458332"
d="m 62.000433,150.08264 h 0.6731 l 1.22555,-3.44805 h -0.5715 l -0.65405,1.96215 c -0.1016,0.33655 -0.2159,0.69215 -0.3175,1.016 h -0.0254 c -0.10795,-0.32385 -0.2159,-0.67945 -0.32385,-1.016 l -0.6477,-1.96215 h -0.60325 z" />
<path
id="path910"
style="fill:#dddddd;fill-opacity:1;stroke-width:0.26458332"
d="m 65.226233,150.16519 c 0.42545,0 0.8128,-0.22225 1.143,-0.4953 h 0.01905 l 0.0508,0.41275 h 0.47625 v -2.1209 c 0,-0.8509 -0.3556,-1.41605 -1.1938,-1.41605 -0.55245,0 -1.0414,0.24765 -1.3589,0.45085 l 0.2286,0.40005 c 0.27305,-0.18415 0.635,-0.3683 1.03505,-0.3683 0.56515,0 0.7112,0.42545 0.7112,0.86995 -1.46685,0.1651 -2.1209,0.53975 -2.1209,1.28905 0,0.6223 0.4318,0.9779 1.00965,0.9779 z m 0.1651,-0.46355 c -0.3429,0 -0.6096,-0.15875 -0.6096,-0.55245 0,-0.4445 0.3937,-0.73025 1.55575,-0.86995 v 0.9652 c -0.33655,0.29845 -0.6096,0.4572 -0.94615,0.4572 z" />
<path
id="path912"
style="fill:#dddddd;fill-opacity:1;stroke-width:0.26458332"
d="m 68.62636,150.16519 c 0.1524,0 0.254,-0.019 0.33655,-0.0508 l -0.08255,-0.4445 c -0.0635,0.0127 -0.0889,0.0127 -0.12065,0.0127 -0.0889,0 -0.1651,-0.0699 -0.1651,-0.24765 v -4.4069 h -0.57785 v 4.3688 c 0,0.48895 0.1778,0.76835 0.6096,0.76835 z" />
<path
id="path914"
style="fill:#dddddd;fill-opacity:1;stroke-width:0.26458332"
d="m 70.830802,150.16519 c 0.47625,0 0.81915,-0.24765 1.143,-0.6223 h 0.01905 l 0.04445,0.53975 h 0.4826 v -3.44805 h -0.57785 v 2.44475 c -0.3302,0.41275 -0.57785,0.5842 -0.93345,0.5842 -0.4572,0 -0.6477,-0.27305 -0.6477,-0.9144 v -2.11455 h -0.57785 v 2.1844 c 0,0.8763 0.32385,1.3462 1.04775,1.3462 z" />
<path
id="path916"
style="fill:#dddddd;fill-opacity:1;stroke-width:0.26458332"
d="m 75.075281,150.16519 c 0.4699,0 0.8382,-0.15875 1.143,-0.3556 l -0.20955,-0.381 c -0.254,0.17145 -0.52705,0.27305 -0.8636,0.27305 -0.65405,0 -1.1049,-0.4699 -1.143,-1.2065 h 2.3241 c 0.0127,-0.0825 0.0254,-0.2032 0.0254,-0.3302 0,-0.98425 -0.4953,-1.61925 -1.3716,-1.61925 -0.8001,0 -1.55575,0.6985 -1.55575,1.8161 0,1.13665 0.7366,1.8034 1.651,1.8034 z m -1.0795,-2.0828 c 0.06985,-0.67945 0.50165,-1.07315 0.9906,-1.07315 0.53975,0 0.85725,0.37465 0.85725,1.07315 z" />
</g>
<g
id="text876"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:6.3499999px;line-height:1.25;font-family:'Noto Sans CJK KR';-inkscape-font-specification:'Noto Sans CJK KR';letter-spacing:0px;word-spacing:0px;fill:#dddddd;fill-opacity:1;stroke:none;stroke-width:0.26458332"
aria-label="HOMEWORK">
<path
id="path936"
style="fill:#dddddd;fill-opacity:1;stroke-width:0.26458332"
d="m 27.899591,96.10463 h 0.59055 v -2.1971 h 2.1717 v 2.1971 h 0.5842 v -4.65455 h -0.5842 v 1.94945 h -2.1717 v -1.94945 h -0.59055 z" />
<path
id="path938"
style="fill:#dddddd;fill-opacity:1;stroke-width:0.26458332"
d="m 34.246515,96.18718 c 1.1684,0 1.98755,-0.93345 1.98755,-2.4257 0,-1.49225 -0.81915,-2.4003 -1.98755,-2.4003 -1.168399,0 -1.987549,0.90805 -1.987549,2.4003 0,1.49225 0.81915,2.4257 1.987549,2.4257 z m 0,-0.51435 c -0.838199,0 -1.384299,-0.7493 -1.384299,-1.91135 0,-1.1684 0.5461,-1.88595 1.384299,-1.88595 0.83185,0 1.3843,0.71755 1.3843,1.88595 0,1.16205 -0.55245,1.91135 -1.3843,1.91135 z" />
<path
id="path940"
style="fill:#dddddd;fill-opacity:1;stroke-width:0.26458332"
d="m 37.238556,96.10463 h 0.5334 v -2.5781 c 0,-0.40005 -0.04445,-0.9652 -0.06985,-1.3716 h 0.0254 l 0.3683,1.06045 0.88265,2.41935 h 0.3937 l 0.88265,-2.41935 0.3683,-1.06045 h 0.0254 c -0.03175,0.4064 -0.0762,0.97155 -0.0762,1.3716 v 2.5781 h 0.55245 v -4.65455 h -0.7112 l -0.889,2.4892 c -0.10795,0.32385 -0.20955,0.6477 -0.3175,0.97155 h -0.03175 c -0.1143,-0.32385 -0.22225,-0.6477 -0.3302,-0.97155 l -0.89535,-2.4892 h -0.7112 z" />
<path
id="path942"
style="fill:#dddddd;fill-opacity:1;stroke-width:0.26458332"
d="m 42.397931,96.10463 h 2.7559 v -0.50165 h -2.16535 v -1.69545 h 1.7653 v -0.50165 h -1.7653 v -1.4605 h 2.0955 v -0.4953 h -2.68605 z" />
<path
id="path944"
style="fill:#dddddd;fill-opacity:1;stroke-width:0.26458332"
d="m 46.645387,96.10463 h 0.6985 l 0.692149,-2.8067 c 0.0762,-0.3683 0.15875,-0.70485 0.23495,-1.06045 h 0.0254 c 0.0762,0.3556 0.14605,0.69215 0.2286,1.06045 l 0.70485,2.8067 h 0.70485 l 0.9652,-4.65455 h -0.56515 l -0.48895,2.53365 c -0.0889,0.4953 -0.1778,0.99695 -0.2667,1.50495 h -0.03175 c -0.10795,-0.508 -0.2159,-1.00965 -0.3302,-1.50495 l -0.65405,-2.53365 h -0.5334 l -0.641349,2.53365 c -0.1143,0.50165 -0.2286,1.0033 -0.33655,1.50495 h -0.0254 c -0.0889,-0.50165 -0.18415,-1.0033 -0.27305,-1.50495 l -0.48895,-2.53365 h -0.6096 z" />
<path
id="path946"
style="fill:#dddddd;fill-opacity:1;stroke-width:0.26458332"
d="m 53.383331,96.18718 c 1.1684,0 1.98755,-0.93345 1.98755,-2.4257 0,-1.49225 -0.81915,-2.4003 -1.98755,-2.4003 -1.1684,0 -1.98755,0.90805 -1.98755,2.4003 0,1.49225 0.81915,2.4257 1.98755,2.4257 z m 0,-0.51435 c -0.8382,0 -1.3843,-0.7493 -1.3843,-1.91135 0,-1.1684 0.5461,-1.88595 1.3843,-1.88595 0.83185,0 1.3843,0.71755 1.3843,1.88595 0,1.16205 -0.55245,1.91135 -1.3843,1.91135 z" />
<path
id="path948"
style="fill:#dddddd;fill-opacity:1;stroke-width:0.26458332"
d="m 56.965922,91.92633 h 0.78105 c 0.73025,0 1.1303,0.2159 1.1303,0.83185 0,0.60325 -0.40005,0.89535 -1.1303,0.89535 h -0.78105 z m 2.63525,4.1783 -1.1938,-2.03835 c 0.635,-0.1524 1.0541,-0.5842 1.0541,-1.3081 0,-0.97155 -0.67945,-1.3081 -1.6256,-1.3081 h -1.4605 v 4.65455 h 0.59055 v -1.97485 h 0.8382 l 1.1303,1.97485 z" />
<path
id="path950"
style="fill:#dddddd;fill-opacity:1;stroke-width:0.26458332"
d="m 60.406133,96.10463 h 0.59055 v -1.4732 l 0.8001,-0.9525 1.39065,2.4257 h 0.6604 l -1.68275,-2.8829 1.45415,-1.77165 h -0.6604 l -1.9431,2.3368 h -0.01905 v -2.3368 h -0.59055 z" />
</g>
<g
id="text880"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:6.3499999px;line-height:1.25;font-family:'Noto Sans CJK KR';-inkscape-font-specification:'Noto Sans CJK KR';letter-spacing:0px;word-spacing:0px;fill:#dddddd;fill-opacity:1;stroke:none;stroke-width:0.26458332"
aria-label="INTERNET">
<path
id="path919"
style="fill:#dddddd;fill-opacity:1;stroke-width:0.26458332"
d="m 27.632322,140.2041 h 0.59055 v -4.65455 h -0.59055 z" />
<path
id="path921"
style="fill:#dddddd;fill-opacity:1;stroke-width:0.26458332"
d="m 29.492674,140.2041 h 0.5588 v -2.44475 c 0,-0.48895 -0.04445,-0.98425 -0.06985,-1.45415 h 0.0254 l 0.50165,0.95885 1.69545,2.94005 h 0.60325 v -4.65455 h -0.5588 v 2.41935 c 0,0.4826 0.04445,1.0033 0.0762,1.4732 h -0.03175 l -0.4953,-0.95885 -1.69545,-2.9337 h -0.6096 z" />
<path
id="path923"
style="fill:#dddddd;fill-opacity:1;stroke-width:0.26458332"
d="m 35.053091,140.2041 h 0.59055 v -4.15925 h 1.4097 v -0.4953 h -3.40995 v 0.4953 h 1.4097 z" />
<path
id="path925"
style="fill:#dddddd;fill-opacity:1;stroke-width:0.26458332"
d="m 37.889061,140.2041 h 2.7559 v -0.50165 h -2.16535 V 138.007 h 1.7653 v -0.50165 h -1.7653 v -1.4605 h 2.0955 v -0.4953 h -2.68605 z" />
<path
id="path927"
style="fill:#dddddd;fill-opacity:1;stroke-width:0.26458332"
d="m 42.212715,136.0258 h 0.78105 c 0.73025,0 1.1303,0.2159 1.1303,0.83185 0,0.60325 -0.40005,0.89535 -1.1303,0.89535 h -0.78105 z m 2.63525,4.1783 -1.1938,-2.03835 c 0.635,-0.1524 1.0541,-0.5842 1.0541,-1.3081 0,-0.97155 -0.67945,-1.3081 -1.6256,-1.3081 h -1.4605 v 4.65455 h 0.59055 v -1.97485 h 0.8382 l 1.1303,1.97485 z" />
<path
id="path929"
style="fill:#dddddd;fill-opacity:1;stroke-width:0.26458332"
d="m 45.652927,140.2041 h 0.5588 v -2.44475 c 0,-0.48895 -0.04445,-0.98425 -0.06985,-1.45415 h 0.0254 l 0.50165,0.95885 1.69545,2.94005 h 0.60325 v -4.65455 h -0.5588 v 2.41935 c 0,0.4826 0.04445,1.0033 0.0762,1.4732 h -0.03175 l -0.4953,-0.95885 -1.69545,-2.9337 h -0.6096 z" />
<path
id="path931"
style="fill:#dddddd;fill-opacity:1;stroke-width:0.26458332"
d="m 50.241794,140.2041 h 2.7559 v -0.50165 h -2.16535 V 138.007 h 1.7653 v -0.50165 h -1.7653 v -1.4605 h 2.0955 v -0.4953 h -2.68605 z" />
<path
id="path933"
style="fill:#dddddd;fill-opacity:1;stroke-width:0.26458332"
d="m 54.946451,140.2041 h 0.59055 v -4.15925 h 1.4097 v -0.4953 h -3.40995 v 0.4953 h 1.4097 z" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 28 KiB