-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathposts.html
More file actions
148 lines (126 loc) · 4.94 KB
/
Copy pathposts.html
File metadata and controls
148 lines (126 loc) · 4.94 KB
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
<!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 - Posts</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>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>
<li>
<p>
“<a style="font-size: 110%" href="./posts/2018-08-02-docker-cross-compile.html">Cross compiling inside docker</a>”
‒ <span class="soft">August 2, 2018</span><br />
Using docker for cross compilation
</p>
</li>
<li>
<p>
“<a style="font-size: 110%" href="./posts/2018-07-20-scratch-space.html">Scratch space using tmpfs and friends</a>”
‒ <span class="soft">July 20, 2018</span><br />
How I use tmpfs for my scratch space
</p>
</li>
<li>
<p>
“<a style="font-size: 110%" href="./posts/2017-12-01-virt-lifecycle.html">Virtualization life cycle in Amazon</a>”
‒ <span class="soft">December 1, 2017</span><br />
The story of AWS virtualization infrastructure
</p>
</li>
<li>
<p>
“<a style="font-size: 110%" href="./posts/2017-04-29-rdma-101-1.html">RDMA 101 - Buiding virtual setup</a>”
‒ <span class="soft">April 29, 2017</span><br />
Playing with RDMA in virtual setup
</p>
</li>
<li>
<p>
“<a style="font-size: 110%" href="./posts/2017-03-31-podcast-world.html">World Of Podcasts</a>”
‒ <span class="soft">March 31, 2017</span><br />
List of my podcasts
</p>
</li>
<li>
<p>
“<a style="font-size: 110%" href="./posts/2016-01-14-storage-kernel-meetup.html">Storage presentation in Kernel TLV meetup</a>”
‒ <span class="soft">January 14, 2016</span><br />
Presentation I gave about high performance storage
</p>
</li>
</ul>
<div style="clear: both"></div>
<div id="footer">
</div>
</div>
</body>
</html>