Add to category english

This commit is contained in:
2020-09-18 17:54:00 +02:00
parent eee944597f
commit 9b5dca2439
4 changed files with 15 additions and 9 deletions

View File

@@ -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>