
My AI Chief of Staff Used to Have Office Hours. Not Anymore.
My AI chief of staff had one flaw: he only worked when my laptop was open. Here's what I built instead.
How I actually use AI every day — systems, agents, and the honest failures in between.

My AI chief of staff had one flaw: he only worked when my laptop was open. Here's what I built instead.
First the presentation on the Microsoft MIX 2008 and now the front page of .Net magazine with the Ulab Silverlight project You can download and read the…
This week we launched the Rabostarterscommunity. This community is built with Telligent Community Server 2008 and SiteCore 5. For reporting we uses Harvest…
Update 20 may 2009: New easy solution Set the Connection > Application Settings property True. This will generate a connection string in your app.config.…
When I was trying to publish a database to my shared hosting provider I encountered some problems with backup and restoring my database. To restore a…
For Bitmap manipulation I wrote three extension methods. With this method you can resize, crop and save as jpg your image. Resize Method \ code:c \ public…
Get dataItem onItemDataBound don't forget to replace the bold parts with your objectname : \ code:c \ protected void MainPostListView\ ItemDataBound object…
In this post I will add examples of String.Format or links to sites with good examples. Double \ code:c \ </p> <p> //&nbsp;just two decimal places<br />…
In an RSS feed I only had an UnixTime. For presentation I needed to convert this string to datetime. I did this with this code \ code:c \ DateTime…
Execute the next query to enable CLR. \ code:c \ // Turn advanced options on EXEC sp\configure 'show advanced options' , '1'; go reconfigure; go EXEC…
For a project I need to get the email addresses out of a string with all kinds of text in it. After a lot of trying I found the matchhandler method. It is…