In the last article I showed a small hack on diskettes. Now I want to present a more complex device that I build. But as always, lets start with a small background first.. Continue reading “Old School Hacks/2”
Old School Hacks/1
Last week I reopened a drawer on my parents home where I had a bunch of old electronic stuffs.. It was at least 15 years that I did not open that drawer and I found a couple of cool hacks that I made when I was young that I think are worth presenting… Continue reading “Old School Hacks/1”
Can you draw a straight line on a curved surface?
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…”