timkicker 1 year ago
parent
commit
3e67cc5157
  1. BIN
      2023/05/18/whatsapp-analyze/heatmapA.png
  2. BIN
      2023/05/18/whatsapp-analyze/heatmapB.png
  3. BIN
      2023/05/18/whatsapp-analyze/hourchartA.png
  4. BIN
      2023/05/18/whatsapp-analyze/hourchartB.png
  5. 56
      2023/05/18/whatsapp-analyze/index.html
  6. 1
      CNAME
  7. 6
      archives/2023/05/index.html
  8. 6
      archives/2023/index.html
  9. 6
      archives/index.html
  10. 31
      atom.xml
  11. 16
      feed.json
  12. 6
      index.html
  13. 35
      rss.xml

BIN
2023/05/18/whatsapp-analyze/heatmapA.png

After

Width: 1517  |  Height: 237  |  Size: 128 KiB

BIN
2023/05/18/whatsapp-analyze/heatmapB.png

After

Width: 1652  |  Height: 244  |  Size: 116 KiB

BIN
2023/05/18/whatsapp-analyze/hourchartA.png

After

Width: 716  |  Height: 647  |  Size: 165 KiB

BIN
2023/05/18/whatsapp-analyze/hourchartB.png

After

Width: 787  |  Height: 710  |  Size: 133 KiB

56
2023/05/17/hello-world/index.html → 2023/05/18/whatsapp-analyze/index.html

