
CLAUDE.md is not a prompt. It's a Personal Operating System.
I didn't build CLAUDE.md to be smarter. I built it to run rules I wrote on a day I was thinking clearly, whether or not I'm thinking clearly today. Here's the structure behind it.
How I actually use AI every day — systems, agents, and the honest failures in between.

I didn't build CLAUDE.md to be smarter. I built it to run rules I wrote on a day I was thinking clearly, whether or not I'm thinking clearly today. Here's the structure behind it.
In this example I will generate a XML site map that complies with the sitemap protocol XML schema. This example will give the following output: To keep the…
Add meta data dynamically to your page by adding a HtmlMeta control to your Header. In this example I dynamically add a keyword string to the page. You can…
In this post I will give an example how to cast a GenericList to Dictionary. This example will use the following Blogger class. The example will cast a…
The last few years I spend a lot of time working with Asp.Net AJAX. It all worked pretty good, the only downside is that you do not have control the…
You can set the culture of a report by clicking the report and setting the Language property. If you want to support multiple cultures you can set the…
By default it is not possible to use the ViewState within methods of a ObjectDataSource. Because the DataSource doesn't run within the current page instance,…
I update two posts: String formatting in C Copied the source of the post to my own blog as backup. DBML read connection string from web.config Added an…
When deploying a WCF webservice for a Silverligh application I got the following error: As you can see from the error you need to add the \ Serializable\…
Every time a form is successful summited I need to clear all input fields to the default values and give feedback to the user. I wrote a method ClearControl…
You can use a delegate to sort a generic list. Example