{% extends 'base.html' %} {% load i18n %} {% get_current_language as LANGUAGE_CODE %} {% block languagecode %} {{ LANGUAGE_CODE }} {% endblock languagecode %} {% block title %} {% translate "cscherr.de" %} - {% translate "startpage" %} {% endblock title %} {% block main %}
{# TODO: add a fancy graphic here #}

{% translate "cscherr.de" %}

{% trans "Personal Website" %}

{% translate "Who am I?" %} {% translate "Professional" %}

{% blocktranslate %} I am Christoph J. Scherr, studying Cybersecurity at DHBW Mannheim, Germany and passionate about computers. {% endblocktranslate %}
{% blocktranslate %}

Work

My form of study means that I often change between studying and working with my partner company NewTec, which is a medium sized company with headquaters in Pfaffenhofen, Bavaria, Germany. I work mainly on programming on a SOC in Rust for industrial contexts. {% endblocktranslate %}

{% trans "Selfhosting" %}

{% blocktranslate %} I have a fascination for Computers. As a hobby, I run my own computer networks (like the one this website is served from) running various services, most of which would probably be considered overkill by most. {% endblocktranslate %}

{% trans "Hacking" %}

{% blocktranslate %} It's not a coincidence that I study Cybersecurity. While I like most fields of computer science, computer security is the field that is most interesting to me. It seems to have the highest impact on the real world (everyone probably knows of some company that got hacked and leaked a ton of user data because their security was bad) and is a giant, complex puzzle.

CTFs make the very serious field of Security into a playing field, but one that can actually help discover real vulnerabilities and educate the players. I haven't done that much, but it's a fun way to learn and discover new things. {% endblocktranslate %}

{% translate "Who am I?" %} {% translate "Private" %}

{% blocktranslate %} There is nothing to say that does not require a headline. {% endblocktranslate %}

{% trans "Music" %}

{% blocktranslate %} Music is amazing. I don't find a lot of time lately, but sometimes I feel like making music. Usually, I prefer calm music. Some types of music I like are: {% endblocktranslate %}

{% trans "Lanugages" %}

{% blocktranslate %} Somehow, I find myself fascinated by the japanese lanugage.
日本語が好き。However, I'm still at the beginning of the journey.

I also speak and understand english, but it's more of a "utility language" for me. Not to offend anyone, but I don't think english is a "beautiful" language, as german and japanese are (in my personal opinion). The english translation of this website was also made by myself. {% endblocktranslate %}
{% endblock main %}