<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Week 19 | Project site in English</title>
    <link>https://example.com/category/week-19/</link>
      <atom:link href="https://example.com/category/week-19/index.xml" rel="self" type="application/rss+xml" />
    <description>Week 19</description>
    <generator>Wowchemy (https://wowchemy.com)</generator><language>en</language><lastBuildDate>Sat, 14 May 2022 18:30:00 +0000</lastBuildDate>
    <image>
      <url>https://example.com/media/icon_hu0b7a4cb9992c9ac0e91bd28ffd38dd00_9727_512x512_fill_lanczos_center_3.png</url>
      <title>Week 19</title>
      <link>https://example.com/category/week-19/</link>
    </image>
    
    <item>
      <title>Markup languages, LaTeX</title>
      <link>https://example.com/post/latex/</link>
      <pubDate>Sat, 14 May 2022 18:30:00 +0000</pubDate>
      <guid>https://example.com/post/latex/</guid>
      <description>&lt;p&gt;A markup language is a way of writing text in a format that is suitable for machine processing and often contains, in addition to the text, instructions for displaying that text.
There are many different markup languages ​​that work well for different tasks.&lt;/p&gt;
&lt;p&gt;We will consider the LaTeX language, which is most often used for writing scientific papers.
It is an extension of the TeX layout language, invented by Donald Knuth in 1978.
Backslashes are used to call commands, and curly braces are used to specify arguments:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-tex&#34; data-lang=&#34;tex&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;This text is &lt;span class=&#34;k&#34;&gt;\emph&lt;/span&gt;&lt;span class=&#34;nb&#34;&gt;{&lt;/span&gt;in italics&lt;span class=&#34;nb&#34;&gt;}&lt;/span&gt;.
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;This text is in &lt;span class=&#34;k&#34;&gt;\textbf&lt;/span&gt;&lt;span class=&#34;nb&#34;&gt;{&lt;/span&gt;bold&lt;span class=&#34;nb&#34;&gt;}&lt;/span&gt;.
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;\begin&lt;/span&gt;&lt;span class=&#34;nb&#34;&gt;{&lt;/span&gt;large&lt;span class=&#34;nb&#34;&gt;}&lt;/span&gt;This text is larger than usual.&lt;span class=&#34;k&#34;&gt;\end&lt;/span&gt;&lt;span class=&#34;nb&#34;&gt;{&lt;/span&gt;large&lt;span class=&#34;nb&#34;&gt;}&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;\begin&lt;/span&gt;&lt;span class=&#34;nb&#34;&gt;{&lt;/span&gt;Large&lt;span class=&#34;nb&#34;&gt;}&lt;/span&gt;This text is even larger than usual.&lt;span class=&#34;k&#34;&gt;\end&lt;/span&gt;&lt;span class=&#34;nb&#34;&gt;{&lt;/span&gt;Large&lt;span class=&#34;nb&#34;&gt;}&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;\begin&lt;/span&gt;&lt;span class=&#34;nb&#34;&gt;{&lt;/span&gt;LARGE&lt;span class=&#34;nb&#34;&gt;}&lt;/span&gt;This text is STILL larger than usual.&lt;span class=&#34;k&#34;&gt;\end&lt;/span&gt;&lt;span class=&#34;nb&#34;&gt;{&lt;/span&gt;LARGE&lt;span class=&#34;nb&#34;&gt;}&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;\begin&lt;/span&gt;&lt;span class=&#34;nb&#34;&gt;{&lt;/span&gt;huge&lt;span class=&#34;nb&#34;&gt;}&lt;/span&gt;This text is huge.&lt;span class=&#34;k&#34;&gt;\end&lt;/span&gt;&lt;span class=&#34;nb&#34;&gt;{&lt;/span&gt;huge&lt;span class=&#34;nb&#34;&gt;}&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;\begin&lt;/span&gt;&lt;span class=&#34;nb&#34;&gt;{&lt;/span&gt;Huge&lt;span class=&#34;nb&#34;&gt;}&lt;/span&gt;This text is Huge.&lt;span class=&#34;k&#34;&gt;\end&lt;/span&gt;&lt;span class=&#34;nb&#34;&gt;{&lt;/span&gt;Huge&lt;span class=&#34;nb&#34;&gt;}&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;One of the most famous features of the LaTeX language is the ability to enter complex mathematical formulas. For example, this code:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-latex&#34; data-lang=&#34;latex&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;\begin&lt;/span&gt;&lt;span class=&#34;nb&#34;&gt;{&lt;/span&gt;equation&lt;span class=&#34;nb&#34;&gt;}&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;\Delta&lt;/span&gt; M&lt;span class=&#34;nb&#34;&gt;_&lt;/span&gt;i&lt;span class=&#34;nb&#34;&gt;^{&lt;/span&gt;-1&lt;span class=&#34;nb&#34;&gt;}&lt;/span&gt; = - &lt;span class=&#34;k&#34;&gt;\alpha&lt;/span&gt; &lt;span class=&#34;k&#34;&gt;\sum&lt;/span&gt;&lt;span class=&#34;nb&#34;&gt;_{&lt;/span&gt;n=1&lt;span class=&#34;nb&#34;&gt;}^&lt;/span&gt;N D&lt;span class=&#34;nb&#34;&gt;_&lt;/span&gt;i &lt;span class=&#34;k&#34;&gt;\left&lt;/span&gt;&lt;span class=&#34;na&#34;&gt;[ n \right]&lt;/span&gt; &lt;span class=&#34;k&#34;&gt;\left&lt;/span&gt;&lt;span class=&#34;na&#34;&gt;[ \sum_{j \in C \left[ i \right]&lt;/span&gt;&lt;span class=&#34;nb&#34;&gt;}^{}&lt;/span&gt; F&lt;span class=&#34;nb&#34;&gt;_{&lt;/span&gt;ji&lt;span class=&#34;nb&#34;&gt;}&lt;/span&gt; &lt;span class=&#34;k&#34;&gt;\left&lt;/span&gt;&lt;span class=&#34;na&#34;&gt;[ n -1 \right]&lt;/span&gt; + Fext&lt;span class=&#34;nb&#34;&gt;_&lt;/span&gt;i &lt;span class=&#34;k&#34;&gt;\left&lt;/span&gt;&lt;span class=&#34;na&#34;&gt;[ n^{-1} \right]&lt;/span&gt; &lt;span class=&#34;k&#34;&gt;\right&lt;/span&gt;]
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;\end&lt;/span&gt;&lt;span class=&#34;nb&#34;&gt;{&lt;/span&gt;equation&lt;span class=&#34;nb&#34;&gt;}&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;&amp;hellip;displayed as follows:&lt;/p&gt;
&lt;p&gt;















&lt;figure  &gt;
  &lt;div class=&#34;d-flex justify-content-center&#34;&gt;
    &lt;div class=&#34;w-100&#34; &gt;&lt;img alt=&#34;Equation&#34; srcset=&#34;
               /post/latex/eqn_hu81151ef91c65c79ffde3f129f0b3a363_39053_87e3823679934a283f6a2df5a7372fab.webp 400w,
               /post/latex/eqn_hu81151ef91c65c79ffde3f129f0b3a363_39053_bef212bf9bf7a9a6c2eacd747977250b.webp 760w,
               /post/latex/eqn_hu81151ef91c65c79ffde3f129f0b3a363_39053_1200x1200_fit_q75_h2_lanczos_3.webp 1200w&#34;
               src=&#34;https://example.com/post/latex/eqn_hu81151ef91c65c79ffde3f129f0b3a363_39053_87e3823679934a283f6a2df5a7372fab.webp&#34;
               width=&#34;760&#34;
               height=&#34;112&#34;
               loading=&#34;lazy&#34; data-zoomable /&gt;&lt;/div&gt;
  &lt;/div&gt;&lt;/figure&gt;
&lt;/p&gt;
&lt;p&gt;(This expression is the title of &lt;a href=&#34;https://www.youtube.com/watch?v=M9xMuPWAZW8&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;one of Aphex Twin&amp;rsquo;s tracks&lt;/a&gt;.)&lt;/p&gt;
&lt;p&gt;Because of this capability, LaTeX remains the gold standard for formatting mathematical texts, and it is not uncommon for other document authoring environments (such as Microsoft Word) to copy some of the syntax.
Some programs even use the LaTeX engine as part of their work &amp;ndash; for example, Pandoc uses it to convert documents to PDF, and &lt;a href=&#34;https://www.manim.community/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Manim&amp;rsquo;s programmable animation library&lt;/a&gt; uses it to display mathematical formulas in SVG format.&lt;/p&gt;
&lt;p&gt;LaTeX also has a wide standard library that allows you to use it to display pictures, graphs, code blocks, and more. Thus, LaTeX is one of the most important markup languages ​​for scientific documents, and it is worth knowing for anyone who plans to write documents with mathematical formulas or other complex display elements.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Weekly post 19</title>
      <link>https://example.com/post/weekly-19/</link>
      <pubDate>Sat, 14 May 2022 18:30:00 +0000</pubDate>
      <guid>https://example.com/post/weekly-19/</guid>
      <description>&lt;p&gt;This is a weekly post that is required by the rules for maintaining a personal project. This post was written on May 14, 2022, and covers week 19, 2022.&lt;/p&gt;
&lt;h1 id=&#34;how-was-the-week&#34;&gt;How was the week&lt;/h1&gt;
&lt;p&gt;It is impossible to provide special important reports for this week, as well as for the previous one.
This is because we are now in a cycle of work that seems to be endless, and it is becoming more and more difficult to tell one week from the next.&lt;/p&gt;
&lt;h1 id=&#34;key-insights&#34;&gt;Key insights&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Macros in Rust should have a form in which, even without expanding the macro, the code represents a valid syntax tree. This distinguishes them from macros in C/C++, where they only perform text replacement.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The amount of disk space occupied by video recordings of work in progress exceeds the usefulness of these videos by several orders of magnitude. Under the current circumstances, the amount used for these videos should be reduced.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The use of Rutube - the Russian platform - in industrial activities is contraindicated, since it is not able to withstand the SLA that can be expected from alternative platforms.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&#34;main-insight&#34;&gt;Main insight&lt;/h1&gt;
&lt;p&gt;As part of this personal project, we learn how to find ways to optimize work. These methods sometimes lead to lower quality, but following the classic trichotomy of requirements, we can sacrifice this for the greater good.&lt;/p&gt;
&lt;h1 id=&#34;what-failed-to-do&#34;&gt;What failed to do&lt;/h1&gt;
&lt;p&gt;Fairly poor progress on a robotics project that was assigned to me in an elective course. One of the main reasons for this is that the power supply of the robot consists of 18650 batteries, and the ones that are available to me are quite broken.&lt;/p&gt;
&lt;h1 id=&#34;work-on-mistakes&#34;&gt;Work on mistakes&lt;/h1&gt;
&lt;p&gt;As before, you need to create a stable task scheduling scheme that would not be disturbed by small changes from the schedule, as well as create a backlog of tasks so that they can be effectively scheduled, delegated or postponed.&lt;/p&gt;
</description>
    </item>
    
  </channel>
</rss>
