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 ?
- daniel@udk-berlin.de
- 36 years, Slovak by origin, European by choice
- Bc. in Humanities (Charles University in Prague, CZ) & Bc. in Linguistics (Universite de Nice Sophia-Antipolis, FR)
- certified to use Feuerstein's cognitive Instrumental Enrichement 1 and 2 methods
- Master in Complex Systems : Natural and Artificial Cognition (Ecole Pratique des Hautes Etudes, Paris, FR)
- Double PhD. :: Cybernetics (Slovak University of Technology, SK) and Psychology (Universite Paris 8) defended with the Thesis "Evolutionary models of ontogeny of linguistic categories" - c.f. http://wizzion.com/PP.pdf )
- wizzion.com UG haftungsbeschränkt (now in hibernation)
- UdK Medienhaus IT Admin between december 2014 and july 2018
- ECDF / UdK Digital Education W1 professorship since 1.18.2018
- married, 2 daughters
Digital Education @ UdK
Three topics of theoretical focus :
- Definition of Digital Education ("education-of" or "education-with" ?)
- Evaluation criteria for e-didactic tools, media and methods
- Parent participation in digital education
Two topics of PRAXIS :
- Evaluation and extension of "Computer Science Unplugged" curricula
- fibel.digital
misc.
- developmental psycholinguistics
- child - computer interaction
- constructivist theories of learning and intelligence
- cognitive enrichment and cognitive impoverishment
- child - computer interaction
- machine learning & machine teaching ("Can machines teach?")
- machine morality & roboethics
- natural language processing & computational rhetorics
- history of ideas and technologies
- digital diversity, open source (e.g. Linux) and maker movement
- conservative techno-optimist
Three references
- fibel.digital
- bildung.digital.udk-berlin.de
- Neal Stephenson - The Diamond Age - Or, a Young Lady's Illustrated Primer
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
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
- 17.1. Entwurf
- 24.1. Imprint
- 31.1. Format
- 7.2. Cybertext
- 14.2. Fibel
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