Coding with Fun


December 1, 2023 · Post a comment · 2 min read

This post is more like a collection of links, not a real blog post. It is about fun coding games and, a collection of coding tasks.
Puzzles.

If you are interested in learning with fun, this post is for you!

Read More ⪢⪢

PITSA: Personal IT Security Advices


May 20, 2023 · Post a comment · 8 min read

Often I think about security (in any sense) when I cruise around the world. Because many dangers lurking around: we have to be careful.

For this very reason, I have decided to write this comprehensive guide for a broader audience, since there is no individual and independent security. There is only collective security, and the safety of the group depends on the security of the individual members of that group.

Now, what I am trying to achieve with this article, is to collect some objectively good practices to enharden your private personal security IT-wise. It is important not just for your mental health, but losing access to your IT world, being hacked and robbed… or getting extorted by any chance…

You have to defend yourself, no doubt. Not just for your sake, but as I mentioned above: your little IT bubble contains data about other people as well. Your friends’ and families’ phone numbers, pictures, calendar events, and addresses. Having these, being hacked could threaten their physical health as well!

Read More ⪢⪢

A rusty beginning


December 12, 2021 · Post a comment · 3 min read

I was trying to write this post for almost two to three months now… and I am getting the feeling, it is something that cannot be done. Ever…

Anyhow, content must be born!

Read More ⪢⪢

Kill insects with "bisect"


February 28, 2021 · Post a comment · 5 min read

One of the most magnificent days of all times your boss finds you and cloud your thoughts with an extremely unpleasant situation: There is a serious malfunction in the main business logic!

Nobody knows when or why it was implemented this way… that part of the codebase has not been touched by anyone for ages and it worked before… That is a mystery…

Read More ⪢⪢

A client daemon? What?


February 12, 2021 · Post a comment · 3 min read

Have you ever been in a situation where you had no possibilities to solve the problem?
I bet on it: you were! Do not worry, I am no different.
But there is always a workaround.

Read More ⪢⪢

println!("{} World!", "Hello");


December 24, 2020 · Post a comment · 4 min read

Almost every development themed blog starts with the development of the very same blog. Why is that? It is because:

We coders love to create, love to achieve. It is a game for us to challenge ourselves every damn day.

Read More ⪢⪢