aboutsummaryrefslogtreecommitdiff
path: root/roles/webserver/files/www/memzero/index.html
blob: a2efdbc1c97a076944d4434cbbf4d869d37a201f (plain) (blame)
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
<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta name="author" content="johannst">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <style>
        html {
            font-family: Source Code Pro, monospace, sans-serif;
        }

        body {
            /* background-color: #2e303e; */
            /* color: #eeeeee; */
            margin: auto 2vw auto 2vw;
        }
    </style>
</head>

<body>
    <p>Hi .*, this is the website of Johannes Stoelp.</p>
    <p>
        I am working in the EDA industry in the area of electronic system level
        (ESL) verification.
        I am currently full-time employeed as RnD Engineer at
        <a href="https://www.synopsys.com/verification/virtual-prototyping.html">Synopsys</a>,
        where I am mainly working on simulation technologies in the Virtual
        Prototyping and Hybrid Emulation area.
    </p>
    <p>
        My main interests are low-level software and emulators of any kind,
        though full-system emulation is the most fun.
    </p>
    <p>The languages they I prefer are:</p>
    <ul>
        <li>rust</li>
        <li>cpp</li>
        <li>asm</li>
        <li>bash :^)</li>
    </ul>
    <p>You can find or reach me on:</p>
    <ul>
        <li>johannes (at) memzero.de [<a href="https://memzero.de/0814A6FA524257F7F10EDC36F62EBCE823AE9867.asc">key</a>]</li>
        <li><a href="https://blog.memzero.de">my blog</a></li>
        <li><a href="https://github.com/johannst">github</a></li>
        <li><a href="https://linkedin.com/in/johannst">linkedin</a> (requires login)</li>
        <li><a href="https://twitter.com/xjohannst">twitter</a></li>
        <li>discord: johannst#5801</li>
    </ul>
</body>

</html>