You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

1.9 KiB

title date
About 2023-05-17 20:35:10
apictureofme

Hi there!

I'm Tim, a young student from Austria with a passion for programming. But coding isn't my only interest. I'm also into a bunch of other topics that I love to explore and discuss.

Instead of just talking about myself, here's a quick overview in code form:

{% codeblock lang:cs %} var tK = new Person("Tim", "Kicker");

tK.Country = "Austria"; tK.Interests = {"Linux", "Selfhosting", "Vinyl", "Data curation", "Privacy Protection"};

tK.FavoriteGames = {"Half-Life 2", "Lego Universe", "Far Cry 3", "Portal 2"};

tK.FavoriteLanguages = {"C#","Rust","Haskell"}; tK.FavoriteColor = Color.Black; // Does this count as a real color?

{% endcodeblock %}

I've answered some common questions on my FAQ page. If you'd prefer to browse my content without JavaScript, check out the alternate frontend.

Want to support me? Buy me a coffee!

Feel free to get in touch anytime. Leave a comment, drop an email, or connect with me on socials. I'd love to hear from you!

Happy browsing!

Tim c: