<?xml version="1.0" encoding="UTF-8" ?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc=" http://purl.org/dc/elements/1.1/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>briancarper.net (λ) (Tag: Cows)</title><link>http://briancarper.net/tag/37/cows</link><description>Some guy's blog about programming and Linux and cows.</description><item><title>Let's draw some pixels</title><link>http://briancarper.net/blog/566/lets-draw-some-pixels</link><guid>http://briancarper.net/blog/566/lets-draw-some-pixels</guid><pubDate>Tue, 10 Aug 2010 11:19:42 -0700</pubDate><description>&lt;p&gt;I've been getting into &lt;a href=&quot;http://en.wikipedia.org/wiki/Pixel_art&quot;&gt;pixel art&lt;/a&gt; a lot lately.  It appeals to me on a lot of levels.&lt;/p&gt;

&lt;p&gt;The coder in me likes it because it's so precise.  Every pixel is placed just so.  The color palette is limited to a dozen colors.  Building a drawing out of such limited means reminds me of building programs out of primitives.  There are design patterns in pixel art: dithering, manual anti-aliasing.  There are abstractions that work and abstractions that don't.  There's a lot of goofing around with RGB values and transparency settings; it's perhaps the most deeply computer-based art form you could come up with, and as a deeply computer-based human, I really like it.&lt;/p&gt;

&lt;p&gt;The gamer in me is still partly stuck in the early 90's, so it's a huge injection of nostalgia to look at pixel art.  NES- and SNES-era games had a charm that is unmatched by anything since.  And I don't think that's &lt;em&gt;entirely&lt;/em&gt; nostalgia talking; I still play old games and they're still so much fun.  And the art in a lot of those games was just darned good.  If you stop and look at it really carefully, and start to get an understanding of how it was made, you can't help but be impressed.  &lt;/p&gt;

&lt;p&gt;The &quot;artist&quot; in me (if there is such a thing in my brain somewhere) is blown away by some of the things good pixel artists can produce.  Go look at &lt;a href=&quot;http://www.foolstown.com/&quot;&gt;foolstown.com&lt;/a&gt; and try not to slobber.  Some of this stuff just looks amazing.  Not &quot;good for a pixel drawing&quot;, but good on a level anyone could appreciate.&lt;/p&gt;

&lt;p&gt;Pixel doodles are also good practice for the RPG my wife and I are still ever-so-slowly creating.  Creating art and music for a game are turning out to be much harder work than programming it.&lt;/p&gt;

&lt;p&gt;In any case, I drew a cow standing beside a tree.  And I made a new &lt;a href=&quot;/page/565/pixel-art&quot;&gt;pixel art page&lt;/a&gt; to house my admittedly still-amateurish drawings.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/pixel/cow-tree.png&quot; alt=&quot;Cow Tree&quot; title=&quot;&quot; /&gt;&lt;/p&gt;</description></item><item><title>In which border-radius is abused</title><link>http://briancarper.net/blog/548/in-which-border-radius-is-abused</link><guid>http://briancarper.net/blog/548/in-which-border-radius-is-abused</guid><pubDate>Mon, 05 Jul 2010 15:54:24 -0700</pubDate><description>&lt;p&gt;I threw together a new blog layout today.  I scaled back the level of cows a bit (just a bit, don't worry!) Criticism / feedback welcome.  (IE-related feedback should be dropped off in the circular file by my desk.)&lt;/p&gt;

&lt;p&gt;In what is surely a prelude to the future of the internets, I'm abusing &lt;code&gt;border-radius&lt;/code&gt; pretty heavily in this layout.  &lt;code&gt;border-radius&lt;/code&gt; is likely to become the new &lt;code&gt;marquee&lt;/code&gt; HTML tag or &lt;code&gt;text-shadow&lt;/code&gt; CSS attribute: Maybe an OK idea at first, but then everyone uses it so much it makes your eyes bleed.&lt;/p&gt;

&lt;p&gt;So I figured I'd best get my border-radiusing in early while it's still cool.  IE8 users, you still get pointy corners. Sucks to be you.&lt;/p&gt;

