-
Recent Posts
Recent Comments
Archives
Categories
Meta
Category Archives: technology
Thoughts on the software development process
I’m going to talk about some reading material and my own ideas on the software development process: Hackers and Painters essay by Paul Graham Creative Selection by Ken Kocienda Facebook mobile development article by Android Authority My own thoughts “Hackers … Continue reading
xdiffr initial release
I have rewritten my differencing application to be cross platform. I have rebranded it to xdiffr and I have made it open source. You can download built Windows and Linux executables here: https://adamk.org/xdiffr The source code is hosted on github: … Continue reading
Freezing hard drive as last resort data recovery
In the last few years I’ve had two hard drives fail. As a last resort each time I put the drive in a freezer for about half a day and then managed to recover most of the data. WARNING: If … Continue reading
Docbook introduction
Docbook is a specification for writing documentation in XML*. Once an XML document containing the data content of the documentation has been created, it can be processed by XSL transforms to produce an output format (pdf, html, chm and more…). … Continue reading