diff options
-rw-r--r-- | cont/stalker.html | 21 | ||||
-rw-r--r-- | index.html | 1 | ||||
-rw-r--r-- | stalker.html | 43 |
3 files changed, 65 insertions, 0 deletions
diff --git a/cont/stalker.html b/cont/stalker.html new file mode 100644 index 0000000..2edb1b7 --- /dev/null +++ b/cont/stalker.html @@ -0,0 +1,21 @@ +<!-- +123456789-223456789-323456789-423456789-523456789-623456789-723456789-8234567890 +一二三四-->[TITLE] [DATE] +-------------------------------------------------------------------------------- +Most people get facebook stalkers, but a certain acquaintence of mine has taken +to stalking my github. Every once in a while when I'm near him he'll start +making inane comments about the things he sees on there, most of which aren't +even technical. They'll do things like point out that one of my repos are empty +or don't have README, and then shout "KNOLAX YOUR GITHUB IS BAD!". I get that +some people see github as some sort of portfolio, but I just use it for free +hosting. This person takes it even farther than that though, they ignore the +actual content of my repos basically just goes through my github for social +purposes. I think in their mind, by pointing out some mild idiosyncrasies on my +github, they've found a way to humiliate me socially. It's not a big deal given +that this person is fairly harmless, and the things he points out are inane, but +it still makes me uncomfortable that someone else is actively looking for +information about me that they can use against me. + +And if you're that person, go find something better to do. +[SETTITLE]Github Stalker +[SETDATE]1-11-2018 @@ -30,6 +30,7 @@ How do I tell you your site is ugly? Github:https://github.com/knolax Where's all the content? Scroll Down +<a href="http://hairydiode.xyz/stalker">[Github Stalker] 1-11-2018</a> <a href="http://hairydiode.xyz/network">[A Distributed Network Idea] 1-3-2018</a> <a href="http://hairydiode.xyz/meta">[Making This Site] 11-13-2017</a> </pre> diff --git a/stalker.html b/stalker.html new file mode 100644 index 0000000..564c5de --- /dev/null +++ b/stalker.html @@ -0,0 +1,43 @@ +<!DOCTYPE html> +<head> +<title>Github Stalker</title> +<meta charset="utf-8"/> +<link rel="stylesheet" href="style.css"/> +<link rel="icon" type="image/png" href="img/fav/logo.png"/> +</head> +<body> +<div class="content"> +<pre> +<!-- +123456789-223456789-323456789-423456789-523456789-623456789-723456789-8234567890 +一二三四 +-->-------------------------------------------------------------------------------- + +<a href="http://hairydiode.xyz">>HairyDiode</a> + +-------------------------------------------------------------------------------- +<!-- +123456789-223456789-323456789-423456789-523456789-623456789-723456789-8234567890 +一二三四-->Github Stalker 1-11-2018 +-------------------------------------------------------------------------------- +Most people get facebook stalkers, but a certain acquaintence of mine has taken +to stalking my github. Every once in a while when I'm near him he'll start +making inane comments about the things he sees on there, most of which aren't +even technical. They'll do things like point out that one of my repos are empty +or don't have README, and then shout "KNOLAX YOUR GITHUB IS BAD!". I get that +some people see github as some sort of portfolio, but I just use it for free +hosting. This person takes it even farther than that though, they ignore the +actual content of my repos basically just goes through my github for social +purposes. I think in their mind, by pointing out some mild idiosyncrasies on my +github, they've found a way to humiliate me socially. It's not a big deal given +that this person is fairly harmless, and the things he points out are inane, but +it still makes me uncomfortable that someone else is actively looking for +information about me that they can use against me. + +And if you're that person, go find something better to do. +</pre> +</div> +</body> +<!-- +if you're digging in the src you might be interested in how this site works here: https://hairydiode.xyz/meta.html +--> |