<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.no-ip.org/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>fractalnavel : conversations</title><link>http://blogs.no-ip.org/fractalnavel/archive/tags/conversations/default.aspx</link><description>Tags: conversations</description><dc:language>en</dc:language><generator>CommunityServer 2008.5 SP2 (Build: 40407.4157)</generator><item><title>tech notes: m-i-c, k-e-y, m-o-u-s-e</title><link>http://blogs.no-ip.org/fractalnavel/tech-notes-m-i-c-k-e-y-m-o-u-s-e.aspx</link><pubDate>Fri, 27 Mar 2009 19:49:36 GMT</pubDate><guid isPermaLink="false">0511061e-8795-4252-a46c-8c82d1f16065:4913</guid><dc:creator>fractalnavel</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.no-ip.org/fractalnavel/rsscomments.aspx?PostID=4913</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.no-ip.org/fractalnavel/commentapi.aspx?PostID=4913</wfw:comment><comments>http://blogs.no-ip.org/fractalnavel/tech-notes-m-i-c-k-e-y-m-o-u-s-e.aspx#comments</comments><description>&lt;p&gt;here we go again...&lt;/p&gt; &lt;dl&gt;&lt;dt&gt;craig:&lt;/dt&gt;&lt;dd&gt;&lt;font face="Helvetica"&gt;So you think the MVC pattern is something worth looking at closer? I read about it a few months ago in an MSDN magazine article. It did look pretty cool in that the view can be easily abstracted as a win form, web page or silverlight control since it&amp;#39;s communicates with the controller through events. Let me know what you think, I&amp;#39;m interested. ...&lt;/font&gt;       &lt;br /&gt;&amp;#160;&lt;/dd&gt;&lt;dt&gt;me:&lt;/dt&gt;&lt;dd&gt;     &lt;div&gt;&lt;font face="Century Gothic" color="#000080"&gt;&lt;font size="2"&gt;well, that chapter is a quick read, and it seems to be enough to give an accurate first impression.&amp;#160; now, the &lt;em&gt;quality&lt;/em&gt; of that first impression may vary.&amp;#160; the chapter&amp;#39;s at &lt;/font&gt;&lt;a href="http://tinyurl/aspnetmvc" target="_blank"&gt;http://tinyurl/aspnetmvc&lt;/a&gt;&lt;u&gt;&lt;font color="#0000ff" size="2"&gt;&lt;/font&gt;&lt;/u&gt;&lt;font size="2"&gt;, book name on front cover.&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;      &lt;div&gt;&lt;font face="Century Gothic" color="#000080" size="2"&gt;&lt;/font&gt;&amp;#160;&lt;/div&gt;      &lt;div&gt;&lt;font face="Century Gothic" color="#000080" size="2"&gt;the sample is for a web app only.&amp;#160; this is &lt;em&gt;asp.net&lt;/em&gt; mvc, not a general mvc framework.&amp;#160; not sure how this might map, if at all, to other presentation methods / runtime contexts.&amp;#160; maybe there&amp;#39;s more info in the more in-depth chapters of that book.&amp;#160; it&amp;#39;s not out yet, and that chapter is in pre-publication shape too, has some noticeable (minor) errors.&lt;/font&gt;&lt;/div&gt;      &lt;div&gt;&lt;font face="Century Gothic" color="#000080" size="2"&gt;&lt;/font&gt;&amp;#160;&lt;/div&gt;      &lt;div&gt;&lt;font face="Century Gothic" color="#000080"&gt;&lt;font size="2"&gt;the sample app is live at &lt;/font&gt;&lt;a href="http://nerddinner.com/" target="_blank"&gt;nerddinner.com&lt;/a&gt;&lt;u&gt;&lt;font color="#0000ff" size="2"&gt;&lt;/font&gt;&lt;/u&gt;&lt;font size="2"&gt;.&amp;#160; now, on my xo&amp;#39;s browser, it doesn&amp;#39;t come up well at all - missing all kinds of styles, the maps, much navigation, etc..&amp;#160; not sure what that&amp;#39;s all about, probably ajax related, on which this particular app seems to rely heavily in some areas.&amp;#160; or perhaps the xo&amp;#39;s browser is not jquery friendly, who knows.&amp;#160; not worth finding out.&amp;#160; but it&amp;#39;s a mozilla xulrunner / gecko core, so it&amp;#39;s interesting that this thing doesn&amp;#39;t work there.&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;      &lt;div&gt;&lt;font face="Century Gothic" color="#000080" size="2"&gt;&lt;/font&gt;&amp;#160;&lt;/div&gt;      &lt;div&gt;&lt;font face="Century Gothic" color="#000080" size="2"&gt;asp.net mvc v1.0 - we all know about ms first versions.&amp;#160; in the sample app, they hand craft data listing and paging logic.&amp;#160; now, it&amp;#39;s a lot easier than it would have been pre c# 2.0, but one would think that all the tools (e.g., server controls) that we&amp;#39;ve come to rely on in webforms would need functional representation in this framework as well.&amp;#160; anyone doing a not-small website will end up having to build or borrow a library of support functionality.&amp;#160; the existing server controls aren&amp;#39;t a good match for this framework.&lt;/font&gt;&lt;/div&gt;      &lt;div&gt;&lt;font face="Century Gothic" color="#000080" size="2"&gt;&lt;/font&gt;&amp;#160;&lt;/div&gt;      &lt;div&gt;&lt;font face="Century Gothic" color="#000080" size="2"&gt;mvc itself - eh, ok, this is stuff we should at least be aware of.&amp;#160; the asp.net version seems not-ready-for-prime-time, but it certainly can support building small personal sites.&amp;#160; but as for the &amp;quot;pattern&amp;quot; - if I ponder my own code habits over the years, I can see that I kind of do a lot of these things in one form or another already.&amp;#160; it&amp;#39;s a less overt, often less clean, but sometimes more elegantly subtle approach containing these same ideas.&amp;#160; and that makes sense that halfway decent coding practices would converge on similar solutions to similar problems.&amp;#160; with variation, of course.&amp;#160; I noticed that the other day when considering what I had just done in that twitter-to-communityserver aggregator I&amp;#39;ve been tinkering with. it&amp;#39;s got all the same types of layers, and when I dug up a c# new language features list, I discovered that I was already using some of that stuff without being aware of it.&amp;#160; some things just seem &amp;quot;natural&amp;quot; to try.&amp;#160; the good news is that these natural impulses now are often successful, whereas they used to result in failures, just brick walls with &amp;quot;I wish I could do this&amp;quot; written on them.&amp;#160; for example, I got away with using an unnamed delegate, passing an expression that returned a method signature as a parameter on a constructor.&amp;#160; they call that sort of thing &amp;quot;dependency injection&amp;quot; and &amp;quot;inversion of control&amp;quot; these days.&amp;#160; same goes for using reflection to instantiate types specified in configuration files, for example.&amp;#160; like with &amp;quot;ajax&amp;quot; the terminology and hype is often obscuring rather than reinforcing solid technical habits.&lt;/font&gt;&lt;/div&gt;      &lt;div&gt;&lt;font face="Century Gothic" color="#000080" size="2"&gt;&lt;/font&gt;&amp;#160;&lt;/div&gt;      &lt;div&gt;&lt;font face="Century Gothic" color="#000080" size="2"&gt;which is disturbing.&amp;#160; it does two things: (1) it disenfranchises existing practitioners to some extent, similar to the new slang on the playground every year; and (2) it encourages unthinking formulaic approaches to this profession, which as a class has never been successful.&amp;#160; great - another golden hammer, which the young&amp;#39;uns - and wanna-be trend-chasing old&amp;#39;uns - declare to be the &amp;quot;right&amp;quot; way.&amp;#160; apparently perspective, experience and wisdom are still not valued.&amp;#160; nothing new there.&lt;/font&gt;&lt;/div&gt;      &lt;div&gt;&lt;font face="Century Gothic" color="#000080" size="2"&gt;&lt;/font&gt;&amp;#160;&lt;/div&gt;      &lt;div&gt;&lt;font face="Century Gothic" color="#000080" size="2"&gt;so, mvc, ruby on rails, dynamic languages, closures, lambda functions, ioc, patterns, etc. etc. etc. - been there, done that, quit yanking me around with the labels.&amp;#160; pisses me off that all those morons need a goddamn popular fad and a catchy name before they&amp;#39;ll listen to any sense - assuming that there&amp;#39;s a correspondence to sense there in the first place, which isn&amp;#39;t always the case.&lt;/font&gt;&lt;/div&gt;      &lt;div&gt;&lt;font face="Century Gothic" color="#000080" size="2"&gt;&lt;/font&gt;&amp;#160;&lt;/div&gt;      &lt;div&gt;&lt;font face="Century Gothic" color="#000080" size="2"&gt;blogging, I know.&lt;/font&gt;&lt;/div&gt;      &lt;div&gt;&lt;font face="Century Gothic" color="#000080" size="2"&gt;&lt;/font&gt;&amp;#160;&lt;/div&gt;      &lt;div&gt;&lt;font face="Century Gothic" color="#000080" size="2"&gt;so, I&amp;#39;m tiring of twitter.&amp;#160; another fad.&amp;#160; it&amp;#39;s nice to have that micro-blogging channel (in the &lt;em&gt;strict&lt;/em&gt; sense), as I posted about earlier, but fuck using it as a chat / im mechanism.&amp;#160; if I want to talk _to_ someone, I&amp;#39;ll do it via better channels.&amp;#160; I was never really into talking loudly at parties.&amp;#160; who are we trying to impress here ?&amp;#160; and as for the information sharing, there are better, more focused ways - delicious, blogs, whatever.&amp;#160; as a news channel ?&amp;#160; not hardly.&amp;#160; the only motivation I can see that would keep me hanging around is that &amp;quot;everyone else is doing it&amp;quot;, and not because of wanting to be there - it&amp;#39;s that people have disappeared from those other channels.&amp;#160; so I have to choose between going my own way, and joining the rest of the world in a least common denominator fuck fest ?&amp;#160; I&amp;#39;ll choose the way I always do, thank you.&amp;#160; meanwhile, I&amp;#39;ll micro-blog in a vaccum, the way I regular blog.&amp;#160; it&amp;#39;s just a tool.&lt;/font&gt;&lt;/div&gt;      &lt;div&gt;&lt;font face="Century Gothic" color="#000080" size="2"&gt;&lt;/font&gt;&amp;#160;&lt;/div&gt;      &lt;div&gt;... &lt;/div&gt;      &lt;div&gt;&lt;font face="Century Gothic" color="#000080" size="2"&gt;&lt;/font&gt;&amp;#160;&lt;/div&gt;      &lt;div&gt;&lt;font face="Century Gothic" color="#000080" size="2"&gt;oh - no &amp;quot;events&amp;quot; concept in asp.net mvc.&amp;#160; get used to it ;-p&lt;/font&gt; &lt;/div&gt;   &lt;/dd&gt;&lt;/dl&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.no-ip.org/aggbug.aspx?PostID=4913" width="1" height="1"&gt;</description><category domain="http://blogs.no-ip.org/fractalnavel/archive/tags/tech+notes/default.aspx">tech notes</category><category domain="http://blogs.no-ip.org/fractalnavel/archive/tags/All/default.aspx">All</category><category domain="http://blogs.no-ip.org/fractalnavel/archive/tags/conversations/default.aspx">conversations</category></item><item><title>rodents in the foundations</title><link>http://blogs.no-ip.org/fractalnavel/rodents-in-the-foundations.aspx</link><pubDate>Wed, 10 Dec 2008 20:53:50 GMT</pubDate><guid isPermaLink="false">0511061e-8795-4252-a46c-8c82d1f16065:4731</guid><dc:creator>fractalnavel</dc:creator><slash:comments>4</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.no-ip.org/fractalnavel/rsscomments.aspx?PostID=4731</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.no-ip.org/fractalnavel/commentapi.aspx?PostID=4731</wfw:comment><comments>http://blogs.no-ip.org/fractalnavel/rodents-in-the-foundations.aspx#comments</comments><description>&lt;p&gt;once upon a time, i included the following in an email, &lt;a title="cosmic mole @ open source poetry" href="http://osp.bbkstudio.com/index.html?poemDisplay.php?poem_id=376" target="_blank"&gt;which subsequently got posted&lt;/a&gt; by craig on the open source poetry site:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;oh, to be a cosmic mole     &lt;br /&gt;in and out of planck-sized holes      &lt;br /&gt;experiencing all as whole      &lt;br /&gt;trying to preserve one&amp;#39;s soul&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;yeah, yeah, never mind.&lt;/p&gt;  &lt;p&gt;so today, craig, who brings it back up every now and then, digs up &lt;a href="http://kindernacht.deviantart.com/art/A-Cosmic-Mole-100016186" target="_blank"&gt;the following at deviant art&lt;/a&gt;:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.deviantart.com/download/100016186/A_Cosmic_Mole_by_Kindernacht.png" target="_blank"&gt;&lt;img title="cosmic mole - click for original" height="240" alt="cosmic mole - click for original" src="http://www.deviantart.com/download/100016186/A_Cosmic_Mole_by_Kindernacht.png" width="186" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;weird, but pretty cool ;-)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.no-ip.org/aggbug.aspx?PostID=4731" width="1" height="1"&gt;</description><category domain="http://blogs.no-ip.org/fractalnavel/archive/tags/All/default.aspx">All</category><category domain="http://blogs.no-ip.org/fractalnavel/archive/tags/conversations/default.aspx">conversations</category><category domain="http://blogs.no-ip.org/fractalnavel/archive/tags/_2800_e._2900_t_2E00_/default.aspx">(e.)t.</category></item><item><title>today is...</title><link>http://blogs.no-ip.org/fractalnavel/today-is.aspx</link><pubDate>Fri, 14 Mar 2008 16:02:50 GMT</pubDate><guid isPermaLink="false">0511061e-8795-4252-a46c-8c82d1f16065:3396</guid><dc:creator>fractalnavel</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.no-ip.org/fractalnavel/rsscomments.aspx?PostID=3396</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.no-ip.org/fractalnavel/commentapi.aspx?PostID=3396</wfw:comment><comments>http://blogs.no-ip.org/fractalnavel/today-is.aspx#comments</comments><description>&lt;h2&gt;pi day !&lt;/h2&gt; &lt;dl&gt; &lt;dt&gt;craig:  &lt;dd&gt; &lt;blockquote style="padding-left:5px;margin-left:5px;border-left:blue 2px solid;"&gt; &lt;div style="font-size:10pt;font-family:&amp;#39;Arial&amp;#39;;"&gt;Sent: 2008.03.14 10:40:08 Eastern Daylight Time&lt;br /&gt;Subj: happy pi day! 3/14&lt;br /&gt;&amp;nbsp;&lt;/div&gt;&lt;font style="background-color:transparent;" face="Arial" color="#000000" size="2"&gt;&lt;a href="http://www.piday.org/" target="_blank"&gt;http://www.piday.org/&lt;/a&gt;&lt;br /&gt;&lt;/font&gt;&lt;/blockquote&gt;  &lt;dt&gt;me:  &lt;dd&gt; &lt;div&gt;first reaction: thank you sir, and same to you.&lt;/div&gt; &lt;div&gt;&amp;nbsp;&lt;/div&gt; &lt;div&gt;second reaction (after seeing where that link goes): oh no - they&amp;#39;ve commercialized it !&amp;nbsp;&amp;nbsp; next thing you know, they&amp;#39;re going to dumb it down for the masses.&lt;/div&gt; &lt;div&gt;&amp;nbsp;&lt;/div&gt; &lt;div&gt;on the other hand, should have thought of this myself.&amp;nbsp; except i&amp;#39;m not of that mindset.&amp;nbsp; easy enough to do, using those free produce &amp;amp; fullfill on demand shops.&lt;/div&gt; &lt;div&gt;&amp;nbsp;&lt;/div&gt; &lt;div&gt;see &lt;font color="#0000ff"&gt;&lt;a href="http://coolwhois.com/d/piday.org/20080314085304" target="_blank"&gt;http://coolwhois.com/d/piday.org/20080314085304&lt;/a&gt;&lt;/font&gt;.&amp;nbsp; i can&amp;#39;t get a decent response from the host domain name it returns.&lt;/div&gt; &lt;div&gt;&amp;nbsp;&lt;/div&gt; &lt;div&gt;ah, but ok, they&amp;#39;ve been around for a while, that takes a little bit of the edge off: &lt;font color="#0000ff"&gt;&lt;a href="http://web.archive.org/web/*/http://www.piday.org/" target="_blank"&gt;http://web.archive.org/web/*/http://www.piday.org/&lt;/a&gt;&lt;/font&gt;.&amp;nbsp; wayback has been slow lately...&lt;/div&gt; &lt;div&gt;&amp;nbsp;&lt;/div&gt; &lt;div&gt;this is also interesting: &lt;font color="#0000ff"&gt;&lt;a href="http://trace.die.net/search/?source=bm&amp;amp;q=http%3A//ord.dreamhost.com" target="_blank"&gt;http://trace.die.net/search/?source=bm&amp;amp;q=http%3A//ord.dreamhost.com&lt;/a&gt;&lt;/font&gt;.&amp;nbsp; from there, get alexa info, and some interesting whois: &lt;font color="#0000ff"&gt;&lt;a href="http://whois.domaintools.com/piday.org" target="_blank"&gt;http://whois.domaintools.com/piday.org&lt;/a&gt;&lt;/font&gt;&amp;nbsp;(too bad a lot of these details are only available for a price - sometimes steep).&amp;nbsp; &lt;/div&gt; &lt;div&gt;&amp;nbsp;&lt;/div&gt; &lt;div&gt;looks like the site has had regular changes over the years, so at least the guy is somewhat committed to this.&lt;/div&gt; &lt;div&gt;&amp;nbsp;&lt;/div&gt; &lt;div&gt;and what about the guy himself ?&amp;nbsp; &lt;font color="#0000ff"&gt;&lt;a href="http://cbri.umn.edu/~kunau/?p=89" target="_blank"&gt;http://cbri.umn.edu/~kunau/?p=89&lt;/a&gt;&lt;/font&gt;&amp;nbsp;(they must know each other through choir) (interesting, that wordpress site looks almost identical to &lt;font color="#810081"&gt;&lt;a href="http://simpable.com/" target="_blank"&gt;scott w.&amp;#39;s graffiticms site&lt;/a&gt;&lt;/font&gt; - see &lt;font color="#0000ff"&gt;&lt;a href="http://evil.che.lu/2007/4/6/skittlish-0-4-release-and-sightseeing" target="_blank"&gt;http://evil.che.lu/2007/4/6/skittlish-0-4-release-and-sightseeing&lt;/a&gt;&lt;/font&gt;&amp;nbsp;(which is also worth browsing around on)), and mostly, his site: &lt;font color="#0000ff"&gt;&lt;a href="http://www.hellerich.net/" target="_blank"&gt;http://www.hellerich.net/&lt;/a&gt;&lt;/font&gt;&amp;nbsp; - he&amp;#39;s a young&amp;#39;un, gradgitated in &amp;#39;05.&amp;nbsp; means he put up the piday.org site when he was 18 or so - !&lt;/div&gt; &lt;div&gt;&amp;nbsp;&lt;/div&gt; &lt;div&gt;but &amp;quot;official&amp;quot; site for pi day ?&amp;nbsp; gimme&amp;nbsp;a break.&amp;nbsp; surprised there&amp;#39;s nothing _on_ that site _about_ the site; i wouldn&amp;#39;t have done all of the above ;-)&lt;/div&gt; &lt;div&gt;&amp;nbsp;&lt;/div&gt; &lt;div&gt;btw, relevant to a recent discussion of ours and to your employer / customer: &lt;font color="#0000ff"&gt;&lt;a href="http://cbri.umn.edu/~kunau/?p=143" target="_blank"&gt;http://cbri.umn.edu/~kunau/?p=143&lt;/a&gt;&lt;/font&gt;&amp;nbsp;(linked paper: &lt;font color="#0000ff"&gt;&lt;a href="http://www.smashingmagazine.com/2007/08/02/data-visualization-modern-approaches/" target="_blank"&gt;http://www.smashingmagazine.com/2007/08/02/data-visualization-modern-approaches/&lt;/a&gt;&lt;/font&gt;).&amp;nbsp; worth checking out other stuff from that guy&amp;#39;s site and his outbound links, etc.&amp;nbsp; he&amp;#39;s in the bioinformatics field.&amp;nbsp; also check out his department: &lt;font color="#0000ff"&gt;&lt;a href="http://cbri.umn.edu/" target="_blank"&gt;http://cbri.umn.edu&lt;/a&gt;&lt;/font&gt;.&lt;/div&gt; &lt;div&gt; &lt;div&gt;&amp;nbsp;&lt;/div&gt; &lt;div&gt;anyway, thanks for triggering that tour, interesting stuff out there. &lt;/div&gt;&lt;/div&gt;&lt;/dd&gt;&lt;/dl&gt; &lt;p&gt;i think that&amp;#39;s what you might call a disproportionate response ;-)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.no-ip.org/aggbug.aspx?PostID=3396" width="1" height="1"&gt;</description><category domain="http://blogs.no-ip.org/fractalnavel/archive/tags/tech+notes/default.aspx">tech notes</category><category domain="http://blogs.no-ip.org/fractalnavel/archive/tags/All/default.aspx">All</category><category domain="http://blogs.no-ip.org/fractalnavel/archive/tags/conversations/default.aspx">conversations</category><category domain="http://blogs.no-ip.org/fractalnavel/archive/tags/i.c.k_2E00_/default.aspx">i.c.k.</category><category domain="http://blogs.no-ip.org/fractalnavel/archive/tags/humor_3F00_/default.aspx">humor?</category></item><item><title>best laid plans</title><link>http://blogs.no-ip.org/fractalnavel/best-laid-plans.aspx</link><pubDate>Mon, 03 Dec 2007 20:37:00 GMT</pubDate><guid isPermaLink="false">0511061e-8795-4252-a46c-8c82d1f16065:2822</guid><dc:creator>fractalnavel</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.no-ip.org/fractalnavel/rsscomments.aspx?PostID=2822</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.no-ip.org/fractalnavel/commentapi.aspx?PostID=2822</wfw:comment><comments>http://blogs.no-ip.org/fractalnavel/best-laid-plans.aspx#comments</comments><description>
&lt;STYLE&gt;
dt {
	margin-top: 5px;
	font-style: italic;
	}

