Category Archives: Uncategorized

Moving WhatsApp from WM10 to Android/iOS

Today I made an attempt to move my WhatsApp messages from WM10 to an Android Phone. If the journey is TL;DR; jump to the end of this blogpost for a download link and some remarks on limitations. In it’s greater … Continue reading

Posted in Uncategorized | Leave a comment

WdFilter.sys & boot loop

Today my computer decided to start a boot loop where it claimed that WdFilter.sys was missing or damaged. The file looked ok when inspected from the command prompt option of the Windows Recovery Environment (WRE). However in this same environment … Continue reading

Posted in Uncategorized | 1 Comment

Double precision issues

Due to some interaction with a Swagger related project and a simple yet fast and easy to use C# JSON library SimpleJSON I used in the code generated by my swagger parser and code generator, I stumbled upon some issues … Continue reading

Posted in Uncategorized | Leave a comment

WHS 2011 Client Backup Drive Full

This week I had that dreaded message for the second time. Probably due to modern GB games that patch themselves regularly and entering the Windows Insider program (so a new Windows 10 version every now and then). The last time … Continue reading

Posted in Uncategorized | Leave a comment

Using a Denver AC-5000W with Windows (or OS X)

Some weeks ago, the Denver AC-5000W action camera’s where for sale for around € 50. So a lot cheaper than a GoPro and thus nice for testing. As it comes with a underwater housing up capable of withstanding water pressure … Continue reading

Posted in Uncategorized | 86 Comments

Debugging PHP

As an old fashioned programmer I grew up with debugging methods like post-mortem traces and trace statements. Today however we have and are used to GUI’s for debugging and can single step code or even re-compile code and retry the … Continue reading

Posted in Uncategorized | Leave a comment

How to automate inclusion of versioning info in Java beans

This post is about how to solve a problem that bugged me for while.  When developing Portlets for Liferay one always wonders what exact version is actually running on the various servers of the development chain (local/test/integration/production) and what sources … Continue reading

Posted in Uncategorized | Leave a comment

Command-line scanning a directory or file with Microsoft Security Essentials

After doing the usual web search with Google and Bing I found only sites claiming doing a scan with Microsoft Security Essentials of a file or directory from the command-line was not possible. Most sites just say it’s possible to … Continue reading

Posted in Uncategorized | Leave a comment

Getting the Name of a C# Component.

Today I had the need to address a C# Component I wrote and that is part of a larger C# UserControl by name (so by a String). I know there are other ways to address components but for some reason … Continue reading

Posted in Uncategorized | Leave a comment

JScript parameters

Ever wondered how to get rid of those pesky *.js.php files where you need PHP to write a single variable into a JScript? After a lot of searching I stumbled upon a nice solution (see http://feather.elektrum.org/book/src.html) that allows you to … Continue reading

Posted in Uncategorized | Leave a comment