From 056941a8050fdb2a5238bf5748071f51bcdacf69 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Sun, 15 May 2016 17:46:00 +0100 Subject: Add new post on the NHS Hack Day --- posts/nhs_hack_day_2016.mdwn | 30 ++++++++++++++++++++++++++++++ posts/nhs_hack_day_2016/logo.png | Bin 0 -> 4295 bytes 2 files changed, 30 insertions(+) create mode 100644 posts/nhs_hack_day_2016.mdwn create mode 100644 posts/nhs_hack_day_2016/logo.png diff --git a/posts/nhs_hack_day_2016.mdwn b/posts/nhs_hack_day_2016.mdwn new file mode 100644 index 0000000..584255e --- /dev/null +++ b/posts/nhs_hack_day_2016.mdwn @@ -0,0 +1,30 @@ +[[!meta title="NHS Hack Day 2016"]] + +[[!img logo.png ]] + +I'm off to Spain next week, for some sun, sightseeing and [[Debian|https://wiki.debian.org/DebianEvents/Europe/2016/DSC]], but before I left, I decided to attend the [[NHS Hack Day|http://nhshackday.com/]] over this weekend (14th and 15th of May 2016). + +The day started with presentations, and at first I was interested by many of them. The [[spreadsheet is still online|https://docs.google.com/spreadsheets/d/1dQPCI15vpVJOEgcfuWof_szRGpBHk1in9HJ9ryM1EM8/edit#gid=0]], but I put the following projects on my shortlist: + + - Better blood results + - British english medical spelling dictionary + - CAMHS Inpatient Bed Finder + - Daily pollute + - Rota Manager + - Dockerised integration engine + +After doing some walking and talking to different people in the room, I ended up sitting with Mike and Tony who work in the NHS at King's College Hospital as developers and were behind the "Dockerised intergration engine" project, and [[Piete|http://www.pietersartain.com/]] who has some experience with system architecture and Docker in particular. + +After a bit of discussion, it turned out that the main problems that Mike and Tony had, was that they were using tools, both for a framework, and deployment processes that they did not have much experience with, and this manifested in having one large "monolith", which required restarting when changes to any component were required. + +At this point, I left Piete, Mike and Tony to work on just setting up a smaller isolated service, using Docker and NodeJS, which Tony already knew a bit about, but was interested in getting more experience in. + +Now it was lunchtime, and I ended up sitting with [[Calum|http://www.calumjeadie.com]] (who I have met before at [[Many to Many|http://www.manytomany.co.uk/]]) and [[Devon|https://github.com/divinenephron]], who had proposed the "British English medical spelling dictionary" project earlier in the morning. + +We decided to have a go at this project, and set about working out the goals, and what work would be required to achieve them. I ended up doing some research in to generating a wordlist (which we ended up not doing), the initial tweaks to the website style, and attempting to create a extension for LibreOffice which would install a dictionary (which was not finished). + +The [[website|https://medical-spell-checker-dictionary.github.io/]] and corresponding [[Git repository|https://github.com/medical-spell-checker-dictionary/medical-spell-checker-dictionary.github.io]] for the website and project can give a detailed information about the actual work that was done. + +As is the case sometimes with these events, the real value is found in the conversations had both on the topic, as was the case when I was discussing the problems that Mike and Tony face day to day, and the discussions I had with Devon, Calum and others, both at the even, and on Saturday evening in the pub on diverse topics of software (including free software, Guix and Debian) and [[Matt|https://twitter.com/mattmhartley]] about some of his work and background. + +All in all, I'm glad I took the time to attend. diff --git a/posts/nhs_hack_day_2016/logo.png b/posts/nhs_hack_day_2016/logo.png new file mode 100644 index 0000000..0a79692 Binary files /dev/null and b/posts/nhs_hack_day_2016/logo.png differ -- cgit v1.2.3