
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.
Practical notes on smart home, software, and building stuff.

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.
I finished building a Google CSE platform and deployed multiple .Net related search engines. dotNetSearch.Net SilverlightSearch.Net SharepointSearch.Net with…
pragma warning disable 1591 pragma warning restore 1591
For dotNetSearch.net I needed to cache the RSS feed on the right . I did this with the .Net Cache namespace. In this examle I add the RSSFeed content as…
After installing and playing with the Asp.Net Charting control I decided to use it for a customer. When integrating the control to the project I got the…
When deploying a project to a internal test server I got the following error: The definition of the report 'Main Report' is invalid. An unexpected error…
For a project I needed to remove menu items to the pages in the folder 'Subscriberpages' when a the user is in the Role of 'Marketing' and…
This method return the integer weeknumber of a specific date. More info: http://msdn.microsoft.com/en…
This is a basic example of an console application with parameters used for a scheduled tasks. The application will be scheduled to run every day with the n…
When attaching to a process for debug Silverligh you need to remember that Silverlight is Client side code. So attach to IExplorer.exe, FireFox.exe or what…
When using a button, linkbutton or imagebutton with CommandArguments or CommandName you can use the OnCommand event instead of the OnClick event. Using the…