Browse Source

add about

pull/2/head
Tim J. Kicker 1 year ago
parent
commit
41e5e99abd
  1. 35
      source/About/index.md
  2. 13
      source/_posts/whatsapp-analyze.md

35
source/About/index.md

@ -2,3 +2,38 @@
title: About
date: 2023-05-17 20:35:10
---
<div class="text-center mb-4">
<img src="https://avatars.githubusercontent.com/u/33966128?v=4" alt="apictureofme" width="150" height="150" style="border-radius: 50%;" />
</div>
Hi!
My name is Tim. As I already mentioned, I am a young student from Austria who also happens to have a great passion for programming. But there are many other topics which I can't stop talking about.
And since I find it difficult to describe myself in sentences, I'll just throw some buzzwords together
{% codeblock lang:cs %}
var tK = new Person("Tim","Kicker");
tK.State = "Austria";
tk.Interests = {"Linux","Selfhosting","Vinyl",
"Data curation",
"Privacy (Datnschützr würd ma sega)"};
tk.FavGames = {"Half-Life 2",
"Lego Universe",
"Far Cry 3",
"Portal 2"};
tk.FavLang = "CSharp";
tk.LeastFavLang = "JS";
tk.FavColor = "Black (If that's a color??)";
{% endcodeblock %}
Feel free to leave me a message! (github, mail, blog-comment,...)
c:

13
source/_posts/whatsapp-analyze.md

@ -7,7 +7,7 @@ tags:
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.
For example, let’s look at the two weekday-graphs of two different WhatsApp-chats of mine.
For example, let’s look at the two weekday-graphs of two different WhatsApp chats of mine.
**Weekdays Chat A**
@ -17,28 +17,27 @@ For example, let’s look at the two weekday-graphs of two different WhatsApp-ch
{% asset_img hourchartB.png %}
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?
It is not that hard to figure out the difference between those two graphs. The number of daily messages in A is pretty stable except for 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 is also lower as in figure B. The second chat also has a huge gap between Sunday and Saturday. Could this be a group chat related to work? Or is it someone close who happens to live in the same house?
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.
**Days-Heatmap Chat A**
{% asset_img heatmapA.png This is an example image %}
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.
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 know what that means. See, in most areas, the Austrian summer break for students lasts from June till the beginning of September while Christmas lasts from December to 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. They probably spend a lot of their free time together, which explains the lack of data during the breaks. No one texts another person while they're sitting next to them... right?
**Days-Heatmap Chat B**
{% asset_img heatmapB.png This is an example image %}
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?
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. Maybe the gap in August could be a planned vacation?
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?
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 newly gained awareness?
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.
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 to your communication in order to gather valuable information.
Just keep that in mind.
Loading…
Cancel
Save