Development
How to activate/deactivate a hue sensor automatically with a scheduled task on Synology
Last week I bought some philips hue bulbs and LED strips to automate the lights at home. For motion detection I also bought the hue sensor to automatically turn on/off the lights when I go in my bedroom or when I stand up in the night to go to the wc. I have configured the sensor, that it turns the lights on and off automatically after 3 [...]
Linux fork bomb and how to prevent it
A fork bomb is a piece of code that defines a function and runs it repetitively, until the system has no more computing resources. The system will also become unresponsive and the only solution to get it working again is reboot the system. The code The fork bomb code is (for example) like this one: Explanation First of all you define a [...]
How to create an iOS App and publish it on the App Store
I’m proud to present my first App that I have made for iOS. It is a reskin of the “unblock me” strategic game. The app is named “Gian’s Jewels” and consists helping Gian, a swiss ibex, to get the purple jewel. The game In this beautiful game you will improve your logical and problem-solving skills. [...]