<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Incredulous Precept</title>
	<atom:link href="http://anassina.com/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://anassina.com/blog</link>
	<description>My thoughts, your unreserved assent.</description>
	<lastBuildDate>Fri, 11 Sep 2009 20:34:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to write a Snow Leopard service that toggles hidden files.</title>
		<link>http://anassina.com/blog/?p=41</link>
		<comments>http://anassina.com/blog/?p=41#comments</comments>
		<pubDate>Fri, 11 Sep 2009 20:34:04 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://anassina.com/blog/?p=41</guid>
		<description><![CDATA[There appears to be no easy way to toggle visibility of hidden files or folders in OS X. This video describes a possible solution that makes use of Automator, Snow Leopard Services, and a small bash script.

Here&#8217;s the code that I used.
show_status=`defaults read com.apple.Finder AppleShowAllFiles`
if [ $show_status == 'NO' ]; then
show_status=&#8217;YES&#8217;
else
show_status=&#8217;NO&#8217;
fi
defaults write com.apple.Finder AppleShowAllFiles $show_status
killall [...]]]></description>
			<content:encoded><![CDATA[<p>There appears to be no easy way to toggle visibility of hidden files or folders in OS X. This video describes a possible solution that makes use of Automator, Snow Leopard Services, and a small bash script.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/VlSS6Cr4X_A&amp;hl=en&amp;fs=1&amp;" /><embed type="application/x-shockwave-flash" width="500" height="344" src="http://www.youtube.com/v/VlSS6Cr4X_A&amp;hl=en&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Here&#8217;s the code that I used.</p>
<blockquote><p>show_status=`defaults read com.apple.Finder AppleShowAllFiles`<br />
if [ $show_status == 'NO' ]; then<br />
show_status=&#8217;YES&#8217;<br />
else<br />
show_status=&#8217;NO&#8217;<br />
fi</p>
<p>defaults write com.apple.Finder AppleShowAllFiles $show_status<br />
killall Finder</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://anassina.com/blog/?feed=rss2&amp;p=41</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>If you believe in the power of Twitter, you know it can&#8217;t last.</title>
		<link>http://anassina.com/blog/?p=40</link>
		<comments>http://anassina.com/blog/?p=40#comments</comments>
		<pubDate>Sat, 09 May 2009 23:24:09 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://anassina.com/blog/?p=40</guid>
		<description><![CDATA[It took quite some time, but I have finally started to find value in twitter. It&#8217;s short messages, sent and delivered in near-realtime with less of the mechanical feel of RSS. It&#8217;s great&#8230;but it won&#8217;t last.
Twitter as a tool, WILL grow beyond Twitter the company. It&#8217;s quickly becoming a communication mechanism that won&#8217;t be controlled [...]]]></description>
			<content:encoded><![CDATA[<p>It took quite some time, but I have finally started to find value in twitter. It&#8217;s short messages, sent and delivered in near-realtime with less of the mechanical feel of RSS. It&#8217;s great&#8230;but it won&#8217;t last.</p>
<p>Twitter as a tool, WILL grow beyond Twitter the company. It&#8217;s quickly becoming a communication mechanism that won&#8217;t be controlled or owned by any one entity. The Twitter protocol, while not formalized, will eventually evolve in the way email did in the 60s, 70s, and 80s.</p>
<p>If Twitter has really been offered anywhere between $500M &#8211; $700M dollars, they are foolish not to sell.</p>
]]></content:encoded>
			<wfw:commentRss>http://anassina.com/blog/?feed=rss2&amp;p=40</wfw:commentRss>
		<slash:comments>474</slash:comments>
		</item>
		<item>
		<title>Legacy code is good!</title>
		<link>http://anassina.com/blog/?p=38</link>
		<comments>http://anassina.com/blog/?p=38#comments</comments>
		<pubDate>Thu, 26 Mar 2009 20:13:18 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://anassina.com/blog/?p=38</guid>
		<description><![CDATA[DHH delivers a great talk about legacy software and why you should be happy when you see it.
http://itc.conversationsnetwork.org/shows/detail3987.html
]]></description>
			<content:encoded><![CDATA[<p>DHH delivers a great talk about legacy software and why you should be happy when you see it.</p>
<p>http://itc.conversationsnetwork.org/shows/detail3987.html</p>
]]></content:encoded>
			<wfw:commentRss>http://anassina.com/blog/?feed=rss2&amp;p=38</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>What Monster.com should have said about their security breach</title>
		<link>http://anassina.com/blog/?p=37</link>
		<comments>http://anassina.com/blog/?p=37#comments</comments>
		<pubDate>Tue, 27 Jan 2009 19:03:50 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://anassina.com/blog/?p=37</guid>
		<description><![CDATA[Late last week Monster.com admitted that its database was &#8220;illegally accessed&#8221; and that its member&#8217;s names and passwords were likely stolen. Monster.com the smallest amount of advice it could, &#8220;Please change your password&#8221;. But they should have included the following in their press release:
Since our organization does not encrypt our members&#8217; passwords, the individual(s) who [...]]]></description>
			<content:encoded><![CDATA[<p>Late last week Monster.com admitted that its database was &#8220;illegally accessed&#8221; and that its member&#8217;s names and passwords were likely stolen. Monster.com the smallest amount of advice it could, &#8220;Please change your password&#8221;. But they should have included the following in their <a href="http://help.monster.com/besafe/jobseeker/index.asp">press release</a>:</p>
<blockquote><p>Since our organization does not encrypt our members&#8217; passwords, the individual(s) who perpetrated this illegal act now know both your E-mail address AND your password. Please take a few minutes and ask yourself, &#8220;Which other websites to which I belong, use both my email address and the same password?&#8221;.</p></blockquote>
<p>Contrary to all the advice, most people still use the same password for multiple websites. Changing your Monster.com password might stop the criminals from getting to your resume, but how much other personal information is now ready for the taking?</p>
<p>PS: What screwed up company doesn&#8217;t encrypt their users&#8217; passwords?!?! Amateurs.</p>
]]></content:encoded>
			<wfw:commentRss>http://anassina.com/blog/?feed=rss2&amp;p=37</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>4 Languages you should learn in 2009</title>
		<link>http://anassina.com/blog/?p=36</link>
		<comments>http://anassina.com/blog/?p=36#comments</comments>
		<pubDate>Thu, 13 Nov 2008 14:48:35 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://anassina.com/blog/?p=36</guid>
		<description><![CDATA[JavaScript
Best known for it use in client side web application, it was touted as a language that was supposed to be easier to learn than Java for non programmers. It has seen many ups and downs over the last 13 years since it was released, but it has never shown more promise than today. With [...]]]></description>
			<content:encoded><![CDATA[<p><strong>JavaScript</strong></p>
<p>Best known for it use in client side web application, it was touted as a language that was supposed to be easier to learn than Java for non programmers. It has seen many ups and downs over the last 13 years since it was released, but it has never shown more promise than today. With almost every website becoming &#8220;Web 2.0ified&#8221;, the language is finally showing it&#8217;s strengths. Developers who think that JavaScript is simply a presentation layer language are going to miss out the ability to create really great applications.</p>
<p><strong>Python</strong></p>
<p>This language has been around for 17 years and has a tremendous following and deploy base. Though, for some reason, it always seems to be a language that takes a back seat to other more &#8216;enterprisey&#8217; languages. It is one of two official languages used at Google and it does power a lot of their most profitable products. It&#8217;s also going thru a major point release that I am convinced is going to bring it to the front of dynamic language queue. 3.0 is guaranteed to break backwards computability but it&#8217;s doing so in order to dramatically clean up the language. It&#8217;s getting more DRY and obvious.</p>
<p><strong>Erlang</strong></p>
<p>After developing and becoming proficient with Object Oriented Languages for the last 10 years, I can&#8217;t express strongly enough how much joy it can be to develop with a functional language. Your mind is forced to think in different more creative ways. In Erlang, there is no looping construct (for, do-while, etc), but there is tail-recursion. There are no Objects, so how do you maintain state? There are no variables, only single assigned values. No such things as threads, but it&#8217;s a language that allows you to create highly concurrent and scalable systems.<br />
<strong><br />
Mandarin <span style="text-decoration: line-through;">Cantonese</span>, Hindi, Russian &#8211; Pick one</strong></p>
<p>They are not programming languages, but they are important for two reasons:</p>
<ol>
<li>With the economic slow down, countries with emerging technology sectors and talented, well educated developers will be getting a second look as a means of cutting applicationd development costs. Don&#8217;t think major outsourcing, think one-off employment opportunities and telecommuting. You&#8217;re next pair-programmer just might be an ocean away discussing data structures over iChat.</li>
<li>This is by far the most important reason to learn a second language &#8211; You&#8217;re doing something that is different that developing application. For the love of all things Holy, get off your ass and do something else!</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://anassina.com/blog/?feed=rss2&amp;p=36</wfw:commentRss>
		<slash:comments>29</slash:comments>
		</item>
		<item>
		<title>Yes Mr. Manager, Developers Are Special</title>
		<link>http://anassina.com/blog/?p=34</link>
		<comments>http://anassina.com/blog/?p=34#comments</comments>
		<pubDate>Thu, 09 Oct 2008 17:19:29 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[life]]></category>

		<guid isPermaLink="false">http://anassina.com/blog/?p=34</guid>
		<description><![CDATA[ 
It still amazes me to this day that managers refuse to see that developers, or more specifically coders, have requirements that go above and beyond their typical &#8216;office&#8217; coworkers. Here&#8217;s a short list of items that piss me off on a daily basis  
Speaker phones for everyone
For the love of God, why do people in [...]]]></description>
			<content:encoded><![CDATA[<p> </p>
<p>It still amazes me to this day that managers refuse to see that developers, or more specifically coders, have requirements that go above and beyond their typical &#8216;office&#8217; coworkers. Here&#8217;s a short list of items that piss me off on a daily basis  </p>
<h4>Speaker phones for everyone</h4>
<p>For the love of God, why do people in a cubical farm need to use speaker phones? Get rid of them, and the inconsiderate employees that think it doesn&#8217;t disturb anyone. That goes for the managers that have windowed offices but refuse to shut their doors. Speaker phones should be restricted to meeting rooms.</p>
<h4>Sitting near walk ways</h4>
<p>I need to focus on code. My code is on my monitor. My monitor is at eye level. If anyone walks within my near 180 degree field of view, I get distracted.</p>
<h4>Monitor Policies</h4>
<p>At my current place of employment, everyone has two options, you can have a single 22&#8243; LCD or two 17&#8243; LCDs. For developers, both options are unproductive. 17&#8243; monitors just don&#8217;t have adequate resolution, and the single 22&#8243; has me alt-tabbing between applications if I am on Windows or switching spaces on my Mac. Two widescreen LCDs might seem like a luxury to someone in Accounting, but it actually makes my job more efecient.</p>
<h4>IT Homogenization</h4>
<p>It&#8217;s not good enough to have me sitting in &#8220;the IT&#8221; department, I need to sit with other coders. It&#8217;s not that I don&#8217;t like to be around other people in the department, but we just tend to have different philosophies on how to work effeciently. Architecture and Planning work best when they have adhoc meetings at their cubicle, but I need silence. Human Resources like to talk about the weekend, but I need silence. IT support staff need to be one the phones all the time, but I need silence. There is an obvious pattern here.  </p>
<p> </p>
]]></content:encoded>
			<wfw:commentRss>http://anassina.com/blog/?feed=rss2&amp;p=34</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Grails versus Rails versus Groovy versus Ruby</title>
		<link>http://anassina.com/blog/?p=33</link>
		<comments>http://anassina.com/blog/?p=33#comments</comments>
		<pubDate>Fri, 26 Sep 2008 01:58:21 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[grails]]></category>
		<category><![CDATA[groovy]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://anassina.com/blog/?p=33</guid>
		<description><![CDATA[Over the last few months I seem to have spent considerable time discussing, or more accurately arguing which dynamic language should be the choice of Java shops. The argument is really about which is a better framework, Rails or Grails and their respective languages Ruby and Groovy. I&#8217;d like to point out a few logical [...]]]></description>
			<content:encoded><![CDATA[<p>Over the last few months I seem to have spent considerable time discussing, or more accurately arguing which dynamic language should be the choice of Java shops. The argument is really about which is a better framework, Rails or Grails and their respective languages Ruby and Groovy. I&#8217;d like to point out a few logical fallacies that seem to creep into the conversation.</p>
<p><strong><em>Groovy is more like Java, so Java developers will transition to the language more easily.</em></strong></p>
<p>There are really two problems with this argument:</p>
<ol>
<li>Do you really want a language with similar syntax to that of Java? Mandatory parentheses and curly braces are for compilers, not humans.</li>
<li>If your developers <strong>need</strong> the crutch of &#8220;similar syntax&#8221; to transition to the new language, how are they possibly going to handle closures or blocks or meta-programming? These are the features of dynamic languages that make them so powerful.  This shift in paradigm that will baffle many programmers, way more than syntax that doesn&#8217;t &#8220;look&#8221; like Java.</li>
</ol>
<ul></ul>
<p><strong><em>Groovy can make full use of Java very mature libraries.</em></strong></p>
<p>Great, so can JRuby. Oh, and so can Jython for that matter. Next argument.</p>
<p><strong><em>Grails uses best of breed technologies to provide similar Rails functionality.</em></strong></p>
<p>And Rails does too. It just so happens that the best of breed technologies are developed specifically for the Rails stack. This does not mean you have to use them, but you can be sure that they are going to work nicely together. Grails uses Spring, SiteMesh and Hibernate. Great technologies to be sure, but developed mostly independent of each other. Grails has done a great job of bringing these technologies together and in true &#8220;Rails&#8221; fashion, shielded the developer by encouraging convention over configuration. I&#8217;m just saying that if I drive a Porsche, I&#8217;m not going to replace the transmission from a Lexus.</p>
<p><em><strong>Groovy is an official JSR (Java Specification Request).</strong></em></p>
<p>So what? The JSR process is a committee driven process that in natoriously slow and generally broad in its results and catering to the lowest common denominator.</p>
<p>Look, I&#8217;m not against Grails or Groovy. We&#8217;re using Grails on my current project and I don&#8217;t mind it. What I do mind are the inane arguments listed above that are continually thrown around. Please, sell the technologies on their merrits, not on uninformed opinion.</p>
]]></content:encoded>
			<wfw:commentRss>http://anassina.com/blog/?feed=rss2&amp;p=33</wfw:commentRss>
		<slash:comments>10930</slash:comments>
		</item>
		<item>
		<title>Apple wants to be a telecom</title>
		<link>http://anassina.com/blog/?p=31</link>
		<comments>http://anassina.com/blog/?p=31#comments</comments>
		<pubDate>Sat, 13 Sep 2008 18:06:10 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://anassina.com/blog/?p=31</guid>
		<description><![CDATA[With this week&#8217;s release of the new iPod Touch with its apparent ability to support sound input, it seems rather clear to me that this is the SECOND step Apple is taking to create and provide VoIP based telco services to the world. The FIRST step, of course, was to release the iPhone.
Step one (the [...]]]></description>
			<content:encoded><![CDATA[<p>With this week&#8217;s release of the new iPod Touch with its apparent ability to support sound input, it seems rather clear to me that this is the SECOND step Apple is taking to create and provide VoIP based telco services to the world. The FIRST step, of course, was to release the iPhone.</p>
<p>Step one (the iPhone) was to simply provide a test bed for feeling out the appetite users had for using an iPod as a voice based communication device; effectively to see how well it would work. Of course, as we know, it has worked surprisingly well. It not only worked well, users were more than willing to pay through the nose directly to the telcos for the luxury of having the sweetest &#8217;smart phone&#8217; on the market. People will pay.</p>
<p>Now, while we all (or most of us) love Apple, it is still just a business that wants to generate large revenue. In order to get the iPhone successfully in the market, it needed to partner with the Telcos. Apple cut a deal with AT&amp;T that saw Apple receive a monthly cut of each new contract it signed up. This was huge. When iPhone 3G was released, that contract was no longer in effect, but the telcos subsidised the phone because the opportunity to sign up subscribers was so big that it became cost effective. In both deals with the Telcos, Apple promised not to allow VoIP applications to provide service over their data plans. But, why would anyone use VoIP when they have a more stable cellular connection instead? This seemed like a win to the telcos&#8230;but of course, it was a win for Apple.</p>
<p>Shortly after Apple released the iPhone, they introduced the iPod Touch. A simple extension to their iPod line that would certainly not pose a threat to the telcos stranglehold on the iPhone&#8230;or would it? You see, when the telcos decided to subsidize the iPhone, bringing the price down by half that of the Touch the <span class="dicColor">prognosticators claimed that it would &#8216;cannibalize&#8217; the iPod line and Apple would have to drop their prices. Apple did drop the prices, but the iPhone is still cheaper. Why would anyone buy an iPod Touch when an iPhone is cheaper and it can make calls?</span></p>
<p>Why? Because Apple wants iTunes to provide VoIP services, and the Touch is its preferred means of placing voice calls. Right now, cellular subscribers pay about $100 per month for voice service and a data plan. Apple wants that reoccurring revenue stream and knows it can do it. It&#8217;s easy to imagine reloading your minutes through iTunes and getting billed by the second, with Touch-to-Touch(-to-Android?) calls which cost nothing.</p>
<p>OK, I know that some of you think I am crazy. Obviously you need a WiFi connection to place VoIP calls, so it&#8217;s not reasonable to expect people to buy into this idea. Well that is true for now. But if I think about my Touch useage habits, I am almost always near an open WiFi signal. I might be at home, at a friend&#8217;s house, or at work. It&#8217;s there. And if not, I am close to a phone. I know this is a limitation, and one I would be willing to live with for now. WiFi, in whatever form, will become more and more pervasive and openly available.</p>
<p>Steve Jobs started the home computing revolution in the early 80&#8217;s, dominated the MP3 player market and forever changed how we purchase and experience music (and soon movies) in the new millenium. The iPhone of course revolutionized smart phones. I don&#8217;t think it&#8217;s much of a stretch to think iTelco is already in the works.</p>
]]></content:encoded>
			<wfw:commentRss>http://anassina.com/blog/?feed=rss2&amp;p=31</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Podcasts I subscribe to.</title>
		<link>http://anassina.com/blog/?p=30</link>
		<comments>http://anassina.com/blog/?p=30#comments</comments>
		<pubDate>Fri, 05 Sep 2008 19:55:18 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://anassina.com/blog/?p=30</guid>
		<description><![CDATA[
Agile Toolkit Podcast
Apple Quick Tips
BBC History Magazine
Best of Youtube
Big Ideas
commandN
Cranky Geeks
BBC World Series Documentaries
FLOSS Weekly
The Gillmor Gang
Google Developer Podcast
Great Speeches in History
I, Cringely
IT Conversations
The Mac Observer&#8217;s Mac Geek Gab
MacBreak Weekly
The Naked Scientists
net@night
Pragmatic Podcasts
Rails Envy Podcast
RailsCasts
Real Time with Bill Maher
Ruby on Rails Podcast
Security Now!
The Skeptic&#8217;s Guide to the Universe
Systm
TEDTalks
This Week in Law
This Week in Tech
Windows Weekly
You [...]]]></description>
			<content:encoded><![CDATA[<ol>
<li><a href="http://agiletoolkit.libsyn.com/">Agile Toolkit Podcast</a></li>
<li><a href="http://www.apple.com/business/theater/">Apple Quick Tips</a></li>
<li><a href="http://www.bbchistorymagazine.com/podcast.asp">BBC History Magazine</a></li>
<li><a href="http://www.bestofyoutube.com/">Best of Youtube</a></li>
<li><a href="http://www.tvo.org/TVOsites/WebObjects/TvoMicrosite.woa?bigideas">Big Ideas</a></li>
<li><a href="http://commandn.typepad.com/">commandN</a></li>
<li><a href="http://www.crankygeeks.com/">Cranky Geeks</a></li>
<li><a href="http://www.bbc.co.uk/radio/podcasts/docarchive/">BBC World Series Documentaries</a></li>
<li><a href="http://twit.tv/FLOSS">FLOSS Weekly</a></li>
<li><a href="http://gillmorgang.techcrunch.com/">The Gillmor Gang</a></li>
<li><a href="http://google-code-updates.blogspot.com/2007/05/introducing-google-developer-podcast.html">Google Developer Podcast</a></li>
<li><a href="http://www.learnoutloud.com/Catalog/History/Speeches/Great-Speeches-in-History-Podcast/21306">Great Speeches in History</a></li>
<li><a href="http://www.pbs.org/cringely/subscribe/">I, Cringely</a></li>
<li><a href="http://www.conversationsnetwork.org/">IT Conversations</a></li>
<li><a href="http://www.macobserver.com/podcast/">The Mac Observer&#8217;s Mac Geek Gab</a></li>
<li><a href="http://twit.tv/mbw">MacBreak Weekly</a></li>
<li><a href="http://www.thenakedscientists.com/">The Naked Scientists</a></li>
<li><a href="http://twit.tv/natn">net@night</a></li>
<li><a href="http://www.pragprog.com/podcasts">Pragmatic Podcasts</a></li>
<li><a href="http://www.railsenvy.com/podcast">Rails Envy Podcast</a></li>
<li><a href="http://railscasts.com/">RailsCasts</a></li>
<li><a href="http://www.hbo.com/billmaher/downloads/">Real Time with Bill Maher</a></li>
<li><a href="http://podcast.rubyonrails.org/">Ruby on Rails Podcast</a></li>
<li><a href="http://www.grc.com/securitynow.htm">Security Now!</a></li>
<li><a href="http://www.theskepticsguide.org/">The Skeptic&#8217;s Guide to the Universe</a></li>
<li><a href="http://revision3.com/systm/">Systm</a></li>
<li><a href="http://www.ted.com/">TEDTalks</a></li>
<li><a href="http://twit.tv/twil">This Week in Law</a></li>
<li><a href="http://twit.tv/twit">This Week in Tech</a></li>
<li><a href="http://twit.tv/ww">Windows Weekly</a></li>
<li><a href="http://youlooknicetoday.com/">You Look Nice Today</a></li>
<li><a href="http://feeds.cbsnews.com/podcast_60min_1">60 Minutes Podcast</a></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://anassina.com/blog/?feed=rss2&amp;p=30</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Fluid for Security</title>
		<link>http://anassina.com/blog/?p=27</link>
		<comments>http://anassina.com/blog/?p=27#comments</comments>
		<pubDate>Tue, 29 Jul 2008 14:49:47 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[fluid OS X]]></category>

		<guid isPermaLink="false">http://anassina.com/blog/?p=27</guid>
		<description><![CDATA[Fluid is a site specific browser for OS X. It allows you to make desktop applications out of web pages. For example, GMail, GCal and GDocs are generally the first applications people tend to &#8220;Fluidize&#8221;. Indeed, I have created a single Fluid application for my company&#8217;s office applications.

But Fluid provides another benefit that I think [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://fluidapp.com/">Fluid</a> is a site specific browser for OS X. It allows you to make desktop applications out of web pages. For example, <a href="http://www.google.com/a/help/intl/en/index.html">GMail, GCal and GDocs</a> are generally the first applications people tend to &#8220;Fluidize&#8221;. Indeed, I have created a single Fluid application for my company&#8217;s office applications.</p>
<p style="text-align: center;"><a href="http://anassina.com/blog/wp-content/uploads/2008/07/picture-4.png"><img class="aligncenter size-medium wp-image-28" title="Fluid Desktop" src="http://anassina.com/blog/wp-content/uploads/2008/07/picture-4-300x285.png" alt="" width="300" height="285" /></a></p>
<p style="text-align: left;">But Fluid provides another benefit that I think gets less coverage than it deserves; security. By creating a site specific instance of your web application you minimize some of the common web attacks that are in the wild such as <a href="http://en.wikipedia.org/wiki/Cross-site_scripting">Cross Site Scripting (XSS)</a> and <a href="http://en.wikipedia.org/wiki/Cross-zone_scripting">Cross Zone Scripting</a>.  By limiting your fluidized web application to a very narrow domain path you can prevent any nefarious web pages from opening within that application.</p>
<p style="text-align: center;"><a href="http://anassina.com/blog/wp-content/uploads/2008/07/picture-5.png"><img class="aligncenter size-medium wp-image-29" title="Fluid-security" src="http://anassina.com/blog/wp-content/uploads/2008/07/picture-5-300x194.png" alt="" width="300" height="194" /></a></p>
<p style="text-align: left;">Links that point to pages (or scripts) from a different domain will open in your default browser, not in your Fluidized application. Beyond your &#8220;office applications&#8221; you might want to consider using Fluid for your banking applications.</p>
]]></content:encoded>
			<wfw:commentRss>http://anassina.com/blog/?feed=rss2&amp;p=27</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.274 seconds -->
