<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:copyright="http://blogs.law.harvard.edu/tech/rss" xmlns:image="http://purl.org/rss/1.0/modules/image/">
    <channel>
        <title>Links</title>
        <link>http://www.mostlylucid.net/category/11.aspx</link>
        <description>Links</description>
        <language>en-US</language>
        <copyright>Scott Galloway</copyright>
        <generator>Subtext Version 2.1.0.5</generator>
        <item>
            <title>Visual Studio 2008 PowerCommands</title>
            <link>http://mostlylucid.net/archive/2008/05/31/visual-studio-2008-powercommands.aspx</link>
            <description>&lt;p&gt;I keep losing &lt;a href="http://code.msdn.microsoft.com/PowerCommands"&gt;these&lt;/a&gt;, the &lt;a href="http://code.msdn.microsoft.com/PowerCommands"&gt;Visual Studio 2008 PowerCommands&lt;/a&gt;, these are one of my essential installs for VS 2008, from the site:&lt;/p&gt;  &lt;p&gt;Below is a list of the included in PowerCommands for Visual Studio 2008 version 1.1. Refer to the Readme document for additional command details and screenshots.   &lt;br /&gt;&lt;b&gt;Enable/Disable PowerCommands in Options dialog&lt;/b&gt;    &lt;br /&gt;This feature allows you to select which commands to enable in the Visual Studio IDE. Point to the Tools menu, then click Options. Expand the PowerCommands options, then click Commands. Check the commands you would like to enable.    &lt;br /&gt;Note: All power commands are initially defaulted Enabled.    &lt;br /&gt;&lt;b&gt;Format document on save / Remove and Sort Usings on save&lt;/b&gt;    &lt;br /&gt;The Format document on save option formats the tabs, spaces, and so on of the document being saved. It is equivalent to pointing to the Edit menu, clicking Advanced, and then clicking Format Document. The Remove and sort usings option removes unused using statements and sorts the remaining using statements in the document being saved.    &lt;br /&gt;Note: The Remove and sort usings option is only available for C# documents.    &lt;br /&gt;Note: Format document on save and Remove and sort usings both are initially defaulted OFF.    &lt;br /&gt;&lt;b&gt;Clear All Panes&lt;/b&gt;    &lt;br /&gt;This command clears all output panes. It can be executed from the button on the toolbar of the Output window.    &lt;br /&gt;&lt;b&gt;Copy Path&lt;/b&gt;    &lt;br /&gt;This command copies the full path of the currently selected item to the clipboard. It can be executed by right-clicking one of these nodes in the Solution Explorer:    &lt;br /&gt;The solution node; A project node; Any project item node; Any folder.     &lt;br /&gt;&lt;b&gt;Email CodeSnippet&lt;/b&gt;    &lt;br /&gt;To email the lines of text you select in the code editor, right-click anywhere in the editor and then click Email CodeSnippet.     &lt;br /&gt;&lt;b&gt;Insert Guid Attribute&lt;/b&gt;    &lt;br /&gt;This command adds a Guid attribute to a selected class. From the code editor, right-click anywhere within the class definition, then click Insert Guid Attribute.    &lt;br /&gt;&lt;b&gt;Show All Files&lt;/b&gt;    &lt;br /&gt;This command shows the hidden files in all projects displayed in the Solution Explorer when the solution node is selected. It enhances the Show All Files button, which normally shows only the hidden files in the selected project node.    &lt;br /&gt;&lt;b&gt;Undo Close&lt;/b&gt;    &lt;br /&gt;This command reopens a closed document , returning the cursor to its last position. To reopen the most recently closed document, point to the Edit menu, then click Undo Close. Alternately, you can use the Ctrl&lt;u&gt;Shift&lt;/u&gt;Z shortcut.    &lt;br /&gt;To reopen any other recently closed document, point to the View menu, click Other Windows, and then click Undo Close Window. The Undo Close window appears, typically next to the Output window. Double-click any document in the list to reopen it.    &lt;br /&gt;&lt;b&gt;Collapse Projects&lt;/b&gt;    &lt;br /&gt;This command collapses a project or projects in the Solution Explorer starting from the root selected node. Collapsing a project can increase the readability of the solution. This command can be executed from three different places: solution, solution folders and project nodes respectively.    &lt;br /&gt;&lt;b&gt;Copy Class&lt;/b&gt;    &lt;br /&gt;This command copies a selected class entire content to the clipboard, renaming the class. This command is normally followed by a Paste Class command, which renames the class to avoid a compilation error. It can be executed from a single project item or a project item with dependent sub items.    &lt;br /&gt;&lt;b&gt;Paste Class&lt;/b&gt;    &lt;br /&gt;This command pastes a class entire content from the clipboard, renaming the class to avoid a compilation error. This command is normally preceded by a Copy Class command. It can be executed from a project or folder node.    &lt;br /&gt;&lt;b&gt;Copy References&lt;/b&gt;    &lt;br /&gt;This command copies a reference or set of references to the clipboard. It can be executed from the references node, a single reference node or set of reference nodes.    &lt;br /&gt;&lt;b&gt;Paste References&lt;/b&gt;    &lt;br /&gt;This command pastes a reference or set of references from the clipboard. It can be executed from different places depending on the type of project. For CSharp projects it can be executed from the references node. For Visual Basic and Website projects it can be executed from the project node.    &lt;br /&gt;&lt;b&gt;Copy As Project Reference&lt;/b&gt;    &lt;br /&gt;This command copies a project as a project reference to the clipboard. It can be executed from a project node.    &lt;br /&gt;&lt;b&gt;Edit Project File&lt;/b&gt;    &lt;br /&gt;This command opens the MSBuild project file for a selected project inside Visual Studio. It combines the existing Unload Project and Edit Project commands.     &lt;br /&gt;&lt;b&gt;Open Containing Folder&lt;/b&gt;    &lt;br /&gt;This command opens a Windows Explorer window pointing to the physical path of a selected item. It can be executed from a project item node     &lt;br /&gt;&lt;b&gt;Open Command Prompt&lt;/b&gt;    &lt;br /&gt;This command opens a Visual Studio command prompt pointing to the physical path of a selected item. It can be executed from four different places: solution, project, folder and project item nodes respectively.    &lt;br /&gt;&lt;b&gt;Unload Projects&lt;/b&gt;    &lt;br /&gt;This command unloads all projects in a solution. This can be useful in MSBuild scenarios when multiple projects are being edited. This command can be executed from the solution node.     &lt;br /&gt;&lt;b&gt;Reload Projects&lt;/b&gt;    &lt;br /&gt;This command reloads all unloaded projects in a solution. It can be executed from the solution node.     &lt;br /&gt;&lt;b&gt;Remove and Sort Usings&lt;/b&gt;    &lt;br /&gt;This command removes and sort using statements for all classes given a project. It is useful, for example, in removing or organizing the using statements generated by a wizard. This command can be executed from a solution node or a single project node.    &lt;br /&gt;&lt;b&gt;Extract Constant&lt;/b&gt;    &lt;br /&gt;This command creates a constant definition statement for a selected text. Extracting a constant effectively names a literal value, which can improve readability. This command can be executed from the code editor by right-clicking selected text.    &lt;br /&gt;&lt;b&gt;Clear Recent File List&lt;/b&gt;    &lt;br /&gt;This command clears the Visual Studio recent file list. The Clear Recent File List command brings up a Clear File dialog which allows any or all recent files to be selected.    &lt;br /&gt;&lt;b&gt;Clear Recent Project List&lt;/b&gt;    &lt;br /&gt;This command clears the Visual Studio recent project list. The Clear Recent Project List command brings up a Clear File dialog which allows any or all recent projects to be selected.    &lt;br /&gt;&lt;b&gt;Transform Templates&lt;/b&gt;    &lt;br /&gt;This command executes a custom tool with associated text templates items. It can be executed from a DSL project node or a DSL folder node.    &lt;br /&gt;&lt;b&gt;Close All&lt;/b&gt;    &lt;br /&gt;This command closes all documents. It can be executed from a document tab.&lt;/p&gt;&lt;img src="http://mostlylucid.net/aggbug/1292.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Scott Galloway</dc:creator>
            <guid>http://mostlylucid.net/archive/2008/05/31/visual-studio-2008-powercommands.aspx</guid>
            <pubDate>Sun, 01 Jun 2008 05:49:01 GMT</pubDate>
            <comments>http://mostlylucid.net/archive/2008/05/31/visual-studio-2008-powercommands.aspx#feedback</comments>
            <wfw:commentRss>http://mostlylucid.net/comments/commentRss/1292.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Sysinternals kickin' it old skool!</title>
            <link>http://mostlylucid.net/archive/2008/05/28/sysinternals-kickin-it-old-skool.aspx</link>
            <description>&lt;p&gt;I am so tragically unhip...I know! Anyway I thought &lt;a href="http://live.sysinternals.com/" target="_blank"&gt;this&lt;/a&gt; was remarkably useful, a simple way to download the Sysinternals tools without having to trudge through a webpage...a retweet from &lt;a href="http://twitter.com/jongalloway" target="_blank"&gt;Jon (no relation) Galloway&lt;/a&gt;.  &lt;a href="http://technet.microsoft.com/en-us/sysinternals/bb897434.aspx" target="_blank"&gt;Zoomit&lt;/a&gt; is worth the price of admission alone for presenters!&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;UPDATE:&lt;/strong&gt; What I didn't know is that in Win2008 / Vista you can do this:&lt;/p&gt;  &lt;p&gt;&lt;a href="file:///\\live.sysinternals.com\tools\procexp.exe"&gt;\\live.sysinternals.com\tools\procexp.exe&lt;/a&gt; and run the tool directly from the web...now that's useful!&lt;/p&gt;&lt;img src="http://mostlylucid.net/aggbug/1290.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Scott Galloway</dc:creator>
            <guid>http://mostlylucid.net/archive/2008/05/28/sysinternals-kickin-it-old-skool.aspx</guid>
            <pubDate>Thu, 29 May 2008 05:00:13 GMT</pubDate>
            <comments>http://mostlylucid.net/archive/2008/05/28/sysinternals-kickin-it-old-skool.aspx#feedback</comments>
            <wfw:commentRss>http://mostlylucid.net/comments/commentRss/1290.aspx</wfw:commentRss>
        </item>
        <item>
            <title>The best URL Shortener...is.gd</title>
            <link>http://mostlylucid.net/archive/2008/05/26/the-best-url-shortener.is.gd.aspx</link>
            <description>&lt;p&gt;Another in an endless series of posts; as I'm reengaging with the developer world I'm starting to find more and more great software.    &lt;br /&gt;I've been &lt;a href="http://twitter.com/scottgal"&gt;Twittering&lt;/a&gt; a fair bit (both in the literal and figurative senses, you can &lt;a href="http://twitter.com/scottgal"&gt;follow me here&lt;/a&gt;) and needed to find a good URL shortening service (as Twitter posts are limited to 140 characters) and have been using the &lt;a href="http://www.twhirl.org/"&gt;Twhirl&lt;/a&gt; client to do this. Twhirl includes some URL Shortening functionality within the client and by virtue of being the shortest and fastest to respond my favorite is &lt;a href="http://is.gd"&gt;is.gd&lt;/a&gt;.&lt;/p&gt;&lt;img src="http://mostlylucid.net/aggbug/1289.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Scott Galloway</dc:creator>
            <guid>http://mostlylucid.net/archive/2008/05/26/the-best-url-shortener.is.gd.aspx</guid>
            <pubDate>Mon, 26 May 2008 19:24:14 GMT</pubDate>
            <comments>http://mostlylucid.net/archive/2008/05/26/the-best-url-shortener.is.gd.aspx#feedback</comments>
            <slash:comments>1</slash:comments>
            <wfw:commentRss>http://mostlylucid.net/comments/commentRss/1289.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Better than Darkroom...Q10 battle of the minimalist text editors</title>
            <link>http://mostlylucid.net/archive/2008/05/25/better-than-darkroom.q10-battle-of-the-minimalist-text-editors.aspx</link>
            <description>&lt;p&gt;There's been a bit of a meme flying around over the past little while about minimalist text editors, starting with the Mac app &lt;a href="http://hogbaysoftware.com/products/writeroom"&gt;Writeroom&lt;/a&gt;. The concept of these applications is that when you're writing you need as little distraction as possible...I've totally hooked into this concept as I find myself spending more time fighting with Word than actually writing anything (paragraph formatting, fonts, text colors, margins...all distractions). The most popular of this genere of programs for PC is &lt;a href="http://they.misled.us/dark-room"&gt;Darkroom&lt;/a&gt;, written in .NET 2.0 and well, it does the job. Personally I found it a bit slow and it just felt klunky to me...so I've been on a hunt for an alternative. For a while the most promising challenger was &lt;a href="http://www.codealchemists.com/jdarkroom/"&gt;jDarkroom&lt;/a&gt; which, as the name suggests, is a port of Darkroom in Java...it's pretty nice...but it requires an install of Java and for me it occasionally 'forgets' settings. &lt;/p&gt;  &lt;p&gt;Anyway, long story short I came across &lt;a href="http://baara.com/q10/"&gt;Q10&lt;/a&gt;, no idea what technology it uses, but it's fast, low footprint and works flawlessly (it also has a spellchecker version and the  option of a small infobar at the bottom of the screen). It's perfect...and is now my editor of choice.&lt;/p&gt;&lt;img src="http://mostlylucid.net/aggbug/1288.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Scott Galloway</dc:creator>
            <guid>http://mostlylucid.net/archive/2008/05/25/better-than-darkroom.q10-battle-of-the-minimalist-text-editors.aspx</guid>
            <pubDate>Mon, 26 May 2008 03:01:25 GMT</pubDate>
            <comments>http://mostlylucid.net/archive/2008/05/25/better-than-darkroom.q10-battle-of-the-minimalist-text-editors.aspx#feedback</comments>
            <wfw:commentRss>http://mostlylucid.net/comments/commentRss/1288.aspx</wfw:commentRss>
        </item>
        <item>
            <title>The best compression software on the planet - 7-Zip</title>
            <link>http://mostlylucid.net/archive/2008/05/13/the-best-compression-software-on-the-planet---7-zip.aspx</link>
            <description>&lt;p&gt;The first bit of software I install, &lt;a href="http://www.7-zip.org/"&gt;7-Zip&lt;/a&gt;, it's free, supports the majority of the compression formats you'll ever need (including unpacking MSIs which can be handy!). Oh, and it comes &lt;a href="http://sourceforge.net/projects/sevenzip/"&gt;with source&lt;/a&gt; (which is cool if you're a compression freak like me...)&lt;/p&gt;&lt;img src="http://mostlylucid.net/aggbug/1281.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Scott Galloway</dc:creator>
            <guid>http://mostlylucid.net/archive/2008/05/13/the-best-compression-software-on-the-planet---7-zip.aspx</guid>
            <pubDate>Wed, 14 May 2008 02:52:40 GMT</pubDate>
            <comments>http://mostlylucid.net/archive/2008/05/13/the-best-compression-software-on-the-planet---7-zip.aspx#feedback</comments>
            <wfw:commentRss>http://mostlylucid.net/comments/commentRss/1281.aspx</wfw:commentRss>
        </item>
        <item>
            <title>The ASP.NET MVC Framework Source goes live on Codeplex!</title>
            <link>http://mostlylucid.net/archive/2008/03/21/the-asp.net-mvc-framework-source-goes-live-on-codeplex.aspx</link>
            <description>&lt;p&gt;&lt;a href="http://www.codeplex.com/aspnet" target="_blank"&gt;This&lt;/a&gt; is the first big thing I worked on in the ASP.NET team, the release of the &lt;a href="http://www.codeplex.com/aspnet" target="_blank"&gt;ASP.NET MVC Source Code&lt;/a&gt; to &lt;a href="http://www.codeplex.com/" target="_blank"&gt;Codeplex&lt;/a&gt;. &lt;a href="http://weblogs.asp.net/scottgu" target="_blank"&gt;Scott Guthrie&lt;/a&gt; &lt;a href="http://weblogs.asp.net/scottgu/archive/2008/03/21/asp-net-mvc-source-code-now-available.aspx" target="_blank"&gt;announced this&lt;/a&gt;  a few minutes ago and as he says it's the first of a number we have planned over the next while. &lt;br /&gt;What is surprising is how much time and how many people it takes to pull a release like this together...but I really think it's the start of something really amazing and to quote a corny phrase 'you ain't seen nothing yet!' &lt;/p&gt;&lt;img src="http://mostlylucid.net/aggbug/1255.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Scott Galloway</dc:creator>
            <guid>http://mostlylucid.net/archive/2008/03/21/the-asp.net-mvc-framework-source-goes-live-on-codeplex.aspx</guid>
            <pubDate>Fri, 21 Mar 2008 14:54:33 GMT</pubDate>
            <comments>http://mostlylucid.net/archive/2008/03/21/the-asp.net-mvc-framework-source-goes-live-on-codeplex.aspx#feedback</comments>
            <slash:comments>1</slash:comments>
            <wfw:commentRss>http://mostlylucid.net/comments/commentRss/1255.aspx</wfw:commentRss>
        </item>
        <item>
            <title>End of a long day...</title>
            <link>http://mostlylucid.net/archive/2008/03/18/end-of-a-long-day.aspx</link>
            <description>&lt;p&gt;Well I've been working (with numerous others...well regularly annoying them throughout the day) for a release in then next short while onto Codeplex. Takes a surprising amount of work, but I'm getting excited to see the reaction of the community (one into which I'm slowly filtering back in to).  Anyway, I'm off to bed as I have to get up early and clean before my new cleaner comes (don't ask...I'm not a tidy person). I also wanted to give a shout out to someone who has worked on this release way before I arrived, &lt;a href="http://www.oreillynet.com/pub/au/2695" target="_blank"&gt;Bertrand Le Roy&lt;/a&gt; and his &lt;a href="http://weblogs.asp.net/bleroy" target="_blank"&gt;blog&lt;/a&gt;. Your patience with an insufferable frantic scotsman (namely moi) has realy been appreciated!&lt;/p&gt; &lt;p&gt;Now, I leave you with a song (and inducement for people to actually visit the blog proper!) Oldish song by &lt;a href="http://www.google.com/musica?aid=v0GXQ-WMCIL&amp;amp;sa=X&amp;amp;oi=music&amp;amp;ct=result" target="_blank"&gt;The Postal Service&lt;/a&gt;, &lt;a href="http://www.google.com/url?q=http://www.azlyrics.com/lyrics/postalservice/suchgreatheights.html&amp;amp;revid=517171016&amp;amp;sa=X&amp;amp;oi=revisions_inline&amp;amp;resnum=0&amp;amp;ct=result&amp;amp;cd=2&amp;amp;usg=AFQjCNHw4oxxHaY22W9-z4e-VeudQNi_jg" target="_blank"&gt;Such Great Heights&lt;/a&gt;...which I think is truly lovely...&lt;/p&gt; &lt;p&gt; &lt;/p&gt; &lt;div class="wlWriterSmartContent" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:f7ccd101-b7db-4f1d-88fc-e91ef1eaf973" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;&lt;div id="9ad9c0b8-1de5-4e0d-81d0-c75e47a179df" style="margin: 0px; padding: 0px; display: inline;"&gt;&lt;div&gt;&lt;a href="http://www.youtube.com/watch?v=hMOkfI7wCrI&amp;amp;hl=en" target="_new"&gt;&lt;img src="http://mostlylucid.net/images/mostlylucid_net/WindowsLiveWriter/Endofalongday_130FD/videob013152a4b84.jpg" galleryimg="no" onload="var downlevelDiv = document.getElementById('9ad9c0b8-1de5-4e0d-81d0-c75e47a179df'); downlevelDiv.innerHTML = &amp;quot;&amp;lt;div&amp;gt;&amp;lt;object width=\&amp;quot;425\&amp;quot; height=\&amp;quot;350\&amp;quot;&amp;gt;&amp;lt;param name=\&amp;quot;movie\&amp;quot; value=\&amp;quot;http://www.youtube.com/v/hMOkfI7wCrI&amp;amp;hl=en\&amp;quot;&amp;gt;&amp;lt;\/param&amp;gt;&amp;lt;param name=\&amp;quot;wmode\&amp;quot; value=\&amp;quot;transparent\&amp;quot;&amp;gt;&amp;lt;\/param&amp;gt;&amp;lt;embed src=\&amp;quot;http://www.youtube.com/v/hMOkfI7wCrI&amp;amp;hl=en\&amp;quot; type=\&amp;quot;application/x-shockwave-flash\&amp;quot; wmode=\&amp;quot;transparent\&amp;quot; width=\&amp;quot;425\&amp;quot; height=\&amp;quot;350\&amp;quot;&amp;gt;&amp;lt;\/embed&amp;gt;&amp;lt;\/object&amp;gt;&amp;lt;\/div&amp;gt;&amp;quot;;" alt="" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;img src="http://mostlylucid.net/aggbug/1254.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Scott Galloway</dc:creator>
            <guid>http://mostlylucid.net/archive/2008/03/18/end-of-a-long-day.aspx</guid>
            <pubDate>Wed, 19 Mar 2008 04:41:20 GMT</pubDate>
            <comments>http://mostlylucid.net/archive/2008/03/18/end-of-a-long-day.aspx#feedback</comments>
            <wfw:commentRss>http://mostlylucid.net/comments/commentRss/1254.aspx</wfw:commentRss>
        </item>
        <item>
            <title>You ain't seen me right!</title>
            <link>http://mostlylucid.net/archive/2007/11/02/you-aint-seen-me-right.aspx</link>
            <description>&lt;p&gt;Not really back but &lt;a href="http://sawse.com/2007/11/02/25-photographs-taken-at-the-exact-right-time/"&gt;this&lt;/a&gt; was just too great a link to miss, the page is called &lt;a href="http://sawse.com/2007/11/02/25-photographs-taken-at-the-exact-right-time/"&gt;'25 Photographs Taken at the Exact Right Time'&lt;/a&gt; and they're not kidding! &lt;br /&gt;
Anyway, I'm on the path I want to be and I'll get back to this blog soon...(cryptic enough for ya? &lt;img alt="" src="/Providers/BlogEntryEditor/FCKeditor/editor/images/smiley/msn/wink_smile.gif" /&gt;) &lt;br /&gt;
P.S., the title is a reference to &lt;a href="http://en.wikipedia.org/wiki/The_Fast_Show"&gt;this show&lt;/a&gt;...just realized that non brits wouldn't get it...&lt;/p&gt;&lt;img src="http://mostlylucid.net/aggbug/1232.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Scott Galloway</dc:creator>
            <guid>http://mostlylucid.net/archive/2007/11/02/you-aint-seen-me-right.aspx</guid>
            <pubDate>Sat, 03 Nov 2007 04:07:30 GMT</pubDate>
            <comments>http://mostlylucid.net/archive/2007/11/02/you-aint-seen-me-right.aspx#feedback</comments>
            <wfw:commentRss>http://mostlylucid.net/comments/commentRss/1232.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Geeky obsession...Pens...no, really!</title>
            <link>http://mostlylucid.net/archive/2007/10/18/geeky-obsession.pens.no-really.aspx</link>
            <description>&lt;p&gt;I came across &lt;a href="http://www.randsinrepose.com/archives/2007/10/16/the_gel_dilemma.html" target="_blank"&gt;this post&lt;/a&gt; where someone discovered that their favorite pen was discontinued and had to find an alternative one...I don't know why but it never occurred to me that other people had this preference. For the last 17 years I've had a favorite pen...only one type which I always end up drifting back to, the &lt;a href="http://www.pilotpen-store.com/product_detail.asp?T1=PIL PV5-BLK" target="_blank"&gt;Pilot Precise V-5&lt;/a&gt;  ; below...apparently the #1 Rolling Ball pen in America, I'm so common!&lt;/p&gt; &lt;p&gt;&lt;img title="7421" alt="7421" src="http://www.pilotpen-store.com/imagesEdp/p7421b.jpg" width="350" border="0" /&gt;&lt;/p&gt; &lt;p&gt;Stupid post I know but it just never entered my head that:&lt;/p&gt; &lt;p&gt;1. this was quite such a preference for me. I mean, 17 years, the most committed relationship I've ever had is to a pen!&lt;/p&gt; &lt;p&gt;2. other people had similar thoughts.&lt;/p&gt; &lt;p&gt;Oh, and for the record I'm currently using a &lt;a href="http://www.mujicatalogue.co.uk/gallery.asp?Sec=5&amp;amp;Sub=37&amp;amp;PID=989" target="_blank"&gt;Muji Black Ink Aluminium Barrelled Rollerball&lt;/a&gt; (great, very fine pen and it looks uber-geeky)...because the 12 Pentel Precise Pens I had in my office have been 'relocated'...Oh, and I occasionally veer to a Fisher &lt;a href="http://www.spacepen.com/Public/Home/index.cfm" target="_blank"&gt;Bullet Space Pen&lt;/a&gt; for a few months; I've lost about 10 of these things...but being able to keep a pen in your pocket which never leaks and is really compact was too compelling when I was on the road.&lt;/p&gt;&lt;img src="http://mostlylucid.net/aggbug/1227.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Scott Galloway</dc:creator>
            <guid>http://mostlylucid.net/archive/2007/10/18/geeky-obsession.pens.no-really.aspx</guid>
            <pubDate>Fri, 19 Oct 2007 02:52:53 GMT</pubDate>
            <comments>http://mostlylucid.net/archive/2007/10/18/geeky-obsession.pens.no-really.aspx#feedback</comments>
            <slash:comments>2</slash:comments>
            <wfw:commentRss>http://mostlylucid.net/comments/commentRss/1227.aspx</wfw:commentRss>
        </item>
        <item>
            <title>New ASP.NET MVC Framework</title>
            <link>http://mostlylucid.net/archive/2007/10/11/new-asp.net-mvc-framework.aspx</link>
            <description>&lt;p&gt;I've talked to a few people about &lt;a href="http://www.hanselman.com/blog/ScottGuMVCPresentationAndScottHaScreencastFromALTNETConference.aspx" target="_blank"&gt;this&lt;/a&gt; over the past few weeks, I am tremendously excited about where this will be going. &lt;a href="http://www.hanselman.com" target="_blank"&gt;Scott Hanselman&lt;/a&gt; has posted a &lt;a href="http://www.hanselman.com/blog/ScottGuMVCPresentationAndScottHaScreencastFromALTNETConference.aspx" target="_blank"&gt;link&lt;/a&gt; to &lt;a href="http://www.hanselman.com/silverlight/ScottGuAtAltNetConf" target="_blank"&gt;some&lt;/a&gt; &lt;a href="http://www.hanselman.com/silverlight/ScottHaAtAltNetConf" target="_blank"&gt;presentations&lt;/a&gt; on this. Over the past few years I've written 5-6 of this type of framework (MVC / MVP based, URL redirection etc...nowhere near as complete or elegant of course!) and ASP.NET adding this type of functionality is a massive move forward. Of course this is only the beginning!&lt;/p&gt;&lt;img src="http://mostlylucid.net/aggbug/1224.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Scott Galloway</dc:creator>
            <guid>http://mostlylucid.net/archive/2007/10/11/new-asp.net-mvc-framework.aspx</guid>
            <pubDate>Fri, 12 Oct 2007 02:32:56 GMT</pubDate>
            <comments>http://mostlylucid.net/archive/2007/10/11/new-asp.net-mvc-framework.aspx#feedback</comments>
            <wfw:commentRss>http://mostlylucid.net/comments/commentRss/1224.aspx</wfw:commentRss>
        </item>
    </channel>
</rss>
