Add to category english
This commit is contained in:
		@@ -3,7 +3,7 @@ title: "Travelling around Jericoacoara"
 | 
			
		||||
date: 2020-02-01T18:00:00+01:00
 | 
			
		||||
draft: false
 | 
			
		||||
image: "uploads/brazil/jeri_sunset.jpg"
 | 
			
		||||
categrories: []
 | 
			
		||||
categrories: [English]
 | 
			
		||||
tags: ['travel']
 | 
			
		||||
---
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -2,7 +2,7 @@
 | 
			
		||||
title: "Hello World"
 | 
			
		||||
date: 2019-09-14T16:35:58+02:00
 | 
			
		||||
draft: False
 | 
			
		||||
categories: ["me"]
 | 
			
		||||
categories: ["me", "English"]
 | 
			
		||||
---
 | 
			
		||||
# Hello world
 | 
			
		||||
Welcome to my new blog! I don't know what this will all be about - but I will sort this out. 
 | 
			
		||||
 
 | 
			
		||||
@@ -4,7 +4,7 @@ draft: false
 | 
			
		||||
date: 2019-10-22T19:00:00+02:00
 | 
			
		||||
image: "uploads/Git-Logo-2Color.png"
 | 
			
		||||
tags: [GIT, training, tutorial]
 | 
			
		||||
categories: [Projects]
 | 
			
		||||
categories: [Projects, English]
 | 
			
		||||
---
 | 
			
		||||
 | 
			
		||||
As you man now I work in a research lab. Nearly everyone in our lab needs to do at least some programming. There are trained software engineers next to people how write their first line of code here. 
 | 
			
		||||
 
 | 
			
		||||
@@ -3,23 +3,29 @@ title: "Why Hyteck"
 | 
			
		||||
date: 2019-09-16T18:18:10+02:00
 | 
			
		||||
draft: false 
 | 
			
		||||
image: ""
 | 
			
		||||
categrories: []
 | 
			
		||||
categrories: [English]
 | 
			
		||||
tags: ['about']
 | 
			
		||||
---
 | 
			
		||||
 | 
			
		||||
# TL;DR
 | 
			
		||||
* *Hy* - Water
 | 
			
		||||
* *Teck* - Castle nearby
 | 
			
		||||
* Summary: Bad name pun
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
# Why the name Hyteck?
 | 
			
		||||
I am not very good at finding names I really like. 
 | 
			
		||||
My nickname changed several times, I was never abele to stick to one. 
 | 
			
		||||
My nickname changed several times, I was never able to stick to one. 
 | 
			
		||||
As hard as finding a nickname was finding a domainname for me. 
 | 
			
		||||
 | 
			
		||||
Nevertheless I really stardet to like the name Hyteck. The idea came during
 | 
			
		||||
Nevertheless I really started to like the name Hyteck. The idea came during
 | 
			
		||||
a hackathon in Tübingen where two friends and I worked as a team on a project to help 
 | 
			
		||||
elderly adults drinking. We the decided on the teamname HyHack (Hy for Hydration).
 | 
			
		||||
 | 
			
		||||
What we first did was not so High - Tech (I will post about this sometime), yet we called it that.
 | 
			
		||||
 | 
			
		||||
I later chenged the Tech to Teck which is a local castle (my hometown is called Kirchheim under Teck) that in the german
 | 
			
		||||
pronounciation is a Homopgone of Tech.
 | 
			
		||||
pronounciation is a Homophone of Tech.
 | 
			
		||||
 | 
			
		||||
The Hy stayed as I always had a close connection to water.
 | 
			
		||||
 | 
			
		||||
@@ -36,10 +42,10 @@ function createCookie(name, value, days){
 | 
			
		||||
    else {
 | 
			
		||||
        expires = "";
 | 
			
		||||
    }
 | 
			
		||||
    document.cookie = name + "=" + value + expires + "; path=/";
 | 
			
		||||
    document.cookie = name + "=" + value + expires + "; path=/; samesite=strict;";
 | 
			
		||||
}
 | 
			
		||||
</script>
 | 
			
		||||
 | 
			
		||||
Have a <button onclick="createCookie('you_earned_it', 'cookie', 1)">cookie</button>
 | 
			
		||||
Have a <button onclick="createCookie('achievement', 'TLDR_resistant', 365)">cookie</button>
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user