&lt;p&gt;Also, if you have any ideas for features I should implement for &lt;a href=&quot;http://github.com/briancarper/cow-blog&quot;&gt;cow-blog&lt;/a&gt;, please let me know.  I've been crawling the internet looking at blogs for ideas of things to implement and features to steal, but I'm running out of ideas.  It does everything I want now, but I'm not a reader.&lt;/p&gt;</description></item><item><title>New blog engine up and running</title><link>http://briancarper.net/blog/542/new-blog-engine-up-and-running</link><guid>http://briancarper.net/blog/542/new-blog-engine-up-and-running</guid><pubDate>Wed, 23 Jun 2010 15:48:24 -0700</pubDate><description>&lt;p&gt;Well, my new blog is up and running.  Sorry for the temporary lack of cows in my layout.  I'm dogfood-testing the blog engine in a fairly vanilla state until I work out some of the bugs.  This layout is based upon &lt;a href=&quot;http://shaheeilyas.com/archives/barecity/&quot;&gt;barecity&lt;/a&gt;, a minimalist Wordpress theme that I adapted easily enough to my blog.&lt;/p&gt;

&lt;p&gt;As a bonus, I applied a dirty hack to my RSS feed that I think should help avoid screwing up people's RSS readers with duplicate entries.&lt;/p&gt;

&lt;p&gt;I'll write again soon with some info about the blog engine and some things I learned writing it.&lt;/p&gt;

