Skip to content

Commit 8e71a31

Browse files
committed
add. page. about.
1 parent 4cdb987 commit 8e71a31

File tree

38 files changed

+954
-28
lines changed

38 files changed

+954
-28
lines changed

blog/content/page/about/index.en.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,18 @@ Spent 10 years in the oil & gas industry, then 5 years as a fullstack developer.
1919

2020
---
2121

22+
**About the channel**
23+
24+
I'm a programmer myself, and over the last couple of years I've watched my profession change; looking around, I see other trades adapting to new tools as well.
25+
26+
I'm convinced we're heading toward higher GDP in PPP terms — in other words, better quality of life through optimized working conditions and a higher degree of automation.
27+
28+
Yes, we'll need to adapt again, much as people did two hundred years ago with industrialization and the spread of electricity, then a hundred years later with assembly lines and cheaper energy, then with the rise of the internet — and now, another transition.
29+
30+
Worth noting: GPT‑3.5 (which showed that chatting with a bot was possible) was only released to the public quite recently, on November 30, 2022. So there's still a long road of development ahead for these tools.
31+
32+
On the channel I'll cover what interests me: machine learning, computer vision, and building robotic systems.
33+
34+
---
35+
2236
*Contact:* [svfcode@gmail.com](mailto:svfcode@gmail.com)

blog/content/page/about/index.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,20 @@ menu:
1919

2020
---
2121

22+
**О канале**
23+
24+
Сам я программист, и последние пару лет вижу, как меняется моя профессия; осматриваясь по сторонам, вижу, что и другие профессии тоже адаптируются к появлению нового инструментария.
25+
26+
Уверен, что впереди нас ждёт увеличение ВВП по ППС, проще говоря — рост качества жизни за счёт оптимизации условий труда и внедрения более высокой степени автоматизации.
27+
28+
Да, необходимо будет перестроиться, подобно тому как это уже делали двести лет назад в индустриализацию и с распространением электричества, потом через сто лет ещё раз — в эпоху распространения конвейеров и увеличения доступности энергии. Потом с появлением интернета — ну тут вы и сами всё видите, и вот теперь новый переход.
29+
30+
Стоит сказать, что GPT‑3.5 (который показал, что возможно общаться с ботом в чате) был выпущен в публичный доступ совсем недавно, только 30 ноября 2022 года. Это значит, что впереди большой путь развития и становления этого инструмента.
31+
32+
На канале буду рассказывать об интересующих меня темах: машинное обучение, компьютерное зрение и создание роботизированных систем.
33+
34+
---
35+
2236
*Контакты:* [svfcode@gmail.com](mailto:svfcode@gmail.com)
37+
38+
{{< about_timeline >}}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<link rel="stylesheet" href="{{ "css/custom.css" | relURL }}">

blog/layouts/shortcodes/about_timeline.html

Lines changed: 405 additions & 0 deletions
Large diffs are not rendered by default.

blog/public/404.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
<meta property='og:site_name' content='Блог'>
1414
<meta property='og:type' content='website'><meta property='og:updated_time' content='2025-03-03T00:00:00&#43;00:00'/>
1515
<meta name="twitter:title" content="404 Page not found">
16-
<meta name="twitter:description" content="ai, ml, nn, cv, ros, etc.">
16+
<meta name="twitter:description" content="ai, ml, nn, cv, ros, etc."><link rel="stylesheet" href="/css/custom.css">
17+
1718
</head>
1819
<body class="">
1920
<script>

blog/public/archives/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
<meta property='og:site_name' content='Блог'>
1414
<meta property='og:type' content='article'><meta property='article:section' content='Page' /><meta property='article:published_time' content='2019-05-28T00:00:00&#43;00:00'/><meta property='article:modified_time' content='2019-05-28T00:00:00&#43;00:00'/>
1515
<meta name="twitter:title" content="Архивы">
16-
<meta name="twitter:description" content="">
16+
<meta name="twitter:description" content=""><link rel="stylesheet" href="/css/custom.css">
17+
1718
</head>
1819
<body class="template-archives">
1920
<script>

