-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
115 lines (97 loc) · 4.63 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<link rel="icon" type="image/png" href="./static/images/pencil.ico">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<title>Evgeny Budilovsky - Home</title>
<!-- Stylesheets. -->
<link rel="stylesheet" type="text/css" href="./style.css?v=0">
<!-- RSS. -->
<link rel="alternate" type="application/rss+xml" title="Evgeny Budilovsky - a personal blog" href="./rss.xml">
<!-- Metadata. -->
<meta name="keywords" content="Evgeny Budilovsky,blog,programming,coding,linux,functional programming,personal,homepage,kernel,storage,network,virtualization,cloud">
<meta name="description" content="Personal home page and blog of Evgeny Budilovsky">
</head>
<body>
<div id="navigation">
<h1>Blog</h1>
<a href="./">Home</a>
<a href="./posts.html">Posts</a>
<h1>Links</h1>
<a href="http://github.com/budevg">
<i class="fa fa-github github-color" aria-hidden="true"></i>
GitHub
</a>
<a href="http://twitter.com/budevg">
<i class="fa fa-twitter twitter-color" aria-hidden="true"></i>
Twitter
</a>
<a href="https://www.linkedin.com/in/budevg">
<i class="fa fa-linkedin linkedin-color" aria-hidden="true"></i>
LinkedIn
</a>
<a type="application/rss+xml" href="./rss.xml">
<i class="fa fa-rss rss-color" aria-hidden="true"></i>
RSS
</a>
</div>
<div id="content">
<h1>About me</h1>
<div class="avatar-wrap">
<img src="./static/images/me.png" alt="That's me!" class="avatar" />
</div>
<p>
My name is Evgeny Budilovsky. I am a software developer specializing in Linux
and low level programming.
In my blog I will write about kernel, system programming, development
tools and programming languages.
</p>
<h1 style="clear: left">Recent blog posts</h1>
<ul>
<li>
<p>
“<a style="font-size: 110%" href="./posts/2023-01-20-book-review-rust-atomics-and-locks.html">Book review - Rust Atomics and Locks</a>”
‒ <span class="soft">January 20, 2023</span><br />
Recently I've read the excellent book "Rust Atomics and Locks" by Mara Bos
</p>
</li>
<li>
<p>
“<a style="font-size: 110%" href="./posts/2022-11-21-my-first-program.html">Writing my first program, 28 years after</a>”
‒ <span class="soft">November 21, 2022</span><br />
Let's go back to 1994 and write my first program
</p>
</li>
<li>
<p>
“<a style="font-size: 110%" href="./posts/2022-11-15-focus-technical-content.html">How to focus on technical content</a>”
‒ <span class="soft">November 15, 2022</span><br />
Tips on how to improve consumtion of technical content
</p>
</li>
<li>
<p>
“<a style="font-size: 110%" href="./posts/2019-09-25-make-debug.html">Debugging Makefile</a>”
‒ <span class="soft">September 25, 2019</span><br />
How to debug make files
</p>
</li>
<li>
<p>
“<a style="font-size: 110%" href="./posts/2019-05-08-dev-environment.html">Let's talk about development environment</a>”
‒ <span class="soft">May 8, 2019</span><br />
What my development environment looks like
</p>
</li>
</ul>
<p>
Browse by tag: <a href="./tags/amazon.html">amazon (1)</a>, <a href="./tags/aws.html">aws (1)</a>, <a href="./tags/books.html">books (1)</a>, <a href="./tags/crooss-compilation.html">crooss-compilation (1)</a>, <a href="./tags/debug.html">debug (1)</a>, <a href="./tags/docker.html">docker (1)</a>, <a href="./tags/emacs.html">emacs (2)</a>, <a href="./tags/learning.html">learning (1)</a>, <a href="./tags/make.html">make (1)</a>, <a href="./tags/nixos.html">nixos (1)</a>, <a href="./tags/nvme.html">nvme (1)</a>, <a href="./tags/overlayfs.html">overlayfs (1)</a>, <a href="./tags/podcast.html">podcast (1)</a>, <a href="./tags/productivity.html">productivity (1)</a>, <a href="./tags/programming.html">programming (1)</a>, <a href="./tags/qemu.html">qemu (3)</a>, <a href="./tags/rdma.html">rdma (1)</a>, <a href="./tags/rust.html">rust (1)</a>, <a href="./tags/storage.html">storage (2)</a>, <a href="./tags/tmpfs.html">tmpfs (1)</a>, <a href="./tags/virtualization.html">virtualization (2)</a>, <a href="./tags/xmonad.html">xmonad (1)</a>
</p>
<div style="clear: both"></div>
<div id="footer">
</div>
</div>
</body>
</html>