<?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>gnuu.org &#187; design</title>
	<atom:link href="http://gnuu.org/tag/design/feed/" rel="self" type="application/rss+xml" />
	<link>http://gnuu.org</link>
	<description>my word against yours, fight.</description>
	<lastBuildDate>Fri, 16 Jul 2010 22:12:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Introducing a New Blog (Design)</title>
		<link>http://gnuu.org/2009/06/01/introducing-a-new-blog-design/</link>
		<comments>http://gnuu.org/2009/06/01/introducing-a-new-blog-design/#comments</comments>
		<pubDate>Mon, 01 Jun 2009 06:32:53 +0000</pubDate>
		<dc:creator>Loren Segal</dc:creator>
				<category><![CDATA[post]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[new blog]]></category>
		<category><![CDATA[yard]]></category>

		<guid isPermaLink="false">http://gnuu.org/2009/06/01/introducing-a-new-blog-design/</guid>
		<description><![CDATA[Since YARD development has been slowing down in preparation for the 0.2.3 release coming this week, I had some time to step back from writing code and start putting together docs. I was planning on writing a bunch of design &#38; architecture overviews for yard so more people can have a sufficient set of resources [...]]]></description>
			<content:encoded><![CDATA[<p>Since <a href="http://github.com/lsegal/yard">YARD</a> development has been slowing down in preparation for the 0.2.3 release coming this week, I had some time to step back from writing code and start putting together docs. I was planning on writing a bunch of design &amp; architecture overviews for yard so more people can have a sufficient set of resources to figure out how to write plugins and such. There are actually plenty of developers that have expressed interest so far, and I’m going to be spending this entire week putting out as much information as I can. As I started doing this, though, I realized I really haven’t done any web design or written any significant web related content in a <em>really</em> long time, so this weekend I decided I would take a little break from YARD to focus on some other much needed improvements.</p>
<p>I’m referring specifically to my blog, which was becoming a complete mess of ugliness and broken HTML. I decided to completely gut it, remove a bunch of useless crap and focus on making the content clean and easy to read. This is pretty much a warm-up exercise for the coming week of writing docs and putting out the new YARD site, but it’s something I should have done long ago. Hopefully this will give me some new incentive to write more (about YARD?) </p>
<h2>It’s not a “blog” anymore</h2>
<p>You may have noticed that comments are gone. Good. Comments are often useful, but to be honest, like many other “bloggers”, I’ve discovered they often don’t add much to the conversation (I rarely get comments on my blog anyway, so styling all that HTML is a waste of my time). A lot of people will say a site is “not a blog” if it does not allow a two-way conversation between the author and the reader. Fine, then I guess this is no longer a blog. My intention for writing articles is <em>not</em> to inherently start a conversation or get feedback. I write because I want to share, not because I need validation or care that you think I’m a dumbass. Don’t get me wrong, I still like when people point out errors and omissions or insert points of view, so if you notice anything send me an email or twitter me instead, we can have the discussion there. Better yet, reply with your own article. This keeps the conversation sane, civil and keeps the signal-to-noise ratio down. I’ve noticed this trend from other blogs I visit, and I’m starting to think the future of blogging will look a lot more like magazine articles than threaded conversations. Dialog is good, but it should be controlled so that it remains on topic and relevant.</p>
<p>I mentioned <a href="http://twitter.com/lsegal">Twitter</a> is a good way to reach me. I’ve actually been using it a lot for the past 6 months; a lot more than this blog. It’s no surprise that microblogging is way easier than writing long articles, so for the past few months my Twitter account has probably been a better source of blog content than my blog (I guess this is probably why people like Tumblr). Let’s be honest, I’m probably not going to start blogging much more than I already do, but I can keep up with Twitter pretty well. Because of this, I’ve incorporated my Twitter feed into my blog and it’s prominently displayed on the front page and in the sidebar on others. I didn’t just add it as a widget to fill whitespace. Instead, expect that feed to be a major source of content for this site. Though you should probably just <a href="http://twitter.com/lsegal">follow me</a>.</p>
<p>Anyway, enough about me. Hope you like the new design.</p>]]></content:encoded>
			<wfw:commentRss>http://gnuu.org/2009/06/01/introducing-a-new-blog-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Making a Basic HTTP Request in Eiffel (and a rant)</title>
		<link>http://gnuu.org/2008/09/19/a-basic-http-req-in-eiffel-and-rant/</link>
		<comments>http://gnuu.org/2008/09/19/a-basic-http-req-in-eiffel-and-rant/#comments</comments>
		<pubDate>Sat, 20 Sep 2008 04:57:34 +0000</pubDate>
		<dc:creator>Loren Segal</dc:creator>
				<category><![CDATA[post]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[design by contract]]></category>
		<category><![CDATA[eiffel]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[rant]]></category>
		<category><![CDATA[sockets]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[software engineering]]></category>

		<guid isPermaLink="false">http://gnuu.org/2008/09/19/a-basic-http-req-in-eiffel-and-rant/</guid>
		<description><![CDATA[<p>I originally just wanted to post my findings on implementing an HTTP client to serve as an example to others learning Eiffel, but I realized that the importance of the following example would be lost on many people without a little background on the subject and felt like an explanation in the form of a rant should also be included. Therefore, if you're just looking for the example, scroll down to the later sections and take a look. Otherwise, keep reading.</p> ]]></description>
			<content:encoded><![CDATA[<p>I originally just wanted to post my findings on implementing an HTTP client to serve as an example to others learning Eiffel, but I realized that the importance of the following example would be lost on many people without a little background on the subject and felt like an explanation in the form of a rant should also be included. Therefore, if you&#8217;re just looking for the example, scroll down to the later sections and take a look. Otherwise, keep reading.</p>
<p></p>]]></content:encoded>
			<wfw:commentRss>http://gnuu.org/2008/09/19/a-basic-http-req-in-eiffel-and-rant/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Layout Disaster</title>
		<link>http://gnuu.org/2008/02/08/layout-disaster/</link>
		<comments>http://gnuu.org/2008/02/08/layout-disaster/#comments</comments>
		<pubDate>Fri, 08 Feb 2008 21:38:45 +0000</pubDate>
		<dc:creator>Loren Segal</dc:creator>
				<category><![CDATA[post]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[humor]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">http://gnuu.org/2008/02/08/layout-disaster/</guid>
		<description><![CDATA[You may have heard of graceful degradation- this website degrades quite differently.]]></description>
			<content:encoded><![CDATA[<p>You may have heard of graceful degradation- this website degrades quite differently.</p>
<p><a title="HEMA Producten?" href="http://producten.hema.nl/"><img height="217" alt="hema" src="http://www.gnuu.org/wp-content/uploads/2008/02/LayoutDisaster_E900/hema.jpg" width="240" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://gnuu.org/2008/02/08/layout-disaster/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Say Kuler for Cooler Colours</title>
		<link>http://gnuu.org/2008/02/06/say-kuler-for-cooler-colours/</link>
		<comments>http://gnuu.org/2008/02/06/say-kuler-for-cooler-colours/#comments</comments>
		<pubDate>Thu, 07 Feb 2008 03:07:40 +0000</pubDate>
		<dc:creator>Loren Segal</dc:creator>
				<category><![CDATA[post]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[art]]></category>
		<category><![CDATA[colour schemer]]></category>
		<category><![CDATA[colour theory]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[graphics]]></category>
		<category><![CDATA[kuler]]></category>

		<guid isPermaLink="false">http://gnuu.org/2008/02/06/say-kuler-for-cooler-colours/</guid>
		<description><![CDATA[I always forget about this site and then remember some time later. I figured I&#8217;d set it down in stone somewhere, and maybe share it with others who haven&#8217;t found a useful tool like this yet. Adobe Labs released a great colour scheme tool a while back called Kuler that allows you to create great [...]]]></description>
			<content:encoded><![CDATA[<p>I always forget about this site and then remember some time later. I figured I&#8217;d set it down in stone somewhere, and maybe share it with others who haven&#8217;t found a useful tool like this yet. </p>
<p>Adobe Labs released a great colour scheme tool a while back called <a title="Adobe Kuler" href="http://kuler.adobe.com">Kuler</a> that allows you to create great looking colour schemes really quick.</p>
<p><a title="Adobe Kuler" href="http://kuler.adobe.com" style="border:0"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="500" alt="kuler" src="http://www.gnuu.org/wp-content/uploads/2008/02/KulerColours_135A4/kuler.jpg" width="524" border="0" /></a> </p>
<p>Colour scheme tools like this usually cost $30+, but this one is free, comes with pretty much all of the functionality you could possibly need, and supports up to 5 colours (you probably don&#8217;t need more). You can even publish, share and rate schemes from other users. Did I mention it&#8217;s free? </p>
<p>Adobe has their problems (and inherited some too, cough, Flash), but it&#8217;s safe to say they&#8217;re an authority in the world of 2D graphics tools and this site definitely lives up to the name.</p>]]></content:encoded>
			<wfw:commentRss>http://gnuu.org/2008/02/06/say-kuler-for-cooler-colours/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
