Today I will continue the discussion on general relativity that I introduced in my previous article on Inertial Frame of references. But this time i also want to illustrate the bigger plan that I have and the reason to publish this series of articles. Continue reading “Can you draw a straight line on a curved surface?”
Template Classes in C++
C++ is one of the most powerful programming language in the world. You can practically do everything with it. Continue reading “Template Classes in C++”
WordPress Exclude Categories from main pages
Today I wanted to restructure this website, by excluding the Articles from Blog Section… I using worpress (Yeah, I am Lazy..) . So It turns out there is an easy solution for that: Continue reading “WordPress Exclude Categories from main pages”
Flash code to ESP8266 ESP-12 Module – Step-by-step guide…
Recently I found a box in the shared hardware lab… That box has been there forgotten by everyone else for some years.. I looked inside and together with some useless crap, there was a small chip-module about 1 x 2cm in size labelled as “ESP8266” … I thought: “Probably Continue reading “Flash code to ESP8266 ESP-12 Module – Step-by-step guide…”
Inertial Frames in General Relativity
Today I don’t want to talk about code, but about one of my other passions: Physics…I want to start this new thread with something relative basic: the concept of inertial frame of reference. In physics courses the importance of such concept is often underestimated by teachers. The concept of inertial frames is not only important in Newtonian Mechanics, but even more important in Einstein relativity. Continue reading “Inertial Frames in General Relativity”
Unable to pull images from Docker Hub…
It happened to me and to some of my colleagues that we were unable to pull images from Docker Hub… From the local docker console the login was successful and from the web admin page we set up all the correct permissions for the users… After some hours of struggling, I finally was able to figure out what was the problem and — Continue reading “Unable to pull images from Docker Hub…”
Keep Linux process running…
Today, I wanted to show a quick Shell script in linux that make sure that my processes are always running… I know, I know… There is “Systemd” with “systemctl” command that take care of that… but what if we do not want to use Systemd or we need to manually force always running services, or we just are looking for to another alternative? how to do that? Continue reading “Keep Linux process running…”
MAC addresses
When working with Gateways, RPI (but also normal PCs), I often have the need to use a unique identifier of the device… The reason can be anything: for logging purposes to automatic authentication, to send “I Am Alive” messages to keep track of which devices are working properly. Continue reading “MAC addresses”
Merging two folders in python.
Recently i wanted to merge two folders in python and overwrite existing files in the destination folders. Shutil library offers a lot of high level file handling functions, however, noone of them offers offer the merging. Continue reading “Merging two folders in python.”
Hello world!
This is my first post on this brand new blog (the old one has been down for a while now…).. so i keep it as usual the “Hello Word!” name.. As explained in the “about” page, in this section you will find small articles spanning several fields … Not much more to say for now…