|
|
@@ -15,37 +15,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
{% block content %}
|
|
|
|
{% block content %}
|
|
|
|
<div>
|
|
|
|
<div>
|
|
|
|
<b>Hello there,</b><br>
|
|
|
|
<p><b>Hello there,</b></p>
|
|
|
|
<br>
|
|
|
|
<p>my name is Tobias Erbshäußer and I'm programming now for roughly two decades.</p>
|
|
|
|
my name is Tobias Erbshäußer and I'm programming now for roughly two decades.<br>
|
|
|
|
<p>
|
|
|
|
<br>
|
|
|
|
|
|
|
|
What started of with a small book about C programming has become a great activity that I'm practicing nearly
|
|
|
|
What started of with a small book about C programming has become a great activity that I'm practicing nearly
|
|
|
|
every day.<br>
|
|
|
|
every day.
|
|
|
|
<br>
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
Throughout the years I've tried many languages.
|
|
|
|
Throughout the years I've tried many languages.
|
|
|
|
C was quickly replaced with the
|
|
|
|
C was quickly replaced with the
|
|
|
|
<a href="https://www.autoitscript.com/site/autoit/" target="_blank" rel="noopener noreferrer">AutoIt scripting language</a>
|
|
|
|
<a href="https://www.autoitscript.com/site/autoit/" target="_blank" rel="noopener noreferrer">AutoIt
|
|
|
|
|
|
|
|
scripting language</a>
|
|
|
|
which was simply more convenient for the first project:
|
|
|
|
which was simply more convenient for the first project:
|
|
|
|
A bot for <a href="https://www.guildwars.com/de/" target="_blank" rel="noopener noreferrer">Guild Wars</a> that
|
|
|
|
A bot for <a href="https://www.guildwars.com/de/" target="_blank" rel="noopener noreferrer">Guild Wars</a>
|
|
|
|
automated the consumption of liquor to get an ingame title.
|
|
|
|
that automated the consumption of liquor to get an ingame title.
|
|
|
|
I still remember the afternoons I spent with my best friend to fix all the little bugs the first version had.
|
|
|
|
I still remember the afternoons I spent with my best friend to fix all the little bugs the first version
|
|
|
|
|
|
|
|
had.
|
|
|
|
Later, AutoIt was replaced by Pascal, then came Delphi/Lazarus and my horizon continued to expand.
|
|
|
|
Later, AutoIt was replaced by Pascal, then came Delphi/Lazarus and my horizon continued to expand.
|
|
|
|
I dipped my toe into text editor development, cheating software, DLL injections, databases and all kinds of
|
|
|
|
I dipped my toe into text editor development, cheating software, DLL injections, databases and all kinds of
|
|
|
|
other stuff.
|
|
|
|
other stuff.
|
|
|
|
During my studies at the TU Darmstadt
|
|
|
|
During my studies at the TU Darmstadt
|
|
|
|
<a href="https://racket-lang.org/" target="_blank" rel="noopener noreferrer">Racket</a> and Java joined the mix
|
|
|
|
<a href="https://racket-lang.org/" target="_blank" rel="noopener noreferrer">Racket</a> and Java joined the
|
|
|
|
- the former which I was never a fan of.
|
|
|
|
mix - the former which I was never a fan of.
|
|
|
|
C++ also had its appearance along the way and all the "newer" languages such as Kotlin, C#, D, Nim and Rust.<br>
|
|
|
|
C++ also had its appearance along the way and all the "newer" languages such as Kotlin, C#, D, Nim and Rust.
|
|
|
|
<br>
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
Today at my job, I'm mostly working on embedded projects using C, C++, Python and Bash scripts.
|
|
|
|
Today at my job, I'm mostly working on embedded projects using C, C++, Python and Bash scripts.
|
|
|
|
Sometimes I even have the chance to revitalize and broaden the little bit of Linux kernel knowledge I gained
|
|
|
|
Sometimes I even have the chance to revitalize and broaden the little bit of Linux kernel knowledge I gained
|
|
|
|
during my Bachelor and Master thesis.<br>
|
|
|
|
during my Bachelor and Master thesis.
|
|
|
|
<br>
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
Additionally, I've created and maintain the new
|
|
|
|
Additionally, I've created and maintain the new
|
|
|
|
<a href="https://schanz-online.de/" target="_blank" rel="noopener noreferrer">SCHANZ Website</a> (a small bar
|
|
|
|
<a href="https://schanz-online.de/" target="_blank" rel="noopener noreferrer">SCHANZ Website</a> (a small
|
|
|
|
and event location) and the backend behind it.<br>
|
|
|
|
bar and event location) and the backend behind it.
|
|
|
|
<br>
|
|
|
|
</p>
|
|
|
|
Aside from all the computer work, I hear a lot of music, play on my guitars, read books, swim or ride the bike.
|
|
|
|
<p>
|
|
|
|
|
|
|
|
Aside from all the computer work, I hear a lot of music, play on my guitars, read books, swim or ride the
|
|
|
|
|
|
|
|
bike.
|
|
|
|
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="me">
|
|
|
|
<div class="me">
|
|
|
|
<img src="/assets/me.jpg" alt="An image of myself">
|
|
|
|
<img src="/assets/me.jpg" alt="An image of myself">
|
|
|
|