aboutsummaryrefslogblamecommitdiff
path: root/roles/webserver/files/www/memzero/index.html
blob: 3277e9118065f2200a1f3f58a3781fe999e49e43 (plain) (tree)
1
2
3
4
5
6
7
8






                                                                          
                          













                                                                
                                                                
       




                                                                                                              
        









                                                         



                     

                                
         

                                       
                                                                                                                                   





                                                                                         


         
       
<!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">
    <title>memzero</title>
    <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 little website of Johannes Stoelp.</p>
    <p>
        I work in the Electronic Design Automation (EDA) industry, in the area
        of electronic system level verification. Currently, I am a full-time
        RnD Engineer at <a href="https://www.synopsys.com/verification/virtual-prototyping.html">Synopsys</a>,
        mainly working on simulation technologies for Virtual Prototyping and
        Hybrid Emulation.
    </p>
    <p>My interests are in the following areas:</p>
    <ul>
        <li>Full-system simulation</li>
        <li>Instruction set simulator (iss)</li>
        <li>Hardware / Software interface</li>
        <li>Operating system kernels</li>
        <li>Hypervisor</li>
        <li>Low level software</li>
    </ul>
    <p>Languages that I currently enjoy the most are:</p>
    <ul>
        <li>rust</li>
        <li>cpp</li>
        <li>asm</li>
        <li>bash script :^)</li>
        <li>python</li>
    </ul>
    <p>You can find or reach me on:</p>
    <ul>
        <li>johannes (at) memzero (dot) de [<a href="https://memzero.de/0814A6FA524257F7F10EDC36F62EBCE823AE9867.asc">key</a>]</li>
        <li><a href="https://linkedin.com/in/johannst">LinkedIn</a> (requires login)</li>
        <li>Discord: johannst#5801</li>
        <li><a href="https://blog.memzero.de">blog</a></li>
        <li><a href="https://github.com/johannst">GitHub</a></li>
        <li><a href="https://git.memzero.de">private git</a></li>
        <li><a href="https://twitter.com/xjohannst">X (Twitter)</a></li>
    </ul>
</body>

</html>