@ -11,11 +11,11 @@
<meta charset="utf-8"> <meta charset="utf-8">
<title>Hello World</title>
<title>Data about data</title>
<link rel="canonical" href="https://tim.kicker.dev/2023/05/17/hello-world/">
<link rel="canonical" href="https://tim.kicker.dev/2023/05/18/whatsapp-analyze/">
<meta name="description" content="Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in ">
<meta name="description" content="I am a huge fan of gathering, analyzing and evaluating data. Creating statistics and colorful graphs just has something to it. But the interesting par">
<meta name="author" content="Tim Kicker"> <meta name="author" content="Tim Kicker">
@ -24,21 +24,21 @@
<meta property="og:site_name" content="Hexo" /> <meta property="og:site_name" content="Hexo" />
<meta property="og:type" content="article" /> <meta property="og:type" content="article" />
<meta property="og:title" content="Hello World" />
<meta property="og:title" content="Data about data" />
<meta property="og:description" content="Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in ">
<meta property="og:description" content="I am a huge fan of gathering, analyzing and evaluating data. Creating statistics and colorful graphs just has something to it. But the interesting par">
<meta property="og:url" content="https://tim.kicker.dev/2023/05/17/hello-world/" />
<meta property="og:url" content="https://tim.kicker.dev/2023/05/18/whatsapp-analyze/" />
<meta name="twitter:card" content="summary_large_image"> <meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Hello World">
<meta name="twitter:title" content="Data about data">
<meta name="twitter:description" content="Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in ">
<meta name="twitter:description" content="I am a huge fan of gathering, analyzing and evaluating data. Creating statistics and colorful graphs just has something to it. But the interesting par">
<meta name="twitter:image" content="https://tim.kicker.devundefined"> <meta name="twitter:image" content="https://tim.kicker.devundefined">
<meta name="twitter:url" content="https://tim.kicker.dev/2023/05/17/hello-world/" />
<meta name="twitter:url" content="https://tim.kicker.dev/2023/05/18/whatsapp-analyze/" />
<!-- Mobile Specific Metas <!-- Mobile Specific Metas
–––––––––––––––––––––––––––––––––––––––––––––––––– --> –––––––––––––––––––––––––––––––––––––––––––––––––– -->
@ -189,23 +189,27 @@
</div> </div>
<div class="trans"> <div class="trans">
<h2>Hello World</h2>
<p>Welcome to <a target="_blank" rel="noopener" href="https://hexo.io/">Hexo</a>! This is your very first post. Check <a target="_blank" rel="noopener" href="https://hexo.io/docs/">documentation</a> for more info. If you get any problems when using Hexo, you can find the answer in <a target="_blank" rel="noopener" href="https://hexo.io/docs/troubleshooting.html">troubleshooting</a> or you can ask me on <a target="_blank" rel="noopener" href="https://github.com/hexojs/hexo/issues">GitHub</a>.</p>
<h2 id="Quick-Start"><a href="#Quick-Start" class="headerlink" title="Quick Start"></a>Quick Start</h2><h3 id="Create-a-new-post"><a href="#Create-a-new-post" class="headerlink" title="Create a new post"></a>Create a new post</h3><pre class="line-numbers language-bash" data-language="bash"><code class="language-bash">$ hexo new <span class="token string">"My New Post"</span><span aria-hidden="true" class="line-numbers-rows"><span></span></span></code></pre>
<p>More info: <a target="_blank" rel="noopener" href="https://hexo.io/docs/writing.html">Writing</a></p>
<h3 id="Run-server"><a href="#Run-server" class="headerlink" title="Run server"></a>Run server</h3><pre class="line-numbers language-bash" data-language="bash"><code class="language-bash">$ hexo server<span aria-hidden="true" class="line-numbers-rows"><span></span></span></code></pre>
<p>More info: <a target="_blank" rel="noopener" href="https://hexo.io/docs/server.html">Server</a></p>
<h3 id="Generate-static-files"><a href="#Generate-static-files" class="headerlink" title="Generate static files"></a>Generate static files</h3><pre class="line-numbers language-bash" data-language="bash"><code class="language-bash">$ hexo generate<span aria-hidden="true" class="line-numbers-rows"><span></span></span></code></pre>
<p>More info: <a target="_blank" rel="noopener" href="https://hexo.io/docs/generating.html">Generating</a></p>
<h3 id="Deploy-to-remote-sites"><a href="#Deploy-to-remote-sites" class="headerlink" title="Deploy to remote sites"></a>Deploy to remote sites</h3><pre class="line-numbers language-bash" data-language="bash"><code class="language-bash">$ hexo deploy<span aria-hidden="true" class="line-numbers-rows"><span></span></span></code></pre>
<p>More info: <a target="_blank" rel="noopener" href="https://hexo.io/docs/one-command-deployment.html">Deployment</a></p>
<p> — May 17, 2023</p>
<h2>Data about data</h2>
<p>I am a huge fan of gathering, analyzing and evaluating data. Creating statistics and colorful graphs just has something to it. But the interesting part is not necessarily the data itself, it’s the data about the data. How often does something occur, at which time and by whom are very important characteristics when it comes to creating patterns.</p>
<p>For example, let’s look at the two weekday-graphs of two different WhatsApp-chats of mine.</p>
<p><strong>Hours Chat A</strong></p>
<p><img src="/.%5Cwhatsapp-analyzer%5ChourchartA.png" alt="hourchartA"></p>
<p><strong>Hours Chat B</strong></p>
<p><img src="/.%5Cwhatsapp-analyzer%5ChourchartB.png" alt="hourchartB"></p>
<p>It is not that hard to figure out the difference between those two graphs. The amount of daily messages in A are pretty stable except Friday and Monday, which are two extremes. Maybe this could be about a friend group planning what they’re going to do on the weekend? The general quantity of messages are also lower as in figure B. The second chat also has a huge gap between Sunday and Saturday. Could this be a groupchat related to work? Or is it someone close who happens to live in the same house?</p>
<p>You can see that it is possible to gather connections and create assumptions about certain topics without even looking at the data itself. Now let’s take a deeper look.</p>
<p><strong>Days Chat A</strong></p>
<p><img src="/.%5Cwhatsapp-analyzer%5CheatmapA.png" alt="heatmapA"></p>
<p>How interesting. We can see that the group is most active between the end of January till May and spikes again in October. If you happen to live in Austria, you probably now what that means. See most Austrian summer breaks for students last from June till the beginning of September while Christmas lasts from December till January. There is also one small break during November. You can clearly see that this could be a chat between friends who happen to be students but don’t have the same classes together. Those friends probably spend a lot of their free time together, which explains the lack of data during the breaks.</p>
<p><strong>Days Chat B</strong></p>
<p><img src="/.%5Cwhatsapp-analyzer%5CheatmapB.png" alt="heatmapB"></p>
<p>We can see that the amount of messages remains pretty stable. This could prove our theory of two people in the same household as true. The gap in August could be a planned vacation maybe?</p>
<p>It would be pretty frighting if I told you all our assumptions were correct. Right? You may now probably recognize that metadata is a lot more valuable than you originally thought. But what conclusions can we draw from this new gained awareness? </p>
<p>Most people rely on the encryption of their messaging apps. If no one can read my data then I am safe right? No. As we can see, an attacker does not need access your communication in order to gather valuable information.</p>
<p>Just keep that in mind. </p>
<p> — May 18, 2023</p>

