<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" gd:etag="W/&quot;Ak4ASH4zcCp7ImA9WhRRFE4.&quot;"><id>tag:blogger.com,1999:blog-3175772018583109329</id><updated>2011-11-27T16:09:09.088-08:00</updated><category term="linux" /><category term="atlassian" /><category term="film" /><category term="ubuntu" /><category term="reviews" /><category term="magazine" /><category term="tools" /><category term="informational" /><category term="books" /><category term="magic" /><category term="development" /><title>Squirrel Piles</title><subtitle type="html">Meaningful thoughts in random stacks(TM).  Books, Music, LibraryThing, Cloud computing, Global Warming, Old Movies, Personal Fabrication, Magic, Hockey, etc.  It's all related somehow.</subtitle><link rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml" href="http://squirrelpiles.blogspot.com/feeds/posts/default" /><link rel="alternate" type="text/html" href="http://squirrelpiles.blogspot.com/" /><author><name>drl</name><uri>http://www.blogger.com/profile/01429660681983407943</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><generator version="7.00" uri="http://www.blogger.com">Blogger</generator><openSearch:totalResults>15</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://feeds.feedburner.com/SquirrelPiles" /><feedburner:info uri="squirrelpiles" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>SquirrelPiles</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><entry gd:etag="W/&quot;Ck8ESXw6fyp7ImA9WhdXE0w.&quot;"><id>tag:blogger.com,1999:blog-3175772018583109329.post-7536455089643616331</id><published>2011-08-25T14:57:00.000-07:00</published><updated>2011-08-25T15:20:08.217-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-08-25T15:20:08.217-07:00</app:edited><title>FORTH Why isn't FORTH more popular?</title><content type="html">The FORTH programming language (operating system??) was once a fairly popular tool for coding applications on 8-bit PCs like the Apple, PET, Atari.&amp;nbsp; It has also enjoyed a rather long life as a language for embedded applications. (did you know that &lt;a href="http://en.wikipedia.org/wiki/Open_Firmware"&gt;Sun and Apple boot ROMs use FORTH&lt;/a&gt;?)&lt;br /&gt;
&lt;br /&gt;
I used FORTH and really liked it.&amp;nbsp; So did everyone I knew who actually wrote a little FORTH code.&amp;nbsp; It was cool. &lt;br /&gt;
&lt;br /&gt;
Some of the key benefits that I saw in FORTH: &lt;br /&gt;
&lt;ul&gt;&lt;li&gt;It was cheap/free, pretty easy to port to a new system, and had a reasonable flavor of standardization. &amp;nbsp;&amp;nbsp;&lt;/li&gt;
&lt;li&gt;It could interface to hardware, BIOS, other libraries, etc. &amp;nbsp; Easily.&lt;/li&gt;
&lt;li&gt;It was fast.&amp;nbsp;&amp;nbsp;&lt;/li&gt;
&lt;li&gt;Had a very small memory footprint.&amp;nbsp; Something like 3K on the PET &amp;amp; VIC20. &lt;br /&gt;
&lt;/li&gt;
&lt;/ul&gt;I wrote several applications for clients using FORTH, notable some games for EPYX and the underlying engine for Math Blaster (Davidson and Associates).&amp;nbsp; It was perhaps the most efficient development tool I ever used.&lt;br /&gt;
&lt;br /&gt;
Developing code in FORTH was very simple, enforced a strictly bottom-up development style, and "limitations" in the editors &amp;amp; tools forced you to really factor your code well.&amp;nbsp;&amp;nbsp; I recall that there was generally only forward progress on project - once you wrote the code and it worked, you generally did not go back and rework/refactor.&lt;br /&gt;
&lt;br /&gt;
I also remember some negative things about FORTH.&amp;nbsp;&amp;nbsp; The FORTH community (at least the one I tried to interact with) were kind of zealous.&amp;nbsp; FORTH was religion for too many of them, and they spent a lot of time debating FORTH and too little time actually just writing apps.&amp;nbsp; The few user group meeting I attended (I was like 20) was like a revival meeting, and there were "insiders" and everyone else.&amp;nbsp; I was part of everyone else.&amp;nbsp; I didn't drink the kook-aide, didn't get religion, and thus was sort of isolated.&amp;nbsp; Didn't matter - I probably wrote more production-quality code than most of them, and almost certainly worked on products that generated more revenue than all the copies of FORTH ever sold - Math Blaster &amp;amp; derivatives sold many millions of copies, and every DOS version ran on top of my FORTH clone of the original Mac toolbox.&amp;nbsp; [Davidson was a big fan of FORTH - see wikipedia for more on the &lt;a href="http://en.wikipedia.org/wiki/Blaster_Learning_System"&gt;Blaster_Learning_System&lt;/a&gt; ]&lt;br /&gt;
&lt;br /&gt;
There was also a lot of discussion in the general computing community about the stack/RPN aspect of FORTH and why this was the wrong model.&amp;nbsp; I never got it - seemed just as natural or unnatural as using registers and such.&lt;br /&gt;
&lt;br /&gt;
To summarize, I found FORTH easy to learn, easy to develop with, and highly productive.&amp;nbsp; I am sure others (like Louis S. and the folks at Davidson) had similar experiences. So...&lt;br /&gt;
&lt;br /&gt;
&lt;i&gt;&lt;b&gt;Why isn't FORTH more popular?&lt;/b&gt;&lt;/i&gt;&lt;br /&gt;
I am not sure.&amp;nbsp; Here are some possibilities:&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&lt;i&gt;1) Platform Vendors Focused on C&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
For me, I stopped using FORTH when I went to a game company that was building products for the Philips CD-I platform.&amp;nbsp; This was a 32-bit platform - C worked great on it, so the fast, low-memory footprint of FORTH didn't matter as much.&amp;nbsp; There was no FORTH for the platform (only C and assembler), a lot of system libraries,&amp;nbsp; and there was a huge amount of new technology to understand.&lt;i&gt;&lt;b&gt;&amp;nbsp; &lt;/b&gt;&lt;/i&gt;The incumbent programmers at the company we somewhat junior and C as a big challenge.&amp;nbsp; So I didn't suggest FORTH, and we didn't use it.&lt;i&gt;&lt;b&gt;&amp;nbsp;&lt;/b&gt;&lt;/i&gt; Interestingly, I did build a tiny stack-based VM in our game engine that was a subset of FORTH.&amp;nbsp; But it was invisible, i.e. the code for it was generated by tools, not humans.&lt;br /&gt;
&amp;nbsp;&lt;i&gt;&lt;b&gt;&amp;nbsp;&lt;/b&gt;&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;&lt;b&gt;2) Colleges Taught C&lt;/b&gt;&lt;/i&gt;&lt;br /&gt;
In the early to mid-80s, PC's we really starting to take off and programming for PC-class systems was being taught in colleges.&amp;nbsp; C was the language of choice at the time.&amp;nbsp; So new grads knew C, not FORTH.&amp;nbsp;&amp;nbsp; This is pre-Internet, so FORTH was not something you would stuble on or download and try.&amp;nbsp; So to programmer's who did NOT start in the 8-bit world, FORTH was invisible.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&lt;i&gt;3) FORTH Vendors Failed to Engage Market&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
Most FORTH vendors - at the time, all language vendors - were pretty small operations.&amp;nbsp; I think many were focused on competing within the FORTH market, not in the PC market.&amp;nbsp; I recall that the ads from LMI, FORTH Inc., MMS, etc.&amp;nbsp; seemed to be focused on making their FORTH the choice IF you use FORTH.&amp;nbsp; I don't recall anything that said use FORTH because FORTH is better than C.&lt;br /&gt;
&lt;br /&gt;
Perhaps if is that the FORTH "community" failed to engage the market.&amp;nbsp; There is an old article entitled &lt;a href="http://www.forth.org/svfig/21st.html"&gt;21st Century Forth&lt;/a&gt;.&amp;nbsp; Go read it.&amp;nbsp; I just re-read it and it seems to me it is focused mostly on the implementation of FORTH itself.&amp;nbsp; I don't seem much that speaks to the how to market FORTH so people will consider using it.&amp;nbsp; To me, this is the classic FORTH if we build it they will come.&amp;nbsp; Not.&lt;br /&gt;
&lt;br /&gt;
Can FORTH become more popular?&amp;nbsp; Should it?&amp;nbsp; Do we need to resurrect a nearly dead language?&amp;nbsp; &lt;br /&gt;
&lt;i&gt;&lt;b&gt;&lt;br /&gt;
&lt;/b&gt;&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;&lt;b&gt;Next: Does FORTH matter today?&lt;/b&gt;&lt;/i&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3175772018583109329-7536455089643616331?l=squirrelpiles.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/qGREK-gjHNJU78dm46rXkLRcl_Y/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/qGREK-gjHNJU78dm46rXkLRcl_Y/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/qGREK-gjHNJU78dm46rXkLRcl_Y/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/qGREK-gjHNJU78dm46rXkLRcl_Y/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/SquirrelPiles/~4/kUUWsy1VJSk" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://squirrelpiles.blogspot.com/feeds/7536455089643616331/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=3175772018583109329&amp;postID=7536455089643616331" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3175772018583109329/posts/default/7536455089643616331?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3175772018583109329/posts/default/7536455089643616331?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/SquirrelPiles/~3/kUUWsy1VJSk/forth-why-isnt-forth-more-popular.html" title="FORTH Why isn't FORTH more popular?" /><author><name>drl</name><uri>http://www.blogger.com/profile/01429660681983407943</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://squirrelpiles.blogspot.com/2011/08/forth-why-isnt-forth-more-popular.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DE8MRng_eCp7ImA9WhZUGEU.&quot;"><id>tag:blogger.com,1999:blog-3175772018583109329.post-7100968084528277895</id><published>2011-05-20T13:38:00.000-07:00</published><updated>2011-06-12T06:54:47.640-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-06-12T06:54:47.640-07:00</app:edited><title>Learning to weld</title><content type="html">I have a car-related project with one of my sons that requires some welding.&amp;nbsp; We found a shop that would do the work for around $600.&amp;nbsp; Seemed like a lot, so I started to look at what it would take to buy and learn to use a welder.&lt;br /&gt;
&lt;br /&gt;
After a lot of reading on blogs for people who build dune buggies, meat smokers, and BBQ grills, I decided that I could buy a good welder, learn how to use it, and do our project.&amp;nbsp; And I would then have a welder for future projects.&lt;i&gt; [ as an aside, I have had dozens of projects around that house that welding would have really helped, but I did the project differently because of lack of a welder ]&lt;/i&gt;&lt;br /&gt;
&lt;br /&gt;
To I did my research and decided on the equipment for me:&lt;br /&gt;
&lt;a href="http://www.blogger.com/goog_574414832"&gt;&lt;br /&gt;
&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.amazon.com/gp/product/B002VECKTM"&gt;Hobart MIG Welder&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.blogger.com/"&gt;Auto-darkening Welding Helmet&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.blogger.com/"&gt;Portable CO2 canister&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Total cost was less than the $600 the shop would have charged me for a one-time job.&lt;br /&gt;
&lt;br /&gt;
The stuff is in-transit, I will update when it arrives and I have had a chance to actually do some welding&lt;br /&gt;
&lt;br /&gt;
UPDATE:&lt;br /&gt;
Received welder, helmet and CO2 kit.&amp;nbsp;&amp;nbsp; Setup was easy.&amp;nbsp;&amp;nbsp; Got the CO2 canister filled at &lt;a href="http://www.sportchalet.com/"&gt;Sports Chalet&lt;/a&gt; for $3.50, and bought a second one there too.&amp;nbsp; Each 20 oz. cylinder is supposed to be good for 40+ minutes of welding.&lt;br /&gt;
&lt;br /&gt;
Got a few welding books (they are ancient) from the &lt;a href="http://www.aclibrary.org/"&gt;Alameda County Library&lt;/a&gt;.&amp;nbsp;&amp;nbsp; Sort of useful, but the best thing I found was videos on YouTube.&amp;nbsp;&amp;nbsp; &lt;a href="http://www.blogger.com/"&gt;This one is good.&lt;/a&gt;&amp;nbsp; There are lots of useful ones too.&amp;nbsp; Really helps to see it being done.&amp;nbsp; BTW, most of the guys that do these are REALLY good, so don't expect to get the same results immediately.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3175772018583109329-7100968084528277895?l=squirrelpiles.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/sASD8LIu5OjiMPOvQsjDm1_HSCI/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/sASD8LIu5OjiMPOvQsjDm1_HSCI/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/sASD8LIu5OjiMPOvQsjDm1_HSCI/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/sASD8LIu5OjiMPOvQsjDm1_HSCI/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/SquirrelPiles/~4/dQ3bIdes8gw" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://squirrelpiles.blogspot.com/feeds/7100968084528277895/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=3175772018583109329&amp;postID=7100968084528277895" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3175772018583109329/posts/default/7100968084528277895?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3175772018583109329/posts/default/7100968084528277895?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/SquirrelPiles/~3/dQ3bIdes8gw/learning-to-weld.html" title="Learning to weld" /><author><name>drl</name><uri>http://www.blogger.com/profile/01429660681983407943</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://squirrelpiles.blogspot.com/2011/05/learning-to-weld.html</feedburner:origLink></entry><entry gd:etag="W/&quot;A0MHQX4yfSp7ImA9WhZXFU8.&quot;"><id>tag:blogger.com,1999:blog-3175772018583109329.post-6175208028409068116</id><published>2011-05-04T10:07:00.000-07:00</published><updated>2011-05-04T10:17:10.095-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-05-04T10:17:10.095-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="tools" /><category scheme="http://www.blogger.com/atom/ns#" term="development" /><category scheme="http://www.blogger.com/atom/ns#" term="atlassian" /><title>(Almost) Free Development Environment Part 2</title><content type="html">Some months ago I mentioned that it was now possible to build a development environment in the cloud using tools that are free for small number of users (like Fogbugz) or near free for reasonable number of users (like Beanstalk).&lt;br /&gt;
&lt;br /&gt;
The cool development in this sort of model is a company named &lt;a href="http://www.blogger.com/"&gt;Atlassian&lt;/a&gt;. They have a collection of development tools and collaboration apps that they have been selling for some time. Some you have probably heard of - &lt;a href="http://www.blogger.com/"&gt;JIRA&lt;/a&gt; - and most you have not: &lt;br /&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.atlassian.com/software/confluence/"&gt;Confluence&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.atlassian.com/software/fisheye/"&gt;FishEye&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.atlassian.com/software/crucible/"&gt;Crucible&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.atlassian.com/software/bamboo/"&gt;Bamboo&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.atlassian.com/software/crowd/"&gt;Crowd&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.atlassian.com/software/greenhopper/"&gt;GreenHopper&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;Here is the "cool" thing - you can purchase a license for all of these tools for $10 each, for up to 10 users.&amp;nbsp;&amp;nbsp; And the annual support cost moving forward is $10.&amp;nbsp; This is a great model for startups.&amp;nbsp;&amp;nbsp; For $70 I get bug tracking, wiki, code review, continuous integration, common user account management, and agile project management.&amp;nbsp; Running on my box, or on EC2 or whatever.&amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
The obvious question is why is Atlassian doing this?&amp;nbsp; Seems simple - startups generally have little cash and avoid costly software purchases.&amp;nbsp; Example: I love Perforce, but I don't see it early in any startups.&amp;nbsp; Too much up front cost.&lt;br /&gt;
&lt;br /&gt;
But Atlassian gets this and is making it really cheap.&amp;nbsp; They know that if my startup is becoming successful and I have 10 people using all of their tools for development, it is highly unlikely that I will change.&amp;nbsp; And since I am being successful, I have a little money now, and I can buy licenses from Atlassian at "real" prices.&amp;nbsp; But the prices are competitive.&amp;nbsp; I figure the tools I use will cost me about $300/person for 25 users.&amp;nbsp; Effectively zero when weighing the cost vs. effectiveness of good tools for your dev team.&lt;br /&gt;
&lt;br /&gt;
And kudos for Atlassian for donating all of the monies from the $10 product fees to &lt;a href="http://www.blogger.com/"&gt;Room to Read&lt;/a&gt;.&amp;nbsp; They have raised over $1 million dollars to help educate the children of the world.&lt;br /&gt;
&lt;br /&gt;
I have purchased the seven apps for $70.&amp;nbsp; I am installing &amp;amp; configuring for my new venture.&amp;nbsp; I will chronicle the results.&amp;nbsp;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3175772018583109329-6175208028409068116?l=squirrelpiles.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/o_nXOLXIGVGUCz7nsMtEOU1Buh4/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/o_nXOLXIGVGUCz7nsMtEOU1Buh4/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/o_nXOLXIGVGUCz7nsMtEOU1Buh4/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/o_nXOLXIGVGUCz7nsMtEOU1Buh4/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/SquirrelPiles/~4/FE9M7JYz-a8" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://squirrelpiles.blogspot.com/feeds/6175208028409068116/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=3175772018583109329&amp;postID=6175208028409068116" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3175772018583109329/posts/default/6175208028409068116?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3175772018583109329/posts/default/6175208028409068116?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/SquirrelPiles/~3/FE9M7JYz-a8/almost-free-development-environment.html" title="(Almost) Free Development Environment Part 2" /><author><name>drl</name><uri>http://www.blogger.com/profile/01429660681983407943</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://squirrelpiles.blogspot.com/2011/05/almost-free-development-environment.html</feedburner:origLink></entry><entry gd:etag="W/&quot;Ak8MQHg4eip7ImA9WhZXFU8.&quot;"><id>tag:blogger.com,1999:blog-3175772018583109329.post-2060166579303939605</id><published>2011-05-03T12:29:00.000-07:00</published><updated>2011-05-04T10:08:01.632-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-05-04T10:08:01.632-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="books" /><category scheme="http://www.blogger.com/atom/ns#" term="magic" /><title>New Magic Books</title><content type="html">I have a stack of new (and used) magic books to read.&lt;br /&gt;
&lt;a href="http://www.blogger.com/goog_1518433683"&gt;&lt;br /&gt;
&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.amazon.com/Last-Greatest-Magician-World-Thurston/dp/1585428450/ref=sr_1_1?ie=UTF8&amp;amp;qid=1304450600&amp;amp;sr=8-1"&gt;The Last Greatest Magician in the World by Jim Steinmeyer&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.amazon.com/Astonishment-PIECES-STANGE-UNLEASH-MOMENT/dp/B000U7N65Y/ref=sr_1_3?s=books&amp;amp;ie=UTF8&amp;amp;qid=1304450658&amp;amp;sr=1-3"&gt;The Art of Astonishment by Paul Harris&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.amazon.com/Houdini-Art-Magic-Jewish-Museum/dp/0300146841/ref=sr_1_1?ie=UTF8&amp;amp;s=books&amp;amp;qid=1304450723&amp;amp;sr=1-1"&gt;Houdini by Brooke Kamin Rapaport&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.amazon.com/Larsens-Magical-Hollywoods-Landmark-Personal/dp/0966100557/ref=sr_1_2?ie=UTF8&amp;amp;s=books&amp;amp;qid=1304450833&amp;amp;sr=1-2"&gt;Milt Larsen's Castle Tour by Carole Marie&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.amazon.com/MAGIC-MICAH-LASHER-Everyone-Including/dp/0684813904/ref=sr_1_1?ie=UTF8&amp;amp;s=books&amp;amp;qid=1304450795&amp;amp;sr=1-1"&gt;The Magic of Micah Lasher by Micah Lasher&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
I love reading about magic.&amp;nbsp; Some day maybe I will resurrect a few old tricks to entertain my friends.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3175772018583109329-2060166579303939605?l=squirrelpiles.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/Ql_8j0qr8_HZSyr51mGaYw82k7E/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Ql_8j0qr8_HZSyr51mGaYw82k7E/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/Ql_8j0qr8_HZSyr51mGaYw82k7E/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Ql_8j0qr8_HZSyr51mGaYw82k7E/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/SquirrelPiles/~4/RkmwssohfNo" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://squirrelpiles.blogspot.com/feeds/2060166579303939605/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=3175772018583109329&amp;postID=2060166579303939605" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3175772018583109329/posts/default/2060166579303939605?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3175772018583109329/posts/default/2060166579303939605?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/SquirrelPiles/~3/RkmwssohfNo/new-magic-books.html" title="New Magic Books" /><author><name>drl</name><uri>http://www.blogger.com/profile/01429660681983407943</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://squirrelpiles.blogspot.com/2011/05/new-magic-books.html</feedburner:origLink></entry><entry gd:etag="W/&quot;Ak4HRXY5fCp7ImA9WhZXFU8.&quot;"><id>tag:blogger.com,1999:blog-3175772018583109329.post-3725453229687644464</id><published>2011-05-03T12:20:00.000-07:00</published><updated>2011-05-04T10:08:54.824-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-05-04T10:08:54.824-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="linux" /><category scheme="http://www.blogger.com/atom/ns#" term="ubuntu" /><title>Spreading the Ubuntu Gospel....</title><content type="html">I have&amp;nbsp; been a serious user and fan of &lt;a href="http://www.ubuntu.com/"&gt;Ubuntu&lt;/a&gt; for some time now.&amp;nbsp; I have it on my personal laptop, my desktop, and even on a client's laptop - which BTW is used to develop and manage apps in a pure Windows environment.&amp;nbsp; Ubuntu just works,&amp;nbsp; have done a few major distro upgrades (just did 11.04 on all of my systems, and have no issue/complaints.&lt;br /&gt;
&lt;br /&gt;
I can do everything I need to with Ubuntu - and the list is extensive. I manage a Windows production environment, code for Windows, manage AWS resources, rip CD &amp;amp; DVDs, watch movies, word process, diagram, write Perl and C++ code, share files with Windows and Mac users in the house, etc.&lt;br /&gt;
&lt;br /&gt;
But the real test was moving a non-technical user to Ubuntu.&amp;nbsp; My wife Debbie is a long-time Windows user who was frustrated with the long boot time and general sluggishness of her XP-based SONY VAIO.&amp;nbsp; She is mostly a web and email user, but does some word publishing &amp;amp; spreadsheets too.&amp;nbsp; And has a few favorite games.&lt;br /&gt;
&lt;br /&gt;
I backed up here hard disk and we installed Ubuntu.&amp;nbsp; After installation and updates, we copied over here Thunderbird files from the Windows backup and had Thunderbird working quickly. Next we imported her bookmarks for Firefox - again, easy and no issues.&amp;nbsp; We then made a folder and copied all of here documents &amp;amp; files, and her desktop, from the Windows backup into this folder.&amp;nbsp; From here she is organizing and sorting through her old Windows files into her new Ubuntu environment.&lt;br /&gt;
&lt;br /&gt;
Next we installed &lt;a href="http://www.winehq.org/"&gt;wine&lt;/a&gt;.&amp;nbsp; A quick run of the installer for a coupled of CD-ROM games and we had working launcher icons on the desktop for the few games Debbie enjoys.&amp;nbsp; They are working fine.&lt;br /&gt;
&lt;br /&gt;
Debbie has had her new environment for a few weeks now.&amp;nbsp; She likes the speed/performance improvement, and has had no issues with using &lt;a href="http://www.mozillamessaging.com/en-US/thunderbird/"&gt;Thunderbird&lt;/a&gt;, &lt;a href="http://www.mozilla.com/en-US/firefox/fx/"&gt;Firefox&lt;/a&gt; and Open Office.&amp;nbsp; And occasionally running a Windows game.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3175772018583109329-3725453229687644464?l=squirrelpiles.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/iXlIvqkyKZS4jOaUJxWTO5_0jbI/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/iXlIvqkyKZS4jOaUJxWTO5_0jbI/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/iXlIvqkyKZS4jOaUJxWTO5_0jbI/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/iXlIvqkyKZS4jOaUJxWTO5_0jbI/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/SquirrelPiles/~4/GI9lC58GoaU" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://squirrelpiles.blogspot.com/feeds/3725453229687644464/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=3175772018583109329&amp;postID=3725453229687644464" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3175772018583109329/posts/default/3725453229687644464?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3175772018583109329/posts/default/3725453229687644464?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/SquirrelPiles/~3/GI9lC58GoaU/spreading-ubuntu-gospel.html" title="Spreading the Ubuntu Gospel...." /><author><name>drl</name><uri>http://www.blogger.com/profile/01429660681983407943</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://squirrelpiles.blogspot.com/2011/05/spreading-ubuntu-gospel.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CEEBRnw9eyp7ImA9Wx9WEEs.&quot;"><id>tag:blogger.com,1999:blog-3175772018583109329.post-4533555385640444806</id><published>2011-01-14T19:37:00.000-08:00</published><updated>2011-01-14T19:37:37.263-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-01-14T19:37:37.263-08:00</app:edited><title>Abandoning Windows XP - Update</title><content type="html">OK, it has been almost one year since I abandoned Windows XP on my laptop and primary desktop systems.&amp;nbsp; Upon reflection, it was an excellent move.&amp;nbsp;&amp;nbsp; I continue to learn more about Ubuntu and now feel I can pretty much do anything on Ubuntu.&amp;nbsp; I love it.&amp;nbsp; I have also installed on my desktop system at work.&lt;br /&gt;
&lt;br /&gt;
For "office" applications, I use Open Office.&amp;nbsp; It sucked a few years ago - not now.&amp;nbsp; It is fast, has the features I want/use, and has good interchangeability with files from MS Office.&amp;nbsp;&amp;nbsp; Presentations from MS PowerPoint are an issue sometimes, but I don't use it much anyway.&amp;nbsp;&amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
VLC plays my movies and music. &amp;nbsp; k9copy manages my DVD backups.&amp;nbsp; pidgin for IM.&amp;nbsp; All my developer tools - Perforce, svn, Eclipse, perl - work perfectly (better?) on Ubuntu.&lt;br /&gt;
&lt;br /&gt;
Thunderbird for email. Firefox for browsing.&amp;nbsp;&amp;nbsp;&amp;nbsp; Aardark works&amp;nbsp;&amp;nbsp; Lightning works.&amp;nbsp; Integrated to Google Calendar and my droid.&amp;nbsp;&amp;nbsp; All works really well.&lt;br /&gt;
&lt;br /&gt;
Software updates &amp;amp; installs via apt-get and Synaptic Package Manager are smooth and easy. &lt;br /&gt;
&lt;br /&gt;
What is really cool is that I am highly productive on old hardware that sucks running Windows.&amp;nbsp;&amp;nbsp; My laptop is a Acer 3620 with a Celeron and 1G RAM.&amp;nbsp; Works great.&amp;nbsp;&amp;nbsp; My desktop is a very ancient HP tower with a PIII and 512M RAM.&amp;nbsp; works great.&lt;br /&gt;
&lt;br /&gt;
Ubuntu (and Linux in general) has come of age and I see no reason to use Windows again.&amp;nbsp; And many reasons NOT to.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3175772018583109329-4533555385640444806?l=squirrelpiles.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/NfFHUKTh1kV1pjGJJ6a6UlTK6OM/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/NfFHUKTh1kV1pjGJJ6a6UlTK6OM/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/NfFHUKTh1kV1pjGJJ6a6UlTK6OM/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/NfFHUKTh1kV1pjGJJ6a6UlTK6OM/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/SquirrelPiles/~4/kMwDehwXITE" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://squirrelpiles.blogspot.com/feeds/4533555385640444806/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=3175772018583109329&amp;postID=4533555385640444806" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3175772018583109329/posts/default/4533555385640444806?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3175772018583109329/posts/default/4533555385640444806?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/SquirrelPiles/~3/kMwDehwXITE/abandoning-windows-xp-update.html" title="Abandoning Windows XP - Update" /><author><name>drl</name><uri>http://www.blogger.com/profile/01429660681983407943</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://squirrelpiles.blogspot.com/2011/01/abandoning-windows-xp-update.html</feedburner:origLink></entry><entry gd:etag="W/&quot;A0cFR307fCp7ImA9WhZXFU8.&quot;"><id>tag:blogger.com,1999:blog-3175772018583109329.post-627563481090009705</id><published>2010-02-27T20:44:00.000-08:00</published><updated>2011-05-04T10:10:16.304-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-05-04T10:10:16.304-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="tools" /><category scheme="http://www.blogger.com/atom/ns#" term="development" /><title>Free Development Environment</title><content type="html">Today's development software development environments have a few basic needs: some sort of IDE, a version control system, and a bug-tracking/ticketing systems.&amp;nbsp; The cost of these tools range from free (as in beer) to thousands of dollars. But a common requirement for all of these tools was that you needed a system to run them on.&amp;nbsp; For a single developer, you could run everything on one box - even you r laptop.&amp;nbsp; Add another developer and you have to now be sharing things between systems.&amp;nbsp; As you add more developers, testers, etc.,&amp;nbsp; complexity and IT needs increase.&lt;br /&gt;
&lt;br /&gt;
I recently have been helping a startup that has a "no IT department" philosophy.&amp;nbsp; They do not want the cost and overhead of an internal IT department.&amp;nbsp; Everyone uses laptops, and all servers are in the cloud.&amp;nbsp; Google Apps provides email, calendar, and shared documents.&amp;nbsp; And tools like version control and bug tracking are hosted services.&lt;br /&gt;
&lt;br /&gt;
They are using the hosted version of &lt;a href="http://www.fogcreek.com/FogBUGZ/IntrotoOnDemand.html"&gt;Fogbugz&lt;/a&gt; for bug tracking, wiki, and project management.&amp;nbsp;&amp;nbsp; They are using &lt;a href="http://beanstalkapp.com/"&gt;Beanstalk&lt;/a&gt; for &lt;a href="http://subversion.apache.org/"&gt;subversion&lt;/a&gt; repositories. What is cool is that &lt;a href="http://beanstalkapp.com/"&gt;Beanstalk&lt;/a&gt; and &lt;a href="http://www.fogcreek.com/FogBUGZ/IntrotoOnDemand.html"&gt;Fogbugz&lt;/a&gt; - two products from two different companies - both integrated to each other.&amp;nbsp; It all works - really well.&lt;br /&gt;
&lt;br /&gt;
$25 per month for &lt;a href="http://beanstalkapp.com/"&gt;Beanstalk&lt;/a&gt;.&amp;nbsp; This is good for something like 10 users/5 svn repositories/10G of storage - more than enough for a startup.&amp;nbsp; &lt;a href="http://www.fogcreek.com/FogBUGZ/IntrotoOnDemand.html"&gt;Fogbugz&lt;/a&gt; is more money - $25/user/month - but this is cheaper than buying the software and hosting it on your own system; particularly with small numbers of users.&lt;br /&gt;
&lt;br /&gt;
Now what is really cool is if you and 2 of you buddies want to start a new software company, you can use &lt;a href="http://beanstalkapp.com/"&gt;Beanstalk&lt;/a&gt; and &lt;a href="http://www.fogcreek.com/FogBUGZ/IntrotoOnDemand.html"&gt;Fogbugz&lt;/a&gt; for free is you have 3 of less users.&amp;nbsp; So you can start with no costs and then slowly grow as your needs increase.&amp;nbsp; Very cool.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3175772018583109329-627563481090009705?l=squirrelpiles.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/VKDNhb8uD1NFChuaedM8bs6sFGA/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/VKDNhb8uD1NFChuaedM8bs6sFGA/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/VKDNhb8uD1NFChuaedM8bs6sFGA/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/VKDNhb8uD1NFChuaedM8bs6sFGA/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/SquirrelPiles/~4/pBdXMD9JEF0" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://squirrelpiles.blogspot.com/feeds/627563481090009705/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=3175772018583109329&amp;postID=627563481090009705" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3175772018583109329/posts/default/627563481090009705?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3175772018583109329/posts/default/627563481090009705?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/SquirrelPiles/~3/pBdXMD9JEF0/free-development-environment.html" title="Free Development Environment" /><author><name>drl</name><uri>http://www.blogger.com/profile/01429660681983407943</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://squirrelpiles.blogspot.com/2010/02/free-development-environment.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CkAGRHY7fyp7ImA9WxBVGUQ.&quot;"><id>tag:blogger.com,1999:blog-3175772018583109329.post-8999922273439330091</id><published>2010-02-23T21:52:00.000-08:00</published><updated>2010-02-23T21:52:05.807-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-02-23T21:52:05.807-08:00</app:edited><title>Large Databases</title><content type="html">In a meeting the other day, we were discussing our "large" database.&amp;nbsp; I was thinking, are database has a lot in it, but it today's world it certainly cannot be considered large - it is only a tens of gigabytes in size.&lt;br /&gt;
&lt;br /&gt;
A quick search found a fascinating article citing the "&lt;a href="http://www.businessintelligencelowdown.com/2007/02/top_10_largest_.html"&gt;Top 10 Largest Databases in the World&lt;/a&gt;".&amp;nbsp; It has some fascinating stats on 10 large databases, but since the article is from 2007 it is clearly dated.&amp;nbsp; But interesting none the less.&lt;br /&gt;
&lt;br /&gt;
So I started thinking of "how big is..." and recalled that &lt;a href="http://berkeley.edu/"&gt;Cal&lt;/a&gt; or some other school produced an annual report in the past about how much stuff is being saved digitally.&amp;nbsp; So I searched again and found the article (from 2003) entitled "&lt;a href="http://www2.sims.berkeley.edu/research/projects/how-much-info-2003/"&gt;How Much Information? 2003&lt;/a&gt;".&lt;br /&gt;
&lt;br /&gt;
What is striking is that the volumes of information described in these two "ancient" documents is immense and clearly much, much less than there is today.&lt;br /&gt;
&lt;br /&gt;
In a related site,&lt;a href="http://www.mattscomputertrends.com/harddrives.html"&gt;&amp;nbsp; Matt's Computer Trends&lt;/a&gt; has an article that tracks disk capacity growth.&amp;nbsp; According to this article, disk drive capacity has increased by and average of 93% annually for the last 16 years.&amp;nbsp; So basically double capacity each year.&lt;br /&gt;
&lt;br /&gt;
Capacity growing at huge rates.&amp;nbsp; Usage growing at huge rates.&amp;nbsp; How will people manage such large volumes of information. &amp;nbsp; Take a look at "&lt;a href="http://www.amazon.com/Keeping-Found-Things-Information-Technologies/dp/0123708664/ref=sr_1_2?ie=UTF8&amp;amp;s=books&amp;amp;qid=1266990599&amp;amp;sr=1-2"&gt;Keeping Found Things Found&lt;/a&gt;" by William Jones.&amp;nbsp; An interesting perspective of what, how, and when to keep things so they can be found again.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3175772018583109329-8999922273439330091?l=squirrelpiles.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/8eh8lrLvX2lB4RMGx2AlutD5Zyc/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/8eh8lrLvX2lB4RMGx2AlutD5Zyc/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/8eh8lrLvX2lB4RMGx2AlutD5Zyc/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/8eh8lrLvX2lB4RMGx2AlutD5Zyc/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/SquirrelPiles/~4/NzCMqHaWes0" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://squirrelpiles.blogspot.com/feeds/8999922273439330091/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=3175772018583109329&amp;postID=8999922273439330091" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3175772018583109329/posts/default/8999922273439330091?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3175772018583109329/posts/default/8999922273439330091?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/SquirrelPiles/~3/NzCMqHaWes0/large-databases.html" title="Large Databases" /><author><name>drl</name><uri>http://www.blogger.com/profile/01429660681983407943</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://squirrelpiles.blogspot.com/2010/02/large-databases.html</feedburner:origLink></entry><entry gd:etag="W/&quot;A0cCQn06eip7ImA9WhZXFU8.&quot;"><id>tag:blogger.com,1999:blog-3175772018583109329.post-5459588402360111812</id><published>2010-01-26T23:12:00.000-08:00</published><updated>2011-05-04T10:11:03.312-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-05-04T10:11:03.312-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="film" /><category scheme="http://www.blogger.com/atom/ns#" term="magazine" /><title>Magazine:  Cinefex</title><content type="html">&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://www.cinefex.com/backissues/covers/Cinefex120.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="284" src="http://www.cinefex.com/backissues/covers/Cinefex120.jpg" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;If you have never seen an issue of &lt;a href="http://www.cinefex.com/"&gt;Cinefex&lt;/a&gt;, you are really missing out on something special.&amp;nbsp; It is THE magazine of special effects.&amp;nbsp; Each issue describes in great detail how the effects of a recent (or old) movie were done.&amp;nbsp; The writing is great, the photos are great.&amp;nbsp; Each issue is really art.&lt;br /&gt;
&lt;br /&gt;
I have been receiving the printed magazine since the early 80s. For many years there were not even ads in the magazine!&amp;nbsp; Now there are ads, but they are actually pretty cool to read too.&amp;nbsp; I still subscribe but now also get with my subscription a digital version that I can read online. &lt;br /&gt;
&lt;br /&gt;
Anyway, it isn't always on&amp;nbsp; newstands but you can probably find it at Borders.&amp;nbsp; Buy an issue and I promise if you like movies you will just fall in love with Cinefex.&amp;nbsp; And check out their web site too.&amp;nbsp; Go look at the &lt;a href="http://www.cinefex.com/back_issues.html"&gt;back issue covers&lt;/a&gt; - it will remind you of how far effects films have come.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3175772018583109329-5459588402360111812?l=squirrelpiles.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/SLClt9To6TfMYft3LjvxcAaNe6I/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/SLClt9To6TfMYft3LjvxcAaNe6I/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/SLClt9To6TfMYft3LjvxcAaNe6I/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/SLClt9To6TfMYft3LjvxcAaNe6I/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/SquirrelPiles/~4/GqeDR8oSB64" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://squirrelpiles.blogspot.com/feeds/5459588402360111812/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=3175772018583109329&amp;postID=5459588402360111812" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3175772018583109329/posts/default/5459588402360111812?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3175772018583109329/posts/default/5459588402360111812?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/SquirrelPiles/~3/GqeDR8oSB64/magazine-cinefex.html" title="Magazine:  Cinefex" /><author><name>drl</name><uri>http://www.blogger.com/profile/01429660681983407943</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://squirrelpiles.blogspot.com/2010/01/magazine-cinefex.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D0INQ3k6eCp7ImA9WxBXFUo.&quot;"><id>tag:blogger.com,1999:blog-3175772018583109329.post-7035485290706135871</id><published>2010-01-26T22:55:00.000-08:00</published><updated>2010-01-26T22:59:52.710-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-01-26T22:59:52.710-08:00</app:edited><title>Abandoning Windows XP</title><content type="html">Over the last few weeks, I have been slowly - perhaps cautiously - making the transition from Windows to Ubuntu on some of my systems.&amp;nbsp; Why? The Linux folks will say the "why" is obvious, but let me explain my reasons.&lt;br /&gt;
&lt;br /&gt;
It is a practical matter.&amp;nbsp; I find that I spend too much time with weird stuff happening to my Windows boxes.&amp;nbsp; Like an update that changes some network or firewall setting.&amp;nbsp; Or the my virus software configuration changing on its own.&amp;nbsp; Or the nice little dance I did where as soon as I logged in, I was logged out again.&amp;nbsp; And don't forget&amp;nbsp; the nuances of keeping a VPN connection up.&amp;nbsp; Just seems like I spend too much time fixing things I thought I had already fixed. &lt;br /&gt;
&lt;br /&gt;
And then there is the boot time on my laptop.&amp;nbsp; By the time Windows boots, anti-virus and anti-spyware sofware fires up, etc, etc, I have waited perhaps 4 or 5 minutes to use my computer. And shutdown was similar.&lt;br /&gt;
&lt;br /&gt;
So I decided I would give Ubuntu a try.&amp;nbsp; To be honest, I thought that I would have to make a lot of compromises on what apps I used.&amp;nbsp; Things like IM, Office, the apps for my Canon camera, and even simple things like Notepad++.&amp;nbsp; I figured I would just compromise with whatever I found on Ubuntu and just "deal with it".&amp;nbsp; I was (mostly) wrong.&lt;br /&gt;
&lt;br /&gt;
I installed Ubuntu.&amp;nbsp; Painless, simple.&amp;nbsp; It just worked and the system ran fine.&amp;nbsp; I ran the Synaptic Package Manager to load some more things and remove a few I don't need/want.&amp;nbsp; It all just worked and as a veteran of too many Windows installs I will admit that I find the Ubuntu install simpler and easier than Windows.&lt;br /&gt;
&lt;br /&gt;
So here I am a few weeks later using Ubuntu on my laptop and one desktop at home.&amp;nbsp; I still use Firefox.&amp;nbsp; And Thunderbird - all of my data from the Windows version of Thunderbird worked just fine when I copied it over.&amp;nbsp; Open Office is a little different, but not enough to slow me down.&amp;nbsp; I use Perforce, Lightning, VLC, Perl, just like before.&amp;nbsp; I use the Pidgin messenger app and chat with all my buddies on MS Live.&amp;nbsp; I even installed a few simple Windows utilities I like (XMLNotepad and Notepad++) using Wine and they work just fine.&amp;nbsp; And I find myself using the command line again, something I have not done for many years.&amp;nbsp; And I like it!&lt;br /&gt;
&lt;br /&gt;
So far so good.&amp;nbsp; I've caught religion.&amp;nbsp; I now have two systems running Ubuntu.&amp;nbsp; My wife - who is often frustrated with the foibles of Windows - is now ready to move to Ubuntu.&amp;nbsp; She is primarily a user of Thunderbird and Firefox, so the move should be very easy for her.&amp;nbsp; Over time, I suspect I will migrate our other Windows systems over to Linux - except perhaps the one game system we have.&amp;nbsp; For games, I think Windows has a distinct advantage over Ubuntu.&amp;nbsp; But that may change as Wine continues to march forward.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3175772018583109329-7035485290706135871?l=squirrelpiles.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/oGT7QFmL_ivCYKOgIXCF3YKTsuw/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/oGT7QFmL_ivCYKOgIXCF3YKTsuw/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/oGT7QFmL_ivCYKOgIXCF3YKTsuw/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/oGT7QFmL_ivCYKOgIXCF3YKTsuw/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/SquirrelPiles/~4/qJ1YtZmXEvA" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://squirrelpiles.blogspot.com/feeds/7035485290706135871/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=3175772018583109329&amp;postID=7035485290706135871" title="3 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3175772018583109329/posts/default/7035485290706135871?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3175772018583109329/posts/default/7035485290706135871?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/SquirrelPiles/~3/qJ1YtZmXEvA/abandoning-windows-xp.html" title="Abandoning Windows XP" /><author><name>drl</name><uri>http://www.blogger.com/profile/01429660681983407943</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>3</thr:total><feedburner:origLink>http://squirrelpiles.blogspot.com/2010/01/abandoning-windows-xp.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CUcHQnw8eSp7ImA9WxBXFEo.&quot;"><id>tag:blogger.com,1999:blog-3175772018583109329.post-8047968580136438783</id><published>2010-01-25T18:17:00.000-08:00</published><updated>2010-01-25T18:30:33.271-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-01-25T18:30:33.271-08:00</app:edited><title>Book: Magic 1400s-1950s</title><content type="html">I have received "&lt;a href="http://www.amazon.com/gp/product/3836509776/ref=ox_ya_oh_product"&gt;&lt;b&gt;Magic 1400s-1950s&lt;/b&gt;&lt;/a&gt;" from &lt;a href="http://www.amazon.com/"&gt;Amazon&lt;/a&gt;.&amp;nbsp; As described on &lt;a href="http://www.amazon.com/"&gt;Amazon&lt;/a&gt;: "This book celebrates &lt;b&gt;more than 500 years of the dazzling visual culture of the world s greatest magicians&lt;/b&gt;. Featuring over &lt;b&gt;1,000 rarely seen vintage posters, photographs, handbills, and engravings&lt;/b&gt; in one 650-page volume, it traces &lt;b&gt;the history of magic as a performing art&lt;/b&gt; from the 1400s to the 1950s." &lt;br /&gt;
&lt;br /&gt;
This is a HUGE book that weighs in at over 16 pounds!&amp;nbsp; I can hardly wait to sit down and browse through it.&amp;nbsp; I will post a review after I have had some time with it.&lt;br /&gt;
&lt;br /&gt;
There is also a great article about the authors and the process of creating the book in the &lt;a href="http://www.magicmagazine.com/november09/nov09contents.html"&gt;November 2009&lt;/a&gt; issue of &lt;a href="http://www.magicmagazine.com/"&gt;Magic &lt;/a&gt;magazine.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3175772018583109329-8047968580136438783?l=squirrelpiles.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/1E1JpAy6AEcZ_8orEBxUmCXP1yY/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/1E1JpAy6AEcZ_8orEBxUmCXP1yY/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/1E1JpAy6AEcZ_8orEBxUmCXP1yY/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/1E1JpAy6AEcZ_8orEBxUmCXP1yY/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/SquirrelPiles/~4/h-naR4trln4" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://squirrelpiles.blogspot.com/feeds/8047968580136438783/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=3175772018583109329&amp;postID=8047968580136438783" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3175772018583109329/posts/default/8047968580136438783?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3175772018583109329/posts/default/8047968580136438783?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/SquirrelPiles/~3/h-naR4trln4/book-magic-1400s-1950s.html" title="Book: Magic 1400s-1950s" /><author><name>drl</name><uri>http://www.blogger.com/profile/01429660681983407943</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://squirrelpiles.blogspot.com/2010/01/book-magic-1400s-1950s.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CEUGQX44eyp7ImA9WxBXFEo.&quot;"><id>tag:blogger.com,1999:blog-3175772018583109329.post-7582725972847020859</id><published>2010-01-25T18:15:00.001-08:00</published><updated>2010-01-25T18:17:00.033-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-01-25T18:17:00.033-08:00</app:edited><title>Hard Drive Toasters</title><content type="html">&lt;a href="http://2.bp.blogspot.com/_Z5LUxBAOmLI/Skmk70rbvQI/AAAAAAAAAAM/SPaOdZvOy3Y/s1600-h/T925-1219-main.jpg" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img alt="" border="0" id="BLOGGER_PHOTO_ID_5352990979766598914" src="http://2.bp.blogspot.com/_Z5LUxBAOmLI/Skmk70rbvQI/AAAAAAAAAAM/SPaOdZvOy3Y/s200/T925-1219-main.jpg" style="cursor: pointer; float: right; height: 200px; margin: 0pt 0pt 10px 10px; width: 200px;" /&gt;&lt;/a&gt;&lt;br /&gt;
I have been using some hard drive "toasters" for several months now and have had no problems. &lt;br /&gt;
&lt;br /&gt;
Basically, they are just a hard drive enclosure that support 2.5-inch &amp;amp; 3.5-inch SATA HDDs up to 2TB. Work with Mac, Windows, Linux, etc.&lt;br /&gt;
&lt;br /&gt;
I have two - one I bought at Best Buy, the other through &lt;a href="http://www.tigerdirect.com/applications/SearchTools/item-details.asp?EdpNo=3829117&amp;amp;CatId=2785"&gt;Tiger Direct&lt;/a&gt;. Both work fine and are generally running 24/7. I use them for moving large video files around. I have several 500G and 1T drives that I am working with, and use them basically like large removable storage devices.&lt;br /&gt;
&lt;br /&gt;
Performance is very good, and they are easy to use. Price has gone up a bit since I first bought them - I only paid about $25 for each one. They are worth every penny and are an excellent alternative to the USB/SATA adapters that I used in the past.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3175772018583109329-7582725972847020859?l=squirrelpiles.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/gS2lQYEcHs1naAHJmmd53fZz8Ow/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/gS2lQYEcHs1naAHJmmd53fZz8Ow/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/gS2lQYEcHs1naAHJmmd53fZz8Ow/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/gS2lQYEcHs1naAHJmmd53fZz8Ow/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/SquirrelPiles/~4/83pUWZ5_bwY" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://squirrelpiles.blogspot.com/feeds/7582725972847020859/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=3175772018583109329&amp;postID=7582725972847020859" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3175772018583109329/posts/default/7582725972847020859?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3175772018583109329/posts/default/7582725972847020859?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/SquirrelPiles/~3/83pUWZ5_bwY/hard-drive-toasters.html" title="Hard Drive Toasters" /><author><name>drl</name><uri>http://www.blogger.com/profile/01429660681983407943</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/_Z5LUxBAOmLI/Skmk70rbvQI/AAAAAAAAAAM/SPaOdZvOy3Y/s72-c/T925-1219-main.jpg" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://squirrelpiles.blogspot.com/2010/01/hard-drive-toasters.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CEYERXo7eSp7ImA9WxNUFEs.&quot;"><id>tag:blogger.com,1999:blog-3175772018583109329.post-7629555956552292944</id><published>2009-11-05T13:40:00.000-08:00</published><updated>2009-11-05T15:01:44.401-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-11-05T15:01:44.401-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="informational" /><title>Utility Computing</title><content type="html">It's coming. No, it's here. The age of computer resources as a utility. Just like electricity, natural gas, cable television and the phone company, computer resources are now available for purchase on a usage basis.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.amazon.com/gp/browse.html?node=3435361"&gt;Amazon's Web Services&lt;/a&gt; has CPU, storage, messaging and other services.&lt;a href="http://www.sun.com/service/sungrid/index.jsp"&gt;    &lt;/a&gt;These services provide basic building blocks for creating distributed applications - queues (&lt;a href="http://aws.amazon.com/sqs/"&gt;Amazon SQS&lt;/a&gt;), database (&lt;a href="http://aws.amazon.com/simpledb/"&gt;Amazon SimpleDB&lt;/a&gt;),  storage (&lt;a href="http://aws.amazon.com/s3/"&gt;Amazon Simple Storage Service&lt;/a&gt;),  compute (&lt;a href="http://aws.amazon.com/ec2/"&gt;Amazon Elastic Compute Cloud&lt;/a&gt;), and more.   All easily ccessible from your favorite programming language.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.sun.com/service/sungrid/index.jsp"&gt;Sun Microsystems&lt;/a&gt; has similar services for $1/hour.&lt;a href="http://www.google.com/a/help/intl/en/admins/editions.html"&gt;  Google &lt;/a&gt;has their "apps" platform.  Now more "traditional" hosting vendors like &lt;a href="http://www.rackspacecloud.com/"&gt;Rackspace &lt;/a&gt;are jumping on the bandwagon.&amp;nbsp; &lt;br /&gt;
&lt;br /&gt;
Each of these companies has different offerings and different pricing models. The basic premise is this - use other people's hardware and infrastructure, paying only for what you use. Marc Andreessen has a nice description of what he sees as &lt;a href="http://pmarca-archive.posterous.com/the-three-kinds-of-platforms-you-meet-on-the-0"&gt;three kinds of platforms&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
Time will tell which model is most popular. But one thing is sure - the age of Utility Computing has arrived.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3175772018583109329-7629555956552292944?l=squirrelpiles.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/2tg5VXiYWT-bHKsMeSK_DAkphNs/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/2tg5VXiYWT-bHKsMeSK_DAkphNs/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/2tg5VXiYWT-bHKsMeSK_DAkphNs/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/2tg5VXiYWT-bHKsMeSK_DAkphNs/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/SquirrelPiles/~4/3BS1nr_XwN4" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://squirrelpiles.blogspot.com/feeds/7629555956552292944/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=3175772018583109329&amp;postID=7629555956552292944" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3175772018583109329/posts/default/7629555956552292944?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3175772018583109329/posts/default/7629555956552292944?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/SquirrelPiles/~3/3BS1nr_XwN4/utility-computing.html" title="Utility Computing" /><author><name>drl</name><uri>http://www.blogger.com/profile/01429660681983407943</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://squirrelpiles.blogspot.com/2009/11/utility-computing.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DU4FRH85fCp7ImA9WxNUFEg.&quot;"><id>tag:blogger.com,1999:blog-3175772018583109329.post-1718763651123834968</id><published>2009-11-05T13:32:00.000-08:00</published><updated>2009-11-05T13:51:55.124-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-11-05T13:51:55.124-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="reviews" /><title>Untangle Internet "Appliance"</title><content type="html">&lt;a href="http://www.untangle.com/home"&gt;Untangle&lt;/a&gt; is a wonderful distro for creating a simple network appliance for various filtering and logging activities. There is a commercial and a free version - I am using the free version at home for over 4 months and the experience has been great.&lt;br /&gt;
&lt;br /&gt;
There are 9 basic "free" apps available - web filtering, spam blocker, virus blocker, spyware blocker, protocol control, firewall, reports, add blocker, and OpenVPN. I mostly use the web filtering and reports. What I really love is that now I just have a single web-based interface to control network access - vs. the past solution with one or more software products installed on each PC in the house.&lt;br /&gt;
&lt;br /&gt;
I am running &lt;a href="http://www.untangle.com/"&gt;Untangle &lt;/a&gt;on an old micro-ATX system with a 100M NIC to my router, and a 1G NIC to my home network. Operating as a router, Untangle does a great job at filtering web sites to protect the younger members of my family. I get a daily PDF report via email showing me the day's network activities - makes it very easy to monitor my network.&lt;br /&gt;
&lt;br /&gt;
If you are looking for an Internet filtering/monitoring solution, take a look at &lt;a href="http://www.untangle.com/"&gt;Untangle&lt;/a&gt;.  I think you'll like it.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3175772018583109329-1718763651123834968?l=squirrelpiles.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/No2xTqkgiAnOLMTSt_DOF08dxLY/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/No2xTqkgiAnOLMTSt_DOF08dxLY/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/No2xTqkgiAnOLMTSt_DOF08dxLY/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/No2xTqkgiAnOLMTSt_DOF08dxLY/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/SquirrelPiles/~4/EM7X46WDLgQ" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://squirrelpiles.blogspot.com/feeds/1718763651123834968/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=3175772018583109329&amp;postID=1718763651123834968" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3175772018583109329/posts/default/1718763651123834968?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3175772018583109329/posts/default/1718763651123834968?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/SquirrelPiles/~3/EM7X46WDLgQ/untangle-internet-appliance.html" title="Untangle Internet &quot;Appliance&quot;" /><author><name>drl</name><uri>http://www.blogger.com/profile/01429660681983407943</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://squirrelpiles.blogspot.com/2009/11/untangle-internet-appliance.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DUQNRHo_fyp7ImA9WxNUFEg.&quot;"><id>tag:blogger.com,1999:blog-3175772018583109329.post-7424510524557868190</id><published>2009-11-05T13:30:00.000-08:00</published><updated>2009-11-05T13:43:15.447-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-11-05T13:43:15.447-08:00</app:edited><title>Welcome</title><content type="html">OK.  So I am one of the &lt;span style="font-weight: bold;"&gt;last &lt;/span&gt;people on the planet to have their own blog.&lt;br /&gt;
What does the name mean? As my family can tell you, I am the master of little piles - "squirrel piles".&lt;br /&gt;
&lt;br /&gt;
I make physical piles - like months of unread mail, sports equipment, unread magazines, computer parts, tools, partially completed models, my entire workshop, etc.&lt;br /&gt;
&lt;br /&gt;
I make digital squirrel piles - things like partially completed programs, incomplete databases of all my books/movies/CDs/whatever, unread PDF files, unvisited (but bookmarked) URLs, etc.&lt;br /&gt;
&lt;br /&gt;
I also have many mental squirrel piles - ideas for stories, ideas for products, for companies, for things to do, things to say, to-do lists, etc.&lt;br /&gt;
&lt;br /&gt;
So this blog will be yet another variety of squirrel piles - thoughts, comments, ideas, and such, whatever is on my mind.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3175772018583109329-7424510524557868190?l=squirrelpiles.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/5aDdX2DFV6NFjO1P1jEyhfA2484/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/5aDdX2DFV6NFjO1P1jEyhfA2484/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/5aDdX2DFV6NFjO1P1jEyhfA2484/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/5aDdX2DFV6NFjO1P1jEyhfA2484/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/SquirrelPiles/~4/b0ek02Pd3Uo" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://squirrelpiles.blogspot.com/feeds/7424510524557868190/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=3175772018583109329&amp;postID=7424510524557868190" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3175772018583109329/posts/default/7424510524557868190?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3175772018583109329/posts/default/7424510524557868190?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/SquirrelPiles/~3/b0ek02Pd3Uo/welcome.html" title="Welcome" /><author><name>drl</name><uri>http://www.blogger.com/profile/01429660681983407943</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://squirrelpiles.blogspot.com/2009/11/welcome.html</feedburner:origLink></entry></feed>

