06

Jun/16

Document Organisation Part 3 – Optical Character Recognition

Overview I wanted the text in scans to be embedded in the PDF document which PDF does support. Other solutions I’ve seen have been to include a copy of the text in a separate text file with the same name … Continue reading

02

May/16

Android To iPhone: 6 Months Later

Overview It’s been at least 6 months since I switched from Android to iOS cold turkey. I still have and use an Android tablet running Marshmallow so I do swap between the two platforms on a daily basis although I … Continue reading

04

Apr/16

Dockerising WordPress

Overview Container software has really picked up in popularity in part thanks to Docker and the concept is great. So much so I wanted to try it on my blog. Topology My setup consisted of a single instance on DigitalOcean … Continue reading

07

Mar/16

Windows 10 Waking From Sleep

Overview Since switching to Windows 10 I have been seeing the computer being woken up from sleep from random events here are some of the things I looked at to solve the wake up issue. Setup Set the computer to … Continue reading

22

Feb/16

Migrating From Ubuntu 14.04 To 16.04

Overview I have written migration plans for Ubuntu upgrades before. What makes it different this time is the hybrid Docker containers that I have used in places and the support for virtual IP (VIP) in Digital Ocean, my current hosting … Continue reading

04

Jan/16

Git Submodule v.s Subtree

Overview Incorporating libraries that are separately version controlled but requiring it as a dependency can be done in git but there are different ways of doing it. As an example I have used Git’s submodule and subtree. I started with … Continue reading

07

Dec/15

Switching From Android To iPhone 6s

Overview Technically the title should read iOS instead of iPhone but hey ho. It has been a long time since I have used an iPhone full time however I made the switch mainly because of the ever increasing physical size … Continue reading

23

Nov/15

MySQL Workbench Error Code 7

Overview On Windows, I was getting the following error trying to take a database dump to file: mysqldump: [ERROR] unknown variable ‘delayed-insert=FALSE’ Operation failed with exitcode 7 At the time I was using Workbench 6.3.5. Temporary Fix Edit the file … Continue reading