1
CNAME

@ -1 +0,0 @@
tim.kicker.dev

6
archives/2023/05/index.html

@ -197,12 +197,12 @@
<div class="row"> <div class="row">
<div class="three columns left lit"> <div class="three columns left lit">
<p class="bottom">May 17, 2023</p>
<p class="bottom">May 18, 2023</p>
</div> </div>
<div class="nine columns left mb-3"> <div class="nine columns left mb-3">
<a href="/2023/05/17/hello-world/" class="">
<a href="/2023/05/18/whatsapp-analyze/" class="">
Hello World
Data about data
</a> </a>
</div> </div>

6
archives/2023/index.html

@ -197,12 +197,12 @@
<div class="row"> <div class="row">
<div class="three columns left lit"> <div class="three columns left lit">
<p class="bottom">May 17, 2023</p>
<p class="bottom">May 18, 2023</p>
</div> </div>
<div class="nine columns left mb-3"> <div class="nine columns left mb-3">
<a href="/2023/05/17/hello-world/" class="">
<a href="/2023/05/18/whatsapp-analyze/" class="">
Hello World
Data about data
</a> </a>
</div> </div>

6
archives/index.html

@ -197,12 +197,12 @@
<div class="row"> <div class="row">
<div class="three columns left lit"> <div class="three columns left lit">
<p class="bottom">May 17, 2023</p>
<p class="bottom">May 18, 2023</p>
</div> </div>
<div class="nine columns left mb-3"> <div class="nine columns left mb-3">
<a href="/2023/05/17/hello-world/" class="">
<a href="/2023/05/18/whatsapp-analyze/" class="">
Hello World
Data about data
</a> </a>
</div> </div>

31
atom.xml

@ -0,0 +1,31 @@
<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<id>https://tim.kicker.dev</id>
<title>Hexo</title>
<link href="https://tim.kicker.dev" />
<updated>2023-05-18T14:26:18.000Z</updated>
<entry>
<id>https://tim.kicker.dev/2023/05/18/whatsapp-analyze/</id>
<title>Data about data</title>
<link rel="alternate" href="https://tim.kicker.dev/2023/05/18/whatsapp-analyze/"/>
<content type="html">&lt;p&gt;I am a huge fan of gathering, analyzing and evaluating data. Creating statistics and colorful graphs just has something to it. But the interesting part is not necessarily the data itself, it’s the data about the data. How often does something occur, at which time and by whom are very important characteristics when it comes to creating patterns.&lt;/p&gt;
&lt;p&gt;For example, let’s look at the two weekday-graphs of two different WhatsApp-chats of mine.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Hours Chat A&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;/.%5Cwhatsapp-analyzer%5ChourchartA.png&#34; alt=&#34;hourchartA&#34;&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Hours Chat B&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;/.%5Cwhatsapp-analyzer%5ChourchartB.png&#34; alt=&#34;hourchartB&#34;&gt;&lt;/p&gt;
&lt;p&gt;It is not that hard to figure out the difference between those two graphs. The amount of daily messages in A are pretty stable except Friday and Monday, which are two extremes. Maybe this could be about a friend group planning what they’re going to do on the weekend? The general quantity of messages are also lower as in figure B. The second chat also has a huge gap between Sunday and Saturday. Could this be a groupchat related to work? Or is it someone close who happens to live in the same house?&lt;/p&gt;
&lt;p&gt;You can see that it is possible to gather connections and create assumptions about certain topics without even looking at the data itself. Now let’s take a deeper look.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Days Chat A&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;/.%5Cwhatsapp-analyzer%5CheatmapA.png&#34; alt=&#34;heatmapA&#34;&gt;&lt;/p&gt;
&lt;p&gt;How interesting. We can see that the group is most active between the end of January till May and spikes again in October. If you happen to live in Austria, you probably now what that means. See most Austrian summer breaks for students last from June till the beginning of September while Christmas lasts from December till January. There is also one small break during November. You can clearly see that this could be a chat between friends who happen to be students but don’t have the same classes together. Those friends probably spend a lot of their free time together, which explains the lack of data during the breaks.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Days Chat B&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;/.%5Cwhatsapp-analyzer%5CheatmapB.png&#34; alt=&#34;heatmapB&#34;&gt;&lt;/p&gt;
&lt;p&gt;We can see that the amount of messages remains pretty stable. This could prove our theory of two people in the same household as true. The gap in August could be a planned vacation maybe?&lt;/p&gt;
&lt;p&gt;It would be pretty frighting if I told you all our assumptions were correct. Right? You may now probably recognize that metadata is a lot more valuable than you originally thought. But what conclusions can we draw from this new gained awareness? &lt;/p&gt;
&lt;p&gt;Most people rely on the encryption of their messaging apps. If no one can read my data then I am safe right? No. As we can see, an attacker does not need access your communication in order to gather valuable information.&lt;/p&gt;
&lt;p&gt;Just keep that in mind. &lt;/p&gt;
</content>
<updated>2023-05-18T14:26:18.000Z</updated>
</entry>
</feed>

