Your browser doesn't support the features requi#EC1C24 by impress.js, so you are presented with a simplified version of this presentation.

For the best experience please use the latest Chrome, Safari or Firefox browser.

Who am I ?
Digital Education @ UdK
Three topics of theoretical focus :
  1. Definition of Digital Education ("education-of" or "education-with" ?)
  2. Evaluation criteria for e-didactic tools, media and methods
  3. Parent participation in digital education

Two topics of PRAXIS :
  1. Evaluation and extension of "Computer Science Unplugged" curricula
  2. fibel.digital
misc.

Three references
Session 1 - Primer Properties
Of main properties of the Primer, motivation behind them and means how to implement them
Session 2 - Constraints
Of constraints, their usefulness and influence they exerce on design and designers of the Primer artefact
Digitale Fibel :: Project Participant Interaction Space 
Daniel :: Hello world !
Gero: hi
Akif:: Hey everyone! (:

Links and Mirrors
::


Templates
Initial digital primer templates.
Session 7 :: The minimalist principle
Recordings
What You hear now is just a dim reflection of what You'll hear then.
Session 8 :: Entwurf
Hacks and Tricks
Some useful know-how for creation of Your own digital Primer.
Interface directives
LEFT (north, south) :: back in browser history
RIGHT (south, north) :: forward in browser history
DOWN (east, west) :: user info
UP (west, east) :: activity info
AIRWHEEL :: zoom 
Fibel :: Architectural primitives
Hardware is Raspberry Pi, OS is Raspbian which after booting automatically logs in the user fibel whose .bashrc specifies to launch xinit whose .xinitrec specifies to run chromium
Frontend is running in chromium which loads index.html which loads all the rest.

Interaction between backend services / sensors and frontend takes place by means of websockets. Every backend service pipes it outputs into pipes located in /dev/fibel, these pipes are created by bunch of gwsocket-daemons launched at startup, config file for service2port associations is in /etc/fibel/sockets.

All necessary frontend code for dealing with sockets is in js/sockets.js

Use a spacebar or arrow keys to navigate