Added post why hyhack
This commit is contained in:
parent
ccfe44aa94
commit
a9208ca5b4
51
content/post/why-hyteck.md
Normal file
51
content/post/why-hyteck.md
Normal file
@ -0,0 +1,51 @@
|
||||
---
|
||||
title: "Why Hyteck"
|
||||
date: 2019-09-16T18:18:10+02:00
|
||||
draft: false
|
||||
image: ""
|
||||
categrories: []
|
||||
tags: ['about']
|
||||
---
|
||||
|
||||
# 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.
|
||||
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
|
||||
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.
|
||||
|
||||
The Hy stayed as I always had a close connection to water.
|
||||
|
||||
I feel like I overexplained this a bit, so poor you if you read till the end.
|
||||
|
||||
Have a cookie
|
||||
<script>
|
||||
function createCookie(name, value, days){
|
||||
var expires;
|
||||
if (days) {
|
||||
var date = new Date();
|
||||
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
||||
expires = "; expires=" + date.toGMTString();
|
||||
}
|
||||
else {
|
||||
expires = "";
|
||||
}
|
||||
document.cookie = name + "=" + value + expires + "; path=/";
|
||||
}
|
||||
</script>
|
||||
|
||||
<html>
|
||||
</head>
|
||||
<body>
|
||||
<button onclick="createCookie('you_earned_it', 'cookie', 1)">Get your cookie</button>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user