-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
27 lines (27 loc) · 1.59 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>❦ Lasse Liehu-Inui</title>
<link rel="stylesheet" type="text/css" href="main.css">
</head>
<body>
<h1><span class="fleuron">❦</span> Lasse Liehu-Inui</h1>
<p>Hi! I’m a software engineer by profession, mostly building web services, especially interested in spatial applications.</p>
<p>Also a volunteer localizer of open source software into the Finnish language.</p>
<p>I tend to be either at a computer, in a forest, or recently also exploring the built environment.</p>
<ul>
<li><a href="https://github.com/lliehu">GitHub</a></li>
<li><a href="https://www.linkedin.com/in/lasse-liehu/">LinkedIn</a></li>
</ul>
<details>
<summary>More about me</summary>
<p>I believe in continuous improvement over sudden, big changes. Regressions happen and they are no reason to give up.</p>
<p>Following the <abbr title="Keep It Short and Simple">KISS</abbr> principle, also in communication, is a nice but unattainable idea. But, the most important things are always simple, they say, and I try to believe in that.</p>
<p>Sometimes humans are interesting even though machines are easier to deal with.</p>
<p>Discovery is a great word. It’s a great joy to discover new concepts and connections.
<p>I seem to also enjoy performance optimization and understanding algorithms.</p>
</details>
</body>
</html>