&lt;/STYLE&gt;
&lt;I&gt;i mentioned that i was maintaining a wiki for a customer ...&lt;/I&gt; 
&lt;DL&gt;
&lt;DT&gt;Craig says:&lt;/DT&gt;
&lt;DD&gt;is this sort of like you collecting all those hard bound books so that when you die somebody will appreciate it?&lt;/DD&gt;
&lt;DT&gt;ChrisS says:&lt;/DT&gt;
&lt;DD&gt;lol&lt;/DD&gt;
&lt;DD&gt;damn&lt;/DD&gt;
&lt;DD&gt;you may be right&lt;/DD&gt;
&lt;DT&gt;Craig says:&lt;/DT&gt;
&lt;DD&gt;lol&lt;/DD&gt;
&lt;DT&gt;ChrisS says:&lt;/DT&gt;
&lt;DD&gt;shit&lt;/DD&gt;
&lt;DT&gt;Craig says:&lt;/DT&gt;
&lt;DD&gt;sounds a little too familiar is all&lt;/DD&gt;
&lt;DT&gt;ChrisS says:&lt;/DT&gt;
&lt;DD&gt;yeah... story of my life&lt;/DD&gt;
&lt;DT&gt;ChrisS says:&lt;/DT&gt;
&lt;DD&gt;it's my way of being codependent without needing to actually be there&lt;/DD&gt;
&lt;DT&gt;Craig says:&lt;/DT&gt;
&lt;DD&gt;rofl&lt;/DD&gt;
&lt;DD&gt;haha&lt;/DD&gt;
&lt;DD&gt;oh that was good &lt;/DD&gt;
&lt;DT&gt;Craig says:&lt;/DT&gt;
&lt;DD&gt;man I gotta remember that one&lt;/DD&gt;
&lt;DD&gt;priceless chris&lt;/DD&gt;
&lt;DT&gt;ChrisS says:&lt;/DT&gt;
&lt;DD&gt;thought you'd appreciate that &lt;/DD&gt;&lt;/DL&gt;&lt;img src="http://blogs.no-ip.org/aggbug.aspx?PostID=2822" width="1" height="1"&gt;</description><category domain="http://blogs.no-ip.org/fractalnavel/archive/tags/All/default.aspx">All</category><category domain="http://blogs.no-ip.org/fractalnavel/archive/tags/conversations/default.aspx">conversations</category><category domain="http://blogs.no-ip.org/fractalnavel/archive/tags/humor_3F00_/default.aspx">humor?</category><category domain="http://blogs.no-ip.org/fractalnavel/archive/tags/dear+diary/default.aspx">dear diary</category></item><item><title>tech notes: the rules</title><link>http://blogs.no-ip.org/fractalnavel/tech-notes-the-rules.aspx</link><pubDate>Fri, 27 Jul 2007 18:13:00 GMT</pubDate><guid isPermaLink="false">0511061e-8795-4252-a46c-8c82d1f16065:2764</guid><dc:creator>fractalnavel</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.no-ip.org/fractalnavel/rsscomments.aspx?PostID=2764</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.no-ip.org/fractalnavel/commentapi.aspx?PostID=2764</wfw:comment><comments>http://blogs.no-ip.org/fractalnavel/tech-notes-the-rules.aspx#comments</comments><description>&lt;DIV&gt;&lt;FONT color=#545454 size=2&gt;
&lt;P&gt;&lt;EM&gt;&lt;FONT size=1&gt;well, _&lt;STRONG&gt;some_&lt;/STRONG&gt; anyway....&lt;/FONT&gt;&lt;/EM&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Keith says (14:02):&lt;/P&gt;
&lt;/FONT&gt;&lt;FONT face="Comic Sans MS" color=#800080 size=2&gt;
&lt;P&gt;Rule # 1: There are no rules, so code for them. gotta like rules!&lt;/P&gt;
&lt;P&gt;Rule # 2: Code per specs and flexibility. gotta like rules!&lt;/P&gt;
&lt;P&gt;Rule # 3: Communications Levels: User -&amp;gt; Analyst -&amp;gt; Developer. gotta like rules!&lt;/P&gt;
&lt;P&gt;Rule # 4: No index on table == table scan. gotta like database rules!&lt;/P&gt;
&lt;P&gt;Rule # 5: When a team has two people always agreeing, then there is one too many on the team. - A Friend&lt;/P&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;/FONT&gt;&lt;FONT face="Comic Sans MS" color=#800080 size=2&gt;
&lt;P&gt;Rule # 6: Prevent the Crayon Fairy from sneezing on the web site!! - A Friend&lt;/P&gt;
&lt;P&gt;Rule # 7: Usage, Invoice, Payment. gotta like order!&lt;/P&gt;
&lt;P&gt;Rule # 8: Code per specs, even if business logic may not seem correct to developer . gotta like rules!&lt;/P&gt;
&lt;P&gt;Rule # 9: Code per specs, Analysts test, Analysts change specs, change code, re-test. gotta like the process!&lt;/P&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;/FONT&gt;&lt;FONT color=#545454 size=2&gt;
&lt;/FONT&gt;&lt;FONT face="Comic Sans MS" color=#800080 size=2&gt;
&lt;P&gt;Rule #10: Everything is negotiable between Analysts and Developers, also Temps. gotta like the process!&lt;/P&gt;
&lt;P&gt;SQL Tables, Indexes, Triggers, Stored Procedures - what fun one can have &lt;/P&gt;
&lt;P&gt;Telephony Software and C# (to conference or not to conference)&lt;/P&gt;
&lt;P&gt;Hated four letter words in programming: DATE and TIME, CODE and TEST &lt;/P&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;/FONT&gt;&lt;FONT color=#545454 size=2&gt;
&lt;/FONT&gt;&lt;FONT face="Comic Sans MS" color=#800080 size=2&gt;
&lt;P&gt;Sprained thumb from twiddling! May I have another project? &lt;/P&gt;
&lt;P&gt;Projects: Completed: 4, Waiting for specs: 1, In Development: 1. Having fun? Priceless! &lt;/P&gt;
&lt;P&gt;Time for another project? Do you know where your code is? Having fun? Priceless! &lt;/P&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.no-ip.org/aggbug.aspx?PostID=2764" width="1" height="1"&gt;</description><category domain="http://blogs.no-ip.org/fractalnavel/archive/tags/tech+notes/default.aspx">tech notes</category><category domain="http://blogs.no-ip.org/fractalnavel/archive/tags/conversations/default.aspx">conversations</category><category domain="http://blogs.no-ip.org/fractalnavel/archive/tags/humor_3F00_/default.aspx">humor?</category></item><item><title>i really like my friends...</title><link>http://blogs.no-ip.org/fractalnavel/i-really-like-my-friends.aspx</link><pubDate>Thu, 24 May 2007 23:36:23 GMT</pubDate><guid isPermaLink="false">0511061e-8795-4252-a46c-8c82d1f16065:2757</guid><dc:creator>fractalnavel</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.no-ip.org/fractalnavel/rsscomments.aspx?PostID=2757</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.no-ip.org/fractalnavel/commentapi.aspx?PostID=2757</wfw:comment><comments>http://blogs.no-ip.org/fractalnavel/i-really-like-my-friends.aspx#comments</comments><description>&lt;p&gt;a response one made to a nigerian scam letter:&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;div&gt;In a message dated 2007.05.19 06:01:35 Eastern Daylight Time,&amp;nbsp; writes:&lt;/div&gt; &lt;blockquote style="padding-left:5px;margin-left:5px;border-left:blue 2px solid;"&gt; &lt;div&gt;This is what I sent to&amp;nbsp;a scammer this time...&amp;nbsp; read the second half of the email he sent me first, then my reply.&lt;/div&gt; &lt;div&gt;&lt;font face="Trebuchet MS" color="#0000ff"&gt;&lt;/font&gt;&amp;nbsp;&lt;/div&gt; &lt;div&gt;I hate those bastards...&lt;br&gt;&amp;nbsp;&lt;/div&gt; &lt;p&gt;&lt;strong&gt;&lt;font face="arial, helvetica, sans-serif" color="#00407f" size="2"&gt;Shiney&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt; &lt;div style="font-size:10pt;font-family:arial, helvetica, sans-serif;"&gt;&lt;br&gt; &lt;div style="font-size:12pt;font-family:times new roman, new york, times, serif;"&gt;----- Forwarded Message ----&lt;br&gt;From: Gregg &amp;lt;&amp;gt;&lt;br&gt;To: MR.GEORGE MENSAH &amp;lt;&amp;gt;&lt;br&gt;Sent: Saturday, May 19, 2007 12:44:06 AM&lt;br&gt;Subject: Re: Urgent assistance needed please,&lt;br&gt;&lt;/div&gt; &lt;div style="font-size:12pt;font-family:times new roman, new york, times, serif;"&gt;&lt;font face="Trebuchet MS" color="#0000ff" size="2"&gt;&lt;/font&gt;&amp;nbsp;&lt;/div&gt; &lt;div style="font-size:12pt;font-family:times new roman, new york, times, serif;"&gt;&lt;font face="arial, helvetica, sans-serif" size="2"&gt;Well, it is certainly a pleasure to meet you Mr. George Mensah from Ghana!&amp;nbsp; I am a also man of PEACE and INTEGRITY, and I believe I can assist you.&lt;/font&gt;&lt;/div&gt; &lt;div style="font-size:12pt;font-family:times new roman, new york, times, serif;"&gt;&lt;font face="Arial" size="2"&gt;&lt;/font&gt;&amp;nbsp;&lt;/div&gt; &lt;div style="font-size:10pt;font-family:arial, helvetica, sans-serif;"&gt;&lt;strong&gt;&lt;em&gt;&lt;font color="#0000ff"&gt;&lt;/font&gt;&lt;/em&gt;&lt;/strong&gt;Here is how to&amp;nbsp;proceed.&amp;nbsp; &lt;/div&gt; &lt;div style="font-size:10pt;font-family:arial, helvetica, sans-serif;"&gt;First send me the 20% of the $5 Million from your SUSPENSE ACCOUNT and do not make undue the advantage of the trust I have bestowed on you as well, and I assure you we can achieve this transaction successfully.&amp;nbsp; --- Unless of course you would like me to contact Barclays Bank and alert them to your extra funds.&lt;/div&gt; &lt;div style="font-size:10pt;font-family:arial, helvetica, sans-serif;"&gt;&amp;nbsp;&lt;/div&gt; &lt;div style="font-size:10pt;font-family:arial, helvetica, sans-serif;"&gt;If you do not wish to send any money ahead of time, the following important information is the best I can do for you.&amp;nbsp; Others have followed this helpful advice and they&amp;nbsp;have all ended up&amp;nbsp;trouble-free.&lt;/div&gt; &lt;div style="font-size:10pt;font-family:arial, helvetica, sans-serif;"&gt;&amp;nbsp;&lt;/div&gt; &lt;div style="font-size:10pt;font-family:arial, helvetica, sans-serif;"&gt;As one caring human (about to become a Millionaire) to another, here are some suggestions to all these problems you are having - PLEASE PASS THESE TIPS ONTO OTHER PEOPLE IN YOUR SCAM OPERATION:&lt;/div&gt; &lt;div style="font-size:10pt;font-family:arial, helvetica, sans-serif;"&gt; &lt;ol&gt; &lt;li&gt;Put a gun to your head and blow your brains out (I suggest employing at least a 44 Cal bullet, and placing the tip of the gun barrel about 1/2 inch above one of your ears, or just your remaining ear if the other was cut off in your country because of a crime you committed).&amp;nbsp;  &lt;li&gt;Hang yourself (use strong rope, I'm sure you're a big heavy sloppy fat-ass).  &lt;li&gt;Cut your wrists (lay in a bath tub to contain the mess.&amp;nbsp; A little blood goes a long way on a tile floor.&amp;nbsp; Be sure to slice up from your hand towards your elbow, not across your wrists).  &lt;li&gt;Drink a bottle of drain opener or&amp;nbsp;nitric acid (mix a little sugar in first for better taste.&amp;nbsp; Wait a few minutes and watch the fun while your intestines squirt out of your navel).  &lt;li&gt;Stand in front of a moving locomotive (actually, suddenly&amp;nbsp;darting in front of one works best because the train engineer can't apply the brakes soon enough to stop).  &lt;li&gt;Jump off a cliff (or into a live volcano if one is handy).  &lt;li&gt;Overdose on laxative pills (you'll bleed to death from your newly modified rectum.&amp;nbsp; Remember to flush the toilet regularly or it will overflow due to your expelled internal organs plugging up the pipes).  &lt;li&gt;Wear a fresh ham or a dead cat&amp;nbsp;around your neck and swim in shark infested waters (don't use swim fins, they will just slow you down by giving the sharks something to grab onto you with).  &lt;li&gt;Get yourself mugged and killed (I suggest flying into Chicago Illinois, walking downtown, and yelling &lt;strong&gt;'NIGGERS ARE STUPID&lt;/strong&gt;" repeatedly until you are stabbed to death).  &lt;li&gt;Stick your head in a corn picker or hay bailing machine (Come to the USA.&amp;nbsp; I know many farmers who would love to stick a towel-headed moron like you under a thrashing machine).  &lt;li&gt;Drive at&amp;nbsp;minimum 150MPH into a really thick brick wall (a sports car works best - not much metal holding those things together&amp;nbsp;- leave off your seat belt while your at it, and disconnect the air bag first).  &lt;li&gt;All sorts of other means are available to help you out&amp;nbsp;at &lt;a title="http://www.google.com/search?hl=en&amp;amp;rlz=1T4SUNA_en___US208&amp;amp;q=suicide+how+to+commit." href="http://www.google.com/search?hl=en&amp;amp;rlz=1T4SUNA_en___US208&amp;amp;q=suicide+how+to+commit."&gt;&lt;font color="#0000ff"&gt;http://www.google.com/search?hl=en&amp;amp;rlz=1T4SUNA_en___US208&amp;amp;q=suicide+how+to+commit.&lt;/font&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt; &lt;p style="font-size:12pt;font-family:times new roman, new york, times, serif;"&gt;&lt;font face="arial, helvetica, sans-serif" size="2"&gt;At least one or two of the above mentioned options should work out well for you.&amp;nbsp; &lt;/font&gt;&lt;/p&gt; &lt;p style="font-size:12pt;font-family:times new roman, new york, times, serif;"&gt;&lt;font face="arial, helvetica, sans-serif" size="2"&gt;In the U.S., It's mandatory by law based on a person's low IQ Level and basic stupidity - like yours.&lt;/font&gt;&lt;/p&gt; &lt;p style="font-size:12pt;font-family:times new roman, new york, times, serif;"&gt;&lt;font face="arial, helvetica, sans-serif" size="2"&gt;It helps keep the idiot population like you people from getting out of hand.&lt;/font&gt;&lt;/p&gt; &lt;p style="font-size:12pt;font-family:times new roman, new york, times, serif;"&gt;&lt;font face="Arial" size="2"&gt;&lt;/font&gt;&amp;nbsp;&lt;/p&gt; &lt;p style="font-size:12pt;font-family:times new roman, new york, times, serif;"&gt;&lt;font face="Arial" size="2"&gt;To expedite your decision of actually performing personal demise, please feel free to fly into Chicago Illinois (O-HARE International Airport).&amp;nbsp; &lt;/font&gt;&lt;/p&gt; &lt;p style="font-size:12pt;font-family:times new roman, new york, times, serif;"&gt;&lt;font face="Arial" size="2"&gt;There you will find many helpful people during the night in the downtown area who will be more than happy to assist in kicking the living shit out of you if you have not quite made up your mind about suicide.&amp;nbsp; &lt;/font&gt;&lt;/p&gt; &lt;p style="font-size:12pt;font-family:times new roman, new york, times, serif;"&gt;&lt;font face="Arial" size="2"&gt;You should perform this action after you have had time to rest up a from your flight and&amp;nbsp;eaten as many pain pills as you can.&lt;/font&gt;&lt;/p&gt; &lt;p style="font-size:12pt;font-family:times new roman, new york, times, serif;"&gt;&lt;font face="Arial" size="2"&gt;Be sure to drink plenty of fluids since you will undoubtedly end up with great loss of blood.&lt;/font&gt;&lt;/p&gt; &lt;p style="font-size:12pt;font-family:times new roman, new york, times, serif;"&gt;&lt;font face="Arial" size="2"&gt;The good news is that you will still be clinically alive.&amp;nbsp; &lt;/font&gt;&lt;/p&gt; &lt;p style="font-size:12pt;font-family:times new roman, new york, times, serif;"&gt;&lt;font face="Arial" size="2"&gt;&lt;/font&gt;&amp;nbsp;&lt;/p&gt; &lt;p style="font-size:12pt;font-family:times new roman, new york, times, serif;"&gt;&lt;font face="Arial" size="2"&gt;Don't concern yourself with bringing anything with you on the trip -- A local U.S. hospital will supply&amp;nbsp;you with everything you need (the&amp;nbsp;beds are nicer to sleep in than in most US&amp;nbsp;motels, plus the steady sounds from the monitors of your heart and brain slowly coming to a stop helps you to sleep.&amp;nbsp; The food from the feeding tubes taste great as well).&amp;nbsp; &lt;/font&gt;&lt;/p&gt; &lt;p style="font-size:12pt;font-family:times new roman, new york, times, serif;"&gt;&lt;font face="Arial" size="2"&gt;&lt;/font&gt;&amp;nbsp;&lt;/p&gt; &lt;p style="font-size:12pt;font-family:times new roman, new york, times, serif;"&gt;&lt;font face="Arial" size="2"&gt;Trust me my future transaction partner, you'll forget all about&amp;nbsp;your money problems when you're in&amp;nbsp;a coma.&lt;/font&gt;&lt;/p&gt; &lt;div style="font-size:12pt;font-family:times new roman, new york, times, serif;"&gt;&lt;strong&gt; &lt;p&gt;&lt;/strong&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&lt;font face="arial, helvetica, sans-serif" size="2"&gt;Have a nice day.&lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;font face="Arial" size="2"&gt;&lt;/font&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&lt;font face="Arial" size="2"&gt;By the way, your English sucks.&amp;nbsp; Try using a spell checker next time you bug-eyed mongoloid.&lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;font face="Arial" size="2"&gt;&lt;/font&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&lt;font face="Arial" size="2"&gt;Please be aware that I have sent your email address to Yahoo for proper processing.&amp;nbsp; I will assume that similar emails I receive are from you as well.&amp;nbsp; &lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;font face="Arial" size="2"&gt;&lt;/font&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&lt;font face="Arial" size="2"&gt;You're goin' down pal...&lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;font face="arial, helvetica, sans-serif"&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/font&gt;&amp;nbsp;&amp;nbsp;&lt;/p&gt; &lt;div style="font-size:10pt;font-family:arial, helvetica, sans-serif;"&gt; &lt;div style="font-size:12pt;font-family:times new roman, new york, times, serif;"&gt;----- Original Message ----&lt;br&gt;From: MR.GEORGE MENSAH &amp;lt;&amp;gt;&lt;br&gt;Sent: Friday, May 18, 2007 11:37:27 PM&lt;br&gt;Subject: Urgent assistance needed please,&lt;br&gt;&lt;br&gt; &lt;div&gt;&lt;font face="Arial" size="3"&gt;&lt;br&gt;&lt;br&gt;&lt;span style="margin:8px 0px;overflow:hidden;width:100%;height:2px;background-color:black;"&gt;&lt;font style="background-color:#ffffff;"&gt;&lt;/font&gt;&lt;/span&gt; &lt;div&gt; &lt;div&gt; &lt;div&gt; &lt;p&gt;&lt;font size="3"&gt;&lt;font face="Arial"&gt;Dear Friend,&lt;br&gt;&lt;br&gt;I hope this may not constitute sort of embarrassment to you, My name is George Mensah,Iam the regional bank manager of the Barclays Bank &lt;span style="border-bottom:#0066cc 1px dashed;"&gt;Ghana&lt;/span&gt; Ltd.&lt;br&gt;I came to know you in my Private Search for a reliable and reputable person to handle this Confidential Transaction. I am 44 years of age and married with 3 lovely kids. It may interest you to hear that I am a man of PEACE and INTERGRITY; I only hope we can assist each other.&lt;br&gt;&lt;br&gt;I have packaged a financial transaction that will benefit both of us, as the regional Auditor General of the Barclays Bank &lt;span style="background:none transparent scroll repeat 0% 0%;border-bottom:#0066cc 1px dashed;"&gt;Ghana&lt;/span&gt; Ltd.; it is my duty to send in a financial report to my head office in the capital city Accra at the end of each year.&lt;br&gt;&lt;br&gt;On the course of last year 2006 end of year report, I discovered that my branch in which I am the manager made an excess profit of five million &lt;span style="border-bottom:#0066cc 1px dashed;"&gt;united states &lt;/span&gt;dollars [US$5,000,000.00] which my head office are not aware of and will never be aware of. I have since placed this fund on what we call SUSPENSE ACCOUNT without any beneficiary. As an officer of the bank I can not be directly connected to this money, this is why I.m contacting you for us to work so that you can assist and receive this money into your bank account for us to SHARE. I will offer you 20% of the total amount for yourassistance. &lt;/font&gt; &lt;div&gt; &lt;div&gt; &lt;div&gt;&lt;font face="Arial"&gt;Note that there are practically no risks involved in this transaction , it will be bank to bank transfer, all I need from you is to stand claim as the original depositor of this fund who made the deposit with Takoradi branch so that my Head office can order the transfer to your designated bank account.&lt;br&gt;&lt;br&gt;Do not make undue the advantage of the trust I have bestowed on you, and I assure you we can achieve it successfully.&lt;br&gt;&lt;br&gt;Best regards.&lt;br&gt;Mr.George Mensah. &lt;/font&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/font&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&lt;font face="Trebuchet MS" color="#0000ff" size="2"&gt;&lt;/font&gt;&amp;nbsp;&lt;/font&gt;&lt;br&gt;&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt; &lt;div&gt;&lt;font face="Trebuchet MS" color="#0000ff"&gt;&lt;/font&gt;&lt;/div&gt; &lt;div&gt;&amp;nbsp;&lt;/div&gt;&lt;img src="http://blogs.no-ip.org/aggbug.aspx?PostID=2757" width="1" height="1"&gt;</description><category domain="http://blogs.no-ip.org/fractalnavel/archive/tags/conversations/default.aspx">conversations</category><category domain="http://blogs.no-ip.org/fractalnavel/archive/tags/humor_3F00_/default.aspx">humor?</category></item></channel></rss>