
How I promoted my AI from chatbot to chief of staff
I gave my AI a name, a memory, and a set of rules. Here's what I built, and why it stopped feeling like a tool.
How I actually use AI every day — systems, agents, and the honest failures in between.

I gave my AI a name, a memory, and a set of rules. Here's what I built, and why it stopped feeling like a tool.
As proof of concept I wanted to sort images in a Grid by keyboard. The sort logic needed to be implemented on the server. My solution for this problem is a…

After seeing a great XBOX360 friends Iphone App I decided to build a Windows Mobile version of it. The app shows your friends, their avatar, online status…

I use the following method to return a parent control of a specific type. This method is recursive and uses generics.

With the following code you can convert your MemoryStream to a Byte Array.
A few years after building the free travelblog site Globallog.nl in PHP. I started building a new version in .Net together with Mark. Although this was a…

Create a Visual Studio add in with contextmenu and selected text as input When working with a new way of storing settings in a database. I was frustrated how…
With the following code you can remove a line from a textfile web.config . If the string is within a line the line will be removed.
When using the Datapager with a ListView I had the following problem. When clicking a paging button for the first time nothing happens.But when I click a…
I disabled the comments because of the huge amounts of spam I'm receiving. So if you have any questions you can contact me trough linked in. Sorry for the…
In this example I will show how to create a Unit Test with TypeMock. First I have created some basic dummy classes for the example With the following Unit…