16
feed.json

@ -0,0 +1,16 @@
{
"version": "https://jsonfeed.org/version/1",
"title": "Hexo",
"description": "",
"home_page_url": "https://tim.kicker.dev",
"items": [
{
"id": "https://tim.kicker.dev/2023/05/18/whatsapp-analyze/",
"url": "https://tim.kicker.dev/2023/05/18/whatsapp-analyze/",
"title": "Data about data",
"date_published": "2023-05-18T14:26:18.000Z",
"content_html": "<p>I am a huge fan of gathering, analyzing and evaluating data. Creating statistics and colorful graphs just has something to it. But the interesting part is not necessarily the data itself, it’s the data about the data. How often does something occur, at which time and by whom are very important characteristics when it comes to creating patterns.</p>\n<p>For example, let’s look at the two weekday-graphs of two different WhatsApp-chats of mine.</p>\n<p><strong>Hours Chat A</strong></p>\n<p><img src=\"/.%5Cwhatsapp-analyzer%5ChourchartA.png\" alt=\"hourchartA\"></p>\n<p><strong>Hours Chat B</strong></p>\n<p><img src=\"/.%5Cwhatsapp-analyzer%5ChourchartB.png\" alt=\"hourchartB\"></p>\n<p>It is not that hard to figure out the difference between those two graphs. The amount of daily messages in A are pretty stable except Friday and Monday, which are two extremes. Maybe this could be about a friend group planning what they’re going to do on the weekend? The general quantity of messages are also lower as in figure B. The second chat also has a huge gap between Sunday and Saturday. Could this be a groupchat related to work? Or is it someone close who happens to live in the same house?</p>\n<p>You can see that it is possible to gather connections and create assumptions about certain topics without even looking at the data itself. Now let’s take a deeper look.</p>\n<p><strong>Days Chat A</strong></p>\n<p><img src=\"/.%5Cwhatsapp-analyzer%5CheatmapA.png\" alt=\"heatmapA\"></p>\n<p>How interesting. We can see that the group is most active between the end of January till May and spikes again in October. If you happen to live in Austria, you probably now what that means. See most Austrian summer breaks for students last from June till the beginning of September while Christmas lasts from December till January. There is also one small break during November. You can clearly see that this could be a chat between friends who happen to be students but don’t have the same classes together. Those friends probably spend a lot of their free time together, which explains the lack of data during the breaks.</p>\n<p><strong>Days Chat B</strong></p>\n<p><img src=\"/.%5Cwhatsapp-analyzer%5CheatmapB.png\" alt=\"heatmapB\"></p>\n<p>We can see that the amount of messages remains pretty stable. This could prove our theory of two people in the same household as true. The gap in August could be a planned vacation maybe?</p>\n<p>It would be pretty frighting if I told you all our assumptions were correct. Right? You may now probably recognize that metadata is a lot more valuable than you originally thought. But what conclusions can we draw from this new gained awareness? </p>\n<p>Most people rely on the encryption of their messaging apps. If no one can read my data then I am safe right? No. As we can see, an attacker does not need access your communication in order to gather valuable information.</p>\n<p>Just keep that in mind. </p>\n",
"tags": []
}
]
}

