About Archive Tag Cloud Translations RSS

You are writing a comment about Context is a Parameter in Calculating Truth, here is a quick summary:

Some thoughts about one of Pirsig's arguments in <a href="http://www.amazon.com/gp/redirect.html?ie=UTF8&location=http%3A%2F%2Fwww.amazon.com%2FZen-Art-Motorcycle-Maintenance-Inquiry%2Fdp%2F0553277472&tag=irratioexuber-20&linkCode=ur2&camp=1789&creative=9325">Zen and the Art of Motorcycle Maintenance</a><img src="http://www.assoc-amazon.com/e/ir?t=irratioexuber-20&amp;l=ur2&amp;o=1" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />, as viewed from the eyes of a programmer. Are my thoughts valid? Correct? True? Well. That probably depends on context.


Please be aware that comment forms go stale after one hour.





Comments may make use of LifeFlow MarkDown. Raw html will be escaped.


Quick Introduction to LifeFlow MarkDown Syntax

A highlighted code block:

@@ ruby
def a (b, c):
  b * c
end
@@

Other common languages work as well: scheme, python, java, html, etc.

Other markdown syntax:

 ### This is an h3 title
#### This is an h4 title
**this is bold**
*this is italics*

1. This is an
2. ordered list

* And an unordered
* list too

[this is a link](http://www.lethain.com/ "Lethain")