ICT: Diary
D: 58 W: 09

< February 2026 >
Sun Mon Tue Wed Thu Fri Sat
1234567
891011121314
15161718192021
22232425262728

Based on notaweblog.php by joshua stein


searching for entries matching "learning"…

friday, 6 february 2026
... for the classroom. programming learning ...

friday, 23 january 2026
Annual Leave UDL CAST created Universal Design for Learning ( UDL ) is a set of guideslines for UDL . fail0verflow A Bunnie project website: not much happening…

wednesday, 7 may 2025
... document, now some testing and learning required… will it be enough ...

friday, 5 july 2024
Learning Technology Primer Augmenting Long-term Memory

friday, 3 february 2023
Learning Modern Rust See Learn Rust

thursday, 30 june 2022
Learning? Why books don't work How can we develop transformative tools for thought? Paulo Freire

friday, 10 june 2022
... maths teaching, specificially learning fractions (see http://everydaycomputing ...

tuesday, 10 may 2022
Dynamic Programming Bret Victor has been doing some interesting research in to Dynamic Programming. There are some great talks and demo's but no obvious sign of the code… The tool is the third iteration of Bret's attempt to achieve this, the first attempt was described in Designing a Design tool in his Magic Ink presentation, the second was Substroke which appears to be based on a Lua engine. sculpt is javascript tool inspired by Bret Victor's work. D3.js Javascript library for manipulating documents based on data. joy.js This is an interest project by Nicky , read the faq which has interest stuff on Maths and Learning. Dynamic Programming

tuesday, 19 january 2021
Arguments against Matlab I hate Matlab from Olivia Guest , has good arguments on why closed source is not good for science. These arguments equally apply to Labview. R Learning Statistics with R . Ordered Insturments of Amplification matlab R

thursday, 13 august 2020
Stuff Love2d PHP the right way Learning C What to write shellinabox Drosera Rotundifolia(Sundew) love php c

tuesday, 7 july 2020
... collaborative inquiry continuous professional learning fro early childhood educators. reflective ...

wednesday, 17 july 2019
Lua Playing with lua in preparation for my 32blit! Learning Lua and the Programming in Lua . Rust The Rust Programming Language : online book. First rust programme written, compiled and run! Hello Rust lua rust

wednesday, 20 february 2019
Getting Started with O'Reilly Learning 18:00

friday, 2 november 2018
... fast.ai https://www.deeplearning.ai/ ...

friday, 25 may 2018
Learning Teach to subject to a young person Review - any gaps - problems explaining Organise and simplify

friday, 23 march 2018
... for assessment also good for learning? education ...

wednesday, 7 march 2018
Band Supplies 13-15 Old Dumbarton Road, Glasgow, G3 8QY Trumpet and Trombone supplies :~) Learning Creative Learning MIT : Learning Creative Learning . Books of Interest The D programming language, Andrei Alexandrescu ISBN-13: 978-0321635365 ISBN: 0321635361 The Cambridge Handbook of Expertise and Expert Performance, K Ericsson ISBN-13: 978-0521600811 GDPR GDPR for Developers trumpet lcl gdpr

tuesday, 30 january 2018
... The importance of failure in learning, where FAIL : First Attempt In ...

sunday, 21 january 2018
... sustainability. Conversations about learning for sustainability Taking Learning ...

sunday, 6 august 2017
Chibitronics Learning technology through art and crafts. education

thursday, 29 june 2017
Observing Pedagogy Observering computing is a set of points to help guide primary teacher development from Miles Berry at Roehampton. The points are broken down into: Pedagogy Planning Organisation Learning & Assessment Lesson Observations cs

wednesday, 1 march 2017
... article on the researching into machine learning Gemini PDA Backed the Gemini PDA ...

sunday, 12 february 2017
... Be Coachable An interesting idea about learning to be coachable from Erin Pt&# ...

tuesday, 15 november 2016
Love learning... An inspiring educational blog. blog

friday, 25 march 2016
... Web Development The Odin Project learning web development. web ...

thursday, 10 march 2016
Lancaster University Learning Classroom.. work

sunday, 10 january 2016
nfc Finally set up my PN532 breakout board nfc with my raspberry pi. user@raspberrypi ~/libnfc/examples $ sudo ./nfc-poll [sudo] password for fred: /home/fred/libnfc/examples/.libs/lt-nfc-poll uses libnfc libnfc-1.7.1-66-g24979c6 error libnfc.driver.pn532_uart pn53x_check_communication error lt-nfc-poll: ERROR: Unable to open NFC device. This error was due to RX/TX wires being connected wrong to the pi cobbler. user@raspberrypi ~/libnfc/examples $ sudo ./nfc-poll /home/fred/libnfc/examples/.libs/lt-nfc-poll uses libnfc libnfc-1.7.1-66-g24979c6 NFC reader: pn532_uart:/dev/ttyAMA0 opened NFC device will poll during 30000 ms (20 pollings of 300 ms for 5 modulations) ISO/IEC 14443A (106 kbps) target: ATQA (SENS_RES): 00 04 UID (NFCID1): 3b 2f 8a 0c SAK (SEL_RES): 08 nfc_initiator_target_is_present: Target Released Waiting for card removing...done. Device working. Adafruit Learning libnfc libnfc wiki raspberry pi nfc

sunday, 27 december 2015
... . OS in Rust IntermezzOS : an learning project about an OS built in ...

