-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
226 lines (145 loc) · 6.64 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
<!doctype html>
<html lang="en-us">
<head>
<title>Ephicks's blog</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="FX's blog: Self-reminders, may they also be of use to others." />
<meta name="author" content="F.-X. Pineau" /><link rel="alternate" type="application/rss+xml+xml" href="https://fxpineau.github.io/index.xml" title="Ephicks's blog" /><meta property="og:title" content="Ephicks's blog" />
<meta property="og:description" content="FX's blog: Self-reminders, may they also be of use to others." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://fxpineau.github.io/" />
<meta property="og:updated_time" content="2020-07-01T18:00:00+02:00" />
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="Ephicks's blog"/>
<meta name="twitter:description" content="FX's blog: Self-reminders, may they also be of use to others."/>
<meta name="generator" content="Hugo 0.73.0" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css" integrity="sha256-l85OmPOjvil/SOvVt3HnSSjzF1TUMyT9eV0c2BzEGzU=" crossorigin="anonymous" />
<link rel="stylesheet" href="https://fxpineau.github.io/fontawesome/css/all.min.css" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto+Slab|Ruda" />
<link rel="stylesheet" type="text/css" href="https://fxpineau.github.io/css/styles.css" /></head>
<body>
<div id="container">
<header>
<h1>
<a href="https://fxpineau.github.io/">Ephicks’s blog</a>
</h1>
<ul id="social-media">
<li>
<a href="https://github.com/fxpineau" title="GitHub">
<i class="fab fa-github fa-lg"></i>
</a>
</li>
<li>
<a href="https://twitter.com/@EphicksP" title="Twitter">
<i class="fab fa-twitter fa-lg"></i>
</a>
</li>
<li>
<a href="https://linkedin.com/in/fran%c3%a7ois-xavier-pineau-bb31473a" title="LinkedIn">
<i class="fab fa-linkedin fa-lg"></i>
</a>
</li>
</ul>
<p><em>Self-reminders, may they also be of use to others</em></p>
</header>
<nav>
<ul>
<li>
<a class="" href="https://fxpineau.github.io/categories">
<i class="fa-li fa fa-lg"></i><span>Categories</span>
</a>
</li>
<li>
<a class="" href="https://fxpineau.github.io/tags">
<i class="fa-li fa fa-lg"></i><span>Tags</span>
</a>
</li>
<li>
<a class="" href="https://fxpineau.github.io/about/">
<i class="fa-li fa fa-lg"></i><span>About Me</span>
</a>
</li>
</ul>
</nav>
<main>
<section id="home">
<ul>
<li class="first" >
<h1><a href="https://fxpineau.github.io/posts/making_this_blog/" title="Making this blog">Making this blog</a></h1>
<aside>
<ul>
<li>
<time class="post-date" datetime="2020-07-01T18:00:00+02:00">Jul 1, 2020</time>
</li>
<li>
Categories:
<em>
<a href="https://fxpineau.github.io/categories/blogging">blogging</a>
</em>
</li>
<li>
<em>
<a href="https://fxpineau.github.io/tags/blog">#blog</a>
,
<a href="https://fxpineau.github.io/tags/hugo">#hugo</a>
,
<a href="https://fxpineau.github.io/tags/github">#github</a>
</em>
</li>
<li>4 minutes read</li>
</ul>
</aside>
<p>Why a blog? Because we understand more deeply something when we have to explain it To possibly save time to others – and myslef – by providing relevant links already found completing available documentation depending on specific needs not to have to dig into my source codes to remember how I already solved a problem To promote the usage of Rust 😆 To share Rust experience with others: so far most of my colleagues do not use Rust 😔 Framework and Hosting From a quick search, I decided to use</p>
<a href="https://fxpineau.github.io/posts/making_this_blog/">Read more…</a>
</li>
<li >
<h1><a href="https://fxpineau.github.io/posts/rusty_cow/" title="Rusty Cow!">Rusty Cow!</a></h1>
<aside>
<ul>
<li>
<time class="post-date" datetime="2020-05-15T18:00:00+02:00">May 15, 2020</time>
</li>
<li>
Categories:
<em>
<a href="https://fxpineau.github.io/categories/rust-advanced">rust advanced</a>
</em>
</li>
<li>
<em>
<a href="https://fxpineau.github.io/tags/rust">#rust</a>
,
<a href="https://fxpineau.github.io/tags/cow">#cow</a>
,
<a href="https://fxpineau.github.io/tags/parsing">#parsing</a>
</em>
</li>
<li>4 minutes read</li>
</ul>
</aside>
<p>An example use of the clone-on-write smart pointer in Rust, or Cow for intimates.
Problem I want to parse a String that may contain – in rare cases – an escaped character.</p>
<a href="https://fxpineau.github.io/posts/rusty_cow/">Read more…</a>
</li>
</ul>
</section>
</main>
<footer>
<h6>Copyright © 2020 - F.-X. Pineau |
Rendered by <a href="https://gohugo.io" title="Hugo">Hugo</a> |
<a href="https://fxpineau.github.io/index.xml">Subscribe </a></h6>
</footer>
</div>
<script src="https://fxpineau.github.io/js/scripts.js"></script>
<script type="application/javascript">
var doNotTrack = false;
if (!doNotTrack) {
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
ga('create', 'UA-166698350-1', 'auto');
ga('send', 'pageview');
}
</script>
<script async src='https://www.google-analytics.com/analytics.js'></script>
</body>
</html>