<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Posts on Moorlag&#39;s Blog</title>
    <link>https://ramonmoorlag.nl/posts/</link>
    <description>Recent content in Posts on Moorlag&#39;s Blog</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <copyright>(c) 2022 Ramon Moorlag</copyright>
    <lastBuildDate>Mon, 15 Aug 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://ramonmoorlag.nl/posts/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Hugo Handson</title>
      <link>https://ramonmoorlag.nl/posts/2022-15-08-hugo-handson/</link>
      <pubDate>Mon, 15 Aug 2022 00:00:00 +0000</pubDate>
      
      <guid>https://ramonmoorlag.nl/posts/2022-15-08-hugo-handson/</guid>
      <description>Thoughts on HugoConf In a few words, HugoConf was like living in the future. A future without the need for database-driven websites and pushing technology like it was/wasn&amp;rsquo;t intended. I enjoy the niece communities a lot. It&amp;rsquo;s inspiring to see how quick a new culture is created in the chatbox and interact with the speakers. The bees in the chat and adopting a Bee as a mascot was fun. Humble the Hugo Bee was born in the chatbox.</description>
      <content>&lt;h1 id=&#34;thoughts-on-hugoconf&#34;&gt;Thoughts on HugoConf&lt;/h1&gt;
&lt;p&gt;In a few words, HugoConf was like living in the future. A future without the need for database-driven websites and pushing technology like it was/wasn&amp;rsquo;t intended. I enjoy the niece communities a lot. It&amp;rsquo;s inspiring to see how quick a new culture is created in the chatbox and interact with the speakers. The bees in the chat and adopting a Bee as a mascot was fun. Humble the Hugo Bee was born in the chatbox.&lt;/p&gt;
&lt;p&gt;There was a program filled with over 30 speakers. From lightning talks to in-depth sessions. Steve Francia, founder of Hugo was a great speaker. Seeing how it was developed as a new (and fast) blog system is inspiring. Quick and easy.
I enjoyed the session of Joost van der Schee; automatically resizing and compression images in a Hugo site.&lt;/p&gt;
&lt;p&gt;This was a great conf, well organized and managed. And thanks for the stickers!&lt;/p&gt;

&lt;div style=&#34;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;&#34;&gt;
  &lt;iframe src=&#34;https://www.youtube.com/embed/y6_v7Jc6R2I&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;&#34; allowfullscreen title=&#34;YouTube Video&#34;&gt;&lt;/iframe&gt;
&lt;/div&gt;

&lt;h2 id=&#34;resources&#34;&gt;Resources&lt;/h2&gt;
&lt;p&gt;
&lt;div style=&#34;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;&#34;&gt;
  &lt;iframe src=&#34;https://www.youtube.com/embed/0iwNjcFIHNM&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;&#34; allowfullscreen title=&#34;YouTube Video&#34;&gt;&lt;/iframe&gt;
&lt;/div&gt;


&lt;div style=&#34;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;&#34;&gt;
  &lt;iframe src=&#34;https://www.youtube.com/embed/y6_v7Jc6R2I&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;&#34; allowfullscreen title=&#34;YouTube Video&#34;&gt;&lt;/iframe&gt;
&lt;/div&gt;
&lt;/p&gt;
&lt;h3 id=&#34;todo&#34;&gt;Todo&lt;/h3&gt;
&lt;p&gt;Adding &lt;a href=&#34;https://hugocodex.org/add-ons/image-gallery/&#34;&gt;Image gallery&lt;/a&gt; to my blog.&lt;/p&gt;
</content>
    </item>
    
    <item>
      <title>Random Hack of Chrome Dino</title>
      <link>https://ramonmoorlag.nl/posts/2022-14-07-dino-game/</link>
      <pubDate>Thu, 14 Jul 2022 00:00:00 +0000</pubDate>
      
      <guid>https://ramonmoorlag.nl/posts/2022-14-07-dino-game/</guid>
      <description>The random things I find online Ever played the Dino game when Chrome (thinks) it&amp;rsquo;s offline? With this &amp;lsquo;hack&amp;rsquo; you can enter God Mode, literally. The Dino will fly in the sky. And with an insert tag we can even add wings to REX :-)
Fun little project for the introduction of Computer Science for our new students (age 12-13 yrs).
Source
1- open chrome://dino/ ] 2- open chrome&amp;#39;s dev tools 3- In the console type Runner().</description>
      <content>&lt;h1 id=&#34;the-random-things-i-find-online&#34;&gt;The random things I find online&lt;/h1&gt;
&lt;p&gt;Ever played the Dino game when Chrome (thinks) it&amp;rsquo;s offline?
With this &amp;lsquo;hack&amp;rsquo; you can enter God Mode, literally. The Dino will fly in the sky. And with an insert tag we can even add wings to REX :-)&lt;/p&gt;
&lt;p&gt;Fun little project for the introduction of Computer Science for our new students (age 12-13 yrs).&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://www.reddit.com/r/gaming/comments/uo68ju/comment/i8cwgpw/?utm_source=reddit&amp;amp;utm_medium=web2x&amp;amp;context=3&#34;&gt;Source&lt;/a&gt;&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;1- open chrome://dino/
]
2- open chrome&amp;#39;s dev tools

3- In the console type Runner().tRex.groundYPos = 10; // to make the Dino be higher than obstacles

4- In the console Runner().setSpeed(10); // to make the Dino move faster

5- the following is to add the wings gif:

