Skip to content

Commit e3f28ce

Browse files
committed
move writing to arts, plus sketching til
1 parent fa0509f commit e3f28ce

7 files changed

Lines changed: 91 additions & 35 deletions

File tree

.vitepress/sidebar.js

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,19 @@ export const sidebar = [
2121
}
2222
]
2323
},
24+
{
25+
"text": "Arts",
26+
"items": [
27+
{
28+
"text": "Creative Writing",
29+
"link": "/arts/creative-writing"
30+
},
31+
{
32+
"text": "Sketching",
33+
"link": "/arts/sketching"
34+
}
35+
]
36+
},
2437
{
2538
"text": "Aws",
2639
"items": [
@@ -461,10 +474,6 @@ export const sidebar = [
461474
"text": "Checklist for documenting a medium to large scale system architecture",
462475
"link": "/meta/checklist-documenting-medium-scale-system-architecture"
463476
},
464-
{
465-
"text": "Creative Writing",
466-
"link": "/meta/creative-writing"
467-
},
468477
{
469478
"text": "Tech Writing Cookbook - Writing tips for you & my future self",
470479
"link": "/meta/tech-writing-cookbook"

README.md

Lines changed: 25 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,52 +24,57 @@
2424
<tr>
2525
<td><a href="#android">Android</a><sup>[1]</sup></td>
2626
<td><a href="#artificial-intelligence">Artificial Intelligence</a><sup>[2]</sup></td>
27-
<td><a href="#aws">Aws</a><sup>[1]</sup></td>
27+
<td><a href="#arts">Arts</a><sup>[2]</sup></td>
2828
</tr>
2929
<tr>
30+
<td><a href="#aws">Aws</a><sup>[1]</sup></td>
3031
<td><a href="#career">Career</a><sup>[9]</sup></td>
3132
<td><a href="#citizen">Citizen</a><sup>[3]</sup></td>
32-
<td><a href="#coding-practices">Coding Practices</a><sup>[5]</sup></td>
3333
</tr>
3434
<tr>
35+
<td><a href="#coding-practices">Coding Practices</a><sup>[5]</sup></td>
3536
<td><a href="#community-building">Community Building</a><sup>[5]</sup></td>
3637
<td><a href="#compilers">Compilers</a><sup>[1]</sup></td>
37-
<td><a href="#data-warehouse">Data Warehouse</a><sup>[1]</sup></td>
3838
</tr>
3939
<tr>
40+
<td><a href="#data-warehouse">Data Warehouse</a><sup>[1]</sup></td>
4041
<td><a href="#databases">Databases</a><sup>[14]</sup></td>
4142
<td><a href="#devops">Devops</a><sup>[8]</sup></td>
42-
<td><a href="#distributed-computing">Distributed Computing</a><sup>[3]</sup></td>
4343
</tr>
4444
<tr>
45+
<td><a href="#distributed-computing">Distributed Computing</a><sup>[3]</sup></td>
4546
<td><a href="#ffmpeg">Ffmpeg</a><sup>[3]</sup></td>
4647
<td><a href="#flutter">Flutter</a><sup>[3]</sup></td>
47-
<td><a href="#git">Git</a><sup>[10]</sup></td>
4848
</tr>
4949
<tr>
50+
<td><a href="#git">Git</a><sup>[10]</sup></td>
5051
<td><a href="#go">Go</a><sup>[18]</sup></td>
5152
<td><a href="#hotwheels">Hotwheels</a><sup>[1]</sup></td>
52-
<td><a href="#infra">Infra</a><sup>[1]</sup></td>
5353
</tr>
5454
<tr>
55+
<td><a href="#infra">Infra</a><sup>[1]</sup></td>
5556
<td><a href="#management">Management</a><sup>[1]</sup></td>
56-
<td><a href="#meta">Meta</a><sup>[4]</sup></td>
57-
<td><a href="#miscellaneous">Miscellaneous</a><sup>[16]</sup></td>
57+
<td><a href="#meta">Meta</a><sup>[3]</sup></td>
5858
</tr>
5959
<tr>
60+
<td><a href="#miscellaneous">Miscellaneous</a><sup>[16]</sup></td>
6061
<td><a href="#people">People</a><sup>[2]</sup></td>
6162
<td><a href="#psychology">Psychology</a><sup>[5]</sup></td>
62-
<td><a href="#python">Python</a><sup>[20]</sup></td>
6363
</tr>
6464
<tr>
65+
<td><a href="#python">Python</a><sup>[20]</sup></td>
6566
<td><a href="#sales">Sales</a><sup>[1]</sup></td>
6667
<td><a href="#shell">Shell</a><sup>[30]</sup></td>
67-
<td><a href="#software-design">Software Design</a><sup>[1]</sup></td>
6868
</tr>
6969
<tr>
70+
<td><a href="#software-design">Software Design</a><sup>[1]</sup></td>
7071
<td><a href="#startups">Startups</a><sup>[1]</sup></td>
7172
<td><a href="#vim">Vim</a><sup>[8]</sup></td>
73+
</tr>
74+
<tr>
7275
<td><a href="#webdev">Webdev</a><sup>[5]</sup></td>
76+
<td></td>
77+
<td></td>
7378
</tr>
7479
</tbody>
7580
</table>
@@ -98,6 +103,16 @@
98103

99104

100105

106+
### Arts
107+
108+
<ul>
109+
<li><a target="_blank" href="https://github.com/Bhupesh-V/til/blob/master/arts/creative-writing.md">Creative Writing</a></li>
110+
<li><a target="_blank" href="https://github.com/Bhupesh-V/til/blob/master/arts/sketching.md">Sketching</a></li>
111+
</ul>
112+
113+
114+
115+
101116
### Aws
102117

103118
<ul>
@@ -325,7 +340,6 @@
325340

326341
<ul>
327342
<li><a target="_blank" href="https://github.com/Bhupesh-V/til/blob/master/meta/checklist-documenting-medium-scale-system-architecture.md">Checklist for documenting a medium to large scale system architecture</a></li>
328-
<li><a target="_blank" href="https://github.com/Bhupesh-V/til/blob/master/meta/creative-writing.md">Creative Writing</a></li>
329343
<li><a target="_blank" href="https://github.com/Bhupesh-V/til/blob/master/meta/tech-writing-cookbook.md">Tech Writing Cookbook - Writing tips for you & my future self</a></li>
330344
<li><a target="_blank" href="https://github.com/Bhupesh-V/til/blob/master/meta/the-good-that-comes-with-maintaining-blogs.md">The good that comes with maintaining blogs</a></li>
331345
</ul>
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,4 +161,6 @@ Most stories are made by multiple variations of above (mice) threads. HTML DOM i
161161
- [Plutchik’s Wheel of Emotions](https://www.6seconds.org/2025/02/06/plutchik-wheel-emotions/), another [reference on idaho state university](https://www.isu.edu/media/libraries/counseling-and-testing/documents/Wheel-of-Emotions-Handout-(3).pdf),
162162
- [Lindsay Braman's Emotion Sensation Wheel](https://static1.squarespace.com/static/53ce65d8e4b0939090645d85/t/6825f6d62fd2bc5bca165d34/1747318490777/lindsaybraman-emotion-sensation-feeling-wheel-v1.3-8.5x11-propack.pdf)
163163
- [Geoffrey Roberts’ Emotional Word Wheel](https://feelingswheel.com/)
164-
- [droptheadverb](https://droptheadverb.com/)
164+
- [droptheadverb](https://droptheadverb.com/)
165+
- Literary Magazines
166+
- [Paris Review](https://jordandotson.com/2021/07/paris-review-the-art-of-fiction-complete-list/)

arts/sketching.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Sketching
2+
3+
## Perspective
4+
5+
### Horizon Line
6+
7+
- Always at eye level. It's always straight (duh), irrespective of how far the items are they are always at eye-level.
8+
- In a scene, find human heads, the horizontal line that goes through all can be considered as horizon. In real life, hold a pen in horizontal position at the eye level.
9+
- Things that are below & above the horizon, should always remain above/below in your sketch as well.
10+
11+
### Vanishing Point
12+
13+
- Always on horizon line. Doesn't matter if its visible or not.
14+
- Lines of perspective come out from this point.
15+
16+
<!-- ## Hatching -->
17+

count.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"count": 183
2+
"count": 184
33
}

index.md

Lines changed: 28 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,52 +11,57 @@
1111
<tr>
1212
<td><a href="#android">Android</a><sup>[1]</sup></td>
1313
<td><a href="#artificial-intelligence">Artificial Intelligence</a><sup>[2]</sup></td>
14-
<td><a href="#aws">Aws</a><sup>[1]</sup></td>
14+
<td><a href="#arts">Arts</a><sup>[2]</sup></td>
1515
</tr>
1616
<tr>
17+
<td><a href="#aws">Aws</a><sup>[1]</sup></td>
1718
<td><a href="#career">Career</a><sup>[9]</sup></td>
1819
<td><a href="#citizen">Citizen</a><sup>[3]</sup></td>
19-
<td><a href="#coding-practices">Coding Practices</a><sup>[5]</sup></td>
2020
</tr>
2121
<tr>
22+
<td><a href="#coding-practices">Coding Practices</a><sup>[5]</sup></td>
2223
<td><a href="#community-building">Community Building</a><sup>[5]</sup></td>
2324
<td><a href="#compilers">Compilers</a><sup>[1]</sup></td>
24-
<td><a href="#data-warehouse">Data Warehouse</a><sup>[1]</sup></td>
2525
</tr>
2626
<tr>
27+
<td><a href="#data-warehouse">Data Warehouse</a><sup>[1]</sup></td>
2728
<td><a href="#databases">Databases</a><sup>[14]</sup></td>
2829
<td><a href="#devops">Devops</a><sup>[8]</sup></td>
29-
<td><a href="#distributed-computing">Distributed Computing</a><sup>[3]</sup></td>
3030
</tr>
3131
<tr>
32+
<td><a href="#distributed-computing">Distributed Computing</a><sup>[3]</sup></td>
3233
<td><a href="#ffmpeg">Ffmpeg</a><sup>[3]</sup></td>
3334
<td><a href="#flutter">Flutter</a><sup>[3]</sup></td>
34-
<td><a href="#git">Git</a><sup>[10]</sup></td>
3535
</tr>
3636
<tr>
37+
<td><a href="#git">Git</a><sup>[10]</sup></td>
3738
<td><a href="#go">Go</a><sup>[18]</sup></td>
3839
<td><a href="#hotwheels">Hotwheels</a><sup>[1]</sup></td>
39-
<td><a href="#infra">Infra</a><sup>[1]</sup></td>
4040
</tr>
4141
<tr>
42+
<td><a href="#infra">Infra</a><sup>[1]</sup></td>
4243
<td><a href="#management">Management</a><sup>[1]</sup></td>
43-
<td><a href="#meta">Meta</a><sup>[4]</sup></td>
44-
<td><a href="#miscellaneous">Miscellaneous</a><sup>[16]</sup></td>
44+
<td><a href="#meta">Meta</a><sup>[3]</sup></td>
4545
</tr>
4646
<tr>
47+
<td><a href="#miscellaneous">Miscellaneous</a><sup>[16]</sup></td>
4748
<td><a href="#people">People</a><sup>[2]</sup></td>
4849
<td><a href="#psychology">Psychology</a><sup>[5]</sup></td>
49-
<td><a href="#python">Python</a><sup>[20]</sup></td>
5050
</tr>
5151
<tr>
52+
<td><a href="#python">Python</a><sup>[20]</sup></td>
5253
<td><a href="#sales">Sales</a><sup>[1]</sup></td>
5354
<td><a href="#shell">Shell</a><sup>[30]</sup></td>
54-
<td><a href="#software-design">Software Design</a><sup>[1]</sup></td>
5555
</tr>
5656
<tr>
57+
<td><a href="#software-design">Software Design</a><sup>[1]</sup></td>
5758
<td><a href="#startups">Startups</a><sup>[1]</sup></td>
5859
<td><a href="#vim">Vim</a><sup>[8]</sup></td>
60+
</tr>
61+
<tr>
5962
<td><a href="#webdev">Webdev</a><sup>[5]</sup></td>
63+
<td></td>
64+
<td></td>
6065
</tr>
6166
</tbody>
6267
</table>
@@ -67,6 +72,9 @@
6772
<table align="center">
6873
<tbody>
6974
<tr>
75+
<td><a href="https://til.bhupesh.me/databases/acid">ACID</a></td>
76+
</tr>
77+
<tr>
7078
<td><a href="https://til.bhupesh.me/miscellaneous/research">Everything about conducting research</a></td>
7179
</tr>
7280
<tr>
@@ -82,9 +90,6 @@
8290
<td><a href="https://til.bhupesh.me/citizen/property">Accquiring properties in India</a></td>
8391
</tr>
8492
<tr>
85-
<td><a href="https://til.bhupesh.me/meta/creative-writing">Creative Writing</a></td>
86-
</tr>
87-
<tr>
8893
<td><a href="https://til.bhupesh.me/citizen/scam-spam">Figthing Scams</a></td>
8994
</tr>
9095
<tr>
@@ -123,6 +128,16 @@
123128

124129

125130

131+
### Arts
132+
133+
<ul>
134+
<li><a href="/arts/creative-writing">Creative Writing</a></li>
135+
<li><a href="/arts/sketching">Sketching</a></li>
136+
</ul>
137+
138+
139+
140+
126141
### Aws
127142

128143
<ul>
@@ -350,7 +365,6 @@
350365

351366
<ul>
352367
<li><a href="/meta/checklist-documenting-medium-scale-system-architecture">Checklist for documenting a medium to large scale system architecture</a></li>
353-
<li><a href="/meta/creative-writing">Creative Writing</a></li>
354368
<li><a href="/meta/tech-writing-cookbook">Tech Writing Cookbook - Writing tips for you & my future self</a></li>
355369
<li><a href="/meta/the-good-that-comes-with-maintaining-blogs">The good that comes with maintaining blogs</a></li>
356370
</ul>

recent_tils.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
[
2+
{
3+
"title": "ACID",
4+
"url": "https://til.bhupesh.me/databases/acid"
5+
},
26
{
37
"title": "Everything about conducting research",
48
"url": "https://til.bhupesh.me/miscellaneous/research"
@@ -19,10 +23,6 @@
1923
"title": "Accquiring properties in India",
2024
"url": "https://til.bhupesh.me/citizen/property"
2125
},
22-
{
23-
"title": "Creative Writing",
24-
"url": "https://til.bhupesh.me/meta/creative-writing"
25-
},
2626
{
2727
"title": "Figthing Scams",
2828
"url": "https://til.bhupesh.me/citizen/scam-spam"

0 commit comments

Comments
 (0)