&lt;p&gt;(As mentioned previously, &lt;a href=&quot;http://github.com/briancarper/cow-blog/tree/0.2.0&quot;&gt;here's the code&lt;/a&gt;.)&lt;/p&gt;</description></item><item><title>Blog source code released</title><link>http://briancarper.net/blog/blog-source-code-released</link><guid>http://briancarper.net/blog/blog-source-code-released</guid><pubDate>Fri, 27 Mar 2009 02:14:53 -0700</pubDate><description>&lt;p&gt;By popular demand, I've released the source code for my blog.  Hope someone finds it useful.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://github.com/briancarper/cow-blog/tree/master&quot;&gt;http://github.com/briancarper/cow-blog/tree/master&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Feedback and bug reports welcome, email me or post them somewhere on my blog and I'll find them.&lt;/p&gt;</description></item><item><title>Darn you, spammers.</title><link>http://briancarper.net/blog/darn-you-spammers</link><guid>http://briancarper.net/blog/darn-you-spammers</guid><pubDate>Tue, 17 Mar 2009 18:35:18 -0700</pubDate><description>&lt;p&gt;I was in a rush to get this darn blog finally done, so I threw some stupid anti-spam measures on here.  Namely, the comment form included 20 textareas, 19 of which were &lt;code&gt;display: hidden&lt;/code&gt; and one of which was randomly the right one, and any text in the hidden ones would cause the comment posting to fail.&lt;/p&gt;

&lt;p&gt;It only took a spam bot 48 hours to figure this out, I guess, because the last hour I've been hammered.  So I implemented a CAPTCHA as another short-term holdover until I can code up something good.  At least it immediately stopped this spam bot whose crap I've been deleting for the past hour.  &lt;/p&gt;

&lt;p&gt;Hopefully this isn't too intrusive.  I think it fits the site fairly well, as you will probably agree once you see it.&lt;/p&gt;</description></item><item><title>About Me</title><link>http://briancarper.net/page/about-me</link><guid>http://briancarper.net/page/about-me</guid><pubDate>Sun, 15 Mar 2009 16:57:49 -0700</pubDate><description>&lt;p&gt;&lt;img src=&quot;http://gravatar.com/avatar/4d84ec3981443dfd9c287e845b60d2ce.jpg?d=identicon&quot; alt=&quot;Me&quot; /&gt;&lt;/p&gt;

&lt;p&gt;Hi, I'm Brian.  This blog is a place to write about things I find interesting.  That will generally be programming and Linux.  I am not an expert programmer but I am a very enthusiastic one.&lt;/p&gt;

&lt;p&gt;Now let's do this &lt;strong&gt;&lt;em&gt;bullet style&lt;/em&gt;&lt;/strong&gt;.&lt;/p&gt;

&lt;h1&gt;Bullet Style!&lt;/h1&gt;

&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Location&lt;/strong&gt;: BC, Canada.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Marital status&lt;/strong&gt;: Married.  Sorry to disappoint.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Occupation&lt;/strong&gt;: Code &lt;del&gt;Monkey&lt;/del&gt; Cow.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Religion&lt;/strong&gt;: No thanks.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Operating system&lt;/strong&gt;: Arch Linux at the moment.  Sometimes Gentoo Linux.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Text Editor&lt;/strong&gt;: I dual-wield Vim and Emacs.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Programming language&lt;/strong&gt;: Clojure.  Ruby in a pinch.  Others and needed.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Aspirations&lt;/strong&gt;: To be a better programmer.  To learn everything about everything.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Music preference&lt;/strong&gt;: Japanese.  Loud.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Own a wallet made of duct tape&lt;/strong&gt;: Yes.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Contact&lt;/strong&gt;: &lt;span class=&quot;email&quot;&gt;b&lt;span&gt;r&lt;strong&gt;i&lt;/strong&gt;&lt;/span&gt;a&lt;strong&gt;n&lt;/strong&gt;&lt;strong&gt;@&lt;/strong&gt;carper.c&lt;em&gt;a&lt;/em&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h1&gt;My Other Websites&lt;/h1&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://stuffthatlookslikejesus.com&quot;&gt;Stuff That Looks Like Jesus&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://origamigallery.net&quot;&gt;An Origami Gallery&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://ffclassic.net&quot;&gt;Final Fantasy Classic&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h1&gt;About Cows&lt;/h1&gt;

&lt;p&gt;Cows are domestic ungulate mammals of the species &lt;em&gt;Bos primigenius&lt;/em&gt;. For more information, please consult your local library.&lt;/p&gt;</description></item><item><title>White text?  Black text?  Cow text?</title><link>http://briancarper.net/blog/white-text-black-text-cow-text</link><guid>http://briancarper.net/blog/white-text-black-text-cow-text</guid><pubDate>Mon, 18 Feb 2008 16:13:06 -0800</pubDate><description>&lt;p&gt;I took a screenshot of my blog and went into Gimp and did &lt;code&gt;Colors =&amp;gt; Invert&lt;/code&gt; and thus a new blog layout was born.   I also brought back the purple/green one.  You can change it via the little skin-selector drop-down thing that's hopefully showing up and working properly for everyone.  Skin selection is courtesy of a &lt;a href=&quot;http://386a.net/blog/wordpress/theme-switcher/&quot;&gt;WP plugin&lt;/a&gt;; that site is not in English, but the instructions in the download are, if you want to use it yourself.&lt;/p&gt;

&lt;p&gt;Black text on white vs. white text on black... the age-old question.  My Vim theme has forever been a black background (&lt;a href=&quot;http://www.vim.org/scripts/script.php?script_id=760&quot;&gt;ps_color&lt;/a&gt; to be specific).  Even in broad daylight I find that a black background reduces eye strain considerably.  Or maybe it's all in my mind, but then again this is a subjective sort of thing, so whatever's in my mind is all that really matters isn't it?&lt;/p&gt;

&lt;p&gt;It's notoriously difficult to use a dark-background GTK/QT theme.  Too many programs are written with the assumption that your theme is going to be light backgrounded.  However thanks to &lt;a href=&quot;http://www.kde-look.org/content/show.php/Kore+Suite?content=54701&quot;&gt;Kore&lt;/a&gt; and a few tweaks here and there I've been getting along pretty well for a few months with a dark theme in KDE.  I really need to start posting desktop screenshots more often again.  Note to self.&lt;/p&gt;

&lt;p&gt;So what's up with the cows?  Cows are big, &lt;a href=&quot;http://flickr.com/photos/simian_fan/497017180/&quot;&gt;dumb&lt;/a&gt;, &lt;a href=&quot;http://flickr.com/photos/whitbywoof/782600579/&quot;&gt;silly&lt;/a&gt; beasts.  They can represent &lt;a href=&quot;http://flickr.com/photos/jobee59/1076297114/&quot;&gt;strength&lt;/a&gt;, or embody &lt;a href=&quot;http://flickr.com/photos/dreamersrealm/877698892/&quot;&gt;vulnerability&lt;/a&gt;.  They're &lt;a href=&quot;http://www.gimmecorn.com/&quot;&gt;so disgusting&lt;/a&gt; that it somehow &lt;a href=&quot;http://flickr.com/photos/saulgm/350767979/&quot;&gt;wraps around again to awesome&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Are cows really dumb though?  Does their silent cud-chewing indicate stupidity, or thoughtfulness?  Are cows really silly?  Or do we project our own latent silliness onto them?  Cows thus embody some of the &lt;a href=&quot;http://flickr.com/photos/80355852@N00/237717537/&quot;&gt;deepest philosophical questions&lt;/a&gt; man has ever dared to ask.&lt;/p&gt;

&lt;p&gt;Not really.  I've been told by various people that I have the kind of sense of humor where it's impossible to tell whether I'm joking or being serious.  Sometimes even I can't tell whether I'm joking or not.  I love walking that line.  Cows are partly a joke that I never get tired of telling, but also they really do make me smile.  Cows are a way to have fun with this website.  I view my website almost as a sort of parody of a blog, but a parody I still take seriously in a way.  I believe it was Friedrich Nietzsche who said:&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;If you look long enough into the cow, the cow begins to look back through you.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;The internet does not have to be serious business, and I don't want my website (or my opinions) to be taken as seriously as many people seem to want to.  My secret hope is that whenever someone comes on here to flame me about my opinions, they'll look up and see a cow in a fedora and say &quot;Wait a second... what am I doing?&quot;&lt;/p&gt;

&lt;p&gt;Also Gentoo's mascot is a cow.  I estimate that the cows on my website increase its overall performance by 14%.&lt;/p&gt;</description></item><item><title>New blog layout (now with more cows)</title><link>http://briancarper.net/blog/new-blog-layout-now-with-more-cows</link><guid>http://briancarper.net/blog/new-blog-layout-now-with-more-cows</guid><pubDate>Mon, 18 Feb 2008 04:13:19 -0800</pubDate><description>&lt;p&gt;&quot;OK, what's up with the cows?&quot;, you might ask.  Actually no one ever has asked.  So I'm not saying.&lt;/p&gt;

&lt;p&gt;I'm experimenting a bit with a new blog layout.  It's black text on white rather than my customary white text on black/grey.  I drew the cow in the top right using Inkscape.  (Inkscape is such a wonderful program.  So easy to use.  )&lt;/p&gt;

&lt;p&gt;I put this layout together from scratch in exactly 4 hours (not counting cow-drawing time).  Just goes to show how easy it is to make Wordpress themes I guess.&lt;/p&gt;

&lt;p&gt;I've gone from a sort of three-column layout to a one-column layout.  This is partly / largely because I post source code snippets, and I need the full width of the screen for those.  &lt;/p&gt;

&lt;p&gt;Source code should generally go into &lt;code&gt;PRE&lt;/code&gt; tags to preserve whitespace.  However that usually has the side effect of preventing text from line-wrapping.  In many blogs with multi-column layouts, source code snippets overrun into the sidebar area, and either end up being hidden under the sidebar (thus unreadable), overflow over top of the sidebar (thus looking messy), or if you're lucky, the PRE element itself is side-scrollable like a mini frame (which is kind of annoying).  In a one-column layout, I get to use the full width of the screen, which is much nicer in my opinion.&lt;/p&gt;

&lt;p&gt;The other reason I like one-column is that the sidebar columns in a multi-column layout invariably have just a few links at the top, and then you have a 200-pixel wide column of blank space all the way down the page to the bottom.  It's a bit of a waste.  This layout on the other hand is still fairly readable even if I resize Firefox to 400 pixels wide.  &lt;/p&gt;

&lt;p&gt;Do users really USE most of the links webmasters put into their sidebars?  If people want to look at my archives, they can probably go to an archives page.   It seems almost absurd how much we try to cater to people's whims and impatience by loading up websites (and computer interfaces in general) with every single thing anyone might want to do on every single page.  It ends up looking cluttered and most of those links are probably unused the vast majority of the time.  I wish I know how many times anyone ever used the tag cloud I had displayed in my sidebar for so long.&lt;/p&gt;

&lt;p&gt;If anyone has any suggestions about things that would make this layout easier to read or use, or if you loathe the new layout (or love it, I guess that's a slim possibility) feel free to leave me a scathing comment.  I've tested it in Firefox 2 / 3, IE7, Opera and Konqueror.  IE6 can die in a fire.&lt;/p&gt;</description></item><item><title>Wordpress theme download (Cow 1.0)</title><link>http://briancarper.net/blog/wordpress-theme-download-cow-10</link><guid>http://briancarper.net/blog/wordpress-theme-download-cow-10</guid><pubDate>Sat, 22 Sep 2007 10:34:29 -0700</pubDate><description>&lt;p&gt;I put my old Wordpress theme up for &lt;a href=&quot;/page/themes/wordpress-cow&quot;&gt;download&lt;/a&gt; as requested.  Enjoy.  I think.&lt;/p&gt;</description></item><item><title>Wordpress - Cow</title><link>http://briancarper.net/page/wordpress-cow</link><guid>http://briancarper.net/page/wordpress-cow</guid><pubDate>Sat, 22 Sep 2007 10:29:17 -0700</pubDate><description>&lt;p&gt;&lt;img src=&quot;/wordpress/cow-1.0-screenshot.png&quot; alt=&quot;Cow&quot; /&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;/wordpress/cow-1.0.tar.gz&quot;&gt;Download Cow 1.0 Wordpress theme.&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Updated cows</title><link>http://briancarper.net/blog/345</link><guid>http://briancarper.net/blog/345</guid><pubDate>Thu, 13 Sep 2007 15:30:46 -0700</pubDate><description>&lt;p&gt;I've read that good website layouts evolve slowly over time, and it's better to change and improve the layout you've already got rather than redo the whole thing from scratch.  Probably sage advice.  I tweaked my layout a bit to take more advantage of a bunch of empty space where nothing much was happening, and also to add more cow.  My girlfriend drew me a cow silhouette for my blog layout.  (By the way, when your girlfriend is willing to take the time to draw you a cow graphic for your blog layout, you know it's true love.  &amp;lt;3)  I used a sort of cliche'ed &quot;reflective&quot; effect, thanks to the GIMP, but such is life.  I couldn't think of anything better to put up there, and this may be the first time it's ever been used on a purple cow, so maybe I'm breaking new ground.&lt;/p&gt;

&lt;p&gt;I think there is a science to certain aspects of layout design.  For example should you have your links underlined or not?  It's likely that many people (especially people who've been using the internet for a long time) associate underlined text in webpages with links.  Having links that aren't underlined may slip people's notice; on the other hand, having text underlined that isn't a link may make people click around on non-links before they notice.  It may only break someone's concentration for a split second, but sometimes that can still be annoying, especially if it happens lots of times.  To that end I try to make all my links underlined, and nothing else.  An exception is that category cloud thing on the right, because I figure people are probably smart enough to figure out to click there, and the underlines cluttered it so much that it was hard to read.  In reality I have no idea what I'm talking about, but these kind of things probably matter.&lt;/p&gt;

&lt;p&gt;To my amazement, someone actually expressed interest in my putting this layout up for others to download, so I plan to once I remove all the places I've hard-coded the thing to work with my website.  It's not the prettiest code in the world, but PHP never is.&lt;/p&gt;

&lt;p&gt;I've said it many times, and I'll never stop saying it: you simple can't go wrong with cow-based web page layouts.&lt;/p&gt;</description></item><item><title>Layout</title><link>http://briancarper.net/blog/layout-3</link><guid>http://briancarper.net/blog/layout-3</guid><pubDate>Thu, 28 Jun 2007 19:59:04 -0700</pubDate><description>&lt;p&gt;I finished my new layout, for some sufficiently small value of &quot;finished&quot;.  I went really minimalistic with a hint of cow.  Lack of cow was the real problem with my last layout.&lt;/p&gt;</description></item><item><title>Beryl, bleh</title><link>http://briancarper.net/blog/beryl-bleh</link><guid>http://briancarper.net/blog/beryl-bleh</guid><pubDate>Fri, 16 Mar 2007 22:26:29 -0700</pubDate><description>&lt;p&gt;Lately Beryl has been running very sluggishly for me.  Who knows why.  It also tends to freeze up intermittently.  I just turned it off entirely.  The wobblies and zoomings get a bit tiring after a while anyways.  God help anyone with motion sickness who tries to use it.  &lt;/p&gt;

&lt;p&gt;Good old kwin.  It's amazingly powerful.  Especially compared to the likes of Metacity.  All I want out of life is to sticky Gaim windows as soon as I open them, and this kwin gladly gives me.&lt;/p&gt;

&lt;p&gt;I have decided to retire the cow layout for this site.  It's been fun, but I need a change of pace.  I'm going ultra-minimalistic now.  The new layout should be done sometime this weekend.&lt;/p&gt;</description></item><item><title>Even more cow</title><link>http://briancarper.net/blog/even-more-cow</link><guid>http://briancarper.net/blog/even-more-cow</guid><pubDate>Sun, 03 Dec 2006 22:26:35 -0800</pubDate><description>&lt;p&gt;I updated my layout to be even more cow-like.  My girlfriend made me a cow-themed top banner which I think looks good enough to eat.  I often wish I had any kind of graphic design skill, but I don't.  Not nearly as good as her, anyways.&lt;/p&gt;

&lt;p&gt;It's always so hard to find a good balance between leaving something readable, and making it look good and catch the eye and stand out in some way.  As much of a geek as I am, even I will probably pass by a plain-looking site unless I know beforehand that there's something on it that's worth reading.  Putting some effort into making your site look nice shows that you actually give a crap about the site, I think.  And the more you give a crap about the site, the more likely there is going to be something worth reading on it.&lt;/p&gt;

&lt;p&gt;Wordpress impressed me today.  I remember a long time ago making a calendar (to list your post archives) was extremely painful.  Now you can do it with a single &lt;code&gt;get_calendar&lt;/code&gt; call, and it looks fine and works fine.  I like relying on Wordpress for this kind of crap because chances are they already worked out what works in IE and what doesn't.&lt;/p&gt;

&lt;p&gt;Which brings me to my next point.... dear God, IE sucks.  If you're looking at this site in IE right now, and you're using a screen resolution 1024x768 or lower, you'll notice that my site is so wide that it forces a horizontal scrollbar.  This isn't so in Firefox.  In IE though, the existence of &lt;code&gt;pre&lt;/code&gt; tags apparently causes everything to stretch, even when I indicate &lt;code&gt;overflow:auto&lt;/code&gt; or &lt;code&gt;overflow:scroll&lt;/code&gt;.&lt;/p&gt;

&lt;p&gt;And IE interprets &lt;code&gt;border: 1px transparent solid&lt;/code&gt; to mean &lt;code&gt;border: 1px BLINDING_WHITE solid&lt;/code&gt;.  It makes you cry, after a certain point.  Also my top header image is a transparent png which looks like garbage in IE, but I'm not fixing it.  &lt;/p&gt;

&lt;p&gt;Whenever IE drives me into a murderous rage, I just pull up my site stats and suddenly everything seems right with the world:&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/random/browser_stats.png&quot; alt=&quot;Browser stats&quot; /&gt;&lt;/p&gt;</description></item><item><title>Layout update</title><link>http://briancarper.net/blog/layout-update</link><guid>http://briancarper.net/blog/layout-update</guid><pubDate>Wed, 25 Oct 2006 23:54:18 -0700</pubDate><description>&lt;p&gt;I've made some fairly significant changes to my blog's layout.  Most importantly, I've added a cow's bum.  I've said it before and I'll say it again: You simply can't go wrong with cow-based web site layouts.  I still have a bit more work to do (for another day) but I think it turned out OK.  &lt;/p&gt;

&lt;p&gt;This went smoothly largely thanks to Debian.  I spent an hour or so today setting up my Debian box as a mirror of my blog.  It really was simple and easy and most of all extremely fast.  I had some weird problems though; for example apparently bzip2 isn't installed on Debian by default (???).  That's a first.  But hey, it installs in 5 seconds, so it's not a huge problem.  Mmmm, non-source-based distro.  Samba also was extremely easy to set up.  I noticed that Debian's samba comes with a rather more sane default config file than Gentoo's, which is something I think I've noticed about Debian in general.&lt;/p&gt;</description></item><item><title>Planet Larry</title><link>http://briancarper.net/blog/planet-larry</link><guid>http://briancarper.net/blog/planet-larry</guid><pubDate>Wed, 16 Aug 2006 15:48:30 -0700</pubDate><description>&lt;p&gt;&lt;a href=&quot;http://larrythecow.org/&quot;&gt;Planet Larry&lt;/a&gt; is an aggregate of Gentoo users' blogs.  I feel I must join.  You just can't go wrong with cow-based web pages.&lt;/p&gt;</description></item><item><title>*gasp*</title><link>http://briancarper.net/blog/gasp</link><guid>http://briancarper.net/blog/gasp</guid><pubDate>Wed, 07 Jun 2006 18:02:47 -0700</pubDate><description>&lt;p&gt;I looked at my server logs, and it appears there are actually a couple people looking at this site sometimes.  I decided to add the search box so that it's possible to actually find something if you know what you're looking for.  The cow layout still thrills me.  You seriously can't go wrong with cow-based web design.&lt;/p&gt;</description></item><item><title>Layout</title><link>http://briancarper.net/blog/layout-2</link><guid>http://briancarper.net/blog/layout-2</guid><pubDate>Tue, 06 Jun 2006 00:04:03 -0700</pubDate><description>&lt;p&gt;I tweaked the layout a bit.  Do you have any idea how hard it is to get a transparent drop-shadow on the right side of a resizable div that behaves correctly when you resize your browser?   Please never look at the HTML or CSS for this site.  &lt;em&gt;hangs head in shame&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;I really really really really really don't like web design.  I like the theory of it, and I like the artistry of it, but I can't stand how hackish it is.  It's a huge mess of unpredictable, hacked-together crap.  It's a miracle it even works.  I can't stand checking for cross-browser compatibility.  This is what happens when no one agrees to standards and everyone fights it out cutthroat-style for dominance.  I'll just go ahead and blindly blame Microsoft for this.&lt;/p&gt;

&lt;p&gt;Someone special (interpret the word &quot;special&quot; however you want... &lt;em&gt;run&lt;/em&gt;) made me this cow icon.  &lt;img src=&quot;/random/minicow.png&quot; alt=&quot;Mini cow&quot; /&gt; &lt;img src=&quot;/random/minicow.png&quot; alt=&quot;Mini cow&quot; /&gt; &lt;img src=&quot;/random/minicow.png&quot; alt=&quot;Mini cow&quot; /&gt; &lt;img src=&quot;/random/minicow.png&quot; alt=&quot;Mini cow&quot; /&gt; &lt;img src=&quot;/random/minicow.png&quot; alt=&quot;Mini cow&quot; /&gt;   I was going to incorporate it into my site design somehow, but it's far too cute.&lt;/p&gt;</description></item><item><title>Cow</title><link>http://briancarper.net/blog/cow</link><guid>http://briancarper.net/blog/cow</guid><pubDate>Sun, 14 May 2006 13:20:50 -0700</pubDate><description>&lt;p&gt;A fit of inspiration struck me today, and I whipped up this layout.  You can't go wrong with cow-based layouts.&lt;/p&gt;

&lt;p&gt;EDIT: As usual, I'm not bothering to test this in Internet Explorer.  Seeing as it uses transparent .pngs, I already know it will be b0rked in IE.  Tough crap!&lt;/p&gt;</description></item></channel></rss>

