<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.asp.net/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>Tobler.SoftwareArchitecture() - All Comments</title><link>http://weblogs.asp.net/jtobler/default.aspx</link><description>John Tobler's somewhat ordered collection of thoughts and resources mostly related to software architecture and software engineering.</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>re: [Graphics] An awesome Blender 3D Tutorial Wikibook!</title><link>http://weblogs.asp.net/jtobler/archive/2006/02/28/439281.aspx#9251277</link><pubDate>Mon, 29 Oct 2012 19:03:35 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:9251277</guid><dc:creator>CSharpener</dc:creator><description>&lt;p&gt;Note that Synfig Studio (&lt;a rel="nofollow" target="_new" href="http://www.synfig.org/cms/"&gt;http://www.synfig.org/cms/&lt;/a&gt;) is &amp;quot;free and open-source 2D animation software&amp;quot; that uses vector and bitmap artwork.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=9251277" width="1" height="1"&gt;</description></item><item><title>Things I like about Scala</title><link>http://weblogs.asp.net/jtobler/archive/2009/08/18/scaling-the-cliffs-to-scala.aspx#7605327</link><pubDate>Mon, 06 Sep 2010 20:23:11 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7605327</guid><dc:creator>Tobler.SoftwareArchitecture()</dc:creator><description>&lt;p&gt;I&amp;#39;m excited about Scala (see Scaling the Cliffs to Scala ), one of the new Object-Fuctional languages&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7605327" width="1" height="1"&gt;</description></item><item><title>re: Sigh!  Vista still has 260 character Path limitation!  </title><link>http://weblogs.asp.net/jtobler/archive/2010/08/29/sigh-vista-still-has-260-character-path-limitation.aspx#7604106</link><pubDate>Fri, 03 Sep 2010 20:33:54 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7604106</guid><dc:creator>webbes</dc:creator><description>&lt;p&gt;This cannot change with a new operating system. It is part of the NTFS specification.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7604106" width="1" height="1"&gt;</description></item><item><title>re: Sigh!  Vista still has 260 character Path limitation!  </title><link>http://weblogs.asp.net/jtobler/archive/2010/08/29/sigh-vista-still-has-260-character-path-limitation.aspx#7602505</link><pubDate>Tue, 31 Aug 2010 18:18:37 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7602505</guid><dc:creator>RichardD</dc:creator><description>&lt;p&gt;Unfortunately, it&amp;#39;s not simply a case of fixing Windows; there are a lot of applications out there written in unmanaged code which would break if paths were allowed to be longer than 260 characters.&lt;/p&gt;
&lt;p&gt;A lot of Windows APIs support long paths (up to 32768 characters) using the &amp;quot;\\?\&amp;quot; prefix [1], but unless every application is re-written to take advantage of these APIs, there&amp;#39;s not much point using them. For example, if Windows Explorer used these APIs, it would let you move files to locations where they couldn&amp;#39;t be opened by the associated application.&lt;/p&gt;
&lt;p&gt;[1] &lt;a rel="nofollow" target="_new" href="http://msdn.microsoft.com/en-us/library/aa365247%28VS.85%29.aspx#maxpath"&gt;msdn.microsoft.com/.../aa365247%28VS.85%29.aspx&lt;/a&gt;&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7602505" width="1" height="1"&gt;</description></item><item><title>re: Sigh!  Vista still has 260 character Path limitation!  </title><link>http://weblogs.asp.net/jtobler/archive/2010/08/29/sigh-vista-still-has-260-character-path-limitation.aspx#7602204</link><pubDate>Mon, 30 Aug 2010 20:22:03 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7602204</guid><dc:creator>wekempf</dc:creator><description>&lt;p&gt;Long file names are kinda tricky in the Windows world, but technically they aren&amp;#39;t restricted to 260 characters. This blog post, while about .NET APIs, has many of the gory details and even some of reasoning: &lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/b/bclteam/archive/2007/02/13/long-paths-in-net-part-1-of-3-kim-hamilton.aspx"&gt;blogs.msdn.com/.../long-paths-in-net-part-1-of-3-kim-hamilton.aspx&lt;/a&gt;.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7602204" width="1" height="1"&gt;</description></item><item><title>re: Sigh!  Vista still has 260 character Path limitation!  </title><link>http://weblogs.asp.net/jtobler/archive/2010/08/29/sigh-vista-still-has-260-character-path-limitation.aspx#7602119</link><pubDate>Mon, 30 Aug 2010 16:06:37 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7602119</guid><dc:creator>rfh</dc:creator><description>&lt;p&gt;I think that Windows 7 still has the same limitation as well.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7602119" width="1" height="1"&gt;</description></item><item><title>re: Sigh!  Vista still has 260 character Path limitation!  </title><link>http://weblogs.asp.net/jtobler/archive/2010/08/29/sigh-vista-still-has-260-character-path-limitation.aspx#7601920</link><pubDate>Mon, 30 Aug 2010 03:51:09 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7601920</guid><dc:creator>Darren Kopp</dc:creator><description>&lt;p&gt;\\?\c:\this\can\be\as\long\as\you\want\&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://msdn.microsoft.com/en-us/library/aa365247.aspx#maxpath"&gt;msdn.microsoft.com/.../aa365247.aspx&lt;/a&gt;&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7601920" width="1" height="1"&gt;</description></item><item><title>re: [.NET General] Microsoft: your SQL Server 2005 Express Installer stinks!</title><link>http://weblogs.asp.net/jtobler/archive/2006/03/12/440089.aspx#7530253</link><pubDate>Mon, 14 Jun 2010 16:15:05 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7530253</guid><dc:creator>Madhu</dc:creator><description>&lt;p&gt;I compleatly remove SQL server Express ...and delete all MS SQL folders also finaly try to install it but fail...I thing MSSQL having many bugs....&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7530253" width="1" height="1"&gt;</description></item><item><title>re: SmallScript is dead!  Long live SmallScript!</title><link>http://weblogs.asp.net/jtobler/archive/2009/07/08/smallscript-is-dead-long-live-smallscript.aspx#7340947</link><pubDate>Tue, 09 Feb 2010 18:19:49 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7340947</guid><dc:creator>eastern man</dc:creator><description>&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://www.refactory.com/Software/SharpSmalltalk/"&gt;www.refactory.com/.../SharpSmalltalk&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;quot;The #Smalltalk compiler implements Smalltalk to run natively on the .NET framework. It was written by John Brant and Don Roberts and is available under the Open Software License version 1.1.&amp;quot;&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7340947" width="1" height="1"&gt;</description></item><item><title>re: [TDD] TDD'ing Sudoku in Ruby</title><link>http://weblogs.asp.net/jtobler/archive/2006/07/14/tdd-tdd-ing-sudoku-in-ruby.aspx#7337098</link><pubDate>Sat, 06 Feb 2010 17:31:58 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7337098</guid><dc:creator>Install Software</dc:creator><description>&lt;p&gt;Another great post.&lt;/p&gt;
&lt;p&gt;Thanks for the tips and help.&lt;/p&gt;
&lt;p&gt;Everyone, bookmark this site.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7337098" width="1" height="1"&gt;</description></item></channel></rss>