t.insertAdjacentHTML(&amp;#39;beforebegin&amp;#39;, `&amp;lt;img id=&amp;#34;wings&amp;#34; src=&amp;#34;https://i.pinimg.com/originals/2f/c4/16/2fc416822216737270f1566324e5c1b3.gif&amp;#34; /&amp;gt;

&amp;lt;style&amp;gt; #wings { width: 45px; position: absolute; top: 250px; z-index: 10; left: 23px; &amp;lt;/style&amp;gt;

`);
&lt;/code&gt;&lt;/pre&gt;</content>
    </item>
    
    <item>
      <title>Final projects Computer Science</title>
      <link>https://ramonmoorlag.nl/posts/2022-14-05-final-projects/</link>
      <pubDate>Wed, 15 Jun 2022 00:00:00 +0000</pubDate>
      
      <guid>https://ramonmoorlag.nl/posts/2022-14-05-final-projects/</guid>
      <description>Final projects This week my students graduated from computer science. These are a few pictures of of the projects. Later I&amp;rsquo;m planning an article about how to structure a final project. With a few guidelines and best practices.
SENSE This project is a repurposed Nerfgun with a HuskeyLens to target students that are late in my classroom. The Nerf gun has received a chip upgrade and fires +/- 25-30% harder than a stock Nerf gun.</description>
      <content>&lt;h1 id=&#34;final-projects&#34;&gt;Final projects&lt;/h1&gt;
&lt;p&gt;This week my students graduated from computer science. These are a few pictures of of the projects. Later I&amp;rsquo;m planning an article about how to structure a final project. With a few guidelines and best practices.&lt;/p&gt;
&lt;h2 id=&#34;sense&#34;&gt;SENSE&lt;/h2&gt;
&lt;p&gt;This project is a repurposed &lt;strong&gt;Nerfgun&lt;/strong&gt; with a &lt;a href=&#34;https://wiki.dfrobot.com/HUSKYLENS_V1.0_SKU_SEN0305_SEN0336&#34;&gt;HuskeyLens&lt;/a&gt; to target students that are late in my classroom. The Nerf gun has received a chip upgrade and fires +/- 25-30% harder than a stock Nerf gun. With the Stepper motor at the bottom, the weapon has over 120 degrees of freedom. It can follow students. One of the challenges was that the weapon barrel would turn and stop abruptly. With some nifty timing, the barrel speeds up and slows down to prevent swaying. Face tracking is all offline and with no &amp;lsquo;call home functionality.&amp;rsquo; The teacher is allowed to be late, so everyone who enters the room after the buzzer is late. One issue is recognizing students by name, so the teacher doesn&amp;rsquo;t need to take inventory of latecomers. Another problem is adding other members of staff to the authorized person list.&lt;/p&gt;
&lt;h3 id=&#34;and-with-that-said-we-had-a-good-talk-about-building-autonomous-weapons&#34;&gt;And with that said, we had a good talk about building autonomous weapons.&lt;/h3&gt;
&lt;p&gt;&lt;img src=&#34;https://ramonmoorlag.nl/img/finalproject_6.jpeg&#34; alt=&#34;Sense&#34; title=&#34;SENSE&#34;&gt;
&lt;img src=&#34;https://ramonmoorlag.nl/img/finalproject_4.jpeg&#34; alt=&#34;Sense&#34; title=&#34;SENSE&#34;&gt;
&lt;img src=&#34;https://ramonmoorlag.nl/img/finalproject_8.jpeg&#34; alt=&#34;Sense&#34; title=&#34;SENSE&#34;&gt;
&lt;img src=&#34;https://ramonmoorlag.nl/img/finalproject_9.jpeg&#34; alt=&#34;Sense&#34; title=&#34;SENSE&#34;&gt;
&lt;img src=&#34;https://ramonmoorlag.nl/img/finalproject_5.jpeg&#34; alt=&#34;Sense&#34; title=&#34;SENSE&#34;&gt;
&lt;img src=&#34;https://ramonmoorlag.nl/img/finalproject_11.jpeg&#34; alt=&#34;Sense&#34; title=&#34;SENSE&#34;&gt;&lt;/p&gt;
</content>
    </item>
    
    <item>
      <title>Badger</title>
      <link>https://ramonmoorlag.nl/posts/2022-04-03-badger/</link>
      <pubDate>Sun, 03 Apr 2022 00:00:00 +0000</pubDate>
      
      <guid>https://ramonmoorlag.nl/posts/2022-04-03-badger/</guid>
      <description>To be updated with hacks, quick tutorials and other useful usecases with 🦡🦡🦡🦡🍄🍄🐍
Introduction BadgerOS Here is where the funs starts to happen. It&amp;rsquo;s always a pleasure working with a product developed by Pimoroni. The documentation is always up to standards and the examples just work. In this example for a conference badge it&amp;rsquo;s an easy 1 minute coding session to customise the badge. In the build-in BadgerOS there are a few working examples.</description>
      <content>&lt;blockquote&gt;
&lt;p&gt;To be updated with hacks, quick tutorials and other useful usecases with 🦡🦡🦡🦡🍄🍄🐍&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h1 id=&#34;introduction-badgeros&#34;&gt;Introduction BadgerOS&lt;/h1&gt;
&lt;p&gt;Here is where the funs starts to happen. It&amp;rsquo;s always a pleasure working with a product developed by Pimoroni. The documentation is always up to standards and the examples just work. In this example for a conference badge it&amp;rsquo;s an easy 1 minute coding session to customise the badge. In the build-in &lt;strong&gt;BadgerOS&lt;/strong&gt; there are a few working examples.&lt;/p&gt;
&lt;h2 id=&#34;badgepy&#34;&gt;BADGE.PY&lt;/h2&gt;
&lt;p&gt;Badge is a functional Badge for conferences and a great conversation starter. It comes with a build-in txt file that can be used updated without a lot of programming experience. Adding a personal touch with a picture needs a little skill with the command prompt.
This was very helpfull.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The name badge image needs to be named &amp;lsquo;badge-image.bin&amp;rsquo; and in the root directory of your Badger alongside badge.txt (not in the /images directory) &lt;strong&gt;!!&lt;/strong&gt;
This image needs to be exactly 104 pixels in width and 128 pixels in height so you&amp;rsquo;ll need to resize it with a graphics program like GIMP before you run it through the conversion script. When you come to convert it, don&amp;rsquo;t use the &amp;ndash;resize flag as this will stretch it to 296 x 128, instead use python3 convert.py &amp;ndash;binary badge-image.png&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Other examples include&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Checklist
With a small check if you cleared the item.&lt;/li&gt;
&lt;li&gt;Clock
Sadly not the best usecase for an e-paper display. With an update cycle of half a second it flashes a lot.&lt;/li&gt;
&lt;li&gt;E-Book
Fun to read a book (or small note) on a screen the size of a business card :-)&lt;/li&gt;
&lt;li&gt;Fonts
Example fonts on the device&lt;/li&gt;
&lt;li&gt;Image&lt;/li&gt;
&lt;li&gt;QR gen&lt;/li&gt;
&lt;li&gt;Launcher&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The name badge image needs to be named &amp;lsquo;badge-image.bin&amp;rsquo; and in the root directory of your Badger alongside badge.txt (not in the /images directory) &lt;strong&gt;!!&lt;/strong&gt;
This image needs to be exactly 104 pixels in width and 128 pixels in height so you&amp;rsquo;ll need to resize it with a graphics program like GIMP before you run it through the conversion script. When you come to convert it, don&amp;rsquo;t use the &amp;ndash;resize flag as this will stretch it to 296 x 128, instead use python3 convert.py &amp;ndash;binary badge-image.png
#A hackable, programmable badge with E Ink® display, powered by Raspberry Pi RP2040.&lt;/p&gt;
&lt;p&gt;In honour of Raspberry Pi&amp;rsquo;s 10th birthday, we&amp;rsquo;ve fused a RP2040 microcontroller with an EPD display to make a stylishly monochrome, maker friendly, e-paper badge(r) to attach to your person, your office door or to prop up on your desk. With the support of the fun guys (and gals and non-binary pals) at Ineltek and Raspberry Pi we&amp;rsquo;ve been able to keep it as low cost as possible, hoorah!&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://ramonmoorlag.nl/img/badger.webp&#34; alt=&#34;Badger&#34;&gt;&lt;/p&gt;
&lt;p&gt;We&amp;rsquo;ve equipped Badger 2040 with plenty of buttons so you can easily change what&amp;rsquo;s displayed on the screen, a slot so you can clip it onto a lanyard and a battery connector so you can keep things portable and refresh the screen whilst on the go. On the back, you&amp;rsquo;ll find some funky badgerpunk stylings plus our RP2040 accoutrements of choice: boot and reset buttons and a Qw/ST connector so it&amp;rsquo;s super easy to plug in Qwiic or STEMMA QT breakouts&lt;/p&gt;
&lt;p&gt;Here are some things you could do with it!&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Switch between images, pronouns or secret identities at the push of a button&lt;/li&gt;
&lt;li&gt;Make yourself into a mobile weather station or air quality monitor (by adding a sensor breakout)&lt;/li&gt;
&lt;li&gt;Store important QR codes for getting into places (or to Rickroll people)&lt;/li&gt;
&lt;li&gt;Make a tiny to-do list and tick stuff off&lt;/li&gt;
&lt;li&gt;Display inspirational badger quotes or educational badger facts of the day&lt;/li&gt;
&lt;li&gt;Want to show your Badger the world? We&amp;rsquo;ve put together a convenient Badger + Accessory Kit which contains batteries, a lanyard and everything else that&amp;rsquo;s needed to get portabello.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;p.s. 🦡🦡🦡🦡🍄🍄🐍&lt;/p&gt;
</content>
    </item>
    
    <item>
      <title>Cloudflare and SSH</title>
      <link>https://ramonmoorlag.nl/posts/2022-03-17-infrastructure-ready-launch/</link>
      <pubDate>Thu, 17 Mar 2022 00:00:00 +0000</pubDate>
      
      <guid>https://ramonmoorlag.nl/posts/2022-03-17-infrastructure-ready-launch/</guid>
      <description>Look at the small lock in the address bar. This site is now connected via HTTPS :-)</description>
      <content>&lt;p&gt;Look at the small lock in the address bar. This site is now connected via HTTPS :-)&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://ramonmoorlag.nl/img/cloudflare_https.png&#34; alt=&#34;&#34;&gt;&lt;/p&gt;
</content>
    </item>
    
    <item>
      <title>Inky pHat and Raspberry Pi. 5 How To Tips And Tricks Automate Weather Reports.</title>
      <link>https://ramonmoorlag.nl/posts/2020-12-16-inky-phat-and-raspberry-pi-5-tips/</link>
      <pubDate>Sun, 06 Dec 2020 00:00:00 +0000</pubDate>
      
      <guid>https://ramonmoorlag.nl/posts/2020-12-16-inky-phat-and-raspberry-pi-5-tips/</guid>
      <description>For the annual i&amp;amp;i-conference, I try to find a &amp;rsquo;new&amp;rsquo; gadget for speakers and board members. Last year we bought Inky Phats with a Raspberry Pi Zero W. To be used as interactive name badges. A great success! In this article, I&amp;rsquo;ll share 5 tips on using the display, and I&amp;rsquo;ll be discussing a few problems. Inky pHat is an e-paper display with a dedicated controller in the PCB. Plug and play!</description>
      <content>&lt;p&gt;For the annual i&amp;amp;i-conference, I try to find a &amp;rsquo;new&amp;rsquo; gadget for speakers and board members. Last year we bought Inky Phats with a Raspberry Pi Zero W. To be used as interactive name badges. A great success! In this article, I&amp;rsquo;ll share 5 tips on using the display, and I&amp;rsquo;ll be discussing a few problems. Inky pHat is an e-paper display with a dedicated controller in the PCB. Plug and play! And big thanks for the &lt;a href=&#34;https://learn.pimoroni.com/tutorial/sandyj/getting-started-with-inky-phat&#34;&gt;excellent documentation&lt;/a&gt; @Pimoroni!&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://ramonmoorlag.nl/img/inky_phat.jpg&#34; alt=&#34;Inky pHat, a Raspberry Pi with a pHat on top of it. Displaying a squid&#34;&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://shop.pimoroni.com/products/inky-phat?variant=12549254217811&#34;&gt;Inky pHat&lt;/a&gt; by Pimoroni is easy to use &amp;lsquo;phat&amp;rsquo; A HAT is an extension for the Raspberry Pi platform. Hardware attached on top or HAT. With the sturdy HAT construction, there a three benefits;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;No soldering&lt;/strong&gt;; plug it onto the Raspberry Pi.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Robust mechanical design&lt;/strong&gt;, it can handle a school environment.&lt;/li&gt;
&lt;li&gt;&amp;lsquo;&lt;strong&gt;Autoconfiguration&lt;/strong&gt;,&amp;rsquo; all the software is provided. Just attached and install. &amp;lsquo;Plug and play/pray.&amp;rsquo;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I am thrilled with the HAT-system. It just works, no tinkering and no failure with a faulty connection. The design can handle some rough handling (always be careful when handling hardware!), and with the software backend from the manufacture, it&amp;rsquo;s just a few commands in the CLI, and it works. Most of the times ;-)&lt;/p&gt;
&lt;h2 id=&#34;tip-1-how-to-update-raspberry-pi&#34;&gt;Tip 1 how to update Raspberry Pi&lt;/h2&gt;
&lt;p&gt;It&amp;rsquo;s always good to work with an updated Raspberry Pi. &lt;a href=&#34;https://askubuntu.com/questions/94102/what-is-the-difference-between-apt-get-update-and-upgrade&#34;&gt;Sudo apt-get update, sudo apt-get upgrade&lt;/a&gt;. It will take some time when this is the first time you are using their commands. Keep in mind; these commands are going to be typed into the terminal or SSH. To keep things organized, I always end the update sessions with sudo apt-get &lt;strong&gt;autoclean&lt;/strong&gt;. This removes all the no longer used files after an update.&lt;/p&gt;
&lt;h2 id=&#34;tip-2-please-use-a-stable-power-supply&#34;&gt;Tip 2 Please use a stable power supply&lt;/h2&gt;
&lt;p&gt;It sounds like a normal thing to do, right&amp;hellip; but I found out the hard way that this needs some TCL. The Raspberry Pi was giving strange errors, rebooted, and shutdown for no apparent reason. The installation on the sd-card went corrupt, and I couldn&amp;rsquo;t find the problem. I swapped the card, reinstalled the OS on the card, and even swapped Raspberry Pis. And with some deduction, Sherlock would be proud; I discovered a faulty power supply to be the problem. Double-check the quality of the Micro USB cable! And be careful when installing the Inky pHat. The pins of the Raspberry Pi and Inky pHat need to be aligned. DO-NOT-FORCE.&lt;/p&gt;
&lt;h2 id=&#34;tip-3-how-to-install-software-with-cli&#34;&gt;Tip 3 How to install software with CLI&lt;/h2&gt;
&lt;p&gt;The documentation by Pimoroni is excellent. &lt;a href=&#34;https://learn.pimoroni.com/tutorial/sandyj/getting-started-with-inky-phat&#34;&gt;Getting Started With Inky pHat&lt;/a&gt; is a great start. It helps with the correct commands for the CLI. Again, this display is a &lt;em&gt;command-line&lt;/em&gt; interface only. It&amp;rsquo;s a quick installation with a few commandos. I&amp;rsquo;ve summarized the commands under this text block. The dollar ($) sign is a new line on the CLI. Keep in mind; this is a United Kindom based company. And over there, color is spelled with &amp;lsquo;ou.&amp;rsquo; ;-).&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;$ curl https://get.pimoroni.com/inky | bash
$ cd /home/pi/Pimoroni/inky/examples
$ python name-badge.py --type &amp;#34;auto&amp;#34; --colour &amp;#34;red&amp;#34; --name &amp;#34;Ramon&amp;#34;
&lt;/code&gt;&lt;/pre&gt;&lt;h2 id=&#34;tip-4-automate-the-sht-with-cron&#34;&gt;Tip 4 Automate the sh*t with CRON&lt;/h2&gt;
&lt;p&gt;CRON is the automation tool in Linux. It&amp;rsquo;s &amp;rsquo;easy&amp;rsquo; to use. I had a few challenges when I wanted to automate the update of the display. CRON was for me. I never used it. This &lt;a href=&#34;https://forums.pimoroni.com/t/need-help-with-inky-phat-crontab-update/7207&#34;&gt;resource&lt;/a&gt; helped me a lot! I started with calling the python script directly from CRON. After a few failures, I found that CRON does understand .sh scripts. This is my .sh script. I called it phat.sh. Open a new file with nano phat.sh. Be in the root of your folders; cd is the command to return to the root. Exit nano with ctrl+x and save (!) the file. After saving, make the file executable. Type in the same folder as the phat.sh : &lt;em&gt;chmod +x phat.sh&lt;/em&gt;&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;#!/bin/bash
cd /home/pi/Pimoroni/inky/examples/phat/
python weather-phat.py --colour red
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;In the CRON tab, I added the following. The /10 executes the script every 10 minutes (starting at .0 every hour)—only between 8 and 22 hrs. The bash is used to run the script. Pay attention to the &lt;strong&gt;absolute&lt;/strong&gt; path with a / at the beginning.&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;*/10 8-22 * * * * bash /home/pi/phat.sh
&lt;/code&gt;&lt;/pre&gt;&lt;h2 id=&#34;tip-5-this-works-whats-next&#34;&gt;Tip 5 This works, what&amp;rsquo;s next?&lt;/h2&gt;
&lt;p&gt;And how what? You have a mobile weather station. It runs from a power bank or even &lt;a href=&#34;https://www.hackster.io/news/pisugar-is-a-compact-battery-solution-designed-specifically-for-the-raspberry-pi-zero-416b503732e6&#34;&gt;a dedicated battery.&lt;/a&gt; I&amp;rsquo;m going to install it on the fridge with a micro USB cable to provide power. With the 10-minute update cycle, the screen isn&amp;rsquo;t heavily used and will work for quite some time. &lt;strong&gt;Inky Phat is a fun display&lt;/strong&gt;. The use cases are immense, and I am slowly figuring out what else I can build with it.&lt;/p&gt;
</content>
    </item>
    
    <item>
      <title>Secret Santa in 15 minutes? Unlock Your Inner Mailninja with YAMM!</title>
      <link>https://ramonmoorlag.nl/posts/2020-12-05-secret-santa-in-15-minutes-unlock-your-inner-mailninja-with-yamm/</link>
      <pubDate>Sat, 05 Dec 2020 00:00:00 +0000</pubDate>
      
      <guid>https://ramonmoorlag.nl/posts/2020-12-05-secret-santa-in-15-minutes-unlock-your-inner-mailninja-with-yamm/</guid>
      <description>In this blog, I&amp;rsquo;ll share some insights and tips when I organized Secret Santa. Sounds easy, doesn&amp;rsquo;t it. Organizing Secret Santa with only superpowers. With my blog, I hope you can also use the superpowers I used to organize Secret Santa in 15 minutes. First I used Google Forms. This was a major thing. What information is helpful and gives a nice insight into the &amp;lsquo;giftee&amp;rsquo;? With this experiment, I tried my first Add-On, and we are now in love.</description>
      <content>&lt;p&gt;&lt;img src=&#34;https://ramonmoorlag.nl/img/yamm_logo.png&#34; alt=&#34;&#34;&gt;&lt;/p&gt;
&lt;p&gt;In this blog, I&amp;rsquo;ll share some insights and tips when I organized Secret Santa. Sounds easy, doesn&amp;rsquo;t it. Organizing Secret Santa with only superpowers. With my blog, I hope you can also use the superpowers I used to organize Secret Santa in 15 minutes. First I used Google Forms. This was a major thing. What information is helpful and gives a nice insight into the &amp;lsquo;giftee&amp;rsquo;? With this experiment, I tried my first Add-On, and we are now in love. Add-ons make dull-tasks fun! (&amp;hellip; or at least simpeler)&lt;/p&gt;
&lt;h2 id=&#34;the-secret-santa-questions-i-used&#34;&gt;The Secret Santa questions I used&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Name (yes, you need to ask)&lt;/li&gt;
&lt;li&gt;Email&lt;/li&gt;
&lt;li&gt;What makes you happy?&lt;/li&gt;
&lt;li&gt;What is your favorite color? (in a selection list)&lt;/li&gt;
&lt;li&gt;What is your lucky number?&lt;/li&gt;
&lt;li&gt;What is the maiden name of your mother (ow, wait this isn&amp;rsquo;t a credit card hacking scam)&lt;/li&gt;
&lt;li&gt;How would you rate 2020?&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;and-then-how-can-i-used-the-earlier-mentioned-super-powers-with-yamm&#34;&gt;And then? How can I used the earlier mentioned Super Powers With YAMM?&lt;/h2&gt;
&lt;p&gt;With that list (&lt;strong&gt;pro-tip&lt;/strong&gt; export it to a sheet) the fun starts. I used &lt;a href=&#34;https://yet-another-mail-merge.com/&#34;&gt;YAMM&lt;/a&gt; (Yet-another-Mail-Merge), free of usage with 50 mailmerges/day. Like any decent Mail-Merger, it used the first line as a guide. So the list is now used as a data collection; keep the titles simple; name, email, happy, color, number, 2020. I used the &lt;a href=&#34;https://support.yet-another-mail-merge.com/hc/en-us&#34;&gt;documentation&lt;/a&gt; a lot. An excellent example of good documentation. There are &lt;a href=&#34;https://support.yet-another-mail-merge.com/hc/en-us/articles/210729589-Use-a-predesigned-template-from-our-gallery&#34;&gt;free themed email templates&lt;/a&gt;! And now the fun continues. Do not only provide the &amp;lsquo;gifter&amp;rsquo; with the data of the &amp;lsquo;giftee&amp;rsquo;. Provide examples of gifts, suggestions for poems/nice letters and don&amp;rsquo;t be afraid to write an example Haiku :-)&lt;/p&gt;
&lt;p&gt;The &amp;laquo; &amp;raquo; are the placeholders for the titles from the first line from the Sheet. &amp;laquo;User_Name&amp;raquo; here is used. Notice the camelbacks; the Two Capitals? Be &lt;strong&gt;very&lt;/strong&gt; consequent with capitals! Via Add-Ons in the Sheet. Easy right?&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://ramonmoorlag.nl/img/install_yamm1.png&#34; alt=&#34;Install YAMM open add-on menu&#34;&gt;&lt;/p&gt;
&lt;p&gt;Add &amp;lsquo;Add-ons&amp;rsquo;&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://ramonmoorlag.nl/img/merry_christmas.PNG&#34; alt=&#34;&#34;&gt;&lt;/p&gt;
&lt;p&gt;Example template - free to use -&lt;/p&gt;


&lt;iframe width=&#34;560&#34; height=&#34;315&#34; src=&#34;https://www.youtube.com/embed/-dAFP3YyAWo&#34; title=&#34;YouTube video player&#34; frameborder=&#34;0&#34; allow=&#34;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture&#34; allowfullscreen&gt;&lt;/iframe&gt;


&lt;h2 id=&#34;these-are-tips-to-be-an-email-ninja&#34;&gt;These are tips to be an Email ninja&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Select a themed email template&lt;/li&gt;
&lt;li&gt;Double-check before sending&lt;/li&gt;
&lt;li&gt;Track (!) opening rates. So we can nudge non-openers&lt;/li&gt;
&lt;li&gt;Provide shops links&lt;/li&gt;
&lt;li&gt;And repeat the suggested amount of money per gift&lt;/li&gt;
&lt;li&gt;Nudge, repeat, rinse repeat&lt;/li&gt;
&lt;li&gt;Provide an optional unboxing party.&lt;/li&gt;
&lt;/ul&gt;


&lt;iframe width=&#34;560&#34; height=&#34;315&#34; src=&#34;https://www.youtube.com/embed/o2Jh1ABd7XM&#34; title=&#34;YouTube video player&#34; frameborder=&#34;0&#34; allow=&#34;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture&#34; allowfullscreen&gt;&lt;/iframe&gt;


&lt;p&gt;Quick video to install YAMM&lt;/p&gt;
</content>
    </item>
    
    <item>
      <title>AxiDraw &amp; Snap!cloud, een gouden combinatie?!</title>
      <link>https://ramonmoorlag.nl/posts/2020-11-22-axidraw-snapcloud-een-gouden-combinatie-ga-aan-de-slag/</link>
      <pubDate>Sun, 22 Nov 2020 00:00:00 +0000</pubDate>
      
      <guid>https://ramonmoorlag.nl/posts/2020-11-22-axidraw-snapcloud-een-gouden-combinatie-ga-aan-de-slag/</guid>
      <description>Ga er maar aan staan, een snelle handleiding over AxiDraw is er niet. Het gebruik ervan is bedriegelijk eenvoudig en tegelijkertijd bijzonder complex. Toch probeer ik een &amp;lsquo;ga aan de slag!&amp;rsquo; te schrijven.
AxiDraw promo video
AxiDraw Een aantal zaken zijn van belang. Een SVG (meer info) is hét bestandsformaat waar je het meeste mee kunt. Het is een 2d-vector formaat en dat levert door de schaalbaarheid voordelen op. In het voorbeeld kun je ook zien wat het verschil is tussen een SVG en een PNG bestand.</description>
      <content>&lt;p&gt;Ga er maar aan staan, een snelle handleiding over AxiDraw is er niet. Het gebruik ervan is bedriegelijk eenvoudig en tegelijkertijd bijzonder complex. Toch probeer ik een &amp;lsquo;ga aan de slag!&amp;rsquo; te schrijven.&lt;/p&gt;


&lt;iframe width=&#34;560&#34; height=&#34;315&#34; src=&#34;https://www.youtube.com/embed/5492ZjivAQ0&#34; title=&#34;YouTube video player&#34; frameborder=&#34;0&#34; allow=&#34;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture&#34; allowfullscreen&gt;&lt;/iframe&gt;


&lt;p&gt;AxiDraw promo video&lt;/p&gt;
&lt;h2 id=&#34;axidraw&#34;&gt;AxiDraw&lt;/h2&gt;
&lt;p&gt;Een aantal zaken zijn van belang. Een SVG (&lt;a href=&#34;https://fileinfo.com/extension/svg&#34;&gt;meer info&lt;/a&gt;) is hét bestandsformaat waar je het meeste mee kunt. Het is een 2d-vector formaat en dat levert door de schaalbaarheid voordelen op. In het voorbeeld kun je ook zien wat het verschil is tussen een SVG en een PNG bestand. De PNG wordt door interpretatie van Inkscape opgesplit in losse pixels. De SVG levert doordat het een vectortekening is directe lijnen op.&lt;/p&gt;
&lt;h2 id=&#34;snap&#34;&gt;Snap&lt;/h2&gt;
&lt;p&gt;Snap! kan eenvoudig bijhouden hoe een tekening getekend wordt. Doe dit via settings -&amp;gt; log pen vector. Daarna kun je een vector (SVG) dowloaden.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;img src=&#34;https://ramonmoorlag.nl/img/Screenshot-2020-11-22-at-18.50.27.png&#34; alt=&#34;&#34;&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;img src=&#34;https://ramonmoorlag.nl/img/Screenshot-2020-11-22-at-18.51.23-1.png&#34; alt=&#34;&#34;&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Log pen vectors aanvinken, daarna rechtsonderin via Stage en rechtermuisknop export -&amp;gt; SVG&lt;/p&gt;
&lt;p&gt;Onderstaande voorbeeld komt uit de &lt;a href=&#34;https://snap.berkeley.edu/examples&#34;&gt;example directory&lt;/a&gt; van Snap!.&lt;/p&gt;
&lt;p&gt;

&lt;iframe allowfullscreen allow=&#34;geolocation; microphone; camera&#34; frameborder=&#34;0&#34; src=&#34;https://snap.berkeley.edu/embed?project=4trispi&amp;amp;user=cynthiaso&amp;amp;showTitle=true&amp;amp;showAuthor=true&amp;amp;editButton=true&amp;amp;pauseButton=true&#34; width=&#34;480&#34; height=&#34;390&#34;&gt;&lt;/iframe&gt;


&lt;img src=&#34;https://ramonmoorlag.nl/img/Untitled-scaled.jpg&#34; alt=&#34;&#34;&gt;&lt;/p&gt;
&lt;p&gt;Boven een SVG, onder een PNG&lt;/p&gt;
</content>
    </item>
    
    <item>
      <title>BETT 2019, vooral meer van hetzelfde ?</title>
      <link>https://ramonmoorlag.nl/posts/2019-04-14-bett-2019-vooral-meer-van-hetzelfde/</link>
      <pubDate>Sun, 14 Apr 2019 00:00:00 +0000</pubDate>
      
      <guid>https://ramonmoorlag.nl/posts/2019-04-14-bett-2019-vooral-meer-van-hetzelfde/</guid>
      <description>In Dutch, sorry folks! Also published in Vives!
Wat is BETT? De 35e Bett show werd dit jaar voor de zevende keer gehouden in de ExCel hallen in Londen. De afkorting Bett staat voor British Educational Training and Technology Show. Jaarlijks bezoeken ongeveer 35.000 belangstellenden uit 113 landen deze ICT beurs. Onder de 850 aanwezige bedrijven bevinden zich ruim 100 startups. Nagenoeg alle aanwezige standhouders richten zich op onderwijs en ICT.</description>
      <content>&lt;p&gt;In Dutch, sorry folks! Also published in Vives!&lt;/p&gt;
&lt;h2 id=&#34;wat-is-bett&#34;&gt;&lt;strong&gt;Wat is BETT?&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;De 35e Bett show werd dit jaar voor de zevende keer gehouden in de ExCel hallen in Londen. De afkorting Bett staat voor British Educational Training and Technology Show. Jaarlijks bezoeken ongeveer 35.000 belangstellenden uit 113 landen deze ICT beurs. Onder de 850 aanwezige bedrijven bevinden zich ruim 100 startups. Nagenoeg alle aanwezige standhouders richten zich op onderwijs en ICT. Voor bezoekers is &lt;strong&gt;de BETT show gratis.&lt;/strong&gt;&lt;/p&gt;
&lt;h2 id=&#34;aandachtspunten&#34;&gt;&lt;strong&gt;Aandachtspunten!&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;Voor een gedegen bezoek aan de Bett moet men twee dagen uittrekken. Ook dan kan men onmogelijk alle stands en lezingen bezoeken.&lt;br&gt;
Bett is wereldwijd een van de toonaangevende onderwijsbeurzen, vandaar dat diverse landen er vertegenwoordigd zijn. Kritiek is er ook, zo stelde Pi-Top voorman &lt;a href=&#34;https://blog.pi-top.com/&#34;&gt;Graham Brown-Martin in een blog&lt;/a&gt; dat er veel materiaal over de schutting in het onderwijs wordt geworpen.&lt;/p&gt;
&lt;h2 id=&#34;waarom-zou-je-naar-london-gaan&#34;&gt;Waarom zou je naar London gaan?&lt;/h2&gt;
&lt;p&gt;Als budget en tijd het toelaten is een bezoek aan dit grote ICT evenement zeker aan te raden. Commercie, onderwijs en gadgets worden zo prettig mogelijk gepresenteerd, waardoor er ook een zekere amusementswaarde is. Niet voor niets wordt dit evenement dan ook een show genoemd. De internationale Bettshow is vooral op het gebied van onderwijsontwikkeling in wereldperspectief trend aangevend. Volgens Rachel Brodie, verantwoordelijke voor de content en inrichting van de beurs draait het op dit moment om “collaboration spaces and active learning rooms”. Opvallend daarbij is dat men graag zoveel mogelijk controle over de zelfstandig werkende leerling wil houden.&lt;/p&gt;
&lt;p&gt;Het internationale perspectief is zeker de moeite waar. Ondanks de mooie praatjes van standhouders is het bijzonder interessant om te zien hoe graag de meest onverwachte landen met moderne kennistechnologie mee willen doen.&lt;/p&gt;
&lt;p&gt;Lange tijd zijn wij dan ook blijven hangen bij &lt;a href=&#34;https://www.moe.gov.ae/en/&#34;&gt;de stand van de Verenigde Arabische Emiraten&lt;/a&gt;. Een golfstaat waar de inwoners geen belasting hoeven te betalen. Ons oog was gevallen op een door de emiraten omhelst microcontrollerbordje. Een spannende film op de achtergrond liet zien hoe je onder andere je eigen op afstand bedienbare tank kunt maken. Nieuwsgierig geworden naar het curriculum vroegen wij daarnaar bij een medewerkster; deze was zeer terughoudend en verwees ons naar de curriculum specialist, ene meneer Salem Almansori, die mij echter weer naar de media adviseur Samr Al Marzooqi doorstuurde. De laatste wilde toestemming van een aanwezige staatssecretaris hebben. Deze was in gesprek en we zouden gebeld worden, hetgeen niet gebeurde. Deze grootste en mooiste stand van de beurs bleek een onneembare vesting.&lt;/p&gt;
&lt;p&gt;Anders was dat bij de Egyptische stand, een aardige en zeer welwillende dame. Zij vertegenwoordigde de “MOET”, het ministerie voor educatie en technische educatie. &lt;a href=&#34;http://teachersfirstegypt.com/&#34;&gt;Teachers First&lt;/a&gt; is een programma waarmee men leraren probeert te professionaliseren op het gebied van, zoals men dat daar noemt, een lerende samenleving. Voor deze ontwikkeling heeft men 10.000 leraren (de top van de piramide genoemd) uitgekozen om 1 miljoen leerlingen binnen 18 maanden te bereiken. Leerlingen die zich voorbereiden op de moderne samenleving. Het lijkt ons interessant om over een jaar de resultaten eens te bekijken, de 18 maanden zijn dan al verstreken.&lt;/p&gt;
&lt;p&gt;Naast de Arabische kastelen nemen de Aziatische vertegenwoordigers een bescheidener plek in. Het zijn veelal stands die hun technologie baseren op Arduino, Raspberry PI en de Micro:bit.&lt;br&gt;
Vooral de BBC Micro:Bit, ontwikkeld voor het computeronderwijs in het Verenigd Koninkrijk, kwam prominent aan bod. Op het bordje ter grote van een creditcard zit een ARM Cortex-M0 processor, versnellingsmeter, kompas-sensor, een display bestaande uit 25 LED&amp;rsquo;s, twee programmeerbare knoppen, 23 uit- en ingangen, Bluetooth een USB aansluiting.&lt;br&gt;
Dit in 2016 op iedere Engelse school geleverde kaartje is vooral geschikt voor STEAM en coding. STEAM is een afkorting van Science Technology Engineering Art Mathematics; om de nadruk te leggen op informatie technologie wordt de letter “A” vaak weggelaten en spreekt men over STEM.  &lt;br&gt;
STEAM of STEM stands zijn volop aanwezig, zo waren er heel wat startups die op basis van het Micro:Bit kaartje een educatief bedrijf zijn begonnen. Helaas was er erg veel “meer van hetzelfde”, zo liet een tiental stands het bekende autootje over de zwarte lijn rijden en hadden ze hooguit nog een of twee andere producten in de aanbieding.&lt;/p&gt;
&lt;p&gt;Chinese bedrijven domineerden de BETT of gebied van STEM onderwijs. Dat deden ze opvallend goed, want het was vaak zeer druk bij de te kleine stands. Wij hebben er ook minstens de helft van onze kostbare tijd doorgebracht.&lt;/p&gt;
&lt;p&gt;Opvallend daarbij was het bedrijf &lt;a href=&#34;http://www.dfrobot.com&#34;&gt;DFRobot&lt;/a&gt;, opvallend omdat dit bedrijf zowel elektronica componenten als lesbrieven en instructievideo&amp;rsquo;s voor al haar materiaal ontwikkeld heeft. Al snel viel de Boson Kit op, ooit een Kickstarter product. Boson is een set van kleurgecodeerde elektronische blokken die werken met micro:bit, en andere open source. In de Starter Kit zitten acht elektronische modules met sensoren en actuatoren om geluid, licht en bewegingsinteractie te ondersteunen. De Boson Kit is opschaalbaar en te coderen met Scratch, JavaScript of Python.&lt;br&gt;
DFRobot concentreert zich niet alleen op Micro:Bit, ook voor Raspberry PI en Arduino hebben zij diverse speciaal voor het onderwijs ontwikkelde modules gemaakt. Aan de stand muur hangt de LattePanda V1.0, een Windows 10 mini pc met een geïntegreerde Arduino processor waarmee de Boson Kit kan samenwerken. &lt;a href=&#34;http://www.dfrobot.com/&#34;&gt;De website van DFRobot&lt;/a&gt; is de moeite waard om eens te bekijken&lt;/p&gt;
&lt;p&gt;Robots in alle soorten en maten lijken de BETT te domineren. Prijs en complexiteit zorgen ervoor dat we aan een aantal stands niet te veel tijd besteden. Wel nemen we tijd voor de stand van &lt;a href=&#34;http://www.glitech.com&#34;&gt;Gomer&lt;/a&gt;.&lt;br&gt;
We zien daar een eenarmige robot leuke stunts uithalen en vragen naar de meerwaarde. Volgens de producent is Gomer de eerste intelligente robot met kunstmatige intelligentie (AI) Het apparaat herkent gezichten, patronen en emoties. Met grafische programmering van &lt;a href=&#34;https://developers.google.com/blockly/&#34;&gt;Googles Blocky&lt;/a&gt; kunnen opdrachten worden gemaakt.&lt;/p&gt;
&lt;p&gt;Een andere robotfirma is &lt;a href=&#34;http://www.robo3.cn&#34;&gt;MioROBOT&lt;/a&gt;. Ook daarvoor weer net als bij de vorige een grafisch programmeerbare omgeving. Mio zegt vooral geschikt te zijn voor het primair onderwijs, hetgeen voor ons enkel te beoordelen valt op basis van de vele gebruikte kleurtjes.&lt;br&gt;
Hoewel producten uit China een prominente plek lijken in te nemen zijn uiteraard ook andere landen bezig het curriculum met eigen materialen vorm te geven.&lt;br&gt;
Uit Engeland komt het bedrijf &lt;a href=&#34;http://www.inventblocks.com&#34;&gt;INVENT&lt;/a&gt; . Invent heeft een knutseldoos bedacht. Met schroefjes en op Meccano lijkende blikken platen bouw je een hijskraan of auto die via de Micro:Bit aan te sturen is.&lt;/p&gt;
&lt;p&gt;Bij het Tsjechische  &lt;a href=&#34;http://www.itvskole.cz&#34;&gt;ITveSKOLE&lt;/a&gt; werd verwezen naar &lt;a href=&#34;http://www.itriangle.cz&#34;&gt;lesmateriaal&lt;/a&gt; dat verkrijgbaar is op de website. De makers gaven daarbij hoog op over hoe mooi dat te gebruiken is bij maakonderwijs oftewel STEM. Ook uit Turkije waren STEM materialen te zien. Het Engels klinkende bedrijf Twin had zijn technologie op een LEGO achtige onderbouw gebaseerd. Met behulp van Twin modules zijn technologieën uit de dagelijkse praktijk na te bouwen, denk daarbij aan een huisalarm of automatische deur. Dit alleraardigst ogende materiaal richt zich vooral op het primair onderwijs. Via &lt;a href=&#34;https://twin.com.tr/&#34;&gt;hun website&lt;/a&gt; is lastig na te gaan wat men nastreeft, maar speciaal voor de engelstalige markt is er &lt;a href=&#34;http://twinscience.co.uk/&#34;&gt;de website&lt;/a&gt; .&lt;/p&gt;
&lt;p&gt;In de persruimte werden we onverwacht getrakteerd op een presentatie van Graham Brown-Martin. Zijn bedrijf lanceerde daar de &lt;a href=&#34;https://www.pi-top.com/products/pi-top-4&#34;&gt;pi-top 4&lt;/a&gt;, een vierkant doosje met volgens hem de modernste onderwijsmogelijkheden. Het grijze doosje heeft een Raspberry Pi als besturingssysteem. In een introductiefilmpje zagen we dat het lichte kastje als besturingssysteem voor een drone een vogelvlucht maakte. Met behulp van de pi-top zijn vooral omgevingsveranderingen vast te leggen. Daarbij is volgens de bedenkers het kastje een volwaardige lichte computer. Je vraagt je af, weer een robot hype of is het echt bruikbaar.&lt;br&gt;
&lt;a href=&#34;https://www.pi-top.com/&#34;&gt;Pi-top&lt;/a&gt; is in elk geval interessant genoeg om eens nader onder de loep te nemen.&lt;/p&gt;
&lt;p&gt;Wie naar Bett gaat en denkt daar jaarlijks grote veranderingen aan te treffen zal teleurgesteld raken. Jaarlijks lijkt het alsof je meer van hetzelfde te zien krijgt. De Bett show is een plek waar je wel ideeën op kunt doen, er zijn immers zoveel mensen die over onderwijs en het gebruik van digitale leermiddelen nadenken.&lt;/p&gt;
</content>
    </item>
    
    <item>
      <title>CIDREE meeting</title>
      <link>https://ramonmoorlag.nl/posts/2019-04-12-cidree-meeting/</link>
      <pubDate>Fri, 12 Apr 2019 00:00:00 +0000</pubDate>
      
      <guid>https://ramonmoorlag.nl/posts/2019-04-12-cidree-meeting/</guid>
      <description>On the 11th of April, ten countries joined their computational brainpower to explore each other&amp;rsquo;s vision on Computational and Mathematical thinking. What started as a little chaotic conversation, after 30-45 minutes this conference found it&amp;rsquo;s a voice. We started with a Skype call to Paul Drijvers from the University of Utrecht. I love a chaotic start of a conference. :-)
With the dedication I come to expect from experts in education; we started to map our contexts and developed posters.</description>
      <content>&lt;p&gt;On the 11th of April, ten countries joined their computational brainpower to explore each other&amp;rsquo;s vision on Computational and Mathematical thinking. What started as a little chaotic conversation, after 30-45 minutes this conference found it&amp;rsquo;s a voice. We started with a Skype call to Paul Drijvers from the University of Utrecht. I love a chaotic start of a conference. :-)&lt;/p&gt;
&lt;p&gt;With the dedication I come to expect from experts in education; we started to map our contexts and developed posters. Each country had a short presentation, with a colorful and diverse slide deck (to be added later here), we got a glimpse on the internal workings in a country on computational and mathematical thinking. I&amp;rsquo;ll wait until the slide decks have been published to give a detailed account. However, a few fun facts;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Norway doesn&amp;rsquo;t have a subject called it/computer science/informatics.&lt;/li&gt;
&lt;li&gt;The &lt;a href=&#34;http://www.computerbasedmath.org&#34;&gt;ComputerBasedMath.org&lt;/a&gt; initiative presented great teaching materials.&lt;/li&gt;
&lt;li&gt;Every country is struggling with computational thinking and how to embed it in other subjects or even offer it as a separate subject in the lessen table.&lt;/li&gt;
&lt;li&gt;Alec Titterton from Wolfram shared a great resource! &lt;a href=&#34;http://%20https//projects.raspberrypi.org/en/projects?software%5B%5D=wolfram&#34;&gt;Wolframe projects for the Raspberry Pi.&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;blockquote&gt;
&lt;p&gt;Paul Behan had a great question to stimulate our brain.&lt;br&gt;
How to calculate the most efficient route for a frozen food delivery company after Brexit? With a nondirectional graph and a simplification of a map. Many aspects of computational thinking went into the problem-solving. Great fun!&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;The meeting ended at the national railway museum with an excellent dinner in the &amp;lsquo;first class waiting room&amp;rsquo; and a guided tour in the museum. I&amp;rsquo;ve added a few pictures below of the museum, looking at pictures of people presenting is quite dull. The first picture reminded me of a kind of robot. :-)&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;img src=&#34;https://ramonmoorlag.nl/img/Spoorwegmusem_CIDREE_4.jpg&#34; alt=&#34;&#34;&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;img src=&#34;https://ramonmoorlag.nl/img/Spoorwegmuseum_CIDREE.jpg&#34; alt=&#34;&#34;&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;img src=&#34;https://ramonmoorlag.nl/img/Spoorwegmuseum_CIDREE_2.jpg&#34; alt=&#34;&#34;&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;


&lt;blockquote class=&#34;twitter-tweet&#34; data-lang=&#34;en&#34;&gt;&lt;p lang=&#34;en&#34; dir=&#34;ltr&#34;&gt;Lunchtime walk at &lt;a href=&#34;https://twitter.com/hashtag/CIDREE?src=hash&amp;amp;ref_src=twsrc%5Etfw&#34;&gt;#CIDREE&lt;/a&gt; with &lt;a href=&#34;https://twitter.com/NCCAie?ref_src=twsrc%5Etfw&#34;&gt;@NCCAie&lt;/a&gt; &lt;a href=&#34;https://twitter.com/CambridgeMaths?ref_src=twsrc%5Etfw&#34;&gt;@CambridgeMaths&lt;/a&gt; &lt;a href=&#34;https://twitter.com/nuigalway?ref_src=twsrc%5Etfw&#34;&gt;@nuigalway&lt;/a&gt;, with &lt;a href=&#34;https://twitter.com/Moorland?ref_src=twsrc%5Etfw&#34;&gt;@moorland&lt;/a&gt; taking the photos! ☺️☀️&lt;a href=&#34;https://twitter.com/edtechne?ref_src=twsrc%5Etfw&#34;&gt;@edtechne&lt;/a&gt; &lt;a href=&#34;https://twitter.com/ResearchatNUIG?ref_src=twsrc%5Etfw&#34;&gt;@ResearchatNUIG&lt;/a&gt; &lt;a href=&#34;https://t.co/pk3Mwhsfrq&#34;&gt;pic.twitter.com/pk3Mwhsfrq&lt;/a&gt;&lt;/p&gt;— Cornelia Connolly (@corneliathinks) &lt;a href=&#34;https://twitter.com/corneliathinks/status/1116314267001806849?ref_src=twsrc%5Etfw&#34;&gt;April 11, 2019&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src=&#34;https://platform.twitter.com/widgets.js&#34; charset=&#34;utf-8&#34;&gt;&lt;/script&gt;


</content>
    </item>
    
    <item>
      <title>Understanding Music and taste better</title>
      <link>https://ramonmoorlag.nl/posts/2019-04-01-understanding-music-and-taste-better/</link>
      <pubDate>Mon, 01 Apr 2019 00:00:00 +0000</pubDate>
      
      <guid>https://ramonmoorlag.nl/posts/2019-04-01-understanding-music-and-taste-better/</guid>
      <description>Reviewing project, &amp;lsquo;help Moorlag understand music&amp;rsquo;. This is the result of one year of collecting music. The link to the playlist can be found here.
Using a collaborative playlist on Spotify, I started the project. One thousand songs later, I can conclude that the plan was a success. My followers on Instagram contributed, my students participated, and the internet learned the elegance of Musical preferences via crowdsourcing.
I felt a full array of emotions while listing to the Playlist.</description>
      <content>&lt;p&gt;Reviewing project, &amp;lsquo;help Moorlag understand music&amp;rsquo;. This is the result of one year of collecting music. The &lt;a href=&#34;http://www.instagram.com/moorlag&#34;&gt;link to the playlist&lt;/a&gt; can be found here.&lt;/p&gt;
&lt;p&gt;Using a collaborative playlist on Spotify, I started the project.  One thousand songs later, I can conclude that the plan was a success. My followers on &lt;a href=&#34;http://www.instagram.com/moorlag&#34;&gt;Instagram&lt;/a&gt; contributed, my students participated, and the internet learned the elegance of Musical preferences via crowdsourcing.&lt;/p&gt;
&lt;p&gt;I felt a full array of emotions while listing to the Playlist. It was fun, sad, colorful, abrupt, slow, fast, and most of all, it connected. I feel that I understand my students better because of the music they shared. The contributor is mentioned in the Playlist. The top three contributors added value, not only in absolute terms but also in a relative sense. I was shocked that my students had a very, very broad sense of musical taste -  music from the 50s to the present. I listened to it all. Even better, I use the playlist daily. It helps me connect with students, to their emotions, to their needs. And it is also great fun!&lt;/p&gt;
&lt;p&gt;To prevent spamming on my playlist (yes, c-artists use it a lot!), the link can be found via my &lt;a href=&#34;http://www.instagram.com/moorlag&#34;&gt;instagram&lt;/a&gt; account&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://ramonmoorlag.nl/img/chart-1.png&#34; alt=&#34;&#34;&gt;
Top contributes&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://ramonmoorlag.nl/img/chart-2.png&#34; alt=&#34;&#34;&gt;
Top artists&lt;/p&gt;
</content>
    </item>
    
    <item>
      <title>Numworks</title>
      <link>https://ramonmoorlag.nl/posts/2019-01-15-numworks/</link>
      <pubDate>Tue, 15 Jan 2019 00:00:00 +0000</pubDate>
      
      <guid>https://ramonmoorlag.nl/posts/2019-01-15-numworks/</guid>
      <description>What is it and how does it work? This quick review of my unit starts off with a short story &amp;ldquo;Numworks about Numworks&amp;rdquo;. There is an online simulator of Numworks. It has all the same functions as the physical device.
_Targeting a high school audience and competing with Texas Instruments&amp;rsquo; Ti-_nspire family, the NumWorks calculator is equipped with a non-touch color LCD2.
Translated from the Wiki
It offers a programmable interface in Python.</description>
      <content>&lt;h2 id=&#34;what-is-it-and-how-does-it-work&#34;&gt;What is it and how does it work?&lt;/h2&gt;
&lt;p&gt;This quick review of my unit starts off with a short story &lt;em&gt;&amp;ldquo;Numworks about Numworks&amp;rdquo;.&lt;/em&gt;  There is an &lt;a href=&#34;https://www.numworks.com/simulator/&#34;&gt;online simulator of Numworks&lt;/a&gt;. It has all the same functions as the physical device.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;_Targeting a high school audience and competing with Texas Instruments&amp;rsquo; Ti-_&lt;em&gt;nspire&lt;/em&gt; &lt;em&gt;family, the NumWorks calculator is equipped with a non-touch color LCD2.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Translated from the &lt;a href=&#34;https://fr.wikipedia.org/wiki/NumWorks&#34;&gt;Wiki&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;It offers a programmable interface in Python. Launched in France in the summer of 2017, the NumWorks calculator was quickly sold to several thousand students among French high schools, mainly thanks to a fine design, Python interface (programming language whose learning is mandatory in secondary education in France), the recommendations of many teachers and the creation of a community of users offering various applications online. The calculator is announced in open hardware (&amp;ldquo;open hardware&amp;rdquo;, schemas and plans are available) and under open source with a Creative Commons BY-NC-ND4 license.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Translated from the &lt;a href=&#34;https://fr.wikipedia.org/wiki/NumWorks&#34;&gt;Wiki&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;This is a calculator that has a great design and Python build into the OS. Updating is easy, just a modern webbrowser with webUSB. The device runs on a 100 MHz Cortex-M processor. It&amp;rsquo;s lightning fast and the fun part&amp;hellip; it runs Python! With software on &lt;a href=&#34;https://github.com/numworks&#34;&gt;GitHub&lt;/a&gt; and the community on &lt;a href=&#34;https://www.reddit.com/r/numworks/&#34;&gt;Reddit&lt;/a&gt; makes for an impressive online presence. Repair is easy! &lt;a href=&#34;https://www.numworks.com/resources/engineering/hardware/&#34;&gt;The entire process in terms of hardware&lt;/a&gt; is open source, The level of documentation is impressive. It&amp;rsquo;s excellent. This is what documentation should look like. Did I already mentioned that it runs Python?&lt;/p&gt;
&lt;h3 id=&#34;why-do-you-need-it&#34;&gt;Why do you need it&lt;/h3&gt;
&lt;p&gt;Great design, build with durability from the beginning and it can be upgraded. It has all the functions of a regular calculator and it can be programmed without much extra training.&lt;/p&gt;
&lt;h4 id=&#34;whats-the-fun-part&#34;&gt;What&amp;rsquo;s the fun part?&lt;/h4&gt;
&lt;p&gt;It runs Python, had a USB connection and utilizes webUSB for updating. The calculator runs the core uPy and can be programmed with a computer. Or if you are up for a challenge&amp;hellip; with the ABC-keyboard on the device. I&amp;rsquo;ve written a small script to return a random value of a dice.&lt;/p&gt;
&lt;h2 id=&#34;code-example&#34;&gt;Code Example&lt;/h2&gt;
&lt;p&gt;The example can also be found &lt;a href=&#34;https://workshop.numworks.com/python/r-moorlag/test&#34;&gt;here&lt;/a&gt;&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;import random

#returns a number
def roll_dice():
  print (random.randint(1, 6))

print(&amp;#34;&amp;#34;&amp;#34;This python script returns a random value between 1 and 6. It&amp;#39;s a dice&amp;#34;&amp;#34;&amp;#34;)

flag = True
while flag:
   user_prompt = input(&amp;#34;&amp;gt;&amp;#34;)
   if user_prompt.lower() == &amp;#34;quit&amp;#34;:
      flag = False
   else:
     print(&amp;#34;Rolling dice...\nYour number is:&amp;#34;)
     roll_dice()
&lt;/code&gt;&lt;/pre&gt;</content>
    </item>
    
    <item>
      <title>e-Estonia. Looking at others is confronting to yourself.</title>
      <link>https://ramonmoorlag.nl/posts/2018-11-14-e-estonia-looking-at-others-is-confronting-to-yourself/</link>
      <pubDate>Wed, 14 Nov 2018 00:00:00 +0000</pubDate>
      
      <guid>https://ramonmoorlag.nl/posts/2018-11-14-e-estonia-looking-at-others-is-confronting-to-yourself/</guid>
      <description>24 hours after returning home I suddenly felt an urge to write out my thoughts and feelings after being emerged in the Estonian educational system. UPDATE: It did take a few weeks to finalize this blog, let&amp;rsquo;s blame Trump ;-)
In retrospect, I enjoyed the trip to Estonia but the vast gap between a Gymnasium and a Polytech institute was so large I felt uncomfortable. The inequality between students is enormous.</description>
      <content>&lt;p&gt;24 hours after returning home I suddenly felt an urge to write out my thoughts and feelings after being emerged in the Estonian educational system. UPDATE: It did take a few weeks to finalize this blog, let&amp;rsquo;s blame Trump ;-)&lt;/p&gt;
&lt;p&gt;In retrospect, I  enjoyed the trip to Estonia but the vast gap between a Gymnasium and a Polytech institute was so large I felt uncomfortable. The inequality between students is enormous. And I later heard that the Gymnasium we visited was in the average range.  &lt;/p&gt;
&lt;p&gt;I had great conversations with the students at both locations. Both types of students had an excellent vocabulary in English, both enjoyed school, both felt that this was &amp;rsquo;their&amp;rsquo; place. And somehow I felt uncomfortable. At the Gymnasium, I counted over 60 (!) boxed with LEGO Mindstorms (400 euro a pop), a theatre, a semi-Olympic pool and a conservatory (with a large fountain) and a lot of other student facilities. The Polytech had a few gifted printing presses, old computers, and no wifi-network. The age difference between the students was almost non-exciting. I discovered that a lot of Polytech students did talk better Russian then Estonian. Quite the opposite at the Gymnasium; everyone talked Estonian and English at C2-levels. And most the students also spoke German and French.&lt;/p&gt;
&lt;h2 id=&#34;and-somehow-this-country-is-functional&#34;&gt;And somehow this country is functional. &lt;/h2&gt;
&lt;p&gt;The comparison is that most aspects of digital literacy are that we are on a similar level.  In the Netherlands, we are having a large review of our curriculum with the help of curriculum.nu. I didn&amp;rsquo;t see any urgency in Estonia with educating in digital literacy. I&amp;rsquo;ve seen some students &amp;lsquo;working on digital literacy&amp;rsquo;; e.g. robotics and MS Word. It was strange, but a fun trip to visite that other European country.&lt;/p&gt;
</content>
    </item>
    
    <item>
      <title>e-Estonia, een intieme inkijk in een &#39;ander&#39; Europees land.</title>
      <link>https://ramonmoorlag.nl/posts/2018-10-27-e-estonia-een-intieme-inkijk-in-een-ander-europees-land/</link>
      <pubDate>Sat, 27 Oct 2018 00:00:00 +0000</pubDate>
      
      <guid>https://ramonmoorlag.nl/posts/2018-10-27-e-estonia-een-intieme-inkijk-in-een-ander-europees-land/</guid>
      <description>We komen om klokslag 09.00 uur aan bij Innove, een nascholingscentrum voor leraren in Estland. Helena Karu-Baher geeft een overzicht van wat men voor heeft op gebied van teachertraining. Ze legt uit dat docenten &amp;amp; schoolleiding moeite hebben met de ontwikkeling van het lerarenberoep. Vooral schoolleiders hebben hiervan last, het land is kleiner en kent slecht weinig groeimogelijkheden. Schoolleiders krijgen het er vooral van langs. Ze weten niet hoe leraren te ontwikkelen en als leider innoveren ze te weinig.</description>
      <content>&lt;p&gt;We komen om klokslag 09.00 uur aan bij Innove, een nascholingscentrum voor leraren in Estland. Helena Karu-Baher geeft een overzicht van wat men voor heeft op gebied van teachertraining. Ze legt uit dat docenten &amp;amp; schoolleiding moeite hebben met de ontwikkeling van het lerarenberoep. Vooral schoolleiders hebben hiervan last, het land is kleiner en kent slecht weinig groeimogelijkheden. Schoolleiders krijgen het er vooral van langs. Ze weten niet hoe leraren te ontwikkelen en als leider innoveren ze te weinig. Wie in Estland schoolleider wordt blijft dat vaak tot zijn pensioen.&lt;br&gt;
Leraren worden universitair opgeleid. Dat gebeurt in Talinn &amp;amp; Tartu.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://lh3.googleusercontent.com/sykNJhTEEnkImw1hSQxq4RhX-V9uSbKIrP8eAEfiTveAC3lQFiuSquVZhMTQcMAKw58fgproQhTrZYDIRlqqDPzZIH7f6TJQee0ncAq25WyfCKdlHvCwwrlUmCelKqKAjudHjU_k&#34; alt=&#34;&#34;&gt;&lt;/p&gt;
&lt;p&gt;Historisch besef in Estland is enorm! &lt;/p&gt;
&lt;h2 id=&#34;estland-in-cijfers&#34;&gt;Estland in cijfers &lt;/h2&gt;
&lt;p&gt;143.700 leerlingen en 14.500 leraren.&lt;br&gt;
1 leraar op 10 leerlingen, er zijn veel parttimers met name bij de beroepsopleidingen. Er zijn te weinig leraren voor First Grade en het Gymnasium. Leraren hebben in Estland een gemiddeld inkomen, op het platteland kan men er zeer goed van leven. Net als in Nederland is het salaris onderwerp van gesprek. Het beroep leraar is niet erg gewild. Lerarenopleidingen hebben geen toezicht op de stage van leraren. Men wil dat verbeteren. Meer cijfers vond ik op &lt;a href=&#34;http://www.haridussilm.ee&#34;&gt;deze pagina.&lt;/a&gt;&lt;/p&gt;
&lt;h2 id=&#34;de-leraar-als-professional-in-estland&#34;&gt;De leraar als professional in Estland&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Ontwikkeling en verbetering van het beroep leraar&lt;/li&gt;
&lt;li&gt;Leraren- en schoolleider-programma ter professionalisering van de school, vooral gericht op beter leidinggeven, mentorschap en samenwerking met name op het gebied van techniek voor feedback en ondersteuning. Hier hoort ook leren van andere landen bij.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Hoe verloopt de professionalisering van leraren?&lt;br&gt;
Op nationaal niveau worden opleidingen en diploma’s geregeld.&lt;br&gt;
Er is een professionele competentie-beschrijving met standaard. Er komt een portfolio met hun activiteiten.&lt;br&gt;
Een in-service-systeem voor training helpt de competenties verder te ontwikkelen. Het Europees ontwikkelingsfonds spendeert veel geld aan de volgende twee programma’s in Estland.&lt;/p&gt;
&lt;p&gt;Bij de bijeenkomsten is men niet genegen te komen voor cursussen, meer werkt men aan houding en techniek verandering. Men kijkt middels training meer naar hoe beter les te geven met activerende lesvormen.&lt;br&gt;
Bijzonder is dat de Estse leraren naar Nederland en Finland gaan om te zien hoe men actiever kan laten leren. In 2018 was de opbrengst uitstekend. Ruim 80% van de scholen doet mee aan het programma ter verbetering van het onderwijs. Het loopt zeer slecht met de deelname van de schoolleiders.&lt;/p&gt;
&lt;h2 id=&#34;e-estonia-centerrondleiding-door-karli-suvisild&#34;&gt;E-ESTONIA CENTER rondleiding door Karli Suvisild&lt;/h2&gt;
&lt;p&gt;Estland wil graag het Europese innovatiecentrum zijn. Daarom is het als e-burger mogelijk om documenten - inclusief wetten - digitaal te ondertekenen, zelfs vindt men dat internet een grondrecht is. Wij staan voor de E-estonia showroom om te kijken hoe de Esten dat doen.&lt;/p&gt;
&lt;p&gt;In Estland zijn alle online diensten aangesloten op één overheidsportal. Belastingaangifte doen duurt slechts enkele minuten en gebeurt volledig online. &amp;ldquo;Alleen voor trouwen, scheiden en je huis verkopen mag je in een andere sfeer komen zegt Karli Suvisild van het prachtige bezoekerscentrum e-Estonia.&lt;/p&gt;
&lt;p&gt;Hij laat zonder problemen zijn persoonsgegevens uit het elektronisch patiëntendossier zien: paspoort en ID-kaart, burgerlijke staat, medische gegevens. Moet je in Nederland voor komen, daar liep dat stuk op privacy bezwaren. Bang voor de Poetin hackers lijken de Esten niet. &amp;ldquo;Grote bedrijven als Facebook en Google hebben heel veel informatie over ons, net als de overheid die al heeft. In Tallinn zit ook het cybersecurity centrum van de NAVO en het IT-centrum van de Europese Unie. &amp;ldquo;Het digitale overheidssysteem lijkt op een spinnenweb. Een van de slides is een overzichtelijk spinnenweb&amp;rdquo;. De informatie komt uit duizenden databases die met elkaar verbonden zijn. In een mooi boekje lees ik dat Estland graag veel virtuele burgers wil hebben. Zo maak je een klein land groot.&lt;br&gt;
Door de verregaande digitalisering lijkt het land een aantrekkelijke plek te zijn voor startende ondernemers. Per hoofd van de bevolking kent Estland zeer veel startups (o.a. Skype komt hier vandaan). Met je e-residentiekaart van € 100,- kun je als buitenlander hier makkelijk een bedrijf opzetten in Estland. Alles uiteraard volledig online. Zo&amp;rsquo;n digitaal burgerschap kan iedereen ter wereld aanvragen. Na een screening kunnen &amp;rsquo;e-burgers&amp;rsquo; bij hun de Estse ambassade een ID-pas ophalen. Deze e-burgers hebben al veel bedrijfjes opgezet en betalen belasting. &amp;ldquo;We willen graag 10 miljoen virtuele burgers in 2025. Interessant voor een land van maar 1,3 miljoen inwoners&amp;rdquo;, zegt de woordvoerder van het programma. Ergens lees ik dat men in 2025 10 miljoen e-residents wil hebben. Of dat gaat lukken valt nog te bezien. Tot nu hebben ca. 25.000 buitenlanders zich bij de gemeenschap aangepast.&lt;br&gt;
Als we de deur uitgaan passeer ik de tekst: Welcome in e-estonia.&lt;br&gt;
Het valt op hoe open Karli is, hij logt in op zijn persoonlijk portaal van zijn elektronisch patiëntendossier en laat de notariële akte zien van zijn woning.&lt;/p&gt;
</content>
    </item>
    
    <item>
      <title>Google certified innovators</title>
      <link>https://ramonmoorlag.nl/posts/2018-09-10-google-certified-innovators-get-ready-for-the-launch/</link>
      <pubDate>Mon, 10 Sep 2018 00:00:00 +0000</pubDate>
      
      <guid>https://ramonmoorlag.nl/posts/2018-09-10-google-certified-innovators-get-ready-for-the-launch/</guid>
      <description>Last week I was surprised by the assignment of mentors. I was assigned a mentor for the Google Certified innovator program (see also my previous blog). The project I am working on is called &amp;lsquo;are you still there&amp;rsquo;. An interactive system to measure the growth of students in a fun way. Not a system to pursuit students, but a system to give insight into learning and the absence of that learning.</description>
      <content>&lt;p&gt;Last week I was surprised by the assignment of mentors. I was assigned a mentor for the Google Certified innovator program (see also my previous blog). &lt;/p&gt;
&lt;p&gt;The project I am working on is called &amp;lsquo;&lt;em&gt;are you still there&lt;/em&gt;&amp;rsquo;. An interactive system to measure the growth of students in a fun way. Not a system to pursuit students, but a system to give insight into learning and the absence of that learning. Based on the activity system of Git. This is going to be so much fun!&lt;/p&gt;
&lt;p&gt;It was fun talking to Anders from Sweden. He has a unique insight into the Swedish school system. He was a head teacher at a school for a few years, taught Geography and is now managing IT at a few schools.&lt;/p&gt;
</content>
    </item>
    
    <item>
      <title>Kickstart Computer Science Education</title>
      <link>https://ramonmoorlag.nl/posts/2018-08-27-kickstart-computer-science-education/</link>
      <pubDate>Mon, 27 Aug 2018 00:00:00 +0000</pubDate>
      
      <guid>https://ramonmoorlag.nl/posts/2018-08-27-kickstart-computer-science-education/</guid>
      <description>Implementing a new core curriculum for Computer Science is a challenge. Adding twelve different optional modules is fun. The optional modules will be developed with the help of the bèta-support centers and with a lot of help from teachers. I&amp;rsquo;m attached to the development of networking &amp;amp; Internet of Things. It&amp;rsquo;s been a great adventure and I learned a lot. A lot about new protocols, transmission rates, data packet sizes and most importantly I rediscovered the joy of learning.</description>
      <content>&lt;p&gt;Implementing a new core curriculum for Computer Science is a challenge. Adding twelve different optional modules is fun. The optional modules will be developed with the help of the bèta-support centers and with a lot of help from teachers. I&amp;rsquo;m attached to the development of networking &amp;amp; Internet of Things. It&amp;rsquo;s been a great adventure and I learned a lot. A lot about new protocols, transmission rates, data packet sizes and most importantly I rediscovered the joy of learning.&lt;/p&gt;
&lt;p&gt;Every school holiday I try to develop a new skill (ranging from speaking Swedish to Origami). It&amp;rsquo;s fun to learn something new and I find it a great way to connect with my students. The fun and uncertainty of learning is something I really enjoy and it&amp;rsquo;s the modus operandi for a lot of students. From frustration to understanding, discovering, applying and implementing. A lot of these aspects my students experience on a daily basis.&lt;/p&gt;
&lt;p&gt;These are the modules almost production ready. The core curriculum is being developed at the educational publishers (Instruct, Informatica-actief &amp;amp; Enigma). I&amp;rsquo;m so proud of what we have achieved. This really is a great step and a good journey for computer science in the Netherlands. I&amp;rsquo;ll update this blog when new teaching materials will be made available!&lt;/p&gt;
</content>
    </item>
    
    <item>
      <title>Colab? Spotify collaborative</title>
      <link>https://ramonmoorlag.nl/posts/2018-08-25-colab-spotify-colaberative/</link>
      <pubDate>Sat, 25 Aug 2018 00:00:00 +0000</pubDate>
      
      <guid>https://ramonmoorlag.nl/posts/2018-08-25-colab-spotify-colaberative/</guid>
      <description>Connecting with my students is something I really enjoy. One of my newest experiments is a collaborative playlist on Spotify. An easy way for students to send me tracks on Spotify.
&amp;lsquo;Mister Moorlag, this you really need to hear&amp;rsquo;.
With the greatest of care, they arranged a starting playlist with 25 tracks. And then things started to grow! Now with over 28 hours of music; 420 tracks and 38 followers I think I found a new way to interact with my students.</description>
      <content>&lt;p&gt;Connecting with my students is something I really enjoy. One of my newest experiments is a collaborative playlist on Spotify. An easy way for students to send me tracks on Spotify.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;&amp;lsquo;Mister Moorlag, &lt;strong&gt;this&lt;/strong&gt; you really need&lt;/em&gt; &lt;em&gt;to hear&lt;/em&gt;&amp;rsquo;.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;With the greatest of care, they arranged a starting playlist with 25 tracks. And then things started to grow! Now with over 28 hours of music; 420 tracks and 38 followers I think I found a new way to interact with my students. I&amp;rsquo;ve added the occasional song, and the feedback was great. We are not just exchanging songs, we are having a conversation about music, mood improvements and life. &lt;strong&gt;Life&amp;rsquo;s for sharing.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Want to be surprised by something new, something funky or something old? Subscribe to our music stream. Listen to it via &lt;a href=&#34;https://open.spotify.com/user/moorlag/playlist/7HzL8gWZr8WiKmXdWit2N0?si=H9dGtgy2QYqFVH-8UQAlAQ&#34;&gt;Spotify Moorlag playlist&lt;/a&gt; via the list below.&lt;/p&gt;


&lt;iframe src=&#34;https://open.spotify.com/embed/user/moorlag/playlist/7HzL8gWZr8WiKmXdWit2N0&#34; width=&#34;300&#34; height=&#34;380&#34;&gt;&lt;/iframe&gt;


</content>
    </item>
    
    <item>
      <title>Get ready to innovate, start your engines</title>
      <link>https://ramonmoorlag.nl/posts/2018-08-25-get-ready-to-innovate-start-your-engines/</link>
      <pubDate>Sat, 25 Aug 2018 00:00:00 +0000</pubDate>
      
      <guid>https://ramonmoorlag.nl/posts/2018-08-25-get-ready-to-innovate-start-your-engines/</guid>
      <description>Ladies, start your engines and may the best woman win. Get ready to innovate! With the help of my students, I discovered RuPaul&amp;rsquo;s Drag race. I think it gives an alternative view on how Americans see themselves and each other (and Facebook has 70 (!) genders to choose from). I&amp;rsquo;m happy my students share these experiences with me. With a good connection, the learning happens almost automatically.
Innovation is just like gender; we are born with it and try to make the best of it.</description>
      <content>&lt;h1 id=&#34;ladies-start-your-engines-and-may-the-best-woman-win-get-ready-to-innovate&#34;&gt;Ladies, start your engines and may the best woman win. Get ready to innovate!&lt;/h1&gt;
&lt;p&gt;With the help of my students, I discovered &lt;a href=&#34;https://twitter.com/logotv/&#34;&gt;RuPaul&amp;rsquo;s Drag race&lt;/a&gt;. I think it gives an alternative view on how Americans see themselves and each other (and  Facebook has 70 (!) genders to choose from). I&amp;rsquo;m happy my students share these experiences with me. With a good connection, the learning happens almost automatically.&lt;/p&gt;
&lt;p&gt;Innovation is just like gender; we are born with it and try to make the best of it. Innovation thrives with a cadence, a way of handling the process, an ideal system based on time or effort. And somehow RuPaul brings a smile to my face.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;And now, lip-sync for your life.&lt;/strong&gt;&lt;/p&gt;
</content>
    </item>
    
    <item>
      <title>This blog is now protected</title>
      <link>https://ramonmoorlag.nl/posts/2018-06-17-cloudflare-protecting-my-blog/</link>
      <pubDate>Sun, 17 Jun 2018 00:00:00 +0000</pubDate>
      
      <guid>https://ramonmoorlag.nl/posts/2018-06-17-cloudflare-protecting-my-blog/</guid>
      <description>Cloudflare? With the help of Cloudflare my blog is now HTTPS enabled and in case of a DDoS attack the service also can help manage the traffic. It&amp;rsquo;s free! Cloudflare is a &amp;lsquo;content delivery network&amp;rsquo; service. Basically is helps the web server to serve the website in a durable way to visitors (and prevents attackers from accessing the website).
Implementing During the implementation, I used the knowledge base a lot. Feel free to speed up the process of implementing with these links.</description>
      <content>&lt;h1 id=&#34;cloudflare&#34;&gt;Cloudflare?&lt;/h1&gt;
&lt;p&gt;With the help of Cloudflare my blog is now HTTPS enabled and in case of a DDoS attack the service also can help manage the traffic. It&amp;rsquo;s free! Cloudflare is a &amp;lsquo;content delivery network&amp;rsquo; service. Basically is helps the web server to serve the website in a durable way to visitors (and prevents attackers from accessing the website).&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://ramonmoorlag.nl/img/overview.png&#34; alt=&#34;Routing or rerouting&#34;&gt;&lt;/p&gt;
&lt;h2 id=&#34;implementing&#34;&gt;Implementing&lt;/h2&gt;
&lt;p&gt;During the implementation, I used the knowledge base a lot. Feel free to speed up the process of implementing with these links.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://support.cloudflare.com/hc/en-us/categories/200275218&#34;&gt;Cloudflare 101&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://support.cloudflare.com/hc/en-us/articles/212165728-How-do-I-turn-on-DNSSEC-&#34;&gt;How do I turn on DNSSEC?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://support.cloudflare.com/hc/en-us/articles/209150908-How-to-add-a-DS-record-to-Google-Domains&#34;&gt;How to add a DS record to Google Domains&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://support.cloudflare.com/hc/en-us/articles/201897700-Step-4-Recommended-First-Steps-for-all-Cloudflare-users&#34;&gt;First Steps for all Cloudflare users&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://support.cloudflare.com/hc/en-us/articles/200170536-How-do-I-redirect-all-visitors-to-HTTPS-SSL-&#34;&gt;How do I redirect all visitors to HTTPS/SSL?&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;It was really easy to start using Cloudflare. Together with Google Domains, it is easy to use and even easier to manage.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Cloudflare, Inc. is a U.S. company that provides content delivery network services, DDoS mitigation, Internet security and distributed domain name server services, sitting between the visitor and the Cloudflare user&amp;rsquo;s hosting provider, acting as a reverse proxy for websites.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h3 id=&#34;how-lava-lamps-keep-the-internet-save&#34;&gt;How Lava Lamps keep the internet save&lt;/h3&gt;


&lt;iframe src=&#34;https://www.youtube.com/embed/1cUUfMeOijg&#34; width=&#34;560&#34; height=&#34;315&#34; frameborder=&#34;0&#34; allowfullscreen=&#34;allowfullscreen&#34;&gt;&lt;/iframe&gt;


</content>
    </item>
    
    <item>
      <title>Student centered learning</title>
      <link>https://ramonmoorlag.nl/posts/2018-05-29-student-centered-learning/</link>
      <pubDate>Tue, 29 May 2018 00:00:00 +0000</pubDate>
      
      <guid>https://ramonmoorlag.nl/posts/2018-05-29-student-centered-learning/</guid>
      <description>Student-centered learning and subject cluster projects. Hello World is my favorite magazine. It&amp;rsquo;s from the UK and is all about computer science and teaching/learning the subject. I was asked by my dear friend Miles Berry to prepare a 1000 word piece about student-centered learning. Quite a challenge I can assure you. I wrote about student-centered learning with &amp;lsquo;profielwerkstukken&amp;rsquo; (final research projects in the last phase of education).
My students loved it, made my mother proud and I found a new skill.</description>
      <content>&lt;h1 id=&#34;student-centered-learning-and-subject-cluster-projects&#34;&gt;Student-centered learning and subject cluster projects.&lt;/h1&gt;
&lt;p&gt;Hello World is my favorite magazine. It&amp;rsquo;s from the UK and is all about computer science and teaching/learning the subject. I was asked by my dear friend Miles Berry to prepare a 1000 word piece about student-centered learning. Quite a challenge I can assure you. I wrote about student-centered learning with &amp;lsquo;profielwerkstukken&amp;rsquo; (final research projects in the last phase of education).&lt;/p&gt;
&lt;p&gt;My students loved it, made my mother proud and I found a new skill.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://camo.githubusercontent.com/023864bc52ab9582caaf4bb8ed1832fef0cfbe41/68747470733a2f2f6d656469612e67697068792e636f6d2f6d656469612f336f366e555950394144627632674136524f2f67697068792e676966&#34; alt=&#34;&#34;&gt;&lt;/p&gt;
&lt;p&gt;Thanks to Yochem, Nathan &amp;amp; Jelle the project was a success, they developed an opensource hand prosthetic. With a muscle sensor and a custom PCB. In the project, pipeline is adding machine learning to the device and refining the fingers. Everything is documented very well on &lt;a href=&#34;https://github.com/3PMAP&#34;&gt;GitHub&lt;/a&gt;. The prosthetic can be built with €200 budget. My students are going to refine the design and lower the price even more. Everything is open source and can be adeptly easily. The article can be accessed here for free :-)&lt;/p&gt;
&lt;p&gt;In the Netherlands, students have to carry out a final research project in the last two years of their secondary school education. This research must emphasize the level of the students in a clear manner. In the Netherlands, this research project is called &amp;lsquo;subject cluster project&amp;rsquo; because the student can choose between a number of subject combinations. Students only have to create one subject cluster project, whether or not in collaboration with others. Got your interest? The entire article can be found here. &lt;a href=&#34;https://ramonmoorlag.nl/img/HelloWorld05.pdf&#34;&gt;HelloWorld 05&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://ramonmoorlag.nl/img/HW_PWS_Students.png&#34; alt=&#34;Hello World with Yochem, Nathan &amp;amp; Jelle&#34;&gt; Hello World with Yochem, Nathan &amp;amp; Jelle&lt;/p&gt;
</content>
    </item>
    
    <item>
      <title>Sladda? This is not yet an other bike review</title>
      <link>https://ramonmoorlag.nl/posts/2018-05-13-sladda-this-is-not-yet-an-other-bike-review/</link>
      <pubDate>Sun, 13 May 2018 00:00:00 +0000</pubDate>
      
      <guid>https://ramonmoorlag.nl/posts/2018-05-13-sladda-this-is-not-yet-an-other-bike-review/</guid>
      <description>Sladda, the IKEA bike This is not yet another bike review or is it.
UPDATE: IKEA recalled the bike and I gave the bike back to IKEA :-( UPDATE: I bought a refurbished bike for roughly 15% of the orginal price :-)
Drinking my coffee in Amsterdam and letting my thoughts go free I noticed quite a few bikes with a blue tire. And that started this blog. Why buy a bike when you can lease one for the price of 3 Starbucks beverages a month.</description>
      <content>&lt;h1 id=&#34;sladda-the-ikea-bike&#34;&gt;Sladda, the IKEA bike&lt;/h1&gt;
&lt;blockquote&gt;
&lt;p&gt;This is not yet another bike review or &lt;em&gt;is it.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;UPDATE: IKEA recalled the bike and I gave the bike back to IKEA :-(
UPDATE: I bought a refurbished bike for roughly 15% of the orginal price :-)&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Drinking my coffee in Amsterdam and letting my thoughts go free I noticed quite a few bikes with a blue tire. And that started this blog. Why buy a bike when you can lease one for the price of 3 Starbucks beverages a month. Or why buy a bike preassembled when you can have the fun of building your own bike with an IKEA kit :-) I have been using the bike for over 7 months.&lt;/p&gt;
&lt;h2 id=&#34;netherlands-land-of-thé-bike&#34;&gt;Netherlands, land of thé bike&lt;/h2&gt;
&lt;p&gt;&lt;a href=&#34;http://amsterdamfaq.com/1/amsterdam&#34;&gt;Amsterdam&lt;/a&gt; alone has over 847.000 bikes, in the &lt;a href=&#34;https://www.velo-city2017.com/learn-more/why-the-netherlands/&#34;&gt;Netherlands&lt;/a&gt; there over 22 million bikes! So, we know how to bike and most famous bike brands are Dutch, including &lt;a href=&#34;https://www.vanmoof.com/en_nl/&#34;&gt;VanMoof,&lt;/a&gt; &lt;a href=&#34;https://www.gazelle.nl&#34;&gt;Royal Gazelle&lt;/a&gt;, and &lt;a href=&#34;https://www.batavus.nl&#34;&gt;Batavus&lt;/a&gt;. With more bikes then people you can state that we are a bike nation. Ask a random tourist and bikes will be in the top 3 things from the things they saw in the Netherlands.&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;ve used a bike since I was 3,5 years old. Learning to use a bike and be confident in using it takes practices, practices, and practices. My mother (and my father) helped with that a lot. First with &lt;a href=&#34;https://www.lindanieuws.nl/nieuws/zijwieltjes-in-de-ban-de-loopfiets-zorgt-voor-minder-ongelukken/&#34;&gt;side wheels&lt;/a&gt; (untranslatable), later on with the assistance of my parents. A few weeks later I&amp;rsquo;ve managed to use a bike independently. And with great power comes great responsibility, living near a canal.&lt;/p&gt;
&lt;h3 id=&#34;pros&#34;&gt;Pros&lt;/h3&gt;
&lt;p&gt;Love the design and the lack of chain. It&amp;rsquo;s a sturdy bike and easy to assemble. Pricing is fair, and it&amp;rsquo;s a unique design. It has a great frame, sturdy and head-turning design. Using it daily is still fun, the design makes people turn their head and in the large bike storage in Den Bosch, it&amp;rsquo;s easy to find my bike. There is only one :-)&lt;/p&gt;
&lt;h3 id=&#34;cons&#34;&gt;Cons&lt;/h3&gt;
&lt;p&gt;Having never built a bike from a kit it was quite a challenge to assemble it into a working bike. A few screws on the bike came lose during biking; scary! With some lock tight, the screws and bolts will not move again. The frame is sturdy, but a bit heavy.&lt;/p&gt;
&lt;h2 id=&#34;pricing&#34;&gt;Pricing&lt;/h2&gt;
&lt;p&gt;Starting from €399,-&lt;/p&gt;
</content>
    </item>
    
    <item>
      <title>Experimenting</title>
      <link>https://ramonmoorlag.nl/posts/2018-04-21-experimenting/</link>
      <pubDate>Sat, 21 Apr 2018 00:00:00 +0000</pubDate>
      
      <guid>https://ramonmoorlag.nl/posts/2018-04-21-experimenting/</guid>
      <description>Eat, sleep, learn &amp;amp; repeat Based on the song from Fat Boy Slim; Eat, sleep, Rave &amp;amp; Repeat this is a mantra that sticks. Experimenting!
Learning is what sets us apart from the Neandertal. We can cope with setbacks, a change in environment and the ability to learn from feedback. In this short blog a few experiments to keep the mind busy, keep my employer happy, enjoy the benefits of being a Homosapien, to learn and share what is working!</description>
      <content>&lt;h1 id=&#34;eat-sleep-learn--repeat&#34;&gt;Eat, sleep, learn &amp;amp; repeat&lt;/h1&gt;
&lt;p&gt;Based on the song from Fat Boy Slim; &lt;a href=&#34;https://www.youtube.com/watch?v=3w2kL_4vplU&#34;&gt;Eat, sleep, Rave &amp;amp; Repeat&lt;/a&gt; this is a mantra that sticks. Experimenting!&lt;/p&gt;
&lt;p&gt;Learning is what sets us apart from the Neandertal. We can cope with setbacks, a change in environment and the ability to learn from feedback.  In this short blog a few experiments to keep the mind busy, keep my employer happy, enjoy the benefits of being a Homosapien, to learn and share what is working!&lt;/p&gt;
&lt;h2 id=&#34;develop-a-sense-of-excitement&#34;&gt;Develop a sense of excitement&lt;/h2&gt;
&lt;p&gt;How to develop a sense of excitement (or urgency) is the key to achieve greatness. The video below shows it all. Learning how to do a kickflip (5:47hrs) isn&amp;rsquo;t a life skill, but it teaches so much about learning. I need to mention the article on Medium about the works of Papert (&lt;a href=&#34;https://medium.com/bits-and-behavior/mindstorms-what-did-papert-argue-and-what-does-it-mean-for-learning-and-education-c8324b58aca4&#34;&gt;Mindstorms: what did Papert argue and what does it mean for learning and education?&lt;/a&gt;). Learning how to do a kickflip on a skateboard isn&amp;rsquo;t a life skill, but with the usage of the internet and learning from learning is key in developing excitement. For that purpose, I bought a skateboard and I am going to measure how long I need to develop the skill of using it as an alternative for a bike.&lt;/p&gt;
&lt;h3 id=&#34;how-to-develop-a-culture-of-experimenting&#34;&gt;How to develop a culture of experimenting?&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Start with communicating&lt;/li&gt;
&lt;li&gt;Fail &lt;strong&gt;fast&lt;/strong&gt;, learn &lt;strong&gt;fast&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Make the skill applicable to a situation
&lt;ul&gt;
&lt;li&gt;Skateboarding can help with fighting off RSI&lt;/li&gt;
&lt;li&gt;Counts as a workout&lt;/li&gt;
&lt;li&gt;And helps alleviate stress&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Accept that you are not the expert, try to become the expert quickly&lt;/li&gt;
&lt;li&gt;Engage the skill with every fiber
&lt;ul&gt;
&lt;li&gt;Every ounce of bodyweight
&lt;ul&gt;
&lt;li&gt;Every kW of energy&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Jump in, head first!&lt;/li&gt;
&lt;li&gt;Push, boundaries are mostly only mentally&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I´ve inspiration in the &lt;a href=&#34;https://www.urlaubsheld.de/magazin/artikel/the-urge-of-excitement-while-travelling&#34;&gt;Urge of excitement&lt;/a&gt; from a Globetrotter.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Come on, why acclimate? We are globetrotters.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;And the book &lt;a href=&#34;https://amzn.to/2Hiq0RR&#34;&gt;the lean startup&lt;/a&gt;. It&amp;rsquo;s a great book when starting to think in &amp;lsquo;business terms&amp;rsquo;. Business can be broadly interpreted. It&amp;rsquo;s way of thinking, developing and testing, product-centered, consumer-owned.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Eat, sleep, learn &amp;amp; repeat&lt;/p&gt;
&lt;/blockquote&gt;


&lt;iframe src=&#34;https://www.youtube.com/embed/0fzst0kM8pI&#34; width=&#34;560&#34; height=&#34;315&#34; frameborder=&#34;0&#34; allowfullscreen=&#34;allowfullscreen&#34;&gt;&lt;/iframe&gt;


&lt;h3 id=&#34;current-experiments&#34;&gt;Current Experiments&lt;/h3&gt;
&lt;p&gt;This is a short list of current experiments.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Google Photos&lt;/li&gt;
&lt;li&gt;Shared resources Google Calendar&lt;/li&gt;
&lt;li&gt;Design thinking with our first-year students&lt;/li&gt;
&lt;li&gt;Learning a way to implement the new CS curriculum.&lt;/li&gt;
&lt;/ul&gt;
</content>
    </item>
    
    <item>
      <title>A few days in Berlin</title>
      <link>https://ramonmoorlag.nl/posts/2018-04-03-a-few-days-in-berlin/</link>
      <pubDate>Tue, 03 Apr 2018 00:00:00 +0000</pubDate>
      
      <guid>https://ramonmoorlag.nl/posts/2018-04-03-a-few-days-in-berlin/</guid>
      <description>Really enjoyed a few days in Berlin. In a few pictures here or with the context on Instagram </description>
      <content>&lt;h1 id=&#34;really-enjoyed-a-few-days-in-berlin&#34;&gt;Really enjoyed a few days in Berlin.&lt;/h1&gt;
&lt;p&gt;In a few pictures here or with &lt;a href=&#34;http://www.instagram.com/moorlag&#34;&gt;the context on Instagram&lt;/a&gt;
&lt;img src=&#34;https://ramonmoorlag.nl/img/IMG_1272.jpg&#34; alt=&#34;&#34;&gt;
&lt;img src=&#34;https://ramonmoorlag.nl/img/IMG_1295-e1522734340520.jpg&#34; alt=&#34;&#34;&gt;
&lt;img src=&#34;https://ramonmoorlag.nl/img/IMG_1288.jpg&#34; alt=&#34;&#34;&gt;
&lt;img src=&#34;https://ramonmoorlag.nl/img/IMG_1284.jpg&#34; alt=&#34;&#34;&gt;&lt;/p&gt;
</content>
    </item>
    
    <item>
      <title>Fog, clouds &amp; Google</title>
      <link>https://ramonmoorlag.nl/posts/2018-04-01-fog-clouds-google/</link>
      <pubDate>Sun, 01 Apr 2018 00:00:00 +0000</pubDate>
      
      <guid>https://ramonmoorlag.nl/posts/2018-04-01-fog-clouds-google/</guid>
      <description>Fog, just a surface based cloud not going Google. It&amp;rsquo;s so easy to forget where we came from. Everything always on, always available and automatically saved with no real need to backup. Is this an idyllic world? Or a dystopian future? Is Google the answer?
Using state of the art technology is key to keep in touch with the world around us. With the adaptation of Google&amp;rsquo;s App suite and the tools connected to the suite, our students are now suited to envision a future where they are in control of their surrounding.</description>
      <content>&lt;h1 id=&#34;fog-just-a-surface-based-cloud-not-going-google&#34;&gt;Fog, just a surface based cloud not going Google.&lt;/h1&gt;
&lt;p&gt;It&amp;rsquo;s so easy to forget where we came from. Everything always on, always available and automatically saved with no real need to backup. Is this an idyllic world? Or a dystopian future? Is Google the answer?&lt;/p&gt;
&lt;p&gt;Using state of the art technology is key to keep in touch with the world around us. With the adaptation of Google&amp;rsquo;s App suite and the tools connected to the suite, our students are now suited to envision a future where they are in control of their surrounding.&lt;/p&gt;
&lt;p&gt;It&amp;rsquo;s more than just using technology, my students breathe a new way of thinking. Not single-minded but crowd-minded, not eleven different versions but one online document and saving&amp;hellip; that&amp;rsquo;s something that is automated. And when left with a choice they form groups to boost performance.&lt;/p&gt;
&lt;p&gt;With the usage of Google&amp;rsquo;s App suite, my colleagues enjoy the benefits of a clear and easy to use infrastructure to communicate with students and each other. We are now implementing group calendars and Google Drive file stream. One account for mail, documents and with a Single Sign-On application, all other accounts are now synced with the same account.&lt;/p&gt;
&lt;h2 id=&#34;going-from-fog-to-clouds&#34;&gt;Going from fog to clouds.&lt;/h2&gt;
&lt;p&gt;A few things I learned from being an early adopter;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Never forget the 15% of colleagues that aren&amp;rsquo;t following the 85%&lt;/li&gt;
&lt;li&gt;Starting is easy, completing the circle is a challenge.&lt;/li&gt;
&lt;li&gt;Communicate the change.&lt;/li&gt;
&lt;li&gt;Let students help with training colleagues.&lt;/li&gt;
&lt;li&gt;Let students teach other students.&lt;/li&gt;
&lt;li&gt;Enjoy the mistakes you make (yes we are all able to make mistakes).
&lt;ul&gt;
&lt;li&gt;Make every mistake only once (or twice&amp;hellip;.)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Use &lt;a href=&#34;http://ramonmoorlag.nl/2018/01/03/long-overdue-update-with-g-suite/&#34;&gt;GAM and automate Google Apps for education&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;NEVER stop learning&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;roadmap&#34;&gt;Roadmap&lt;/h3&gt;
&lt;p&gt;With a lot of things already implemented I try to focus on the items on the list below.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Group calendars&lt;/li&gt;
&lt;li&gt;Teacher/parent meetings directly in the calendar&lt;/li&gt;
&lt;li&gt;&amp;lsquo;Take out&amp;rsquo; for students ready to embrace the world&lt;/li&gt;
&lt;li&gt;Self-taught courseware&lt;/li&gt;
&lt;li&gt;Be a Google Certified Innovator (!)&lt;/li&gt;
&lt;li&gt;Action script&lt;/li&gt;
&lt;/ul&gt;
</content>
    </item>
    
    <item>
      <title>Long Reads, a long reading list</title>
      <link>https://ramonmoorlag.nl/posts/2018-03-19-long-reads/</link>
      <pubDate>Mon, 19 Mar 2018 00:00:00 +0000</pubDate>
      
      <guid>https://ramonmoorlag.nl/posts/2018-03-19-long-reads/</guid>
      <description>Yes, I love long reads This is just a short blog about a page I started some time ago in draft mode. The long reads that keep me up at night, things I really want to read and that started a new way of seeing things.
I really love how these blogs redefine my (world)view and I try to convey that feeling in my classes computer science. Longs reads require an effort and a conviction to continue on reading.</description>
      <content>&lt;h1 id=&#34;yes-i-love-long-reads&#34;&gt;Yes, I love long reads&lt;/h1&gt;
&lt;p&gt;This is just a short blog about a page I started some time ago in draft mode. The long reads that keep me up at night, things I really want to read and that started a new way of seeing things.&lt;/p&gt;
&lt;p&gt;I really love how these blogs redefine my (world)view and I try to convey that feeling in my classes computer science. Longs reads require an effort and a conviction to continue on reading. They challenge, perhaps even convert but mostly they can pinch a nerve. A few of my favorite long reads can be found in this blog. I&amp;rsquo;ll keep a static page with all the hyperlinks to &lt;a href=&#34;http://ramonmoorlag.nl/bookshelf/reading-list/&#34;&gt;the long reads on my website&lt;/a&gt;.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Longreads features the best storytelling on the web from hundreds of publishers. Story picks include longform journalism, short stories, in-depth interviews, and even historical documents. - &lt;a href=&#34;https://longreads.com&#34;&gt;Longreads.com&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;The items on the page will be without any remarks or suggestions.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://www.wired.com/story/age-of-social-credit/&#34;&gt;Inside China&amp;rsquo;s vast new experiment in social ranking (Wired)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.theverge.com/2018/3/16/17130366/china-social-credit-travel-plane-train-tickets&#34;&gt;China will ban people with poor ‘social credit’ from planes and trains (the Verge)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;http://www.wired.co.uk/article/chinese-government-social-credit-score-privacy-invasion&#34;&gt;Big data meets Big Brother as China moves to rate its citizens (Wired UK)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Want to add one? Or suggest a long read? &lt;a href=&#34;http://www.twitter.com/moorlag&#34;&gt;I&amp;rsquo;m on Twitter!&lt;/a&gt;&lt;/p&gt;
</content>
    </item>
    
    <item>
      <title>7 lessons I learned from designing a new subject</title>
      <link>https://ramonmoorlag.nl/posts/2018-03-18-7-lessons-i-learned-from-designing-a-new-subject/</link>
      <pubDate>Sun, 18 Mar 2018 00:00:00 +0000</pubDate>
      
      <guid>https://ramonmoorlag.nl/posts/2018-03-18-7-lessons-i-learned-from-designing-a-new-subject/</guid>
      <description>To be worked out with working examples These are the seven lessons I learned from designing a new school subject
Start with the end in mind Let the learning happen Give control Eat sleep, learn repeat Enjoy the boredom Communicate the change Be surprised </description>
      <content>&lt;h1 id=&#34;to-be-worked-out-with-working-examples&#34;&gt;To be worked out with working examples&lt;/h1&gt;
&lt;p&gt;These are the seven lessons I learned from designing a new school subject&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Start with the end in mind&lt;/li&gt;
&lt;li&gt;Let the learning happen&lt;/li&gt;
&lt;li&gt;Give control&lt;/li&gt;
&lt;li&gt;Eat sleep, learn repeat&lt;/li&gt;
&lt;li&gt;Enjoy the boredom&lt;/li&gt;
&lt;li&gt;Communicate the change&lt;/li&gt;
&lt;li&gt;Be surprised&lt;/li&gt;
&lt;/ul&gt;
</content>
    </item>
    
    <item>
      <title>Why I teach (still in Dutch)</title>
      <link>https://ramonmoorlag.nl/posts/2018-01-31-teach-still-dutch/</link>
      <pubDate>Wed, 31 Jan 2018 00:00:00 +0000</pubDate>
      
      <guid>https://ramonmoorlag.nl/posts/2018-01-31-teach-still-dutch/</guid>
      <description>Sorry, Dutch only. With Google Translate this page can be in English.
Dit is de reden dat ik lesgeef Net even vroeger dan gewenst zit ik weer in de trein naar &amp;rsquo;s-Hertogenbosch (05.45 eruit; 23:45 erin).
Gisteravond waren de profielwerkstuk (PWS) presentaties van atheneum. Met enige trots stonden daar drie heren in witte overhemden. Een presentatie tot in perfectie geoefend (en toch nog ergens een vage zweem van zenuwen zichtbaar in hun gezichten) te geven.</description>
      <content>&lt;p&gt;Sorry, Dutch only. With Google Translate this page can be in English.&lt;/p&gt;
&lt;h1 id=&#34;dit-is-de-reden-dat-ik-lesgeef&#34;&gt;Dit is de reden dat ik lesgeef&lt;/h1&gt;
&lt;p&gt;&lt;em&gt;Net even vroeger dan gewenst zit ik weer in de trein naar &amp;rsquo;s-Hertogenbosch (05.45 eruit; 23:45 erin).&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Gisteravond waren de profielwerkstuk (PWS) presentaties van atheneum. Met enige trots stonden daar drie heren in witte overhemden. Een presentatie tot in perfectie geoefend (en toch nog ergens een vage zweem van zenuwen zichtbaar in hun gezichten) te geven.&lt;/p&gt;
&lt;p&gt;Yochem, Nathan en Jelle lieten hun opbrengsten zien van bijna een jaar ontwikkelen aan een hand prothese. Ze namen ons mee in hun zoektocht, hun problemen en hun oplossingen. Er zou een hand prothese volledig zelf ontworpen worden. En wat voor een; met de detectie van spierkracht in de bovenarm, met vooraf instelbare posities en knijpkracht. En&amp;hellip; alles open source en zeer goed gedocumenteerd. Het waren korte nachten, weinig weekenden volgens de heren.&lt;/p&gt;
&lt;p&gt;Echt alles is in een eigen ontwerp gemaakt. In &lt;a href=&#34;http://tinkercad.com&#34;&gt;TinkerCAD !&lt;/a&gt; Alle 3d-prints werden met liefde ontworpen. Er was geen printplaat klein genoeg om in een hand te verwerken. Met een grote glimlach werd er ook nog even een printplaat ontworpen. De software is een vereist een behoorlijk abstractieniveau en een goed begrip van de programeertaal en daar ben ik nog wel meeste trots op. Deze opdracht zou niet misstaan in een informatica propedeuse.&lt;/p&gt;
&lt;p&gt;Afgelopen week kreeg ik een bericht van Yochem met de vraag of het mogelijk was om hun presentatie in collegezaal te geven. Er was nogal een lijst met genodigden; ouders, grootouders, tantes &amp;amp; ooms&amp;hellip; het leek bijna een familiereunie . Bijna iedereen kon zitten ;-) Tot mijn verbazing ging atheneum 5 staan om alles goed te observen.&lt;/p&gt;
&lt;p&gt;Er werden woorden van dank geuit naar Peter (eerste begeleider), Peter (en de andere technisch onderwijs assistenten), ouders en de sponsering van school. Ook mijn naam viel even (backup begeleider en de man van de koffie hoorde ik later).&lt;/p&gt;
&lt;p&gt;Mensen vragen mij wel eens waarom ik voor de klas sta, dit is de reden dat ik voor de klas sta. En nu weer er vol tegenaan, vanmiddag komen de kinderen van de basisschool en de cyclus is rond.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;We gaan eens iets doen met programmeren denk ik :-)&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://ramonmoorlag.nl/img/WhatsApp-Image-2018-01-30-at-22.24.13.jpeg&#34; alt=&#34;&#34;&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://ramonmoorlag.nl/img/WhatsApp-Image-2018-01-30-at-22.24.12.jpeg&#34; alt=&#34;&#34;&gt;&lt;/p&gt;
</content>
    </item>
    
    <item>
      <title>Things and thought about the BETT</title>
      <link>https://ramonmoorlag.nl/posts/2018-01-23-things-and-thought-about-the-bett/</link>
      <pubDate>Tue, 23 Jan 2018 00:00:00 +0000</pubDate>
      
      <guid>https://ramonmoorlag.nl/posts/2018-01-23-things-and-thought-about-the-bett/</guid>
      <description>Traveling to&amp;hellip; (and yes, this is a growing blog) Yes, I&amp;rsquo;m inbound to London! Together with one of the board members from i&amp;amp;i I&amp;rsquo;m attending BETT.
Update: impressions and finds added to the blog. After a couple of hours at the BETT (pronounced as one word) I am impressed. With over 850 educational technology companies and 35.000 visitors is it one of the biggest conventions in the world. It is always good to catch up with good friends like Miles Berry and the great people of the Holland Business group.</description>
      <content>&lt;h1 id=&#34;traveling-to-and-yes-this-is-a-growing-blog&#34;&gt;Traveling to&amp;hellip; (and yes, this is a growing blog)&lt;/h1&gt;
&lt;p&gt;Yes, I&amp;rsquo;m inbound to London! Together with one of the board members from &lt;a href=&#34;http://www.ieni.org&#34;&gt;i&amp;amp;i&lt;/a&gt; I&amp;rsquo;m attending &lt;a href=&#34;http://bettshow.com&#34;&gt;BETT&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;update-impressions-and-finds-added-to-the-blog&#34;&gt;Update: impressions and finds added to the blog.&lt;/h2&gt;
&lt;p&gt;After a couple of hours at the BETT (pronounced as one word) I am impressed. With over 850 educational technology companies and 35.000 visitors is it one of the biggest conventions in the world. It is always good to catch up with good friends like Miles Berry and the great people of the Holland Business group.&lt;/p&gt;
&lt;p&gt;With a bag of gadgets, hardware and software licenses I have a field day writing about it. I&amp;rsquo;ll be doing something on the devices from DFRobot and Kittronic. Expect it in the upcoming weeks on my blog or over on the &lt;a href=&#34;http://Microbit.studio&#34;&gt;Microbit.studio&lt;/a&gt; blog.&lt;/p&gt;
&lt;p&gt;I like the Boson Science Kit for Micro:Bit (I received a small demo package). With the kit, you can do (or better, students) 50+ projects. The back of all the sensors are magnetic and compatible with Lego. As we know from Micro:Bit everything is tied together with blocks of code. I&amp;rsquo;m going to build a red button nuclear launch device. Beat that mister Trump ?.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;All the code I build will be available on GitHub.&lt;/strong&gt;&lt;/p&gt;

&lt;iframe src=&#34;https://www.youtube.com/embed/wxWC9wD7rMQ&#34; width=&#34;560&#34; height=&#34;315&#34; frameborder=&#34;0&#34; allowfullscreen=&#34;allowfullscreen&#34;&gt;&lt;/iframe&gt;

&lt;h3 id=&#34;meetings--appointments-at-and-around-bett&#34;&gt;Meetings &amp;amp; Appointments at and around BETT&lt;/h3&gt;
&lt;p&gt;I&amp;rsquo;m honored to be talking with the people from &lt;strong&gt;&lt;a href=&#34;http://pythonanywhere.com&#34;&gt;PythonAnywhere&lt;/a&gt;&lt;/strong&gt; (around the BETT). Looking forward to the wine &amp;amp; dine on Wednesday.&lt;/p&gt;
&lt;p&gt;My students love their online Python environment. It&amp;rsquo;s my experience that the free plan is more than enough to learn and development Python.&lt;/p&gt;
&lt;p&gt;Especially with the help of &lt;a href=&#34;http://www.spronck.net/pythonbook/index.xhtml&#34;&gt;The Coder&amp;rsquo;s Apprentice&lt;/a&gt;. A very complete (but in-depth) course designed for people without any coding skills or experience. I&amp;rsquo;ve asked the school print shop for a few copies (&lt;a href=&#34;http://www.spronck.net/pythonbook/pythonbook.pdf&#34;&gt;pdf EN&lt;/a&gt;, &lt;a href=&#34;http://www.spronck.net/pythonbook/pythonboek.pdf&#34;&gt;pdf NL&lt;/a&gt;, &lt;a href=&#34;http://www.spronck.net/pythonbook/pythonbookanswers.zip&#34;&gt;answers&lt;/a&gt;) and handed to a few students as an experiment. What happened in a few days? I reordered a couple of prints, &amp;lsquo;zoete broodjes&amp;rsquo;, students loved his writing style and the challenge he provided. Invest 100 hours and you understand the basics, invest an extra 100 and you start to become an expert. Don&amp;rsquo;t use the answers when the going start to get tough (And remember.. &lt;a href=&#34;https://www.youtube.com/watch?v=lIxUKbV0UEM&#34;&gt;the tough get going)&lt;/a&gt;.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;PythonAnywhere is a Python development and hosting environment that displays in your web browser and runs on our servers. They&amp;rsquo;re already set up with everything you need. It&amp;rsquo;s easy to use, fast, and powerful. There&amp;rsquo;s even a useful free plan.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;I&amp;rsquo;ll keep you posted about the joy of attending one of the biggest edu tech conference in Europa.&lt;/p&gt;
&lt;h3 id=&#34;travel&#34;&gt;Travel?&lt;/h3&gt;
&lt;p&gt;&lt;img src=&#34;https://ramonmoorlag.nl/img/margo-brodowicz-183156.jpg&#34; alt=&#34;Off to the BETT&#34;&gt; Photo by &lt;a href=&#34;https://unsplash.com/photos/KZHhnb6XsQI?utm_source=unsplash&amp;amp;utm_medium=referral&amp;amp;utm_content=creditCopyText&#34;&gt;Margo Brodowicz&lt;/a&gt; on &lt;a href=&#34;https://unsplash.com/search/photos/travel?utm_source=unsplash&amp;amp;utm_medium=referral&amp;amp;utm_content=creditCopyText&#34;&gt;Unsplash&lt;/a&gt;[/caption]&lt;/p&gt;
</content>
    </item>
    
    <item>
      <title>Developing websites with Github</title>
      <link>https://ramonmoorlag.nl/posts/2018-01-22-github-pages/</link>
      <pubDate>Mon, 22 Jan 2018 00:00:00 +0000</pubDate>
      
      <guid>https://ramonmoorlag.nl/posts/2018-01-22-github-pages/</guid>
      <description>Building the next web with GitHub? And where do I start as a teacher with GitHub?
In the Dutch computer science core curriculum(pdf) it is stated that students should be aware of coding techniques and data representation. And my students love data representation. The love starts with basic html, css and a little javascript. The fun of code is something most students get in a few lessons. And using industry tools like GitHub gives my students a competitive advantage!</description>
      <content>&lt;h1 id=&#34;building-the-next-web-with-github&#34;&gt;Building the next  web with GitHub?&lt;/h1&gt;
&lt;p&gt;And where do I start as a teacher with GitHub?&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://ramonmoorlag.nl/img/octocat.png&#34; alt=&#34;OctoCat&#34;&gt;&lt;/p&gt;
&lt;p&gt;In the &lt;a href=&#34;https://www.slo.nl/publish/pages/3080/advies-examenprogramma-informatica-havo-vwo.pdf&#34;&gt;Dutch computer science core curriculum&lt;/a&gt;(pdf) it is stated that students should be aware of coding techniques and data representation. And my students &lt;strong&gt;love&lt;/strong&gt; data representation. The love starts with basic html, css and a little javascript. The fun of code is something most students get in a few lessons. And using industry tools like GitHub gives my students a competitive advantage!&lt;/p&gt;
&lt;p&gt;We designed an assignment to develop a basic (and static) website in 15-17 hours; the time does include learning the language. Students can really lose themselves in the assignment. I&amp;rsquo;ve seen websites build in not 15-17 but in 30-40 hours. It is really a creative outlet for the young adolescent.&lt;/p&gt;
&lt;p&gt;In this blog, I want to get into the practical implications of building websites with students and how to publish them on the web. And in the slipstream how to use industry tools, techniques, and standards.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://github.com/Piersoncollege/html/wiki&#34;&gt;Examples of their work can be found in the repository on GitHub.&lt;/a&gt;&lt;/p&gt;
&lt;h2 id=&#34;hosting-on-github&#34;&gt;Hosting on GitHub&lt;/h2&gt;
&lt;p&gt;Starting with GitHub is at first a bit intimidating. It&amp;rsquo;s an industry tool and not an educational tool. So it&amp;rsquo;s well maintained, documentation is up to date and the tool actually works. (sight for the edu tools).&lt;/p&gt;
&lt;p&gt;Hosting on GitHub is relatively easy. Together with Jesse van der Pluijm and Sander Laarhoven we designed a hands-on guide on the subject GitHub Pages. For accessible it&amp;rsquo;s in Dutch. &lt;a href=&#34;http://piersoncollege.github.io/html/&#34;&gt;The guide Handleiding GitHub can be found here.&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In a short survey, I&amp;rsquo;ve learned a lot about using GitHub and updated the guide accordingly. I&amp;rsquo;ve asked my students for short statements about GitHub in English so that the findings can be shared with a broader community (you). Do try to read between the lines. My students love building things, especially things that can be viewed by other people. Students shared the following feedback with me.&lt;/p&gt;
&lt;h3 id=&#34;student-feedback&#34;&gt;Student feedback&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Search what you need, don&amp;rsquo;t use any classes, it costs way too much time.&lt;/li&gt;
&lt;li&gt;Make sure you know your shit before you start.&lt;/li&gt;
&lt;li&gt;Making mistakes isn&amp;rsquo;t the end of the world, you learn from it.&lt;/li&gt;
&lt;li&gt;Take your time to built a website&lt;/li&gt;
&lt;li&gt;Do not forget to save!!!&lt;/li&gt;
&lt;li&gt;Google and Stack Overflow are your biggest friends.&lt;/li&gt;
&lt;li&gt;Trial and error. It&amp;rsquo;s the only way.&lt;/li&gt;
&lt;li&gt;If you get stuck with a thing don&amp;rsquo;t work further because otherwise, it will take much time.&lt;/li&gt;
&lt;li&gt;never give up and try&lt;/li&gt;
&lt;li&gt;Learn from your mistakes and not from the explanation.&lt;/li&gt;
&lt;li&gt;Background set it to fixed. Then you will create a parallax effect!&lt;/li&gt;
&lt;li&gt;Use your time, you will need it!&lt;/li&gt;
&lt;li&gt;On youtube, you can also find a lot of explanation about building a website because then they explain it step by step and so you can also follow it.&lt;/li&gt;
&lt;li&gt;start and learn while you work.&lt;/li&gt;
&lt;li&gt;use w3schools&lt;/li&gt;
&lt;li&gt;Make use of w3schools.&lt;/li&gt;
&lt;li&gt;Vraag dingen aan de docent als je vastloopt. Gebruik atom i.vp. html-kit tools.&lt;/li&gt;
&lt;li&gt;Use w3schools it is really useful&lt;/li&gt;
&lt;li&gt;Start with the basics, and work out the details.&lt;/li&gt;
&lt;li&gt;Follow what you think is best.&lt;/li&gt;
&lt;li&gt;Nothing that you do is wrong if you feel good about it.&lt;/li&gt;
&lt;li&gt;you first have to practice well&lt;/li&gt;
&lt;li&gt;learn while practicing&lt;/li&gt;
&lt;li&gt;Start on your website as soon as possible.&lt;/li&gt;
&lt;li&gt;Start simple and work accurately.&lt;/li&gt;
&lt;li&gt;If you don&amp;rsquo;t know how to make something: Just search a video or a tutorial!&lt;/li&gt;
&lt;li&gt;Trial and error. It&amp;rsquo;s the only way.&lt;/li&gt;
&lt;li&gt;Stay positive&lt;/li&gt;
&lt;li&gt;Use code academy to learn how to build a website. It takes a lot of time to finish it but it&amp;rsquo;s very useful.&lt;/li&gt;
&lt;li&gt;Don&amp;rsquo;t worry about the little things when you first get started on your site. Worry about them when/if you have time left.&lt;/li&gt;
&lt;li&gt;Start simple, then add more things to it. Don&amp;rsquo;t get too chaotic at the beginning.&lt;/li&gt;
&lt;li&gt;try Javascript, it really is fun.&lt;/li&gt;
&lt;li&gt;When you don&amp;rsquo;t know how to fix a problem, search it on google or on youtube. There is a big chance that it will tell you what to do plus you will save you time.&lt;/li&gt;
&lt;li&gt;Don&amp;rsquo;t give up if you don&amp;rsquo;t know how to do something. Also, Google is your best friend&lt;/li&gt;
&lt;li&gt;Don&amp;rsquo;t begin officially just try something first and this way you can build your website. (don&amp;rsquo;t expect it is easy)&lt;/li&gt;
&lt;li&gt;Do the workshop on codecademy&lt;/li&gt;
&lt;li&gt;There are many helpful people online on forums. If you run into any problems, don&amp;rsquo;t hesitate to ask them for help.&lt;/li&gt;
&lt;li&gt;When in doubt use &lt;!-- raw HTML omitted --&gt;&lt;/li&gt;
&lt;li&gt;“Anyone who has never made a mistake has never tried anything new.”&lt;/li&gt;
&lt;li&gt;It is more work than you think!&lt;/li&gt;
&lt;li&gt;Oiy mate! Take inspiration from sites you like using and everything will be fine.&lt;/li&gt;
&lt;li&gt;Don&amp;rsquo;t spend too much time on w3schools, start with codeacademy and use w3schools as a helping tool during the building process&lt;/li&gt;
&lt;li&gt;Start in time!&lt;/li&gt;
&lt;li&gt;Veel proberen en als iets niet lukt gewoon vragen&lt;/li&gt;
&lt;li&gt;Make sure you read a lot about what kind of things you want to put on your website because there is a lot you can find on the internet about building a website.&lt;/li&gt;
&lt;li&gt;If u don&amp;rsquo;t know how to do something, google it.&lt;/li&gt;
&lt;li&gt;Google everything&lt;/li&gt;
&lt;li&gt;Everything is possible!&lt;/li&gt;
&lt;li&gt;Use w3schools&lt;/li&gt;
&lt;li&gt;Make sure you put your website online when the teacher explains how because otherwise, you won&amp;rsquo;t know how to do it&lt;/li&gt;
&lt;li&gt;Work accurately when building a website. A small mistake can have a big impact on the website and a small alteration can solve a big problem.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;

&lt;iframe src=&#34;https://www.youtube.com/embed/2MsN8gpT6jY?rel=0&#34; width=&#34;560&#34; height=&#34;315&#34; frameborder=&#34;0&#34; allowfullscreen=&#34;allowfullscreen&#34;&gt;&lt;/iframe&gt;


 &lt;/p&gt;
&lt;h2 id=&#34;looking-up&#34;&gt;Looking up?&lt;/h2&gt;
&lt;p&gt;Why this picture? Again a Wonderfull free picture from Unsplash.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://ramonmoorlag.nl/img/joshua-sortino-215039.jpg&#34; alt=&#34;Unsplash Beyond the Cosmos by Joshua Sortino&#34;&gt; &lt;a href=&#34;https://unsplash.com/photos/LqKhnDzSF-8&#34;&gt;Unsplash Beyond the Cosmos&lt;/a&gt; by &lt;a href=&#34;https://unsplash.com/@sortino&#34;&gt;Joshua Sortino&lt;/a&gt;&lt;/p&gt;
</content>
    </item>
    
    <item>
      <title>Getting started with Jekyll</title>
      <link>https://ramonmoorlag.nl/posts/2018-01-21-getting-started-with-jekyll/</link>
      <pubDate>Sun, 21 Jan 2018 00:00:00 +0000</pubDate>
      
      <guid>https://ramonmoorlag.nl/posts/2018-01-21-getting-started-with-jekyll/</guid>
      <description>After letting the dust settle on Jekyll (and just a lack of time to develop) I am learning Jekyll ?.
What is Jekyll? First of all, a small quote from the documentation site.
&amp;ldquo;Jekyll is a simple, blog-aware, static site generator. It takes a template directory containing raw text files in various formats, runs it through a converter (like Markdown) and our Liquid renderer, and spits out a complete, ready-to-publish static website suitable for serving with your favorite web server.</description>
      <content>&lt;p&gt;&lt;em&gt;After letting the dust settle on Jekyll (and just a lack of time to develop) I am learning &lt;strong&gt;Jekyll&lt;/strong&gt; ?.&lt;/em&gt;&lt;/p&gt;
&lt;h1 id=&#34;what-is-jekyll&#34;&gt;What is Jekyll?&lt;/h1&gt;
&lt;p&gt;&lt;img src=&#34;https://ramonmoorlag.nl/img/logo-2x.png&#34; alt=&#34;Jekyll Logo&#34;&gt;&lt;/p&gt;
&lt;p&gt;First of all, a small quote from the documentation site.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;&amp;ldquo;Jekyll is a simple, blog-aware, static site generator. It takes a template directory containing raw text files in various formats, runs it through a converter (like Markdown) and our Liquid renderer, and spits out a complete, ready-to-publish static website suitable for serving with your favorite web server.&amp;rdquo;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;It does what you tell it to do, no more, no less. It doesn&amp;rsquo;t try to outsmart users by making bold assumptions, nor does it burden them with needless complexity and configuration. Put simply, Jekyll gets out of your way and allows you to concentrate on what truly matters: your content.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;In easy to understand words; it&amp;rsquo;s a framework to change Markdown files to HTML files and use them to power a website. Content updating can&amp;rsquo;t be made easier with a static website.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;h2 id=&#34;why-use-it&#34;&gt;Why use it?&lt;/h2&gt;
&lt;p&gt;Jekyll is efficient and eliminates copying &amp;amp; pasting websites. It uses Markdown (so writing content for a website is easy). Furthermore, it can be hosted on GitHub using GitHub Pages. Managing a web server is no longer needed. GitHub automatically runs the proper commands to render the Markdown file to a HTML file. GitHub ❤️.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;h3 id=&#34;how-to-learn-it&#34;&gt;How to learn it?&lt;/h3&gt;
&lt;p&gt;I&amp;rsquo;ve watched a few Youtube videos, consulted with an expert and read a lot about Jekyll. YouTube is filled with videos with setting up guides, use cases and tutorials.&lt;/p&gt;
&lt;p&gt;The sources I found especially relevant&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://www.youtube.com/playlist?list=PLWjCJDeWfDdfVEcLGAfdJn_HXyM4Y7_k-&#34;&gt;YouTube playlist by Thomas Bradley&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://jekyllrb.com/docs/installation/&#34;&gt;Docs&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/lesander&#34;&gt;Sander Laarhoven&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt; &lt;/p&gt;
&lt;h1 id=&#34;results&#34;&gt;Results&lt;/h1&gt;
&lt;p&gt;I&amp;rsquo;ve built one website with it. The site is called NerdNight. An evening at school for students to work on their projects and some interesting breakout sessions. It&amp;rsquo;s hosted on GitHub. The result can be viewed here. &lt;a href=&#34;http://NerdNight.rocks&#34;&gt;NerdNight.rocks&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I learned how to use Jekyll and GitHub for deployment and I had a very good time doing it :-)&lt;/p&gt;
&lt;h2 id=&#34;sewing-machine&#34;&gt;Sewing machine?&lt;/h2&gt;
&lt;p&gt;&lt;img src=&#34;https://ramonmoorlag.nl/img/annie-spratt-102804.jpg&#34; alt=&#34;Jekyll Logo&#34;&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;images/annie-spratt-102804-300x213.jpg&#34;&gt;Sewing machine&lt;/a&gt; &lt;a href=&#34;https://unsplash.com/photos/hzdgFPz1V24&#34;&gt;Image credit Unsplash&lt;/a&gt; by &lt;a href=&#34;https://unsplash.com/@anniespratt&#34;&gt;Annie Spratt.&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Why the Sewing machine?
Because the first version of mechanization provided users with a means to sew a lot faster, without knowing the exact process inside the machine.&lt;/p&gt;
</content>
    </item>
    
    <item>
      <title>Let&#39;s automate the F* out of G Suite with GAM and Bulk operations</title>
      <link>https://ramonmoorlag.nl/posts/2018-01-03-long-overdue-update-with-g-suite/</link>
      <pubDate>Wed, 03 Jan 2018 00:00:00 +0000</pubDate>
      
      <guid>https://ramonmoorlag.nl/posts/2018-01-03-long-overdue-update-with-g-suite/</guid>
      <description>Yes, this is a long overdue update G Suite. Yesterday I was called by the lovely people of Google. I started transferring a Google Apps for business /G Suite installation from one URL to a different URL and I got stuck. Glenn from the support desk saw that I left an installation not finished and reached out to me. And what a great service I got. There was a small problem with the MX records in the Direct Admin panel.</description>
      <content>&lt;h1 id=&#34;yes-this-is-a-long-overdue-update-g-suite&#34;&gt;Yes, this is a long overdue update G Suite.&lt;/h1&gt;
&lt;p&gt;Yesterday I was called by the lovely people of Google. I started transferring a Google Apps for business /G Suite installation from one URL to a different URL and I got stuck. Glenn from the support desk saw that I left an installation not finished and reached out to me. And what a great service I got. There was a small problem with the MX records in the Direct Admin panel. How I hate the Direct Admin / MX/DNS records is an entirely different blog&amp;hellip; but it&amp;rsquo;s working.&lt;/p&gt;
&lt;p&gt;Long story short, the backend of my domain is now run on Google Apps. It&amp;rsquo;s so convenient and easy to work with. After finishing the transfer I needed to find a way to remove a lot of mock users from a previous project. The solution was GAM (short for Google Administration?). A command prompt interface (no GUI!) to edit an entire domain. It&amp;rsquo;s scary at first, but very easy to learn. The startup guide on Github is easy to follow and I&amp;rsquo;ve had my GAM running in no time. Let&amp;rsquo;s automate the F* out of G Suite ? Que Bulk operations&lt;/p&gt;
&lt;h2 id=&#34;tips-for-easy-but-complex-bulk-operations&#34;&gt;Tips for easy but complex Bulk operations.&lt;/h2&gt;
&lt;p&gt;Doing a lot with little &amp;hellip;. use batch files!&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Use a spreadsheet&lt;/li&gt;
&lt;li&gt;Compiling a long list of changing data? Use the fill tool!&lt;/li&gt;
&lt;li&gt;Combine different items with &amp;quot; = A1 &amp;amp; &amp;quot; &amp;quot; &amp;amp; B1&lt;/li&gt;
&lt;li&gt;The &amp;quot; &amp;quot; is for the space between two different commands&lt;/li&gt;
&lt;li&gt;Copy the list with combined commands in a txt-file and&lt;/li&gt;
&lt;li&gt;With GAM batch &lt;!-- raw HTML omitted --&gt; you can execute the magic&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;img src=&#34;https://ramonmoorlag.nl/img/hipster.png&#34; alt=&#34;G suite profile picture&#34;&gt;&lt;/p&gt;
&lt;p&gt;Icons made by &lt;a href=&#34;https://www.flaticon.com/authors/smashicons&#34; title=&#34;Smashicons&#34;&gt;Smashicons&lt;/a&gt; from &lt;a href=&#34;https://www.flaticon.com/&#34; title=&#34;Flaticon&#34;&gt;www.flaticon.com&lt;/a&gt; is licensed by &lt;a href=&#34;http://creativecommons.org/licenses/by/3.0/&#34; title=&#34;Creative Commons BY 3.0&#34;&gt;CC 3.0 BY&lt;/a&gt;&lt;/p&gt;
&lt;h3 id=&#34;to-do-list&#34;&gt;To do list&lt;/h3&gt;
&lt;p&gt;The following items are done or still in progress.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Remove old user accounts (DONE)&lt;/li&gt;
&lt;li&gt;Adding all services for Google (DONE)&lt;/li&gt;
&lt;li&gt;Adding &lt;a href=&#34;https://support.google.com/googlehome/answer/7571892?co=GENIE.Platform%3DAndroid&amp;amp;hl=en&#34;&gt;Google Home&lt;/a&gt; (NOT DONE)&lt;/li&gt;
&lt;li&gt;Enjoying the &amp;rsquo; I did it all myself&amp;rsquo;-feeling (partially DONE).&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;UPDATE: Yes, I am in love ❤️with &lt;a href=&#34;https://github.com/jay0lee/GAM&#34;&gt;GAM&lt;/a&gt;. Automatic update every Google Profile picture (the icon on the right) with this command; gam user wordpress update photo hipster.png.The hipster.png is courtesy of Smashicons. GAM is also very friendly with batch commands. With the batch commands, I have a different email account for every different service (facebook@, xbox@, ect).&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://ramonmoorlag.nl/img/bash.png&#34; alt=&#34;GAM Command prompt G suite&#34;&gt;&lt;/p&gt;
&lt;p&gt;What is Google Apps / G Suite? This mysterious video says it all. This is how it could be. &lt;strong&gt;When your apps begin with a G.&lt;/strong&gt;&lt;/p&gt;


&lt;iframe src=&#34;https://www.youtube.com/embed/EZmXEFGFeNA&#34; width=&#34;560&#34; height=&#34;315&#34; frameborder=&#34;0&#34; allowfullscreen=&#34;allowfullscreen&#34;&gt;&lt;/iframe&gt;


</content>
    </item>
    
    <item>
      <title>Eat, sleep, MAKE &amp; repeat</title>
      <link>https://ramonmoorlag.nl/posts/2017-09-23-eat-sleep-make-repeat/</link>
      <pubDate>Sat, 23 Sep 2017 00:00:00 +0000</pubDate>
      
      <guid>https://ramonmoorlag.nl/posts/2017-09-23-eat-sleep-make-repeat/</guid>
      <description>Reflections on EHVMMF The day after&amp;hellip;
Friday - MakerED Meetup Still, a bit impressed by the Eindhoven Maker Faire. Thanks to Arjan van de Meij I went to the Meetup on Friday; topic Maker Education. The power of making things and learning at the same time.
After a warm welcome by our host Arjan I really enjoyed the talk from René Pare. He is one of the organizers of the Maker Faire Eindhoven and he knows how to sell a story.</description>
      <content>&lt;h1 id=&#34;reflections-on-ehvmmf&#34;&gt;Reflections on EHVMMF&lt;/h1&gt;
&lt;p&gt;The day after&amp;hellip;&lt;/p&gt;
&lt;h2 id=&#34;friday---makered-meetup&#34;&gt;Friday - MakerED Meetup&lt;/h2&gt;
&lt;p&gt;Still, a bit impressed by the Eindhoven Maker Faire. Thanks to Arjan van de Meij I went to the Meetup on Friday; topic Maker Education. The power of making things and learning at the same time.&lt;/p&gt;
&lt;p&gt;After a warm welcome by our host Arjan I really enjoyed the talk from René Pare. He is one of the organizers of the Maker Faire Eindhoven and he knows how to sell a story. What a fun guy!&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.anoukwipprecht.nl&#34;&gt;Anouk Wipprecht&lt;/a&gt; made my day. What an energetic woman! Passioned and really witty. Her presentation was spot on and she showed us the way to draw outside the lines. Her 37 (!) dresses are all interactive and beautiful (sadly only size 37).


&lt;iframe src=&#34;https://www.youtube.com/embed/cK02id_3aS8?rel=0&#34; width=&#34;560&#34; height=&#34;315&#34; frameborder=&#34;0&#34; allowfullscreen=&#34;allowfullscreen&#34;&gt;&lt;/iframe&gt;

&lt;/p&gt;
&lt;h2 id=&#34;sunday---maker-faire&#34;&gt;Sunday - Maker Faire&lt;/h2&gt;
&lt;p&gt;&lt;img src=&#34;https://ramonmoorlag.nl/img/IMG_7878.jpg&#34; alt=&#34;&#34;&gt;
&lt;img src=&#34;https://ramonmoorlag.nl/img/IMG_7873.jpg&#34; alt=&#34;&#34;&gt;
&lt;img src=&#34;https://ramonmoorlag.nl/img/IMG_7870.jpg&#34; alt=&#34;&#34;&gt;
&lt;img src=&#34;https://ramonmoorlag.nl/im/IMG_7882.jpg&#34; alt=&#34;&#34;&gt;
&lt;img src=&#34;https://ramonmoorlag.nl/img/IMG_7869-e1504506532956.jpg&#34; alt=&#34;&#34;&gt;
&lt;img src=&#34;https://ramonmoorlag.nl/img/IMG_7864.jpg&#34; alt=&#34;&#34;&gt;&lt;/p&gt;
</content>
    </item>
    
    <item>
      <title>Starting</title>
      <link>https://ramonmoorlag.nl/posts/2017-09-01-starting/</link>
      <pubDate>Fri, 01 Sep 2017 00:00:00 +0000</pubDate>
      
      <guid>https://ramonmoorlag.nl/posts/2017-09-01-starting/</guid>
      <description>The hardest part of something new is starting. This is a reflection of the first week of school. It was intense, it always is.
I try to get to know my new students. I try to say hello to new colleagues. Luckily this school gets it. We started off with a dine and walk in &amp;rsquo;s-Hertogenbosch. A light and informal way to catch up with my colleagues and getting to know the new ones.</description>
      <content>&lt;h1 id=&#34;the-hardest-part-of-something-new-is-starting&#34;&gt;The hardest part of something new is starting.&lt;/h1&gt;
&lt;p&gt;This is a reflection of the first week of school. It was intense, it always is.&lt;/p&gt;
&lt;p&gt;I try to get to know my new students. I try to say hello to new colleagues. Luckily &lt;a href=&#34;http://www.pierson.nl&#34;&gt;this school&lt;/a&gt; gets it. We started off with a dine and walk in &amp;rsquo;s-Hertogenbosch. A light and informal way to catch up with my colleagues and getting to know the new ones. And.. After a few dine and walks I have a very good knowledge of the culinary highlights of &amp;rsquo;s-Hertogenbosch.&lt;/p&gt;
&lt;p&gt;Starting this new school year I&amp;rsquo;ll be developing and teaching a new subject. Design and innovation. Together with Saskia de Kort.&lt;/p&gt;
&lt;h2 id=&#34;whats-in-it-for-the-students&#34;&gt;What&amp;rsquo;s in it for the students?&lt;/h2&gt;
&lt;p&gt;Computer science is a different subject than the other ones being taught in the secondary education. This subject demands that I keep up to speed with recent developments. (Windows Phone&amp;hellip; hello?). Not only due to the technology running obsolete also because my students ask for it. With questions like &amp;lsquo;&lt;em&gt;Can we develop in xyz&lt;/em&gt;&amp;rsquo;,&amp;rsquo;&lt;em&gt;How about xyz&lt;/em&gt;&amp;rsquo; and &amp;lsquo;&lt;em&gt;Why don&amp;rsquo;t we have access to xyz&amp;rsquo;&lt;/em&gt;. It&amp;rsquo;s fascinating to see the development of my students after a few months. From a &amp;rsquo;laid back/lying on the table&amp;rsquo; to an active and positive attitude. They get the newest technology, the newest platform to develop and the coolest applications are being built.&lt;/p&gt;
&lt;h2 id=&#34;how-to-manage-learning-without-20-clones-of-the-teacher&#34;&gt;How to manage learning without 20 clones of the teacher&lt;/h2&gt;
&lt;blockquote&gt;
&lt;p&gt;Short answer, you can&amp;rsquo;t.&lt;/p&gt;
&lt;p&gt;Long answer, you can.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;In offering the newest technology to my students I need to manage their learning in a different way. With a lot of variations in their assignment, it&amp;rsquo;s impossible to manage it in a conventional way. By using modern software development tools like Agile (scrum) I try to keep every student&amp;rsquo;s learning focused. It still needs a lot of attention and care for my students.&lt;/p&gt;
&lt;p&gt;By changing the mindset from &amp;lsquo;&lt;em&gt;my teacher is my example/copy the teacher&lt;/em&gt;&amp;rsquo; to &amp;lsquo;&lt;em&gt;the teacher is my guide, my sherpa, to learn with&lt;/em&gt;&amp;rsquo; the expectations changes. I am unable to have all the knowledge in my field directly available. Again, bye Windows Phone, hello Apple Watch. The technology is quickly developing, the insights on learning to change even more rapidly. The solution is to have students do the thing they are best at. &amp;lsquo;Eat, sleep, learn, repeat&amp;rsquo;. In Dutch, the word leerling contains the word leer. Learning can be easily seen in that word. Let them learn.&lt;/p&gt;
&lt;h2 id=&#34;what-are-the-tools&#34;&gt;What are the tools?&lt;/h2&gt;
&lt;p&gt;I&amp;rsquo;ve worked a lot with Agile and scrum based tools. &lt;a href=&#34;https://www.targetprocess.com&#34;&gt;Targetprocess&lt;/a&gt; is one of my personal favorites. It keeps the students focused on their learning and with some tinkering, it&amp;rsquo;s possible to have a complete overview of the learning happening in a group. ❤️ Burndown chart. When the Burndown stops or levels out it&amp;rsquo;s a sign. The learning has stopped.&lt;/p&gt;
&lt;p&gt;But an easy kan ban board also does the trick. &lt;strong&gt;To do | Doing | Done&lt;/strong&gt;. It keeps the learner on the learning and the teacher focused on the learner. Starting with tools is always a challenge. Just start using them the way they were intended and be surprised!&lt;/p&gt;
</content>
    </item>
    
    <item>
      <title>Lockdown teaching</title>
      <link>https://ramonmoorlag.nl/posts/2020-12-18-lockdown-teaching-6-tips-to-help-with-emergency-teaching/</link>
      <pubDate>Wed, 30 Aug 2017 00:00:00 +0000</pubDate>
      
      <guid>https://ramonmoorlag.nl/posts/2020-12-18-lockdown-teaching-6-tips-to-help-with-emergency-teaching/</guid>
      <description>Emergency teaching during a lockdown Let&amp;rsquo;s call it by its name. We are in a phase of emergency teaching. This isn&amp;rsquo;t remote teaching or online teaching. This is emergency teaching during a lockdown. And yes, it&amp;rsquo;s normal to feel tired. The productivity of students and teachers alike is lower. In this blog, I want to share 6 tips from my own experience.
Tip 1 Accept the lockdown situation This was the hardest one for me.</description>
      <content>&lt;h2 id=&#34;emergency-teaching-during-a-lockdown&#34;&gt;Emergency teaching during a lockdown&lt;/h2&gt;
&lt;p&gt;Let&amp;rsquo;s call it by its name. We are in a phase of emergency teaching. This isn&amp;rsquo;t remote teaching or online teaching. This is emergency teaching during a lockdown. And yes, it&amp;rsquo;s normal to feel tired. The productivity of students and teachers alike is lower. In this blog, I want to share 6 tips from my own experience.&lt;/p&gt;
&lt;h2 id=&#34;tip-1-accept-the-lockdown-situation&#34;&gt;Tip 1 Accept the lockdown situation&lt;/h2&gt;
&lt;p&gt;This was the hardest one for me. I&amp;rsquo;ve been teaching from home for quite some time and I know it&amp;rsquo;s a challenge for everyone. Staying at home and losing control over your schedule. Or, as one of my students called it, losing the freedom to save us all. Accepting the situation is a huge step. Yes, we are at home, yes, my contact with students is different, yes, in other situations, I could XYZ. It helps no one to keep affirming that offline teaching is better. What does help is accepting and offering help! And keep perspective. This lockdown is going to end.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://ramonmoorlag.nl/img/Screenshot-2020-12-18-at-13.13.27.png&#34; alt=&#34;Keep perspective. This lockdown is going to end&#34;&gt;&lt;/p&gt;
&lt;p&gt;Lockdown, keep perspective!&lt;/p&gt;
&lt;h2 id=&#34;tip-2-stay-in-contact-during-a-lockdown&#34;&gt;Tip 2 Stay in contact during a lockdown&lt;/h2&gt;
&lt;p&gt;For the sanity of yourself and others, keep in contact. We are social creatures. There is a reason why we enjoy breaks with others, drinking coffee. A goal to keep in contact is to have a non-work related call with a friend, family member, or colleague a day. It helps to stay connected and share experiences. Everyone can feel alone. And the quickest solution is to stay in contact. Be explicit when communicating and when in doubt over-communicate. And I try to plan the next meeting during the current meeting. Not only useful during a lockdown.&lt;/p&gt;
&lt;h2 id=&#34;tip-3-routine-during-a-lockdown&#34;&gt;Tip 3 Routine during a lockdown&lt;/h2&gt;
&lt;p&gt;Routines ensure that everything you need to do is done. Yes, I know, it&amp;rsquo;s a dead giveaway. Even if my first lesson is at 11.00 (am), I always have an alarm set for 7.00. Breakfast, coffee, and ready to start another day. Because I shut down every computer I use at night; the machine is responsive in the morning. Using the stand-by function is causing many problems during a conference call (also known as I can&amp;rsquo;t have that now). Lunch and diner are also at planned moments. Your own health is priority number one. And reboot/shutdown computers/iPads/iPhones helps a lot with speedy and snappy responses&lt;/p&gt;
&lt;h2 id=&#34;tip-4-boundaries&#34;&gt;Tip 4 Boundaries&lt;/h2&gt;
&lt;p&gt;Set boundaries and manage them proactively. With family members and disturbing you during your work, with coworkers, and no replies after working hours. With yourself, no Netflix at 10.00 (am), no phone in the bed.&lt;/p&gt;
&lt;h2 id=&#34;tip-5-mental-fitness&#34;&gt;Tip 5 Mental fitness&lt;/h2&gt;
&lt;p&gt;Our brains need stimulation. Try to find a new hobby or learn a new skill. I started baking bread. One of the great communities for a lot of things (and a lot of garbage) is Reddit. I learned a lot from &lt;a href=&#34;https://www.reddit.com/r/Breadit/&#34;&gt;Breadit&lt;/a&gt;. I was lucky to have a great mentor (thanks Rico!), he is famous for his breads. Share the newly acquired skills (see tip 2). I&amp;rsquo;ve started blogging again! It&amp;rsquo;s a good way to organize thoughts, and the product of that organizing is always fun to put in writing. Daily I ride my bicycle, the &lt;a href=&#34;../2018-05-13-sladda-this-is-not-yet-an-other-bike-review&#34;&gt;IKEA&lt;/a&gt; one (from a previous blog)&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://ramonmoorlag.nl/img/Screenshot-2020-12-18-at-13.17.17.png&#34; alt=&#34;&#34;&gt;&lt;/p&gt;
&lt;p&gt;Lockdown mental fitness&lt;/p&gt;
&lt;h2 id=&#34;tip-6-know-the-tools-really-know-them&#34;&gt;Tip 6 know the tools, really know them!&lt;/h2&gt;
&lt;p&gt;In a traditional environment, you have a whiteboard, beamer, and perhaps even a chalkboard. Learn everything there is about the new tools. Google Meet has a few hidden features (most of them are located in the overflow (look for three dots)-menu. Help and support help a lot to identify a problem (bandwidth or CPU problems). Bandwidth problems are solved by getting closer to a Wi-Fi access point or limit machines on the network. CPU problems are solved by closing all but one window (close Spotify/outlook helps a lot!)&lt;/p&gt;
</content>
    </item>
    
    <item>
      <title>The story of an Idea?</title>
      <link>https://ramonmoorlag.nl/posts/2017-08-30-a-new-idea/</link>
      <pubDate>Wed, 30 Aug 2017 00:00:00 +0000</pubDate>
      
      <guid>https://ramonmoorlag.nl/posts/2017-08-30-a-new-idea/</guid>
      <description>Think and leap, how to create an Idea. UPDATE: This is the introduction presentation design &amp;amp; innovation for new students. Presentation is in Dutch.
This is one of those moments. Developing a new subject, without formal grading, all about learning. It&amp;rsquo;s a new Idea! The foundation of the subject is going to be computer science, informatics, and design. Combining the two feels like a natural fit. Developing great things that also look great.</description>
      <content>&lt;h1 id=&#34;think-and-leap-how-to-create-an-idea&#34;&gt;Think and leap, how to create an Idea.&lt;/h1&gt;
&lt;p&gt;&lt;strong&gt;UPDATE&lt;/strong&gt;: This is the &lt;a href=&#34;https://docs.google.com/presentation/d/1LmAPZM_VdWuIvTu1-vJ9-zjYM58MU8v0IS2uwjimOdQ/edit#slide=id.p&#34;&gt;introduction presentation design &amp;amp; innovation&lt;/a&gt; for new students. Presentation is in Dutch.&lt;/p&gt;
&lt;p&gt;This is one of those moments. Developing a new subject, without formal grading, all about learning. It&amp;rsquo;s a new Idea! The foundation of the subject is going to be computer science, informatics, and design. Combining the two feels like a natural fit. Developing great things that also look great. There is a lot I do not know and I am keen to learn. Firstly, how do students react to the lack of numbers (grades) for their progress? Secondly, what are topics they really want to investigate? Thirdly, how do they manage the learning? At the same time my students are faced with numbers at the other subjects, so that&amp;rsquo;s going to be interesting.&lt;/p&gt;
&lt;p&gt;I am really looking forward to pushing the boundaries of learning and I need to step out of my comfort zone to do it. Letting the learning happen &amp;lsquo;by accident&amp;rsquo;. My biggest personal battle is to keep my students focused and let them formulate their goal(s). To start things off I found a &amp;lsquo;perfect&amp;rsquo; video (from the Google 2017&amp;rsquo;s IO). &lt;strong&gt;&lt;a href=&#34;http://observer.com/2017/06/google-youtube-idea-developers/&#34;&gt;The story of an Idea&lt;/a&gt;.&lt;/strong&gt; It&amp;rsquo;s a general approach of letting an Idea blossom.&lt;/p&gt;


&lt;iframe src=&#34;https://www.youtube.com/embed/BEtPCT7ZcE0&#34; width=&#34;560&#34; height=&#34;315&#34; frameborder=&#34;0&#34; allowfullscreen=&#34;allowfullscreen&#34;&gt;YouTube video&lt;/iframe&gt;


&lt;p&gt;Together with my college Saskia de Kort and our 32 students, we are going to have a great time. Developing a new Idea. Letting students grow and helping them become the best version of them selfs. Based on the books on &lt;a href=&#34;http://ramonmoorlag.nl/books-shelve/&#34;&gt;my book shelve&lt;/a&gt;. Looking forward to a new thing. I&amp;rsquo;m going to document the process and I do need help! This is so scary, so inspirational and is going to fuel this school year. I am looking forward to letting students gave a big say in their development. And&amp;hellip; wow&amp;hellip; no formal grading. A new Idea :-)&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Presentation in Dutch&lt;/p&gt;



&lt;iframe src=&#34;https://docs.google.com/presentation/d/e/2PACX-1vR-WRNy7Ac6ZkznucFddg2gLhmrxuPl4Laf_pwHRempK7CARFrDpUfOJDhuNsHtr9xw72GAo0h2uo10/embed?start=true&amp;amp;loop=true&amp;amp;delayms=5000&#34; width=&#34;960&#34; height=&#34;569&#34; frameborder=&#34;0&#34; allowfullscreen=&#34;allowfullscreen&#34;&gt;&lt;/iframe&gt;


</content>
    </item>
    
    <item>
      <title>Commemorative speech: Guidance is internal</title>
      <link>https://ramonmoorlag.nl/posts/2017-08-14-guidance-is-internal/</link>
      <pubDate>Mon, 14 Aug 2017 00:00:00 +0000</pubDate>
      
      <guid>https://ramonmoorlag.nl/posts/2017-08-14-guidance-is-internal/</guid>
      <description>Commemorative speeches, ds. Pierson College. In Dutch.
Projection mapping - Guidance is internal. Zo vlak voor het lanceren van een ruimteveer volgt er een fase van interne beheersing. Mission control geeft de controle uit handen en draagt deze over aan de commander. De commander is volledig verantwoordelijk voor de daadwerkelijke start. Guidance is internal heet deze term. De afgelopen 6 jaar hebben mijn collega’s en ik er alles aan gedaan om alle kritische massa aan boord te krijgen.</description>
      <content>&lt;p&gt;Commemorative speeches, ds. Pierson College. In Dutch.&lt;/p&gt;
&lt;h1 id=&#34;projection-mapping---guidance-is-internal&#34;&gt;Projection mapping - Guidance is internal.&lt;/h1&gt;
&lt;p&gt;Zo vlak voor het lanceren van een ruimteveer volgt er een fase van interne beheersing. Mission control geeft de controle uit handen en draagt deze over aan de commander. De commander is volledig verantwoordelijk voor de daadwerkelijke start. &lt;em&gt;Guidance is internal heet deze term. De afgelopen 6 jaar hebben mijn collega’s en ik er alles aan gedaan om alle kritische massa aan boord te krijgen. Voor veel leerlingen is de fase van guidence internal pas na het eindexamen. Voor jullie kwam dat moment iets eerder. En daar staan we bij stil&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Met veren, een paar, want jullie kunnen al vliegen!&lt;/em&gt;&lt;/p&gt;
&lt;h2 id=&#34;even-stil-staan-bij-een-bijzonder-moment&#34;&gt;Even stil staan bij een bijzonder moment.&lt;/h2&gt;
&lt;p&gt;We staan niet alleen stil bij een bijzonder PWS, we staan ook stil bij een bijzonder duo. Een duo dat zich zo wist te versterken dat ik na de start geen enkele twijfel had over het resultaat. Harde werkers, kritisch op zichzelf, kritisch op elkaar. En er gebeurde iets bijzonders! Na een van de bespreeksessies kwamen ze om beurt naar mij toe; &lt;em&gt;Doe ik wel voldoende. Ik wil de ander niet teleurstellen.&lt;/em&gt; Deze ene zin zegt zoveel over hun samenwerking.&lt;/p&gt;
&lt;p&gt;Na een prachtig uitgewerkt research plan konden ze starten. Deze heren redden het wel zei ik nog tegen Jose. Vooral niet teveel er bovenop en ze laten groeien, laten bloeien.. Het is duidelijk, guidence is internal!&lt;/p&gt;
&lt;p&gt;En toen werd ik ziek. Met grote dank aan Jose voor het opvangen van de PWS begeleiding. En het pws ging onverminderd door. Met enige kippenvel denk ik terug aan een periode van appjes, mails en zo af en toe een videoconferentie Een mooi lichtpuntje zo middenin ziek zijn.&lt;/p&gt;
&lt;p&gt;Guus en Niels redden het. Alles komt prachtig bij een. Ons schoolgebouw is nog nooit zo verlicht geworden dat het de krant haalt, mensen op het perron op ‘s-Hertogenbosch Oost bewust een trein later nemen en het al mijn collega’s stil achterlaat. Projecting mapping Pierson is een groot succes! Meerdere rondes, en de banken zitten vol. Al hun energie, liefde en nauwkeurigheid komen precies op tijd op het juiste moment samen.&lt;/p&gt;
&lt;p&gt;ds. Pierson College 2016-2017&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;!-- raw HTML omitted --&gt;
</content>
    </item>
    
  </channel>
</rss>
