-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
301 lines (261 loc) · 11.2 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
<meta charset="utf-8">
<title> Realm of Tail Call </title>
<style>@import url(style.css);</style>
<h1>(welcome :to tail-call.github.io)</h1>
<ul>
<li>
📄 <a href="./cv.html">My CV</a> <span style="color: rgb(51, 140, 20);">👈 Рекрутерам сюда/Recruiters should go there</span>
<li>
📖 <a href="https://github.com/tail-call/tail-call.github.io/activity">Site update history</a>
<!--<li> 🎶 <a href="./songs.html">My songs</a>-->
<li>
🔗 <a href="./url.html">How to reference a URL</a>
<li>
㲆 <a href="./noise-toy">Noise toy</a>
</ul>
<ul>
<li>
<a href="https://ru.wikipedia.org/wiki/%D0%9D%D0%BE%D0%BC%D0%B5%D1%80%D0%B0_%D1%82%D0%B5%D0%BB%D0%B5%D1%84%D0%BE%D0%BD%D0%BE%D0%B2_%D1%8D%D0%BA%D1%81%D1%82%D1%80%D0%B5%D0%BD%D0%BD%D1%8B%D1%85_%D1%81%D0%BB%D1%83%D0%B6%D0%B1">Номера телефонов экстренных служб</a> | Wikipedia
<li>
<a href="https://parentheticallyspeaking.org/articles/write-a-book/">You can too write a book</a> | Parenthetically Speaking
<li>
<a href="https://www.swyx.io/learn-in-public">Learn in public</a> | swyx.io "The fastest way to learn"
</ul>
<img alt="Tiesha, my dragon OC" style="float: right" src="img/tiesha.svg">
<hr>
<h2>\about{me}</h2>
<p>
My name is Maria. I'm a software developer and <abbr title="Artificial Intelligence">AI</abbr> researcher. I'm an avid
note taker and a digital gardening enthusiast
<p>
And this is my digital garden 🌳 I happen to own quite a few of them.
Recently <!-- 2024-12-04 --> I had an epiphany that I should try to keep some
amount of my notes in <abbr title="Hyper-Text Markup Language">HTML</abbr> format, for it shall swiftly outlive every other
technology I use now
<p>
In the next section I will share some insights on how you should live your life
<hr>
<h2>Living a Life</h2>
<p><strong>I. HOW TO BEGIN.</strong> Arthur Ashe
<ul>
<li>START WHERE YOU ARE</li>
<li>USE WHAT YOU HAVE</li>
<li>DO WHAT YOU CAN</li>
</ul>
<p><strong>II. HOW TO PROCEED.</strong> Richard Hamming
<ul>
<li>WORK ON SOMETHING IMPORTANT</li>
<li>BE EMOTIONALLY INVOLVED</li>
<li>TRY TO MAKE A TOUGH PROBLEM INTO AN EASIER ONE BUT STILL IMPORTANT</li>
<li>FOCUS ON DOING! DON'T DEPEND ON SHEER LUCK</li>
</ul>
<p><strong>II. HOW TO END.</strong> Marcus Aurelius
<ul>
<li>YOU ARE THE ONE WITH THE UNIVERSE</li>
<li>WHAT'S NATURAL IS GOOD FOR YOU</li>
<li>REMEMBER ALL THOSE WHO CAME BEFORE YOU</li>
</ul>
<hr>
<details>
<summary>☮ But who will leave reality of cesspit for their dreams?</summary>
<abbr title="Who dies the soonest?">For a handful of imprudence who will sell their Fatherland?</abbr>
</details>
<hr>
<code>
Two letter commands were common in <abbr title="Uncle Never Installed X11">UNIX</abbr>
because they were easy to type, and single letter commands were reserved for the user to define
<!--Not a quote, it's a slightly redacted note of mine-->
</code>
<p class="slide">
<code>I think I learned this from an old Unix documentary I found on YouTube...</code>
</p>
<hr>
<ul>
<li><a href="https://en.wikipedia.org/wiki/Quasi-category">Quasi-category</a> | Wikipedia
<li><a href="https://en.wikipedia.org/wiki/Higher_category_theory">Higher Category Theory</a> | Wikipedia
<li><a href="https://en.wikipedia.org/wiki/Process_calculus">Process Calculus</a> | Wikipedia
</ul>
<img src="img/assert.png">
<p>
This page was made in <a href="https://neovim.io/">Neovim</a>
<p>
Why is Neovim a <em>superior editor?</em>
<ul>
<li> Scriptable in Lua (not Elisp or Vimscript!)
<li> <a href="lua.html">Lua is the best language</a>
<li> I memorized Vim key bindings so well I can't use any other edytore animor
<li> So many edits you want to make are a series of <code>%s</code>-s
<li> Macros
<li> I also love <a href="https://vifm.info">vifm</a> a lot, which is a
two-pane <select>
<option>directory editor</option>
<option>file manager</option>
<option>Midnight Commander clone</option>
</select> with convenient (aka vi-like) key bindings, and
so my vifm and nvim shell out into one another a lot
</ul>
<p>
Why not original Vim? I have a story to tell about that. I started using Vim
many, many years ago when I just started the <em>exploring Linux</em> thing.
The default suggested command line editor for <code>LinuxNewbie</code>s is
<code>nano</code>
<p>
I can't say I like <code>nano</code>. I feel silly when I use it. Using Vim
was more pleasant: I just entered insert mode whenever I opened a file and
got a much more decent editing experience, almost comparable to
<code>gedit</code>
<p>
I eventually learned how to use Vim properly, but then I entered my Lisp
phase and couldn't afford editing in Vim anymore, because I needed Emacs
<p>
I can't say I like Emacs's default keybindings. Learning them is cool because
by learning them you automatically acquire extra shell command editing skills.
The built-in vi<sup>1</sup> emulation modes - and I think Emacs has
<em>three</em> of them - weren't very good. Thankfully, there's
<code>evil-mode</code> which I liked so much I couldn't come back to Vim
anymore
<p class="slide">
<sup>1</sup> Sic, not Vim
<p>
Neovim is so much better than Emacs with <code>evil-mode</code> though
<p>
End of story
<p>
Also, Neovim has a very cool VS Code integration
<h2>my $academic_plan;</h2>
<p>
I had to fill_this_in in_a_hurry, and I didn't pick the numbers carefully, but
these are the figures I have to achieve now
</p>
<style>
table {
border-spacing: 0;
}
tr, th, td {
border: solid 0.5px;
}
</style>
<!-- Source: https://isu.ifmo.ru/pls/apex/f?p=2147:184:103734088668430::NO::: -->
<table class="table table-bordered" border="1" id="scrolltable-1">
<thead>
<tr>
<th rowspan="2">Наименование работы</th>
<th colspan="6">Семестр</th>
<th rowspan="2" width="130">Форма контроля</th>
</tr>
<tr>
<th>1</th>
<th>2</th>
<th>3</th>
<th>4</th>
<th>5</th>
<th>6</th>
</tr>
</thead>
<tbody>
<tr><td align="center" colspan="7">Научный компонент, в т. ч. промежуточная аттестация (Блок 1)</td><td rowspan="9" valign="top">Заполняется в соответствии с положением "О порядке организации и реализации научных исследований обучающимися" </td></tr>
<tr>
<td>Предварительная оценка по итогу выполнения данного плана</td>
<td align="center"><span class="oc_info fa-stack fa-1x text-primary-click-coh" info_id="1">
<i class="fa fa-circle-thin fa-stack-2x"></i>
<i class="fa fa-question fa-1x fa-stack-1x"></i>
</span><br>
5
</td>
<td align="center"><span class="oc_info fa-stack fa-1x text-primary-click-coh" info_id="2">
<i class="fa fa-circle-thin fa-stack-2x"></i>
<i class="fa fa-question fa-1x fa-stack-1x"></i>
</span><br>
3
</td>
<td align="center"><span class="oc_info fa-stack fa-1x text-primary-click-coh" info_id="3">
<i class="fa fa-circle-thin fa-stack-2x"></i>
<i class="fa fa-question fa-1x fa-stack-1x"></i>
</span><br>
5
</td>
<td align="center"><span class="oc_info fa-stack fa-1x text-primary-click-coh" info_id="4">
<i class="fa fa-circle-thin fa-stack-2x"></i>
<i class="fa fa-question fa-1x fa-stack-1x"></i>
</span><br>
4
</td>
<td align="center"><span class="oc_info fa-stack fa-1x text-primary-click-coh" info_id="5">
<i class="fa fa-circle-thin fa-stack-2x"></i>
<i class="fa fa-question fa-1x fa-stack-1x"></i>
</span><br>
4
</td>
<td align="center"><span class="oc_info fa-stack fa-1x text-primary-click-coh" info_id="6">
<i class="fa fa-circle-thin fa-stack-2x"></i>
<i class="fa fa-question fa-1x fa-stack-1x"></i>
</span><br>
Зачтено
</td>
</tr>
<tr>
<td>Статьи Scopus, Web of Science<br><p style="color:#808080; font-size:10px;">показатель указывается нарастающим итогом</p></td>
<td align="center">0</td>
<td align="center">0</td>
<td align="center">1</td>
<td align="center">1</td>
<td align="center">2</td>
<td align="center">2</td>
</tr>
<tr>
<td>Статьи ВАК<br><p style="color:#808080; font-size:10px;">показатель указывается нарастающим итогом</p></td>
<td align="center">0</td>
<td align="center">0</td>
<td align="center">1</td>
<td align="center">2</td>
<td align="center">4</td>
<td align="center">4</td>
</tr>
<tr>
<td>Статьи РИНЦ <br><p style="color:#808080; font-size:10px;">показатель указывается нарастающим итогом</p></td>
<td align="center">0</td>
<td align="center">1</td>
<td align="center">1</td>
<td align="center">2</td>
<td align="center">4</td>
<td align="center">4</td>
</tr>
<tr>
<td>Участие и победы в грантах, конкурсах, премиях, именных стипендиях <br><p style="color:#808080; font-size:10px;">показатель рассматривается и оценивается во втором семестре ежегодно по результатам учебного года</p></td>
<td align="center">0</td>
<td align="center">1</td>
<td align="center">1</td>
<td align="center">2</td>
<td align="center">2</td>
<td align="center">2</td>
</tr>
<tr>
<td>Число апробаций результатов исследований на научных конференциях<br><p style="color:#808080; font-size:10px;">показатель указывается нарастающим итогом</p></td>
<td align="center">1</td>
<td align="center">2</td>
<td align="center">3</td>
<td align="center">3</td>
<td align="center">4</td>
<td align="center">4</td>
</tr>
<tr>
<td>Участие в НИОКТР (показатель указывается нарастающим итогом)</td>
<td align="center">0</td>
<td align="center">0</td>
<td align="center">1</td>
<td align="center">2</td>
<td align="center">2</td>
<td align="center">2</td>
</tr>
<tr>
<td>Готовность диссертации (%)</td>
<td align="center">20</td>
<td align="center">30</td>
<td align="center">45</td>
<td align="center">70</td>
<td align="center">95</td>
<td align="center">95</td>
</tr>
</tbody>
</table>
<div align=right><em>Table 1. My academic plan.</em></div>