iTunes Connect App Status Update

Use Your Loaf

Copyright © 2019 - K Harrison Privacy and Cookies Terms of Use, Almost a year ago I created a flowchart to try and make sense of the various states an app can go through during the iOS App Store submission process. There have been some recent changes by…

29 August 2011

CloudStack Goes Open Source

Slashdot

Hitting the front page for the first time, ke4qqq writes "CloudStack has dropped the open core model and gone completely open source. The latest merge of formerly-proprietary features include VMware and OracleVM support as well as support for dynamically…

29 August 2011

Coding Style and API Design

Planet KDE

Once in a while, there are really interesting blogs, presentations and reports about how to do things right as software developer. This is a quick list of links about API design and coding style: 1. Designing Qt-Style C++ APIs (Qt4), by Matthias Ettrich,…

28 August 2011

Character encoding and locales

Planet GNOME

Recently, I've been looking into how character encoding and locales work on Linux, and I thought it might be worthwhile to write down my findings; partly so that I can look them up again later, and partly so that people can correct all the things I've got…

27 August 2011

Getting MySQL Core file on Linux

MySQL Performance Blog

Core file can be quite helpful to troubleshoot MySQL Crashes yet it is not always easy to get, especially with recent Linux distributions which have security features to prevent core files to be dumped by setuid processes (and MySQL Server is most…

27 August 2011

Recovering Linux software RAID, RAID5 Array

MySQL Performance Blog

Dealing with MySQL you might need to deal with RAID recovery every so often. Sometimes because of client lacking the proper backup or sometimes because recovering RAID might improve recovery, for example you might get point in time recovery while backup…

27 August 2011

Using UIActionSheet for external actions

Use Your Loaf

Copyright © 2019 - K Harrison Privacy and Cookies Terms of Use, In two recent posts I walked through basic printing with AirPrint and how to print headers and footers with a print page renderer. In both cases though I assumed that the print user…

26 August 2011

Another look under the hood of search

The Official Google Blog

Hey—we've moved. Visit The Keyword for all the latest news and stories from Google Insights from Googlers into our products, technology, and the Google culture Another look under the hood of search (Cross-posted on the Inside Search blog and the…

25 August 2011

Make your file system error resilient

MySQL Performance Blog

One of the typical problems I see setting up ext2/3/4 file system is sticking to defaults when it comes to behavior on errors. By default these filesystems are configured to Continue when error (such as IO error or meta data inconsistency) is discovered…

24 August 2011