<?xml version="1.0" encoding="UTF-8" ?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-US"><title type="html">The Pope of The Hub</title><subtitle type="html">Scalper's Only Blog</subtitle><id>http://cs.hubfs.net/blogs/thepopeofthehub/atom.aspx</id><link rel="alternate" type="text/html" href="http://cs.hubfs.net/blogs/thepopeofthehub/default.aspx" /><link rel="self" type="application/atom+xml" href="http://cs.hubfs.net/blogs/thepopeofthehub/atom.aspx" /><generator uri="http://communityserver.org" version="2.0.60217.2664">Community Server</generator><updated>2006-02-22T16:23:00Z</updated><entry><title>Amanda and Some Guy discuss F# on .NET Rocks!</title><link rel="alternate" type="text/html" href="http://cs.hubfs.net/blogs/thepopeofthehub/archive/2008/09/16/FSharpDotNetRocksAmandaTed.aspx" /><id>http://cs.hubfs.net/blogs/thepopeofthehub/archive/2008/09/16/FSharpDotNetRocksAmandaTed.aspx</id><published>2008-09-16T21:30:00Z</published><updated>2008-09-16T21:30:00Z</updated><content type="html">&lt;P&gt;Amanda Laucher and Ted Neward&amp;nbsp;talk about F# on&amp;nbsp;a recently released .NET Rocks! podcast (&lt;A href="http://www.dotnetrocks.com/default.aspx?showNum=377"&gt;episode 377&lt;/A&gt;).&amp;nbsp; Richard and Carl pose a lot of tough questions.&amp;nbsp; Amanda and Ted are up to the task and provide a great perspective on functional languages, OO, F#, .NET and many other things.&amp;nbsp; While I don't really know Ted, I can only help to perpetuate the "Some Guy" reference in the podcast.&amp;nbsp; Evidently Amanda and Ted are also working on a book "F# in a Nutshell".&lt;/P&gt;
&lt;P&gt;Amanda can be found at &lt;A href="http://www.pandamonial.com/"&gt;Pandamonial&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Ted can be found at &lt;A href="http://blogs.tedneward.com/"&gt;The Blog Ride&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Podcast is &lt;A href="http://www.dotnetrocks.com/default.aspx?showNum=377"&gt;here&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Good stuff.&lt;/P&gt;&lt;img src="http://cs.hubfs.net/aggbug.aspx?PostID=7114" width="1" height="1"&gt;</content><author><name>optionsScalper</name><uri>http://cs.hubfs.net/members/optionsScalper.aspx</uri></author></entry><entry><title>F# 1.9.3 Release Candidate (1.9.3.7) is now available</title><link rel="alternate" type="text/html" href="http://cs.hubfs.net/blogs/thepopeofthehub/archive/2007/12/01/FSharp1_9_3Released.aspx" /><id>http://cs.hubfs.net/blogs/thepopeofthehub/archive/2007/12/01/FSharp1_9_3Released.aspx</id><published>2007-12-02T05:18:00Z</published><updated>2007-12-02T05:18:00Z</updated><content type="html">&lt;P&gt;Dr. Don Syme and the F# team have provided a "stabilization" release of F#.&amp;nbsp; It looks like they are starting a "cleanup" in preparation of becoming a product.&amp;nbsp; Woo Hoo!&lt;/P&gt;
&lt;P&gt;Dr. Syme's full post is &lt;A href="http://blogs.msdn.com/dsyme/archive/2007/11/30/f-1-9-3-candidate-release-now-available.aspx"&gt;here&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;The release notes are &lt;A href="http://blogs.msdn.com/dsyme/archive/2007/11/30/full-release-notes-for-f-1-9-3-7.aspx"&gt;here&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Download it as an &lt;A href="http://research.microsoft.com/research/downloads/Details/e8478d6b-49c0-4750-80eb-0e424d1631a3/Details.aspx"&gt;MSI&lt;/A&gt; or &lt;A href="http://research.microsoft.com/research/downloads/Details/eec29583-ecff-42c3-a2ee-c1502145dc90/Details.aspx"&gt;ZIP&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://cs.hubfs.net/aggbug.aspx?PostID=4216" width="1" height="1"&gt;</content><author><name>optionsScalper</name><uri>http://cs.hubfs.net/members/optionsScalper.aspx</uri></author></entry><entry><title>Using F# with R</title><link rel="alternate" type="text/html" href="http://cs.hubfs.net/blogs/thepopeofthehub/archive/2007/11/06/FSharpWithR.aspx" /><id>http://cs.hubfs.net/blogs/thepopeofthehub/archive/2007/11/06/FSharpWithR.aspx</id><published>2007-11-06T08:02:00Z</published><updated>2007-11-06T08:02:00Z</updated><content type="html">&lt;P&gt;On the F# list server over at Microsoft Research, there was a question posted by Lars Johnson about using F# with R.&amp;nbsp; For whatever reason, I'm not able to post to that list server.&amp;nbsp; I'm not very good with list servers, so I'll post up my usage here and hope that someone could post this back to the list server or notify Lars.&lt;/P&gt;
&lt;P&gt;For those that don't know, R is an analytics tool with an emphasis on rich statistical toolboxes.&amp;nbsp; It was first produced at the old AT&amp;amp;T Bell Labs and was later commercialized by Stat-Sci (later to become Insightful) as S-Plus.&amp;nbsp; R remains free and in the public domain.&lt;/P&gt;
&lt;P&gt;In the list server thread, Juergen Van Gael mentioned two approaches for possible integration - RSOAP and R(D)COM.&amp;nbsp; This post is for usage of R with R(D)COM with F#.&amp;nbsp; The RSOAP approach is a little more involved, so I chose the R(D)COM path here.&amp;nbsp; As its name implies, R(D)COM is a wrapper for R for usage with COM and DCOM.&amp;nbsp; It was written by Thomas Baier and Erich Neuwirth.&lt;/P&gt;
&lt;P&gt;My environment for use of F# with R on a Windows platform:&lt;/P&gt;
&lt;P&gt;1.&amp;nbsp; Windows XP SP2&lt;BR&gt;2.&amp;nbsp; .NET 2.0 - 2.0.50727&lt;BR&gt;3.&amp;nbsp; Visual Studio 2005 with SP1 - 8.0.50727.762 (SP.050727-7600)&lt;BR&gt;4.&amp;nbsp; F# 1.9.2.9&lt;BR&gt;5.&amp;nbsp; R 2.6.0 - &lt;A href="http://cran.us.r-project.org/"&gt;http://cran.us.r-project.org/&lt;/A&gt;&lt;BR&gt;6.&amp;nbsp; R(D)COM 2.50_pl1 - &lt;A href="http://rcom.univie.ac.at/"&gt;http://rcom.univie.ac.at/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Note that VS2005 is not necessary as this could be done with the .NET Framework and F#.&lt;/P&gt;
&lt;P&gt;After the above installation, we need to make an R(D)COM .NET wrapper so that F# or any .NET application can see the R(D)COM server.&amp;nbsp; For this, I opened a VS2005 command prompt (dos window with the VS2005 environment variables properly set up).&amp;nbsp; In that window, perform the following two steps.&amp;nbsp; After you complete these steps, the command window is no longer needed.&lt;/P&gt;
&lt;P&gt;1.&amp;nbsp; Change directory to the default installation for the R(D)COM binaries.&amp;nbsp; "cd C:\Program Files\R\(D)COM Server\bin".&lt;BR&gt;2.&amp;nbsp; Create the .NET interop wrapper.&amp;nbsp; "TlbImp STATCONNECTORSRV.exe /out:Interop.STATCONNECTORSRVLib.dll".&amp;nbsp; Note that while this is a standard operation for .NET with COM, Robert Pickering's book "Foundations of F#" covers COM usage with F# (and other interoperability) in Chapter 13.&lt;/P&gt;
&lt;P&gt;Next, open up a copy of fsi and interact with the following code.&lt;/P&gt;
&lt;P&gt;&lt;span style="color: Black;background-color: Transparent;font-family: Lucida Console;font-size: 11px;font-weight: normal;"&gt; &lt;br /&gt;&lt;br /&gt;&lt;span style="color: Green;background-color: Transparent;font-family: Lucida Console;font-size: 11px;font-weight: normal;"&gt;//-----------------------------&lt;/span&gt;&lt;br /&gt;#light&lt;br /&gt;&lt;span style="color: Green;background-color: Transparent;font-family: Lucida Console;font-size: 11px;font-weight: normal;"&gt;// attach a copy of the R(D)COM dll for statistics connections.&lt;/span&gt;&lt;br /&gt;#r &lt;span style="color: Red;background-color: Transparent;font-family: Lucida Console;font-size: 11px;font-weight: normal;"&gt;@"C:\Program Files\R\(D)COM Server\bin\Interop.STATCONNECTORSRVLib.dll"&lt;/span&gt;&lt;br /&gt;&lt;span style="color: Green;background-color: Transparent;font-family: Lucida Console;font-size: 11px;font-weight: normal;"&gt;// open the namespace&lt;/span&gt;&lt;br /&gt;&lt;span style="color: Blue;background-color: Transparent;font-family: Lucida Console;font-size: 11px;font-weight: normal;"&gt;open&lt;/span&gt; Interop.STATCONNECTORSRVLib&lt;br /&gt;&lt;br /&gt;&lt;span style="color: Green;background-color: Transparent;font-family: Lucida Console;font-size: 11px;font-weight: normal;"&gt;// Create a connection instance&lt;/span&gt;&lt;br /&gt;&lt;span style="color: Blue;background-color: Transparent;font-family: Lucida Console;font-size: 11px;font-weight: normal;"&gt;let&lt;/span&gt; SCCForR = &lt;span style="color: Blue;background-color: Transparent;font-family: Lucida Console;font-size: 11px;font-weight: normal;"&gt;new&lt;/span&gt; StatConnectorClass()&lt;br /&gt;&lt;span style="color: Green;background-color: Transparent;font-family: Lucida Console;font-size: 11px;font-weight: normal;"&gt;// Initialize that instance for usage with R&lt;/span&gt;&lt;br /&gt;SCCForR.Init(&lt;span style="color: Red;background-color: Transparent;font-family: Lucida Console;font-size: 11px;font-weight: normal;"&gt;"R"&lt;/span&gt;)&lt;br /&gt;&lt;span style="color: Green;background-color: Transparent;font-family: Lucida Console;font-size: 11px;font-weight: normal;"&gt;// Sample statements to modify the R environment.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: Green;background-color: Transparent;font-family: Lucida Console;font-size: 11px;font-weight: normal;"&gt;// create an R variable named abc and assign it the value of 5&lt;/span&gt;&lt;br /&gt;SCCForR.SetSymbol(&lt;span style="color: Red;background-color: Transparent;font-family: Lucida Console;font-size: 11px;font-weight: normal;"&gt;"abc"&lt;/span&gt;&lt;span style="color: Blue;background-color: Transparent;font-family: Lucida Console;font-size: 11px;font-weight: normal;"&gt;,&lt;/span&gt; 5)&lt;br /&gt;&lt;br /&gt;&lt;span style="color: Green;background-color: Transparent;font-family: Lucida Console;font-size: 11px;font-weight: normal;"&gt;// Retrieve the value of the R variable named abc and assign that value to the F# value valueForabc&lt;/span&gt;&lt;br /&gt;&lt;span style="color: Blue;background-color: Transparent;font-family: Lucida Console;font-size: 11px;font-weight: normal;"&gt;let&lt;/span&gt; valueForabc = SCCForR.GetSymbol(&lt;span style="color: Red;background-color: Transparent;font-family: Lucida Console;font-size: 11px;font-weight: normal;"&gt;"abc"&lt;/span&gt;)&lt;br /&gt;&lt;br /&gt;&lt;span style="color: Green;background-color: Transparent;font-family: Lucida Console;font-size: 11px;font-weight: normal;"&gt;// Evaluate an expression in R and assign that value to an F# value aTestEvaluation&lt;/span&gt;&lt;br /&gt;&lt;span style="color: Blue;background-color: Transparent;font-family: Lucida Console;font-size: 11px;font-weight: normal;"&gt;let&lt;/span&gt; aTestEvaluation = SCCForR.Evaluate(&lt;span style="color: Red;background-color: Transparent;font-family: Lucida Console;font-size: 11px;font-weight: normal;"&gt;"8 * sin(4)"&lt;/span&gt;)&lt;br /&gt;&lt;br /&gt;&lt;span style="color: Green;background-color: Transparent;font-family: Lucida Console;font-size: 11px;font-weight: normal;"&gt;// Close the R connection&lt;/span&gt;&lt;br /&gt;SCCForR.Close()&lt;br /&gt;&lt;span style="color: Green;background-color: Transparent;font-family: Lucida Console;font-size: 11px;font-weight: normal;"&gt;//-----------------------------&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Note that the value for valueForabc should be 5.&amp;nbsp; The value for aTestEvaluation should be -6.054419962.&amp;nbsp; Also note that this sample does NOT clean up the COM object assigned to SCCForR.&amp;nbsp; It only closes the connection to R.&lt;/P&gt;
&lt;P&gt;This sample interop code was modified from the example given in the R(D)COM package.&amp;nbsp; There are many other possibilities for R(D)COM, especially in the rich graphics libraries that R has to offer.&lt;BR&gt;&lt;/P&gt;&lt;img src="http://cs.hubfs.net/aggbug.aspx?PostID=3945" width="1" height="1"&gt;</content><author><name>optionsScalper</name><uri>http://cs.hubfs.net/members/optionsScalper.aspx</uri></author></entry><entry><title>Don Syme on Channel 9</title><link rel="alternate" type="text/html" href="http://cs.hubfs.net/blogs/thepopeofthehub/archive/2006/10/31/DonChannel9.aspx" /><id>http://cs.hubfs.net/blogs/thepopeofthehub/archive/2006/10/31/DonChannel9.aspx</id><published>2006-10-31T19:39:00Z</published><updated>2006-10-31T19:39:00Z</updated><content type="html">&lt;P&gt;A day late and a dollar (or quid) short; 20 lashes with a wet noodle; any other cliche will work as well.&amp;nbsp; I saw Don Syme's videos on Channel 9 and &lt;STRONG&gt;COMPLETELY&lt;/STRONG&gt; neglected to blog about it here on The Hub.&amp;nbsp; Ok, ok, I'm not doing my usual F# cheerleading.&amp;nbsp; I just assumed that everyone had seen these and was aware of them.&amp;nbsp; The reason for my flogging about my missed blogging is that these videos had been released over 45 days ago.&lt;/P&gt;
&lt;P&gt;The fearless leader of functional programming on the .NET platform is forever preserved in two (yes, not one, but two) Channel 9 videos:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="http://channel9.msdn.com/Showpost.aspx?postid=234632"&gt;Part I - Interview with Mike Hall&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="http://channel9.msdn.com/showpost.aspx?postid=234889"&gt;Part II - Demos and summary&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;((Hat tip to &lt;A href="/user/Profile.aspx?UserID=2220"&gt;&lt;FONT color=#028b36&gt;secretGeek&lt;/FONT&gt;&lt;/A&gt;&amp;nbsp;for posting &lt;A class=ForumNameRead title="" href="/forums/thread/808.aspx"&gt;&lt;FONT color=#4c9e7a&gt;Don Syme on "Channel 9" (microsoft)&lt;/FONT&gt;&lt;/A&gt;&amp;nbsp;to &lt;A class=lnk3 title="Public Presentations" href="/forums/66/ShowForum.aspx"&gt;&lt;FONT color=#4c8e7a&gt;Public Presentations&lt;/FONT&gt;&lt;/A&gt;&amp;nbsp;and reminding me; Don mentions this on Sep 14th, 2006&amp;nbsp;in his blog post &lt;A href="http://blogs.msdn.com/dsyme/archive/2006/09/14/754464.aspx"&gt;F# on Channel 9&lt;/A&gt;)).&lt;/P&gt;&lt;img src="http://cs.hubfs.net/aggbug.aspx?PostID=810" width="1" height="1"&gt;</content><author><name>optionsScalper</name><uri>http://cs.hubfs.net/members/optionsScalper.aspx</uri></author></entry><entry><title>Welcomes to new registered users, hubFS Maintenance, etc.</title><link rel="alternate" type="text/html" href="http://cs.hubfs.net/blogs/thepopeofthehub/archive/2006/08/17/Users100Maintenance.aspx" /><id>http://cs.hubfs.net/blogs/thepopeofthehub/archive/2006/08/17/Users100Maintenance.aspx</id><published>2006-08-17T19:30:00Z</published><updated>2006-08-17T19:30:00Z</updated><content type="html">&lt;P&gt;I noticed that we just exceeded a total of 100 registered users in the last calendar week.&amp;nbsp; To all of those who have registered and participate here, welcome and thanks for both stopping by and giving time and effort.&amp;nbsp; If you are a frequent visitor or want to register here, it is free and only takes a moment to do so.&amp;nbsp; Look for the links in the upper right hand corner of this page.&lt;/P&gt;
&lt;P&gt;I haven't talked much about contributor status, but for any registered user that wants to participate and publish articles here or be more active in F# in the community, I invite you to send me an email os &amp;lt;(@)&amp;gt; jjbresearch.org.&amp;nbsp; We have the means to host subversion based source repositories (private) and forums and blogs for communications for any F# projects or anything else that improves the state of F# in the community.&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;&lt;STRONG&gt;Maintenance&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;I will be doing maintenance on The Hub on Saturday, 08/19/2006 from 1800 through 2200 CDT (GMT -6).&amp;nbsp; I expect no interruption of service during this period and will have completed backups previous to maintenance.&amp;nbsp; I ask that if you are active during that time frame to save a copy of your work (that you may enter) should there be any issues and a fallback to the backup is required.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://cs.hubfs.net/aggbug.aspx?PostID=536" width="1" height="1"&gt;</content><author><name>optionsScalper</name><uri>http://cs.hubfs.net/members/optionsScalper.aspx</uri></author></entry><entry><title>F# Articles on ASPToday - 10 day free trial viewing</title><link rel="alternate" type="text/html" href="http://cs.hubfs.net/blogs/thepopeofthehub/archive/2006/07/04/ASPTodayAntonsen.aspx" /><id>http://cs.hubfs.net/blogs/thepopeofthehub/archive/2006/07/04/ASPTodayAntonsen.aspx</id><published>2006-07-04T15:19:00Z</published><updated>2006-07-04T15:19:00Z</updated><content type="html">&lt;P&gt;Frank Antonsen, a programmer in Copenhagen, Denmark, has started a series on F# titled &lt;EM&gt;Introducing F#&lt;/EM&gt; (&lt;A href="http://www.asptoday.com/Content.aspx?id=2431"&gt;Part 1&lt;/A&gt;).&amp;nbsp; The articles can be found on &lt;A href="http://www.asptoday.com/default.aspx"&gt;&lt;STRONG&gt;ASP Today&lt;/STRONG&gt;&lt;/A&gt;.&amp;nbsp; Normally a subscription-based site, &lt;STRONG&gt;ASP Today&lt;/STRONG&gt; has a variety of articles in traditional developer topics for the Windows platform.&amp;nbsp; Because of the emphasis on Functional Programming, Simon Robinson, Editor-In-Chief of &lt;STRONG&gt;ASP Today,&lt;/STRONG&gt; felt it would be useful to provide these articles for free for the period from July 5th - July 15th.&lt;/P&gt;
&lt;P&gt;It is also important to note that &lt;A href="http://blogs.msdn.com/dsyme/"&gt;Dr. Don Syme&lt;/A&gt; (and &lt;A href="/blogs/f_team/default.aspx"&gt;here&lt;/A&gt;) was a reviewer on this article.&lt;/P&gt;
&lt;P&gt;I personally have decided to subscribe to this site as the rates seem reasonable.&amp;nbsp; I know that the functional programming topics and the F# articles will only be a small portion of the works that are published, but as time progresses, I'd expect to see more breadth on F# stuff.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://cs.hubfs.net/aggbug.aspx?PostID=409" width="1" height="1"&gt;</content><author><name>optionsScalper</name><uri>http://cs.hubfs.net/members/optionsScalper.aspx</uri></author></entry><entry><title>F# Road Trips:  Cancellations for San Diego</title><link rel="alternate" type="text/html" href="http://cs.hubfs.net/blogs/thepopeofthehub/archive/2006/06/19/SanDiegoCancelled.aspx" /><id>http://cs.hubfs.net/blogs/thepopeofthehub/archive/2006/06/19/SanDiegoCancelled.aspx</id><published>2006-06-19T20:22:00Z</published><updated>2006-06-19T20:22:00Z</updated><content type="html">&lt;P&gt;This is a quick notice that I will NOT be presenting at the Code Camp in San Diego this weekend.&amp;nbsp; I just sent notifications to the code camp organizers with my apologies.&lt;/P&gt;
&lt;P&gt;I have a situation at work that requires attention and while most things could be deferred under normal circumstances, this situation cannot.&amp;nbsp; Details not withstanding, the deal represents considerable cost to this client and my responsibilities are to this client first and foremost.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://cs.hubfs.net/aggbug.aspx?PostID=367" width="1" height="1"&gt;</content><author><name>optionsScalper</name><uri>http://cs.hubfs.net/members/optionsScalper.aspx</uri></author></entry><entry><title>F# Road Trips:  Next stop - San Diego</title><link rel="alternate" type="text/html" href="http://cs.hubfs.net/blogs/thepopeofthehub/archive/2006/05/19/RRCCSanDiego.aspx" /><id>http://cs.hubfs.net/blogs/thepopeofthehub/archive/2006/05/19/RRCCSanDiego.aspx</id><published>2006-05-19T17:17:00Z</published><updated>2006-05-19T17:17:00Z</updated><content type="html">Ok, so I've started this &lt;A href="/"&gt;hubFS&lt;/A&gt; thing. It has been a bit of work, but I had fun getting it moving.&amp;nbsp; The best part now is that I've had a chance to have conversations with a number of people with F# interests from all over the planet.&amp;nbsp; These are the people that I hope will eventually use their collective passions in F# to make &lt;A href="/"&gt;The Hub&lt;/A&gt; a great place for F# work.&lt;BR&gt;&lt;BR&gt;In the meantime, I've been bitten by the speaking bug and have been giving a few presentations recently.&amp;nbsp; I recently spoke at the &lt;A href="http://www.wi-ineta.org/"&gt;WI .NET User Group&lt;/A&gt;, &lt;A href="http://fvnug.wi-ineta.org/"&gt;Fox Valley .NET User Group&lt;/A&gt; and the &lt;A href="http://www.netrug.net/"&gt;Rockford .NET User Group&lt;/A&gt;.&amp;nbsp; I'm hoping to speak at the &lt;A href="http://cvnug.wi-ineta.org/"&gt;Chippewa Valley .NET User Group&lt;/A&gt; in the coming months.&amp;nbsp; As an aside, it would seem that &lt;STRONG&gt;every valley in Wisconsin&lt;/STRONG&gt; has started a .NET User Group.&lt;BR&gt;&lt;BR&gt;But the reason that I'm writing this post is because the prefix "F# Road Trips" will hopefully become a new series on this blog (I'm writing this both on The Hub and on my jjbresearch blogs).&amp;nbsp; My goal is to go on the road approximately once every month or so and give F# presentations at various code camps and other venues.&amp;nbsp; I'm currently working through a few different presentations, some of which are already complete:&lt;BR&gt;&lt;BR&gt;
&lt;OL&gt;
&lt;LI&gt;F#: An Introduction Under an Application of Quantitative Finance&lt;/LI&gt;
&lt;LI&gt;An Introduction to F# &lt;/LI&gt;
&lt;LI&gt;F# and BizTalk 2006: Leveraging functional/imperative/OO programming in the rules engine &lt;/LI&gt;
&lt;LI&gt;F# Functional Programming: Lambdas, closures and other constructs &lt;/LI&gt;
&lt;LI&gt;Interactive Visualization with F# &lt;/LI&gt;
&lt;LI&gt;F# and SQLCLR - Breaking domain encapsulation and placing business logic in SQLCLR with F#&lt;/LI&gt;&lt;/OL&gt;&lt;A href="http://dangilkerson.com/"&gt;Swarer&lt;/A&gt; (&lt;A href="http://www.xpsd.org/cgi-bin/wiki"&gt;XPSD&lt;/A&gt; member and self-proclaimed "Ex-ubernerd, recently got himself a life.") and I talk regularly and he mentioned a few weeks ago that the &lt;A href="http://www.socalcodecamp.com/"&gt;Rock and Roll Code Camp&lt;/A&gt; (RRCC) was to take place in San Diego on June 24-25, 2006.&amp;nbsp; I think his exact words were:&amp;nbsp; "Dude.&amp;nbsp; You gotta like, come out and like do this like code camp.&amp;nbsp; It'll be uummmmm gnarly and stuff and like you can like tell everyone about that F# thing and whoa, we can like totally party and skip out of all of the other sessions especially those agile sessions on TDD and unit testing and stuff." (I cut and pasted that from an MSN IM session).&amp;nbsp; I also know that after speaking with him, his tagline is not quite correct; he's still doesn't have a life, but he's borrowing someone else's for a little while.&lt;BR&gt;&lt;BR&gt;I'm there.&amp;nbsp; I'm speaking.&amp;nbsp; I'm doing that F# thing.&amp;nbsp; I'll be doing &lt;A href="http://www.socalcodecamp.com/Default.aspx?tabid=224"&gt;the #2, #3, #4 and #5 presentations.from the above list for RRCC&lt;/A&gt;.&amp;nbsp; I'll submit for #6 to RRCC if I can complete my work on it in time to get on the schedule.&amp;nbsp; If you are going to RRCC, &lt;STRONG&gt;DO NOT MISS #5 - Interactive Visualization with F#&lt;/STRONG&gt;.&lt;BR&gt;&lt;BR&gt;If you are having a code camp and want to hear about F#, give me a comment here or send me an email.&amp;nbsp; I'm going to try to do one code camp per month or so, starting in August.&amp;nbsp; Keep in mind, that the real reason for doing this is to find out where the best .NET parties take place.&lt;BR&gt;&lt;BR&gt;---&lt;BR&gt;Note:&amp;nbsp; I'm doing an impression of Godzilla and NOT evangelizing F# in &lt;A href="http://www.socalcodecamp.com/Default.aspx?tabid=234&amp;amp;ctl=ArticleView&amp;amp;mid=650&amp;amp;articleId=79"&gt;this picture&lt;/A&gt;.&lt;BR&gt;&lt;img src="http://cs.hubfs.net/aggbug.aspx?PostID=264" width="1" height="1"&gt;</content><author><name>optionsScalper</name><uri>http://cs.hubfs.net/members/optionsScalper.aspx</uri></author></entry><entry><title>Hubology:  Codedrops (and a note on colorized code on The Hub)</title><link rel="alternate" type="text/html" href="http://cs.hubfs.net/blogs/thepopeofthehub/archive/2006/05/03/Codedrops.aspx" /><id>http://cs.hubfs.net/blogs/thepopeofthehub/archive/2006/05/03/Codedrops.aspx</id><published>2006-05-04T03:14:00Z</published><updated>2006-05-04T03:14:00Z</updated><content type="html">&lt;P&gt;There is a new File Folder, &lt;A href="/files/27/codedrops/default.aspx"&gt;&lt;FONT color=#028b36&gt;Codedrops&lt;/FONT&gt;&lt;/A&gt;, for simple code snippets that are submitted by hubFS contributors.&amp;nbsp; Note that registered users have read and download status, but not rights status on that folder.&lt;/P&gt;
&lt;P&gt;In a recent thread, newly registered member &lt;A href="/members/LewisBruck.aspx"&gt;&lt;FONT color=#028b36&gt;Lewis Bruck&lt;/FONT&gt;&lt;/A&gt;, asked for the &lt;A href="/forums/thread/95.aspx"&gt;&lt;FONT color=#028b36&gt;F# code for the FDX demo&lt;/FONT&gt;&lt;/A&gt;.&amp;nbsp; I mention the links to the Codedrops folder for &lt;A href="/files/27/codedrops/entry229.aspx"&gt;&lt;FONT color=#028b36&gt;FDX/Webcrawl (F# Team)&lt;/FONT&gt;&lt;/A&gt;&amp;nbsp;demos (thanks Don and James) and agree with Lewis that cut and paste of colorized code should be easy.&amp;nbsp; I quote from that thread:&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;One more quick item regarding cut and paste on colorized code.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;The line breaks that would normally exist would exist as html markup.&amp;nbsp; That is disallowed in the code colorizer utility that we use (and Scott extended for F#; see &lt;/EM&gt;&lt;A class=ForumNameRead title="" href="/forums/thread/71.aspx"&gt;&lt;FONT color=#4c9e7a&gt;&lt;STRONG&gt;&lt;EM&gt;Coloring Your Code on The Hub&lt;/EM&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/A&gt;&lt;EM&gt; and &lt;/EM&gt;&lt;A href="/blogs/thepopeofthehub/archive/2006/02/26/FSharpCodeColor.aspx"&gt;&lt;FONT color=#028b36&gt;&lt;EM&gt;Hubology: F# source HTML color coding native on The Hub&lt;/EM&gt;&lt;/FONT&gt;&lt;/A&gt;&lt;EM&gt;).&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;I know that this breaks all of the rules for laziness (I actually had to expend effort on this, too), but if you cut and paste the code into Wordpad (or other editing tool) first and then into VS2005, all of the appropriate line breaks remain intact.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Seriously, please make sure you also read my previous comments regarding this colorized code for cut/paste operations.&amp;nbsp; Line 334 of the code declares an event with a type "event&amp;lt;time&amp;gt;", only the code colorizer sees "&amp;lt;time&amp;gt;" and thinks that it is html markup and removes the "&amp;lt;time&amp;gt;" tag completely as there is no corresponding "&amp;lt;/time&amp;gt;" tag.&amp;nbsp; Good practice if I were rendering regular old HTML, BUT I'M NOT.&amp;nbsp; So, we are talking with the author of that plugin for changes/workarounds.&amp;nbsp; I can't complain because the code colorizer is actually a time saver for most of these things and it is FREE.&lt;/EM&gt;&lt;/P&gt;&lt;img src="http://cs.hubfs.net/aggbug.aspx?PostID=232" width="1" height="1"&gt;</content><author><name>optionsScalper</name><uri>http://cs.hubfs.net/members/optionsScalper.aspx</uri></author></entry><entry><title>Hubology:  Registration issues should be resolved</title><link rel="alternate" type="text/html" href="http://cs.hubfs.net/blogs/thepopeofthehub/archive/2006/05/01/RegistrationUp.aspx" /><id>http://cs.hubfs.net/blogs/thepopeofthehub/archive/2006/05/01/RegistrationUp.aspx</id><published>2006-05-02T04:37:00Z</published><updated>2006-05-02T04:37:00Z</updated><content type="html">&lt;P&gt;Hi all.&amp;nbsp; We had a few issues with registration and anonymous access after go-live.&amp;nbsp; Additionally, we had a change in policy in registration and the process for users that visit.&lt;/P&gt;
&lt;P&gt;Anonymous access is allowed by default.&amp;nbsp; If you cannot post to the forums as an anonymous user and wish to do so, send me an email at os &amp;lt;(at)&amp;gt; NOSPAMjjbresearch.org and remove the obvious decorations and NOSPAM in that address or send me a &lt;A id=_ctl0_bcr_up___PrivateMessage href="/forums/AddPost.aspx?ForumID=0&amp;amp;UserId=2103"&gt;&lt;FONT color=#028b36&gt;Private Message&lt;/FONT&gt;&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;If you'd like to become a registered user, the "join" button in the upper right hand corner is now operational.&amp;nbsp; If you have difficulties, please again, let me know and I'll work through any issues.&amp;nbsp; User registration is helpful for people that wish to maintain an identity here.&amp;nbsp; Please be respectful of others as we are trying to build a base of competence in F# here.&lt;/P&gt;
&lt;P&gt;If you'd like to become a hubFS contributor, please let me know.&amp;nbsp; It is important to know that contributor status for The Hub means that you have a commitment to F# in some form, have community minded works that are useful to others and are willing to help build community here.&amp;nbsp; I provide blogs to hubFS contributors that are either public (available to everyone here) or private, i.e. available only to The Hub Contributors.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://cs.hubfs.net/aggbug.aspx?PostID=226" width="1" height="1"&gt;</content><author><name>optionsScalper</name><uri>http://cs.hubfs.net/members/optionsScalper.aspx</uri></author></entry><entry><title>The Hub welcomes Robert Pickering as it's latest contributor</title><link rel="alternate" type="text/html" href="http://cs.hubfs.net/blogs/thepopeofthehub/archive/2006/04/28/WelcomeRobertPickering.aspx" /><id>http://cs.hubfs.net/blogs/thepopeofthehub/archive/2006/04/28/WelcomeRobertPickering.aspx</id><published>2006-04-28T15:49:00Z</published><updated>2006-04-28T15:49:00Z</updated><content type="html">&lt;P&gt;I want to give a warm welcome to Robert Pickering as our newest contributor.&lt;/P&gt;
&lt;P&gt;Robert is an early adopter of F# and is community-minded regarding F#.&amp;nbsp; When I opened The Hub in Feb, 2006 for incubation, the first few posts in the &lt;A href="/forums/88/ShowForum.aspx"&gt;&lt;FONT color=#4c8e7a&gt;Books, Tutorials, links and other resources&lt;/FONT&gt;&lt;/A&gt;&amp;nbsp;Forum were &lt;A href="/forums/thread/7.aspx"&gt;&lt;STRONG&gt;&lt;FONT color=#4c9e7a&gt;F# Wiki&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/A&gt;&amp;nbsp;and &lt;A href="/forums/thread/6.aspx"&gt;&lt;STRONG&gt;&lt;FONT color=#4c9e7a&gt;Robert Pickering's tutorials&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/A&gt;.&amp;nbsp; Robert has been instrumental in providing great information on F# in public and I expect that he'll continue to do that here as well.&lt;/P&gt;
&lt;P&gt;If you have F# code, ideas, information that may be useful in public, stop by the &lt;A href="http://www.strangelights.com/fsharp/Wiki"&gt;&lt;FONT color=#4c8e7a&gt;F# Wiki&lt;/FONT&gt;&lt;/A&gt;&amp;nbsp;and provide an entry.&lt;/P&gt;
&lt;P&gt;Like most of us, Robert has a busy schedule, but he'll be posting to &lt;A href="/blogs/roberts_strange_f_blog/default.aspx"&gt;&lt;STRONG&gt;&lt;FONT color=#4c8e7a&gt;Robert's Strange F# Blog&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/A&gt;&amp;nbsp;on The Hub and continuing the "Strange" theme from his blog &lt;A href="http://strangelights.com/blog/"&gt;&lt;STRONG&gt;&lt;FONT color=#4c8e7a&gt;Strange Blog&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://cs.hubfs.net/aggbug.aspx?PostID=218" width="1" height="1"&gt;</content><author><name>optionsScalper</name><uri>http://cs.hubfs.net/members/optionsScalper.aspx</uri></author></entry><entry><title>Welcome - The Hub comes alive</title><link rel="alternate" type="text/html" href="http://cs.hubfs.net/blogs/thepopeofthehub/archive/2006/04/26/TheHubGoLive.aspx" /><id>http://cs.hubfs.net/blogs/thepopeofthehub/archive/2006/04/26/TheHubGoLive.aspx</id><published>2006-04-27T04:23:00Z</published><updated>2006-04-27T04:23:00Z</updated><content type="html">&lt;P&gt;Welcome to The Hub.&amp;nbsp; As the founder of The Hub, I'm excited to bring to you a community site that will focus solely on F#.&lt;/P&gt;
&lt;P&gt;To do that, I cannot act alone.&amp;nbsp; There are a great many other people that have contributed to make this place what it is and what it will become.&amp;nbsp; I have invited a great group of contributors to start this place and I hope that there will be compelling works on F# in articles, blogs, forums, code and other works.&lt;/P&gt;
&lt;P&gt;If you feel that you have significant contributions to make in F# and would like that to be published on The Hub, please contact me &lt;A href="/forums/AddPost.aspx?ForumID=0&amp;amp;UserId=2103"&gt;here&lt;/A&gt;&amp;nbsp;or email me - os &amp;lt;(at)&amp;gt; NOSPAMjjbresearch.org (remove the NOSPAM).&lt;/P&gt;
&lt;P&gt;Please consider yourself welcome here.&amp;nbsp; Everyone here is passionate about F#.&amp;nbsp; Get better with F# and share that with others here.&amp;nbsp; Ask questions and get answers.&amp;nbsp; Let us know about F# works that are in the field.&lt;/P&gt;
&lt;P&gt;---O&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://cs.hubfs.net/aggbug.aspx?PostID=213" width="1" height="1"&gt;</content><author><name>optionsScalper</name><uri>http://cs.hubfs.net/members/optionsScalper.aspx</uri></author></entry><entry><title>Hubology:  Go-Live</title><link rel="alternate" type="text/html" href="http://cs.hubfs.net/blogs/thepopeofthehub/archive/2006/04/07/PrepForGoLive.aspx" /><id>http://cs.hubfs.net/blogs/thepopeofthehub/archive/2006/04/07/PrepForGoLive.aspx</id><published>2006-04-07T17:25:00Z</published><updated>2006-04-07T17:25:00Z</updated><content type="html">&lt;P&gt;Ok.&amp;nbsp; I'm in the final stages of the technology part of go-live preparations.&amp;nbsp; Essentially, this means that I've almost completed the move to the new ISP (I've tested and I now have to pick a point at which to switch over), and have done most of the basic updates to the site.&lt;/P&gt;
&lt;P&gt;There are a few updates that I'm working on for the front page, but unless I hear otherwise, those are non-essential for go-live.&lt;/P&gt;
&lt;P&gt;I'll expect that I'll send two mass emails to contributors in the next day or so.&amp;nbsp; One will notify of the intention to go-live with a specified hard-date and two will be a "last-call" for articles for go-live.&amp;nbsp; I'll be turning off auto-publishing to the front page.&amp;nbsp; This means that posts will not automatically show up on the front-page news for the site.&amp;nbsp; If you have a post or an article that should be front-page news, you must manually request this in the post.&amp;nbsp; To do so, when entering your posts (blog posts only), click on the advanced options tab, look for "Publish to site's aggregate list" and make sure that it is marked "yes".&amp;nbsp; I'm leaving everyone unmoderated for this syndication, i.e. contributors can choose what they want posted to the front-page news.&amp;nbsp; Note that your blogs are now public-facing (unless I haven't contacted you) and that your posts will show up in your blogs and on the corresponding RSS feeds.&lt;/P&gt;
&lt;P&gt;For everyone that is here and contributing during the incubation period, I want to express my thanks.&amp;nbsp; I've put in a lot of hard work to make this site what it is.&amp;nbsp; But many others have put in considerable amounts of time to help as well.&amp;nbsp; Others have worked hard to build their F# skills and have written articles, posts or otherwise.&amp;nbsp; All of this work that has been done by everyone here deserves my thanks for making this site what it is.&amp;nbsp; We are starting small, but we have a very good core team of people to move this forward.&amp;nbsp; Thanks to everyone for their efforts.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://cs.hubfs.net/aggbug.aspx?PostID=195" width="1" height="1"&gt;</content><author><name>optionsScalper</name><uri>http://cs.hubfs.net/members/optionsScalper.aspx</uri></author></entry><entry><title>CIL and dynamic typing - variant is back</title><link rel="alternate" type="text/html" href="http://cs.hubfs.net/blogs/thepopeofthehub/archive/2006/04/01/CILDynamic.aspx" /><id>http://cs.hubfs.net/blogs/thepopeofthehub/archive/2006/04/01/CILDynamic.aspx</id><published>2006-04-01T09:25:00Z</published><updated>2006-04-01T09:25:00Z</updated><content type="html">&lt;P&gt;I have heard throught the grapevine that the new ECMA CIL "standard" is about to be released.&amp;nbsp; I use the word &lt;STRONG&gt;standard&lt;/STRONG&gt; because I'm not sure of the right terminology.&lt;/P&gt;
&lt;P&gt;I was able to get my hands on a copy of a few pages of the document through a friend of mine and it turns out that CIL will now support dynamic typing.&amp;nbsp; My source has asked that I not reveal details, but I am allowed to say this:&amp;nbsp; the Variant datatype is back and it is here to stay.&lt;/P&gt;
&lt;P&gt;Evidently, there are a few difficulties to implement this in CIL, but the engineers involved had a breakthrough.&amp;nbsp; I'm not privy to all of the details (I only have a few pages), but there was some feature that was discovered in generics that allowed for safe void pointers.&amp;nbsp; My friend stated "We do dynamic loading; why not dynamic typing?"&lt;/P&gt;
&lt;P&gt;I haven't been able to confirm this as of yet, but the feature appears to be so important, that the recent PR on the rescheduling of Vista was faked so that this feature could be included in the new operating system.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://cs.hubfs.net/aggbug.aspx?PostID=173" width="1" height="1"&gt;</content><author><name>optionsScalper</name><uri>http://cs.hubfs.net/members/optionsScalper.aspx</uri></author></entry><entry><title>Which mathematician?</title><link rel="alternate" type="text/html" href="http://cs.hubfs.net/blogs/thepopeofthehub/archive/2006/03/25/MathAvatars.aspx" /><id>http://cs.hubfs.net/blogs/thepopeofthehub/archive/2006/03/25/MathAvatars.aspx</id><published>2006-03-26T02:47:00Z</published><updated>2006-03-26T02:47:00Z</updated><content type="html">&lt;P&gt;True to form, I've always put a picture of a dead mathematician (or someone closely aligned with mathematics in some significant measure) that I admire along with a caption to describe what I admire in their work in my MSN IM picture and caption.&lt;/P&gt;
&lt;P&gt;I'll carry that tradition here and starting now, my avatar will be a picture of one of these greats and my signature will reflect the corresponding caption.&lt;/P&gt;
&lt;P&gt;I'll not name the mathematician, but feel free to guess.&amp;nbsp; There is no schedule.&amp;nbsp; The picture will change every few weeks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://cs.hubfs.net/aggbug.aspx?PostID=158" width="1" height="1"&gt;</content><author><name>optionsScalper</name><uri>http://cs.hubfs.net/members/optionsScalper.aspx</uri></author></entry><entry><title>Hubology:  Last Call for Forum Reorganization before Go-Live</title><link rel="alternate" type="text/html" href="http://cs.hubfs.net/blogs/thepopeofthehub/archive/2006/03/25/ForumsLastCall.aspx" /><id>http://cs.hubfs.net/blogs/thepopeofthehub/archive/2006/03/25/ForumsLastCall.aspx</id><published>2006-03-25T10:52:00Z</published><updated>2006-03-25T10:52:00Z</updated><content type="html">&lt;P&gt;The current public forum structure appears to be overly complex.&amp;nbsp; I want to do one last reduction.&lt;/P&gt;
&lt;P&gt;Post comments on &lt;A href="/forums/thread/12.aspx"&gt;80 Forums, Are you nuts?&lt;/A&gt;, or leave on on this post.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://cs.hubfs.net/aggbug.aspx?PostID=134" width="1" height="1"&gt;</content><author><name>optionsScalper</name><uri>http://cs.hubfs.net/members/optionsScalper.aspx</uri></author></entry><entry><title>Hubology:  Go-Live</title><link rel="alternate" type="text/html" href="http://cs.hubfs.net/blogs/thepopeofthehub/archive/2006/03/23/GoLiveDiscussion.aspx" /><id>http://cs.hubfs.net/blogs/thepopeofthehub/archive/2006/03/23/GoLiveDiscussion.aspx</id><published>2006-03-24T02:42:00Z</published><updated>2006-03-24T02:42:00Z</updated><content type="html">&lt;P&gt;If you have a pulse and read The Hub, I'd like your input on this &lt;A href="/forums/thread/103.aspx"&gt;discussion for go-live&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://cs.hubfs.net/aggbug.aspx?PostID=125" width="1" height="1"&gt;</content><author><name>optionsScalper</name><uri>http://cs.hubfs.net/members/optionsScalper.aspx</uri></author></entry><entry><title>Hubology:  Dashboard Link</title><link rel="alternate" type="text/html" href="http://cs.hubfs.net/blogs/thepopeofthehub/archive/2006/03/17/HubologyDashboard.aspx" /><id>http://cs.hubfs.net/blogs/thepopeofthehub/archive/2006/03/17/HubologyDashboard.aspx</id><published>2006-03-17T17:12:00Z</published><updated>2006-03-17T17:12:00Z</updated><content type="html">&lt;P&gt;When Registered Users and hubFSContributors want to add content on the site here, typically, they need access to the "Control Panel", "Dashboard" to do that work.&lt;/P&gt;
&lt;P&gt;CS2.0 does not provide a simple link for this.&amp;nbsp; I found a post over at CommunityServer.org that addresses this problem &lt;A href="http://communityserver.org/forums/thread/517901.aspx"&gt;User profiles/Dashboard- viewing, editing, searching.. thoughts and suggestions&lt;/A&gt;, and have made the change to The Hub.&amp;nbsp; All registered users should now see an additional link in the upper right corner, "Dashboard", that will take them to their "Control Panel", "Dashboard".&lt;/P&gt;
&lt;P&gt;Thanks to &lt;A href="/user/Profile.aspx?UserID=2126"&gt;&lt;FONT color=#667766&gt;mjones&lt;/FONT&gt;&lt;/A&gt;&amp;nbsp;for the suggestion.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://cs.hubfs.net/aggbug.aspx?PostID=114" width="1" height="1"&gt;</content><author><name>optionsScalper</name><uri>http://cs.hubfs.net/members/optionsScalper.aspx</uri></author></entry><entry><title>Hubology:  The Hub moves to CS2.0RTM</title><link rel="alternate" type="text/html" href="http://cs.hubfs.net/blogs/thepopeofthehub/archive/2006/03/16/CS20RTM.aspx" /><id>http://cs.hubfs.net/blogs/thepopeofthehub/archive/2006/03/16/CS20RTM.aspx</id><published>2006-03-16T19:39:00Z</published><updated>2006-03-16T19:39:00Z</updated><content type="html">&lt;P&gt;This is just an update to let everyone know that The Hub has now been upgraded to CS2.0RTM.&amp;nbsp; We were at CS2.0Beta3 and had experienced some issues with caching and funcationality.&amp;nbsp; If you experience problems here, make sure that you either raise the issue on the forums, or drop me an email (os &amp;lt;( at&amp;nbsp;)&amp;gt; jjbresearch.org).&lt;/P&gt;
&lt;P&gt;I have to give a big thank you to Scott Isaacs (&lt;A href="/user/Profile.aspx?UserID=2102"&gt;&lt;FONT color=#028b36&gt;sisaacs&lt;/FONT&gt;&lt;/A&gt;; &lt;A href="http://kellyandscottisaacs.com/photos/kelly__scott/category1046/picture1745.aspx"&gt;&lt;FONT color=#028b36&gt;the one on the left&lt;/FONT&gt;&lt;/A&gt;).&amp;nbsp; Scott has been my go-to guy to get all of this stuff done and was responsible for making this upgrade happen and happen (hopefully) without incident.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://cs.hubfs.net/aggbug.aspx?PostID=110" width="1" height="1"&gt;</content><author><name>optionsScalper</name><uri>http://cs.hubfs.net/members/optionsScalper.aspx</uri></author></entry><entry><title>CodeDrop:  FDX and WebCrawl - Demos from Syme and Margetson</title><link rel="alternate" type="text/html" href="http://cs.hubfs.net/blogs/thepopeofthehub/archive/2006/03/07/FDXWebCrawl.aspx" /><link rel="enclosure" type="application/x-zip-compressed" length="14905" href="http://cs.hubfs.net/blogs/thepopeofthehub/attachment/101.ashx" /><id>http://cs.hubfs.net/blogs/thepopeofthehub/archive/2006/03/07/FDXWebCrawl.aspx</id><published>2006-03-08T00:15:00Z</published><updated>2006-03-08T00:15:00Z</updated><content type="html">&lt;p&gt;Things have been busy in the Labrary.&amp;nbsp; Work has a few minor deadlines, but I wanted to let everyone know that the F# Team has posted two demos in the Forums.&lt;/p&gt;
&lt;p&gt;I'll do a proper follow up in a day or two to expound on the code and the significance in particular of FDX.&lt;/p&gt;
&lt;p&gt;Read about these here:&lt;/p&gt;
&lt;p&gt;&lt;a class=ForumNameRead title="" href="/forums/thread/95.aspx"&gt;&lt;strong&gt;&lt;font color=#4c9e7a&gt;3D Simulation and Visualization with F# and DirectX&lt;/font&gt;&lt;/strong&gt;&lt;/a&gt;&amp;nbsp;(FDX)&lt;/p&gt;
&lt;p&gt;&lt;a class=ForumNameRead title="" href="/forums/thread/94.aspx"&gt;&lt;strong&gt;&lt;font color=#4c9e7a size=2&gt;Interactive Web Crawling with F#&lt;/font&gt;&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Code is attached here as I've had a few issues downloading on Don's post (some hubFS admin issues) and will attach a new copy to his posts later as well.&amp;nbsp; The full source is listed in the forum posts and can be cut and pasted as well (see comments and follow up posts).&lt;/p&gt;
&lt;p&gt;A big thanks to &lt;a href="/members/dsyme.aspx"&gt;&lt;font color=#028b36&gt;dsyme&lt;/font&gt;&lt;/a&gt;&amp;nbsp;and &lt;a href="/members/jmarg.aspx"&gt;&lt;font color=#028b36&gt;jmarg&lt;/font&gt;&lt;/a&gt;&amp;nbsp;for the code.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;img src="http://cs.hubfs.net/aggbug.aspx?PostID=101" width="1" height="1"&gt;</content><author><name>optionsScalper</name><uri>http://cs.hubfs.net/members/optionsScalper.aspx</uri></author></entry><entry><title>hubFS Projects:  Reflector F# Addin 0.0.1.4 is now available </title><link rel="alternate" type="text/html" href="http://cs.hubfs.net/blogs/thepopeofthehub/archive/2006/02/28/ReflectF0_0_1_4.aspx" /><id>http://cs.hubfs.net/blogs/thepopeofthehub/archive/2006/02/28/ReflectF0_0_1_4.aspx</id><published>2006-03-01T00:43:00Z</published><updated>2006-03-01T00:43:00Z</updated><content type="html">&lt;p&gt;This is the first release of the Reflector F# addin.&lt;/p&gt;
&lt;p&gt;Details and download are here - &lt;a class=ForumNameRead title="" href="/forums/thread/89.aspx"&gt;&lt;strong&gt;&lt;font color=#028b36&gt;Reflector F# Addin 0.0.1.4 is now available&lt;/font&gt;&lt;/strong&gt;&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;I'm looking for co-authors, testers and other help on this project.&amp;nbsp; Please respond in comments here or on the appropriate post on the &lt;a href="/forums/16/ShowForum.aspx"&gt;&lt;font color=#028b36&gt;&lt;strong&gt;Reflector F# Addin&lt;/strong&gt;&lt;/font&gt;&lt;/a&gt;&amp;nbsp;forum.&lt;/p&gt;
&lt;p&gt;Also, so that I set expectations, this is a baseline working assembly with virtually no reflection capabilities.&amp;nbsp; It has four working features.&amp;nbsp; We will build out from here.&lt;/p&gt;
&lt;p&gt;Also note that since this is not a public project, this will not be posted on &lt;a href="/blogs/Bloggers.aspx?GroupID=4"&gt;&lt;font color=#028b36&gt;&lt;strong&gt;The Bank&lt;/strong&gt;&lt;/font&gt;&lt;/a&gt; under &lt;a id=_ctl0__ctl1_bcr_Aggregatebloglist1___GroupList__ctl0_BlogList__ctl2_BlogName href="/blogs/software_releases/default.aspx"&gt;&lt;strong&gt;&lt;font color=#028b36&gt;Software Releases&lt;/font&gt;&lt;/strong&gt;&lt;/a&gt;.&lt;/p&gt;&lt;img src="http://cs.hubfs.net/aggbug.aspx?PostID=90" width="1" height="1"&gt;</content><author><name>optionsScalper</name><uri>http://cs.hubfs.net/members/optionsScalper.aspx</uri></author></entry><entry><title>Hubology:  F# source HTML color coding native on The Hub</title><link rel="alternate" type="text/html" href="http://cs.hubfs.net/blogs/thepopeofthehub/archive/2006/02/26/FSharpCodeColor.aspx" /><id>http://cs.hubfs.net/blogs/thepopeofthehub/archive/2006/02/26/FSharpCodeColor.aspx</id><published>2006-02-26T16:14:00Z</published><updated>2006-02-26T16:14:00Z</updated><content type="html">&lt;p&gt;Scott Isaacs (&lt;a href="/user/Profile.aspx?UserID=2102"&gt;&lt;font color=#028b36&gt;sisaacs&lt;/font&gt;&lt;/a&gt;) and I have been working to get an addin for automatic color coding of F# working here on The Hub.&amp;nbsp; Scott came up with the idea the other day and he and I worked through all of the details recently.&lt;/p&gt;
&lt;p&gt;There is a CS2.0 addin that supports formatting of most source code types, e.g. C#, VB.NET, ASP.NET, SQL, etc. on pages in a CS site (hubFS is a CS2.0 site).&amp;nbsp; F# is not supported natively by the addin, but the addin does allow for new languages to be added as needed.&amp;nbsp; So Scott installed the addin, constructed a placeholder for F# in the XML for the addin, created the F# icon for the addin's toolbar (so F# can be used from the Rich Text Editor in CS for ANY authoring).&amp;nbsp; While he did that, I worked on the first draft of the language elements that were needed in the XML file.&amp;nbsp; He and I ran tests on a few snippets of code and after a few problems (that Scott found and fixed; someone has to correct my stuff), we are up and running.&lt;/p&gt;
&lt;p&gt;Use this stuff.&amp;nbsp; &lt;strong&gt;Pound on it&lt;/strong&gt;.&amp;nbsp; Let Scott or I know of problems, bugs, what works, what doesn't, what should be colored differently, etc.&amp;nbsp; It is important to note that this feature is an HTML render-time feature, i.e.&lt;/p&gt;
&lt;p&gt;We will use this internally within The Hub until "go live".&amp;nbsp; Scott will coordinate with the addin author so that F# is included in native support after that time.&amp;nbsp; So I am clear, this means that &lt;strong&gt;anyone that uses the addin on a CS2.0 site, will have native F# color coding for all F# source code that they mark on their site&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;Scott's post to introduce this is &lt;a id=_ctl0__ctl1_bcr_Aggregatepostlist1___Posts___Posts__ctl1_TitleLink href="/blogs/aprofessionalgeek/archive/2006/02/25/70.aspx"&gt;&lt;font color=#028b36&gt;My Second F# Code&lt;/font&gt;&lt;/a&gt;.&amp;nbsp; The &lt;a class=ForumGroupNameUnRead href="/forums/125/ShowForum.aspx"&gt;&lt;strong&gt;&lt;font color=#029b46&gt;How To's and Snippets&lt;/font&gt;&lt;/strong&gt;&lt;/a&gt;&amp;nbsp;post is &lt;a class=ForumNameRead title="" href="/forums/thread/71.aspx"&gt;&lt;strong&gt;&lt;font color=#4c9e7a&gt;Coloring Your Code on The Hub&lt;/font&gt;&lt;/strong&gt;&lt;/a&gt;.&amp;nbsp; Scott has the link for the CS2.0 addin (for those that want color coding now and F# color coding soon)&lt;/p&gt;
&lt;p&gt;Nice work Scott (and it was fun working with you to make this happen).&lt;/p&gt;
&lt;p&gt;[Updated to add]:&amp;nbsp; This facility supports "post preview" mode in forum post authoring.&amp;nbsp; It does NOT support post preview mode in blog entry authoring.&amp;nbsp; For the moment, if you are doing a blog entry, open a temporary post on a forum, markup your F# code, preview it, and then cut and paste it into your blog entry (with the native tags around the code to ensure the above mentioned page render-time formatting).&amp;nbsp; Scott will contact the addin author to determine if this can be fixed.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;img src="http://cs.hubfs.net/aggbug.aspx?PostID=74" width="1" height="1"&gt;</content><author><name>optionsScalper</name><uri>http://cs.hubfs.net/members/optionsScalper.aspx</uri></author></entry><entry><title>Hubology:  How To's and Snippets </title><link rel="alternate" type="text/html" href="http://cs.hubfs.net/blogs/thepopeofthehub/archive/2006/02/23/HowTosSnippetsAnnouncement.aspx" /><id>http://cs.hubfs.net/blogs/thepopeofthehub/archive/2006/02/23/HowTosSnippetsAnnouncement.aspx</id><published>2006-02-23T16:40:00Z</published><updated>2006-02-23T16:40:00Z</updated><content type="html">&lt;p&gt;For those of you searching for answers on F#, in code snippets, etc., stop by this forum.&lt;/p&gt;
&lt;p&gt;Ask questions, get answers.&amp;nbsp; Help others get answers.&lt;/p&gt;
&lt;p&gt;&lt;a class=ForumGroupNameUnRead HREF="/forums/125/ShowForum.aspx"&gt;&lt;strong&gt;&lt;font color=#029b46&gt;How To's and Snippets&lt;/font&gt;&lt;/strong&gt;&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;img src="http://cs.hubfs.net/aggbug.aspx?PostID=39" width="1" height="1"&gt;</content><author><name>optionsScalper</name><uri>http://cs.hubfs.net/members/optionsScalper.aspx</uri></author></entry><entry><title>Hubology:  New Performance Forum under THCF</title><link rel="alternate" type="text/html" href="http://cs.hubfs.net/blogs/thepopeofthehub/archive/2006/02/22/PerformanceCooperativeAnnouncement.aspx" /><id>http://cs.hubfs.net/blogs/thepopeofthehub/archive/2006/02/22/PerformanceCooperativeAnnouncement.aspx</id><published>2006-02-23T00:28:00Z</published><updated>2006-02-23T00:28:00Z</updated><content type="html">&lt;p&gt;I've started a new THCF for those that are interested in F# performance.&lt;/p&gt;
&lt;p&gt;&lt;a class=ForumGroupNameUnRead HREF="/forums/124/ShowForum.aspx"&gt;&lt;strong&gt;&lt;font color=#029b46&gt;hubFS F# Performance Cooperative&lt;/font&gt;&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Please take some time to read the opening entry carefully.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;img src="http://cs.hubfs.net/aggbug.aspx?PostID=36" width="1" height="1"&gt;</content><author><name>optionsScalper</name><uri>http://cs.hubfs.net/members/optionsScalper.aspx</uri></author></entry><entry><title>Hubology:  Forums Reorganization</title><link rel="alternate" type="text/html" href="http://cs.hubfs.net/blogs/thepopeofthehub/archive/2006/02/22/ForumReorganizationPt1.aspx" /><id>http://cs.hubfs.net/blogs/thepopeofthehub/archive/2006/02/22/ForumReorganizationPt1.aspx</id><published>2006-02-23T00:23:00Z</published><updated>2006-02-23T00:23:00Z</updated><content type="html">&lt;p&gt;Leave opinions here on the current state of the forums and their organization.&lt;/p&gt;
&lt;p&gt;I'm going to do a reorganization, but I want to know what everyone's thoughts are before doing so.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;img src="http://cs.hubfs.net/aggbug.aspx?PostID=35" width="1" height="1"&gt;</content><author><name>optionsScalper</name><uri>http://cs.hubfs.net/members/optionsScalper.aspx</uri></author></entry></feed>