A few days ago, I’ve received an e-mail from a stranger with an encrypted message. An e-mail from a stranger is nothing new nowadays, although an encrypted one is at least something worth taking a look at.
For the first time, I could experience i...
It’s not easy to start writing about something that you use every single day and in general, enjoy much, but at the same time, this thing brings you somehow so much discomfort and unspeakable frustration while using.
TLDR;
I would say that this ...
Whenever I have some fun with my Raspberry Pi and try to accomplish something crazy, which in the end lead to destroy the system, I have to reproduce some repeatable steps in order to make my Pi useful again.
Each time my goal is pretty much simp...
When I saw for the first time a commits with the mysterious “Verified” sign and I was told that someone can do this on its own, I wanted to do the same. Yes, I know it was silly - but I felt just like a small boy in a big shop of toys.
After a ...
Recently I have to come through the problem with the installation of a ruby gem on my MacOSX. Usually I would never think that this might be “a problem”, but in the ruby system version on mac, yes indeed.
To be honsest with You, I was never a rub...
If you’re a Golang developer and you’re using Mac OSX as your daily programming battle-station with IDEA IntelliJ editor, then for sure you’ve noticed this annoying popup for incoming connection when you compile your go app (if you by default bloc...
There are several approaches to push your docker image to docker registry instance, although we’ll create a file Dockerfile, build it, tag it, and afterward send it to our own instance of docker registry. You could also use the same approach for a...