I am Will, an Occupational Therapist who currently works in the field of Communication & Assistive Technology. I like cycling, climbing, running and all things outdoors. Here is my life.
Hellen Keller and her communication system.
“It is not blindness or deafness that bring me my darkest hours,”.. “It is the acute disappointment in not being able to speak normally. Longingly I feel how much more good I could have done if I had acquired normal speech. But out of this sorrowful experience, I understand more fully all human tragedies, thwarted ambitions, and the infinite capacity of hope.”
See also this this video of Anne Sulliivan and Helen with some more information about her speech development.
This is a pretty amazing little film. Interesting for anyone interested in Occupational Therapy, Assistive Technology, AAC and Communication, film-making.. Everyone.
Recently I’ve been tidying up my references and reading habits. After playing with a number of paid-for applications, like Papers I’ve decided to stick with Bibdesk on the mac and PocketBib on iOS. Personally I find myself using CiteULike a lot more to keep the data up-to-date than any desktop apps so Bibdesk/PocketBib is really for my reference and offline reading habits rather than editing needs.
This is achieved by one-way syncing all the CiteULike data to a folder on dropbox running a small script that is here. Download and run at your cron-pleasure but please change the API line on 53 so I don’t look like a bad-guy to the CiteULike gang who are lovely!
Updated the Music Switcher recently. Amongst other things:
The full details is here
Loving Andy Councils work. (The babel tower of language)
This was for a feature on learning languages and communicating with people. It is a modern tower of Babel type thing. It goes from the bottom level where there is a language gene that people share with Chickens, Crocodiles and Cats to the top where people are able to communicate by reading each others thoughts!
Mark & Sam. Two fab people who use AAC & AT highlighted by the Guardian Christmas Appeal for the ACE Centre.
I really hate exchange. Like really. As time goes by it looks like Exchange and the days of Outlook are numbered - Office 365, Google Apps, iCloud and the like do look like the future. Thank goodness. However the future isn’t quite here for everyone just yet. If your office run a Exchange server you can get Mail, Calendars, Contacts and Notes on your iPhone if your IT department run all the numerous patches and learn about active sync…. Yay! However if you use a shared Calendar managed through the Public Calendars feature of Exchange its not so easy to get this on your mobile device. Infact Public folders/calendars aren’t supported by the iPhone whatsoever. Boo! But don’t despair! I’ve done it! Yay! How I hear you ask?!?
Well in short it requires:
Before we begin, note the problems with this approach:
Two options for this. If you have access to a server I would recommend setting up a WebDAV share on that. Follow these tips for that if you are on a Linux box running Apache. NB: Access to the vhost file is needed - you can’t usually do this just with .htaccess files. NB2: We are not setting up a CalDAV server here - we are just publishing a file to a webDAV server. Our phone will then grab the URL of this .ics file when its live so your WebDAV server needs to allow public (unauthenticated) access to your file. For security I recommend making your ics file a rather random string (step 2).
Otherwise set-up a webDAV server on your own machine. This doesn’t have to be accessible from the outside world - we will use Dropbox for that. Follow these instructions to do this on Windows - and do follow it by the letter - including the Windows Authentication features that need to be installed. I was scratching my head for sometime wondering why the thing wasn’t allowing me access. grrrrr…
Set the WebDAV folder up to somewhere in your Dropbox. If you aren’t bothered by someone accidentally finding the Calendar then place it in your Public folder however I would recommend placing it outside of the Public folder of dropbox.
Follow these steps. For the WebDAV server details enter them; either the ones on your public webDAV server or the ones from your localmachine. For this it will be
http://localhost/Calendars/
(if your WebDAV share is “Calendars”.. Make sure you follow the tutorials and this will hopefully make sense)
If you have gone the Private WebDAV/Dropbox route you will need to get the link of the .ics file recently created by the publishing by Outlook. Navigate to the file in question in Explorer, right click and select “Share Link”. A web page so appear (login to dropbox if it asks you for that). On the “Download” button control+right click and copy the link. This is your ics url that you will need on your iPhone. I recommend emailing yourself this link!
If you have gone the Public WebDAV route then things are a bit neater for you. Just note the URL to where the file is and away you go (remember though that it needs to be viewable by all - no authentication for read access).
So now you have a link to the file - something like
https://dl.dropbox.com/s/9890890adadsad987ad/Your_Shared_Diary_Calendar.ics?dl=1
or
http://myserver.com/webdav/calendars/MyRan7adomNam3dCalFil3.ics
Now simply add that to an “Other” calendar account in your phone. Follow these steps for that..
Do look at DavMail if you need to get your Outlook account playing nicely with Mail, Calendar and Contacts on a Mac or Linux box. Note though that Public Calendars won’t work if there is a space in the Calendar name. No matter what. So the above approach is still useful.
Please vote for Hilary’s Straws on Vimeo - a great video contender for the Focus Forward Films. Particularly worthwhile if you have an interest in AT. More information on Hilary here if you are interested.
Some brief highlights from my recent trip to Arches National Park, Moab, Utah. A big thanks to Doug and Brent who gave me the tour last thing on Friday which resulted in some shots other than balanced rock!
Not totally happy with the processing just yet - working on it over this weekend. Any suggestions gratefully received! For more see this set on flickr
Grid 2 Scientific Calculator
The Grid 2 provides a number of workspaces to do neat things; control a mobile phone, environmental control using a plethora of connecting devices, computer control and programme control to control windows based programmes and many more. If you would like to have a simple calculator there is also “Calculator” workspace which allows you to have a simple addition, minus, division and multiplication calculator. Currently if you want a higher level scientific calculator you have a number of options; the obvious is to use the calculator in windows and use a computer control grid to control the calculator (hint and hint). Although programme/computer control is very neat - it can mess a keyguard user up as you need to make space for the programme. So the alternative in this case? Well you could get more advanced things like 1/x, exponentials and so forth in the standard Grid computer control workspace - simply by programming the formulae into Grid cells - but only if you can do it using the +,-,*,/ signs.. and you quickly come unstuck when you need to reference variables..
As a different approach I wondered “could we create a more complex calculator using an external programme to handle the math!?”. To do this I tried creating a small executable that you pass a mathematical argument to (e.g. —command=sinh ) and a value (e.g. —toeval=121 - if no argument passed takes what is in the current copy buffer) and then the output is passed back within the paste buffer.
The answer to my query is “Kind of”. The difficulty is that the grid doesn’t have any neat ways of passing variables or functions back and forth - either within it or externally via an API. The only way (thanks to Barney for this tip off) is using the copy buffer of Windows.
This is ok - but it means that if you wanted to do a sum like (121 * 45) + 16² = you can’t simply. Currently you would have to do 121 *45 on its own, remember the result then do a 16² and add that to the previous result. If anyone has a neat way of creating a Memory button then that would help!
(There is another way - I guess you could use a text chat workspace and replicate what the calculator workspace does by firing every piece of text off and analysing it.. thing is though you have to put a wait command on the grid for the exe to run and its all a bit slow..)
Anyway - if you fancy using what I have created in its current form and want to hack it go ahead. The code:
Thanks to Google for my weekend in California last week for the GSoC unconference. Apart from feeding me non-stop (the bacon was amazing) I learnt quite a bit too. Thanks to Jorge & KomodoOpenLab for inviting me and of course Elyas on the fab work on Tecla. It’s been fun :)
I had to visit didn’t I. (It’s Apple’s HQ in Cupertino, California if you were wondering)
Currently working at ACE Centre (North) as an Assistive Technology Specialist. As well as this I'm currently a honorary researcher at Oxford Brookes University.
Having a background in computer science and web-based applications I have a particular interest in finding ways that IT can aid and assist Occupational Therapists and the clients they manage.
An employee of Oxford Brookes University from Sept 2006-2008 carrying out a research study into the sitting ability of children with cerebral palsy playing on a movement controlled computer game system, led by Dr David Porter. Have continued my links with the University acting as an Honorary researcher carrying out evaluation and small-scale research activities within the field of Assistive Technology, Occupational Therapy and enablement.
Video: Hellen Keller and her communication system. “It is not blindness or deafness that bring me my darkest...
Watch this film. Interesting for anyone interested in OT, AT, AAC. Its fab.
Video: Wonderful little film. The backstory is just as interesting.
Click and Drag. a useful OSX tool to do dragging by hitting the caps lock key… #AT #Mac #AssistiveTechnology
Put a Burger in Your Shell, from Daring Fireball http://daringfireball.net/
Discovered that a few schools/LEAs are using Meraki MDM for their iOS management. Free and neat
Microryza - Kickstarter for Science Maybe the right place for some of the #AAC and #AT OSS research and development
#OT's.. 3 mnths to get access to free ebooks thnks to the @baot membership! Fab - and a nice #AT book to boot nice!
Eric Schmidt Uses a BlackBerry, from Daring Fireball http://daringfireball.net/
The Minuum Keyboard Project interesting UI idea for mobile.
"Checkboxes that Kill" file under UI/Usability and design of complex applications
If you are interested in researching/hacking in AAC these word lists may be handy
Note to self. This is how to do online streaming of a conference. #Pycon (#not-OT-or-AT-but-geek)
updated switch music switcher! now works with VLC, WMP and iTunes and more switch boxes. - better menu interface too
I love Dropbox because It saves my bacon :)
iCloud’s Spam Filtering Black Hole, from Daring Fireball http://daringfireball.net/
No Plan B, from Daring Fireball http://daringfireball.net/
Manchester. It’s always raining (Taken with )
iGrip: Slap that phone on your bike handle and email on the go. What could possibly go wrong? #CES #2013CES
the interface for typing in steam big pic @mattb looks like this research paper on eye gaze typing
the interface for typing in steam big pic @mattb looks like this research paper on eye gaze typing
EyeWrite looks an interesting thing for eye gaze typing. #Assistech #AT #AAC #OTAccess
I need a beta tester or two for the new appsforaac if anyones interested! drop me a line
"Leading breakthroughs in speech recognition #software at #Microsoft, #Google, #IBM": #accessibility #a11y #technology
Save Publishing, from Daring Fireball http://daringfireball.net/
iPad Versus the Competition Based on a Sample of User Tweets on Christmas, from Daring Fireball http://daringfireball.net/
"THAT’S ME" ebook on growing up with CP by Tommy Collison a story just as much about occupation as disability #OccTher
Typeface Review: Apple Color Emoji, from Daring Fireball http://daringfireball.net/
Mark & Sam. Two fab case studies highlighted by the Guardian Christmas Appeal for the ACE Centre.
Dogs driving cars. Awesome. Now cats - follow that!
Cool! If you are in NYC this weekend and want support making switch adapted toys go to this!! #AT #Switch #Access
Agrability - a database of Assistive Technology for Agricultural workers #AT #OT
Please vote for #HilarysStraws for @focusfwdfilms. Particularly worthwhile if you have an interest in AT :)
Windows 8 is a UI disaster. Not great and I have to agree - used it for a few days and its hard work.
Since a large chunk of Occ (therapy/sci) is based on Sociological concepts this is interesting. Is OT a Sci?
a nice overview of the v basic accessibility features in Win 8. No surprises its more friendly for VI users than else
toy talk - developing toys that talk and interact. teddy ruskin 2.0
Thanks to Google for my weekend in California last week for the GSoC unconference. Apart from feeding me non-…
Communication matters in googles Charlie’s cafe! #cm
One of the numerous snack areas at googles offices
@gderwent I only have a carry on case for luggage otherwise this would be yours ! (It’s massive)
The google store is really quite something. Really. That’s a google popcorn bowl and set of shopper bags. You want tat?
I’ve found a new hat for you @gderwent !
“How can we use social media to take part in Evidence Based Practice?” Google debate sponsored by @mychoicepad dec 3.
“Testing on the toilet presents …” don’t rely on hover. Accessibility dev tips in the google disabled loo! #a11y
A view just in front of the shard courtesy of the bonkers google liquid galaxy booth at building 42
The google cafe. Never before have I seen so many types of bacon!
Saw this in the skymail magazine on the plane. A jacket to fulfil you dogs sensory needs. Oh America..
Flying into Silicon Valley and see these dodgy fields. So they are growing electronics now?!
Wooot! All articles on SAGE Online incl Clinical Rehabilitation is FREE online for October:
help fund an accessible playground in Waterloo, Canada neat.
another USB - Infrared reciever/sender along with the TIRA and UIRT - this one even cheaper and more hackable.
Birthday treat! Dine-saur (Peppa fans will know hat I mean)
“A typical high school graduate has a vocabulary of 60,000 words. That equates to 1 wd/2hrs”
OpenDyslexic font gains popularity.
Last night I did a little presentation on AAC for Communication Matters at the Apple Store, Covent Garden. We…
"Film 4. It’s a bit like TK Max. Mostly crap bit you occasionally find something half decent" - Turning on...
"NHS Staff should learn how to program" says the NHS commis board director of patients & info