6
index.html

@ -204,12 +204,12 @@
<div class="row"> <div class="row">
<div class="three columns left lit"> <div class="three columns left lit">
<p class="bottom">May 17, 2023</p>
<p class="bottom">May 18, 2023</p>
</div> </div>
<div class="nine columns left mb-3"> <div class="nine columns left mb-3">
<a href="/2023/05/17/hello-world/" >
<a href="/2023/05/18/whatsapp-analyze/" >
Hello World
Data about data
</a> </a>
</div> </div>

35
rss.xml

@ -0,0 +1,35 @@
<?xml version="1.0"?>
<rss version="2.0">
<channel>
<title>Hexo</title>
<link>https://tim.kicker.dev</link>
<description></description>
<language>en</language>
<pubDate>Thu, 18 May 2023 14:26:18 +0000</pubDate>
<lastBuildDate>Thu, 18 May 2023 14:26:18 +0000</lastBuildDate>
<item>
<guid isPermalink="true">https://tim.kicker.dev/2023/05/18/whatsapp-analyze/</guid>
<title>Data about data</title>
<link>https://tim.kicker.dev/2023/05/18/whatsapp-analyze/</link>
<pubDate>Thu, 18 May 2023 14:26:18 +0000</pubDate>
<description><![CDATA[ &lt;p&gt;I am a huge fan of gathering, analyzing and evaluating data. Creating statistics and colorful graphs just has something to it. But the interesting part is not necessarily the data itself, it’s the data about the data. How often does something occur, at which time and by whom are very important characteristics when it comes to creating patterns.&lt;/p&gt;
&lt;p&gt;For example, let’s look at the two weekday-graphs of two different WhatsApp-chats of mine.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Hours Chat A&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;/.%5Cwhatsapp-analyzer%5ChourchartA.png&#34; alt=&#34;hourchartA&#34;&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Hours Chat B&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;/.%5Cwhatsapp-analyzer%5ChourchartB.png&#34; alt=&#34;hourchartB&#34;&gt;&lt;/p&gt;
&lt;p&gt;It is not that hard to figure out the difference between those two graphs. The amount of daily messages in A are pretty stable except Friday and Monday, which are two extremes. Maybe this could be about a friend group planning what they’re going to do on the weekend? The general quantity of messages are also lower as in figure B. The second chat also has a huge gap between Sunday and Saturday. Could this be a groupchat related to work? Or is it someone close who happens to live in the same house?&lt;/p&gt;
&lt;p&gt;You can see that it is possible to gather connections and create assumptions about certain topics without even looking at the data itself. Now let’s take a deeper look.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Days Chat A&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;/.%5Cwhatsapp-analyzer%5CheatmapA.png&#34; alt=&#34;heatmapA&#34;&gt;&lt;/p&gt;
&lt;p&gt;How interesting. We can see that the group is most active between the end of January till May and spikes again in October. If you happen to live in Austria, you probably now what that means. See most Austrian summer breaks for students last from June till the beginning of September while Christmas lasts from December till January. There is also one small break during November. You can clearly see that this could be a chat between friends who happen to be students but don’t have the same classes together. Those friends probably spend a lot of their free time together, which explains the lack of data during the breaks.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Days Chat B&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;/.%5Cwhatsapp-analyzer%5CheatmapB.png&#34; alt=&#34;heatmapB&#34;&gt;&lt;/p&gt;
&lt;p&gt;We can see that the amount of messages remains pretty stable. This could prove our theory of two people in the same household as true. The gap in August could be a planned vacation maybe?&lt;/p&gt;
&lt;p&gt;It would be pretty frighting if I told you all our assumptions were correct. Right? You may now probably recognize that metadata is a lot more valuable than you originally thought. But what conclusions can we draw from this new gained awareness? &lt;/p&gt;
&lt;p&gt;Most people rely on the encryption of their messaging apps. If no one can read my data then I am safe right? No. As we can see, an attacker does not need access your communication in order to gather valuable information.&lt;/p&gt;
&lt;p&gt;Just keep that in mind. &lt;/p&gt;
]]></description>
</item>
</channel>
</rss>
Loading…
Cancel
Save