blog/public/categories/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
<meta property='og:site_name' content='Блог'>
1414
<meta property='og:type' content='website'><meta property='og:updated_time' content='2025-03-03T00:00:00&#43;00:00'/>
1515
<meta name="twitter:title" content="Categories">
16-
<meta name="twitter:description" content="ai, ml, nn, cv, ros, etc."><link rel="alternate" type="application/rss&#43;xml" href="http://localhost:1313/categories/index.xml">
16+
<meta name="twitter:description" content="ai, ml, nn, cv, ros, etc."><link rel="alternate" type="application/rss&#43;xml" href="http://localhost:1313/categories/index.xml"><link rel="stylesheet" href="/css/custom.css">
17+
1718
</head>
1819
<body class="">
1920
<script>

blog/public/css/custom.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
/* Ограничение максимальной ширины текста для удобства чтения */
2+
.article-page .main-article .article-content,
3+
.page .main-article .article-content {
4+
max-width: 820px;
5+
margin-left: auto;
6+
margin-right: auto;
7+
}

blog/public/en/404.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
<meta property='og:site_name' content='Blog'>
1414
<meta property='og:type' content='website'><meta property='og:updated_time' content='2025-03-03T00:00:00&#43;00:00'/>
1515
<meta name="twitter:title" content="404 Page not found">
16-
<meta name="twitter:description" content="ai, ml, nn, cv, ros, etc.">
16+
<meta name="twitter:description" content="ai, ml, nn, cv, ros, etc."><link rel="stylesheet" href="/css/custom.css">
17+
1718
</head>
1819
<body class="">
1920
<script>

blog/public/en/about/index.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
<meta property='og:site_name' content='Blog'>
1414
<meta property='og:type' content='article'><meta property='article:section' content='Page' /><meta property='article:published_time' content='2019-02-28T00:00:00&#43;00:00'/><meta property='article:modified_time' content='2020-10-09T00:00:00&#43;00:00'/>
1515
<meta name="twitter:title" content="About">
16-
<meta name="twitter:description" content="ml/ros specialist">
16+
<meta name="twitter:description" content="ml/ros specialist"><link rel="stylesheet" href="/css/custom.css">
17+
1718
</head>
1819
<body class="
1920
article-page
@@ -289,6 +290,13 @@ <h3 class="article-subtitle">
289290
<p><strong>About</strong></p>
290291
<p>Spent 10 years in the oil &amp; gas industry, then 5 years as a fullstack developer. Now focused on <strong>ML</strong> and <strong>ROS</strong>.</p>
291292
<hr>
293+
<p><strong>About the channel</strong></p>
294+
<p>I&rsquo;m a programmer myself, and over the last couple of years I&rsquo;ve watched my profession change; looking around, I see other trades adapting to new tools as well.</p>
295+
<p>I&rsquo;m convinced we&rsquo;re heading toward higher GDP in PPP terms — in other words, better quality of life through optimized working conditions and a higher degree of automation.</p>
296+
<p>Yes, we&rsquo;ll need to adapt again, much as people did two hundred years ago with industrialization and the spread of electricity, then a hundred years later with assembly lines and cheaper energy, then with the rise of the internet — and now, another transition.</p>
297+
<p>Worth noting: GPT‑3.5 (which showed that chatting with a bot was possible) was only released to the public quite recently, on November 30, 2022. So there&rsquo;s still a long road of development ahead for these tools.</p>
298+
<p>On the channel I&rsquo;ll cover what interests me: machine learning, computer vision, and building robotic systems.</p>
299+
<hr>
292300
<p><em>Contact:</em> <a class="link" href="mailto:svfcode@gmail.com" >svfcode@gmail.com</a></p>
293301

294302
</section>

0 commit comments

Comments
 (0)