Personal Blog Censorship
Roy is censoring himself because he is conserned about what future employers think of his rants. Although I have the impression that Roy doesn't have much to be embarrassed of, I've been thinking about this concern related to a custom blogtool I'm planning.
I've been playing with the idea of a three-level writing style: public, protected and private (ok I am a programmer), public is default. Then the stuff you want to write, but restrict, could be tagged with
<protected>this can be compared to the recent project in our company where Joe did this internal company confidencial thing</protected>
and the stuff that you want completely for your own future reference could be tagged with
<private>I should maybe further elaborate on this or write an article. This text is about the code in C:\mycode</private>
The only thing that would be needed to make this work is a password for the "protected" user (this can be only one user for simplicity's sake), and a slight filtering in the RSS generator that will filter the protected text for regular readers, and the private text for everyone but the administrator.
update: I've changed the examples, to better show the intention. Protected text is text that generally is only interesting to a limited set of people, or might be company or personally confidential. Private is for personal notes. I use my blog for my own future reference, and some things aren't interesting for others.