I finally decided that I need to make a daily backup of my two rasperry pi’s. One of them hosts my domoticz setup and the other one is used primarily as a dhcp /pihole server. So I think that it is save to say that a bit of a backup solution is ideal. I created […]
Author Archives: jjtbsomhorst
Pihole: Ziggo and using Pihole as DNS
Last time I wrote about using pihole on the raspberry pi and some other things regarding pi. One of the things that I couldn’t get to work in pi was to let pihole be the DHCP server and forcing all devices on my network to use the pihole as primary DNS. Finally I succeeded. For […]
Domoticz, Docker, PiHole, Raspberry
A couple of years ago I bought a neat little computer called the Raspberry Pi Zero W. The main reason to buy it was to fiddle around with it and ofcourse its cost. The board itself costs around 11 euro’s and in a set (includes a power adapter etc) it will cost around 34 euro’s. […]
What I have been up to lately
So, quit some time since my last post on my blog. And I guess that some of you are wondering what I have been doing lately. Well.. lets just say this.. JAVASCRIPT, JAVASCRIPT, JAVASCRIPT A couple of months ago I bought myself a so called Homey. This is a little device that can act as […]
Creating games in Browser (scratchbook)
Game loop The traditional way of generating a loop inside javascript would be to use window.setInterval with a callback function. It seems best to use window.requestAnimationFrame(). This method seems to be running in a separate GUI thread for the browser. Because this is called whenever the browser sees fit you need to keep track of […]
Ecmascript 6 (scratchbook)
This page is mainly used for me to add notes on things I encounter while working with EcmaScript 6 in Chrome (48) Classes: When working with EcmaScript 6 you can use classes. Classes are defined like so: class doSomething{ constructor(param){ this.param = param; } someMethod(){ console.log(‘do something’); } } Really straight forward Inheritance Inheritance can […]
Sportief doel 2016
Iets meer dan een jaar geleden ben ik begonnen met wheelen (hardlopen voor rolstoelers…). Dit beviel mij zo goed dat ik het steeds meer ben gaan doen en in 2015 zelfs mee heb gedaan me zowel de wings for life world run als ook de Rolstoelmeerdaagse Deurne waar ik respectievelijk 20,5 en 3×30 kilometer heb afgelegd. Door […]
Het is gelukt. Volgende stap: De eerste kamer
Eerder schreef ik dat het de dag zou worden dat het verdrag inzake de rechten van personen met een handicap zou worden geratificeerd. Echter het mocht die dag niet uit komen. Nu, 2 dagen later. Is alsnog de dag aangebroken die heel belangrijk is voor veel mensen met een beperking ( handicap, aandoening you name […]
Vandaag is de dag.
Vandaag is dan eindelijk de dag aangebroken dat het kabinet gaat stemmen over het VN verdrag inzake de rechten van personen met een handicap. Het kan voor heel veel mensen een vrolijke dag worden. Dat het een maatschappelijk probleem is heeft iedereen dit weekend kunnen zien op social media. Twitter en Facebook stonden vol van […]
Brief aan de leden van de vaste comissie voor VWS
Laatst heb ik een blog geschreven als antwoord op een stelling van de heer Frank G Bosman over het ratificeren van het VN verdrag voor de rechten van personen met een handicap. Veel goede reacties op gehad. Nu de stap gezet om deze tekst in iets aangepaste vorm ook te sturen naar 2e kamer. Bij deze […]