thursday, 5 november 2015
... that just use questioning to develop learning. education ...

friday, 31 july 2015
... Status of Learning… status of learning style theories : basically there ...

thursday, 30 april 2015
slug Scotlug meet at Electron Club at 19:00 at CCA . TFT Framebuffer Linux Framebuffer drivers for small TFT LCD display modules Python Learning Resources Some Python Learning Resources from Anna's Blog : Codeacademy A Hands-on Introduction to Python for Beginning Programmers Programming for Everybody (Python) Django Girls Tutorial lug python

wednesday, 14 january 2015
... an axe] n. A person who enjoys learning the details of programming systems ...

sunday, 20 april 2014
Top Lobster FizzBuzz As a result of not calling my self a programmer I came across Why can't programmers..program? and the FizzBuzz problem: Write a program that prints the numbers 1 to 100. But for multiples of three print "Fizz" instead of the number and for multiples of five print "Buzz". For numbers which are multiples of both 3 and 5 print "FizzBuzz". So far I've written C, php and Python versions - need to write a ksh version - might use Ksh Scripting as a guide - that and Learning the Korn Shell . On a side note I came across dribble : show and tell for designers. Owl Replaced the batteries in my OWL at 23:45 0 pence but 3.54 Kwh.

tuesday, 18 march 2014
Hack #1 Getting the most of the default shell: although the hack is written for FreeBSD's tcsh. The sections History and Auto-completion Editing and Navigating the Command Line apply to the default ksh shell found in OpenBSD . The last two sections need some investigation to work out how to achieve a similar result in ksh. Learning from Your Command History Silencing Auto-complete history By default the ksh shell found in OpenBSD doesn't set HISTFILE, thus history is lost on log out - which is useful security measure - as history files can record all sorts of useful information :~) [1] grep your history file for your password :~/ Added HISTFILE=~/.sh_history to my .kshrc file. I had tried HISTFILE=~/.history.$( tty | sed 's;.*/;;') which created files like -rw------- 1 fred staff 71 Mar 18 15:33 .history.ttyp8 but I decided this would create to many history files.

wednesday, 12 february 2014
... from dashes to underscores ( adafruit learning system ) I then received lots ...

wednesday, 25 july 2012
Preparing for the Coast to Coast Puppet Learning Puppet

wednesday, 2 may 2012
Javascript Slides slides with code… The Essence of SQL A book about SQL that I would love to find, from David Rozenshtein. Here's the bibtex entry: @book{rozenshtein1997essence, title={The Essence of SQL: A Guide to Learning Most of SQL in the Least Amount of Time}, author={Rozenshtein, D.}, isbn={9780964981218}, lccn={96092799}, url={http://books.google.co.uk/books?id=qpNgPAAACAAJ}, year={1997}, publisher={SQL Forum Press} } book

wednesday, 25 april 2012
Python Learning Python at the ACM due to QEH OBS Website being offline! Zen Status python

monday, 5 march 2012
MITx MIT online learning opportunities - similar to Udacity . mit cpd

wednesday, 16 november 2011
tmux complete muppetry with tmux - was unable to reattach to named tmux servers - this was resolved: tmux -Lsessionname attach TCL the TLC for Geeks The syllabus for Technologies for Creative Learning ( TCL ) from MIT Media Lab.

sunday, 14 august 2011
Python: String Formatting While Learning Python : The Hard Way, I came across the following: old string formatting should be replaced with str.format() . python

wednesday, 20 july 2011
Moodle Fest Some learning links: Study Stack

monday, 2 may 2011
... Academy an excellent resources for learning maths. ...

friday, 29 april 2011
... a Commodore Pet :~) but I'm still learning . . . . . ict cpd code ...

friday, 25 february 2011
Learning Programming by Playing Cards Playing cards to learn programming : an idea from Arduino.

friday, 14 january 2011
... facebook docs Alt J Journal of learning technology fb ...

sunday, 9 january 2011
LWF Learning Without Frontiers Conference in London. The Sunday Service - Let us Play

sunday, 11 july 2010
... learning 10 ways to foster a love of learning education ...

thursday, 23 april 2009
BHERG Sixth Form Library, Bay House School 3.15 to 4.45 pm Report of SSAT NQT. Agenda 3.15 3.30 pm Arrival and refreshments 3.30 3.35 pm Introductions and welcome (GW) 3.35 3.45 pm Action Research: Year 7 Behaviour in English Nikki Owen, Social Science Department, Bay House School and Sixth Form. 3.45 3.55 pm SSAT NQT Leadership Programme Feedback and Research Interests 3.55 4.15 pm Building Learning Power: Learning Audit Dave Hall, Senior Teacher, Bay House School and Sixth Form. 4.15 4.35 pm Collaborative Cross-Curricular Working in Lower Sixth Cynthia Selby, Sixth Form ICT Coordinator, Bay House School and Sixth Form. 4.35 4.40 pm Bay House as a Learning Hub Annie Bainbridge, Advanced Skills Teacher, Bay House School and Sixth Form 4.40 4.45 pm Any other business 4.45 pm Close The Priory Community Schools YouTube page is at: http://www.youtube.com/user/Priory2008

thursday, 13 november 2008
... valid instrument for measuring learning styles is developed it could be used ...


$Id: diary,v 1.38 2025/01/01 22:43:54 fred Exp $