IFormattable

Thoughts, experiments, and opinions of a software developer... chronicling my journey in technology.

Tuesday, December 29, 2009

Inchoate Thoughts on New Programming Abstractions for the Cloud

›
I watched an InfoQ video of Barbara Liskov at OOPSLA this evening.  At the end of her talk in a look at the challenges looking forward she ...
Monday, December 21, 2009

System.Tuple: More .NET 4.0 Functional Goodness

›
In functional languages, tuples are pretty much a requirement.  Of the functional languages I’ve used, including Erlang and T-SQL, tuples ar...
Thursday, December 17, 2009

Quicksort Random Integers with PLINQ

›
The first “homework assignment” of Dr. Erik Meijer’s functional programming course on Channel 9 was to write quicksort using C# (or VB) fun...
Tuesday, December 15, 2009

Premature Optimization and LINQ to SQL

›
Don’t count your chickens before they hatch.  Let’s call that adage the “count-no” principle.  I promise that will be funny later. The com...
Tuesday, November 10, 2009

Create an XML Schema Enumeration of Supported .NET CultureInfo with Powershell

›
Here’s a Powershell script to generate the enumeration elements of an XML Schema simpleType restriction.  The first command loads the .NET A...
Friday, October 30, 2009

Whoa!!! HP Software Sucks!

›
This is the error that was reported after the HP installer forced me to restart my computer to continue installation…
Thursday, October 15, 2009

TFS: Locked for Check-out

›
Today a co-worker was attempting to edit a file, and TFS reported that it was “locked for check-out by [me] in workspace …”. I didn’t have...
Thursday, August 6, 2009

Cloud Morphology

›
Spent some time this evening tracking down the various component technologies of the myriad cloud offerings out there.  Here’s the result.  ...
Tuesday, August 4, 2009

NASA’s Cloud Platform: NEBULA, and Amorphous Morphology

›
NEBULA is a Cloud Computing environment developed at NASA Ames Research Center, integrating a set of open-source components into a seaml...
Sunday, August 2, 2009

Powershell: Get Size of Child Directories

›
gci -recurse -force | ? { $_.GetType() -like 'System.IO.DirectoryInfo'} |      select-object Name,@{Name="size"; Exp...
Wednesday, July 8, 2009

Three Common Fallacies Concerning REST

›
Better to light a candle than to curse the darkness. -Chinese Proverb I purposely did not title this post “ The 3 Fallacies of RESTful...
Saturday, June 27, 2009

What, Not How & Why, Not When

›
It occurred to me this morning that many software development principles seem to emerge from the rigorous application of the following princ...
Friday, June 26, 2009

Pareto, Zipf, Heap: The 80-20 Rule, Language, and Diminishing Returns

›
Please consider this a sort of layman’s disambiguation page. The classic “80-20 rule” refers to a Pareto distribution.  The thin distribut...
Tuesday, June 16, 2009

Value Objects and Value Domains

›
I’ve written relatively extensively on the topic of replacing enum constructs with classes , so I won’t rehash the topic. Instead, I’d like ...
Thursday, May 28, 2009

Google Wave

›
Upon the day mankind's children ask Who it was made their world intelligible, Those who set about the grand task of creating ...
Monday, May 25, 2009

Connascence: The Underlying Principle of OO Design?

›
This is a great talk at a Ruby conference by Jim Weirich about his attempt to frame all object-oriented design (OOD) principles as special c...
Thursday, May 21, 2009

WolframAlpha: A New Kind of Site

›
TechCrunch called Google Squared the imminent Cain to WolframAlpha’s Abel . Dare Obsanajo warns Wikipedia to beware the ides of March , cast...
Monday, May 11, 2009

Microsoft TechEd: Day 0

›
It’s the evening before the official start of the Microsoft’s annual IT conference, TechEd.  In 2009 we find ourselves in sunny, yet cool, L...
Thursday, April 9, 2009

The Coming Apocalypse of your "Friends"

›
What's a friend on MySpace, Facebook, and Orkut?  If you have five hundred friends, are they really friends?  These are the main reasons...
Friday, April 3, 2009

Web 2.0 Expo Day 2

›
This morning started with keynotes, though there didn't seem to be a theme beyond "here is who we could get to come and talk."...
‹
›
Home
View web version

Who is IFormattable?

test
View my complete profile
Powered by Blogger.