- <div class="title"><a href="http://people.skolelinux.org/pere/blog/Sleep_until_morning___home_automation_for_the_kids.html">Sleep until morning - home automation for the kids</a></div>
- <div class="date">10th February 2013</div>
- <div class="body"><p><img align="left" style="margin-right:25px;" src="http://people.skolelinux.org/pere/blog/images/2013-02-10-morning-light.jpeg"></p>
-
-<p>With kids in the house, one challenge is getting them to sleep
-during the night and wake up when it is morning. I mean, when I
-believe it is morning, and not two hours earlier. In our household we
-have decided that 07:00 is the turning point, but getting the kids to
-sleep until 07:00 is a small challenge every day. They have adapted
-quite well, and rarely wake up at 05:00 any more, but some times wake
-up at times like 05:50, 06:15, 06:30 or 06:45, and it is hard to put
-the awake one to bed again without disturbing and waking the rest.
-And I understand perfectly well that they fail to sleep until 07:00
-some times, as there is no way for them to know if it is before or
-after the magic moment without coming and asking us parents.</p>
-
-<p>But yesterday I came up with a method to solve this problem. It
-involve home automation. A few years ago I bought a
-<a href="http://www.telldus.se/products/tellstick">Tellstick</a> and RF
-switches at the local <a href="http://www.clasohlson.com/">Clas
-Ohlson</a> shop, allowing me to control lights and other electrical
-gadgets using my Linux server. When I moved from the old flat to a
-small house, I put away all this equipment as most of the lighting in
-the house was not using wall sockets and thus not easy to connect to
-the gadgets I had. But recently I bought a
-<a href="http://www.telldus.se/products/tellstick_net">Tellstick
-Net</a> to be able to read sensor input as well as control power
-sockets. I want to control ovens in the basement to avoid the pipes
-to freeze, and monitor the humidity to detect flooding. The default
-setup for Tellstick Net is to be controlled by the vendor web service,
-which to me is a security problem, but it is also possible to build
-ones own
-<a href="http://developer.telldus.com/blog/2012/03/02/help-us-develop-local-access-using-tellstick-net-build-your-own-firmware">firmware
-with local access</A> instead of being controlled by a Swedish
-company, thanks to the release of the GPL licensed firmware source
-code. I plan to get that running before I let it control anything
-important. But while working on this, one idea to make it easier for
-the kids came to me yesterday. We can set up a night light controlled
-by the computer, and turn it automatically on at 07:00. The kids can
-then check the light in the morning to know if they are supposed to
-get up or not. They joined me in setting everything up, and I
-repeated the concept several times before bed times to make sure they
-remembered to check the light before getting up in the morning.</p>
-
-<p>We tested it this morning, and all the kids stayed in bed until
-after 07:00, and every one of them commented on the fact that the
-"morning light" was turned on and signalled that the morning had
-arrived. So this look like a success, and I am excited to see how
-this develops the next few days. :) I really hope this can allow us
-all to sleep a bit longer in the morning.</p>
-
-<p>A nice advantage of this setup is that we can remote control when
-to tell the kids to get up. We do not have to wait until 07:00, and
-can also delay it if we want to.</p>
+ <div class="title"><a href="http://people.skolelinux.org/pere/blog/Educational_applications_included_in_Debian_Edu___Skolelinux__the_screenshot_collection____.html">Educational applications included in Debian Edu / Skolelinux (the screenshot collection :-)</a></div>
+ <div class="date"> 1st June 2013</div>
+ <div class="body"><p>Included in <a href="http://www.skolelinux.org/">Debian Edu /
+Skolelinux</a>, there are quite a lot of educational software.
+Created to help teachers teach, and pupils learn. We have tried to
+tag them all using debtags use::learning and role::program, and using
+the debtags I was happy to be able to create a collage of the
+educational software packages installed by default, sorted by the
+debtag field. Here it is. Click on a image to learn more about the
+program.</p>
+
+<!-- for f in $(debtags tagcat|grep field::|awk '{print $2}'); do echo; echo "<p><strong>$f</strong></p>"; echo "<p>"; ( for p in $(debtags search --names "use::learning && interface::x11 && role::program && $f"); do img="<img src='http://screenshots.debian.net/thumbnail/$p' alt='$p'>"; if dpkg -s $p > /dev/null 2>&1; then echo "<a href='http://packages.qa.debian.org/$p'>$img</a>"; fi; done; ) | LANG=C sort; echo "</p>"; done -->
+
+<p><strong>field::arts</strong></p>
+<p>
+<a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all§ion=all&keywords=audacity'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/audacity.png' alt='audacity'></a>
+<a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all§ion=all&keywords=childsplay'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/childsplay.png' alt='childsplay'></a>
+<a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all§ion=all&keywords=denemo'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/denemo.png' alt='denemo'></a>
+<a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all§ion=all&keywords=freebirth'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/freebirth.png' alt='freebirth'></a>
+<a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all§ion=all&keywords=gcompris'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/gcompris.png' alt='gcompris'></a>
+<a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all§ion=all&keywords=gimp'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/gimp.png' alt='gimp'></a>
+<a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all§ion=all&keywords=hydrogen'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/hydrogen.png' alt='hydrogen'></a>
+<a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all§ion=all&keywords=lilypond'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/lilypond.png' alt='lilypond'></a>
+<a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all§ion=all&keywords=lmms'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/lmms.png' alt='lmms'></a>
+<a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all§ion=all&keywords=rosegarden'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/rosegarden.png' alt='rosegarden'></a>
+<a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all§ion=all&keywords=scribus'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/scribus.png' alt='scribus'></a>
+<a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all§ion=all&keywords=solfege'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/solfege.png' alt='solfege'></a>
+<a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all§ion=all&keywords=stopmotion'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/stopmotion.png' alt='stopmotion'></a>
+<a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all§ion=all&keywords=tuxpaint'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/tuxpaint.png' alt='tuxpaint'></a>
+</p>
+
+<p><strong>field::astronomy</strong></p>
+<p>
+<a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all§ion=all&keywords=celestia-gnome'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/celestia-gnome.png' alt='celestia-gnome'></a>
+<a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all§ion=all&keywords=gpredict'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/gpredict.png' alt='gpredict'></a>
+<a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all§ion=all&keywords=kstars'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/kstars.png' alt='kstars'></a>
+<a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all§ion=all&keywords=planets'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/planets.png' alt='planets'></a>
+<a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all§ion=all&keywords=stellarium'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/stellarium.png' alt='stellarium'></a>
+<a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all§ion=all&keywords=xplanet'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/xplanet.png' alt='xplanet'></a>
+</p>
+
+<p><strong>field::biology:structural</strong></p>
+<p>
+<a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all§ion=all&keywords=pymol'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/pymol.png' alt='pymol'></a>
+</p>
+
+<p><strong>field::chemistry</strong></p>
+<p>
+<a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all§ion=all&keywords=atomix'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/atomix.png' alt='atomix'></a>
+<a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all§ion=all&keywords=chemtool'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/chemtool.png' alt='chemtool'></a>
+<a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all§ion=all&keywords=easychem'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/easychem.png' alt='easychem'></a>
+<a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all§ion=all&keywords=gchempaint'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/gchempaint.png' alt='gchempaint'></a>
+<a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all§ion=all&keywords=gdis'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/gdis.png' alt='gdis'></a>
+<a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all§ion=all&keywords=ghemical'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/ghemical.png' alt='ghemical'></a>
+<a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all§ion=all&keywords=gperiodic'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/gperiodic.png' alt='gperiodic'></a>
+<a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all§ion=all&keywords=kalzium'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/kalzium.png' alt='kalzium'></a>
+<a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all§ion=all&keywords=pymol'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/pymol.png' alt='pymol'></a>
+<a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all§ion=all&keywords=viewmol'>[viewmol]</a>
+<a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all§ion=all&keywords=xdrawchem'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/xdrawchem.png' alt='xdrawchem'></a>
+</p>
+
+<p><strong>field::electronics</strong></p>
+<p>
+<a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all§ion=all&keywords=gcompris'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/gcompris.png' alt='gcompris'></a>
+<a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all§ion=all&keywords=gpsim'>[gpsim]</a>
+</p>
+
+<p><strong>field::geography</strong></p>
+<p>
+<a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all§ion=all&keywords=kgeography'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/kgeography.png' alt='kgeography'></a>
+<a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all§ion=all&keywords=marble'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/marble.png' alt='marble'></a>
+<a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all§ion=all&keywords=xplanet'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/xplanet.png' alt='xplanet'></a>
+</p>
+
+<p><strong>field::linguistics</strong></p>
+<p>
+<a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all§ion=all&keywords=gcompris'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/gcompris.png' alt='gcompris'></a>
+<a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all§ion=all&keywords=kanagram'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/kanagram.png' alt='kanagram'></a>
+<a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all§ion=all&keywords=khangman'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/khangman.png' alt='khangman'></a>
+<a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all§ion=all&keywords=klettres'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/klettres.png' alt='klettres'></a>
+<a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all§ion=all&keywords=parley'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/parley.png' alt='parley'></a>
+</p>
+
+<p><strong>field::mathematics</strong></p>
+<p>
+<a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all§ion=all&keywords=childsplay'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/childsplay.png' alt='childsplay'></a>
+<a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all§ion=all&keywords=drgeo'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/drgeo.png' alt='drgeo'></a>
+<a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all§ion=all&keywords=gcompris'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/gcompris.png' alt='gcompris'></a>
+<a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all§ion=all&keywords=geogebra'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/geogebra.png' alt='geogebra'></a>
+<a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all§ion=all&keywords=geomview'>[geomview]</a>
+<a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all§ion=all&keywords=grace'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/grace.png' alt='grace'></a>
+<a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all§ion=all&keywords=graphmonkey'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/graphmonkey.png' alt='graphmonkey'></a>
+<a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all§ion=all&keywords=graphthing'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/graphthing.png' alt='graphthing'></a>
+<a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all§ion=all&keywords=kalgebra'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/kalgebra.png' alt='kalgebra'></a>
+<a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all§ion=all&keywords=kbruch'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/kbruch.png' alt='kbruch'></a>
+<a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all§ion=all&keywords=kig'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/kig.png' alt='kig'></a>
+<a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all§ion=all&keywords=kmplot'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/kmplot.png' alt='kmplot'></a>
+<a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all§ion=all&keywords=mathwar'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/mathwar.png' alt='mathwar'></a>
+<a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all§ion=all&keywords=rocs'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/rocs.png' alt='rocs'></a>
+<a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all§ion=all&keywords=scratch'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/scratch.png' alt='scratch'></a>
+<a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all§ion=all&keywords=tuxmath'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/tuxmath.png' alt='tuxmath'></a>
+<a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all§ion=all&keywords=xabacus'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/xabacus.png' alt='xabacus'></a>
+</p>
+
+<p><strong>field::physics</strong></p>
+<p>
+<a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all§ion=all&keywords=gcompris'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/gcompris.png' alt='gcompris'></a>
+<a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all§ion=all&keywords=step'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/step.png' alt='step'></a>
+</p>
+
+<p><strong>field::TODO</strong></p>
+<p>
+<a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all§ion=all&keywords=blinken'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/blinken.png' alt='blinken'></a>
+<a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all§ion=all&keywords=cgoban'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/cgoban.png' alt='cgoban'></a>
+<a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all§ion=all&keywords=childsplay'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/childsplay.png' alt='childsplay'></a>
+<a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all§ion=all&keywords=gcompris'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/gcompris.png' alt='gcompris'></a>
+<a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all§ion=all&keywords=gnuchess'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/gnuchess.png' alt='gnuchess'></a>
+<a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all§ion=all&keywords=gnugo'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/gnugo.png' alt='gnugo'></a>
+<a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all§ion=all&keywords=gtans'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/gtans.png' alt='gtans'></a>
+<a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all§ion=all&keywords=ktouch'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/ktouch.png' alt='ktouch'></a>
+<a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all§ion=all&keywords=librecad'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/librecad.png' alt='librecad'></a>
+<a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all§ion=all&keywords=scratch'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/scratch.png' alt='scratch'></a>
+</p>
+
+<p>In total, 61 applications. 3 of them lacked screen shots on
+<a href="http://screenshot.debian.net">screenshot.debian.net</a>. If
+you know of some packages we should install by default, please let us
+know on <a href="irc://irc.debian.org/%23debian-edu">IRC, #debian-edu
+on irc.debian.org</a>, or our
+<a href="http://lists.debian.org/debian-edu/">mailing list
+debian-edu@</a>.</p>