<?xml version="1.0" encoding="utf-8"?>
<!-- If you are running a bot please visit this policy page outlining rules you must respect. http://www.livejournal.com/bots/ -->
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:lj="http://www.livejournal.com">
  <id>urn:lj:livejournal.com:atom1:aredridel</id>
  <title>Aria Stewart's Journal</title>
  <subtitle>Now in glorious shades of gray</subtitle>
  <author>
    <email>aredridel@nbtsc.org</email>
    <name>Aria Stewart</name>
  </author>
  <link rel="alternate" type="text/html" href="http://aredridel.livejournal.com/"/>
  <link rel="self" type="text/xml" href="http://aredridel.livejournal.com/data/atom"/>
  <updated>2008-07-14T14:48:02Z</updated>
  <lj:journal username="aredridel" type="personal"/>
  <link rel="service.feed" type="application/x.atom+xml" href="http://aredridel.livejournal.com/data/atom" title="Aria Stewart's Journal"/>
  <entry>
    <id>urn:lj:livejournal.com:atom1:aredridel:254860</id>
    <link rel="alternate" type="text/html" href="http://aredridel.livejournal.com/254860.html"/>
    <link rel="self" type="text/xml" href="http://aredridel.livejournal.com/data/atom/?itemid=254860"/>
    <title>Note to users</title>
    <published>2008-07-14T14:48:02Z</published>
    <updated>2008-07-14T14:48:02Z</updated>
    <content type="html">Signal quality is measured in dBm and error rate, atmospheric pressure is measured in bar. Just sayin'.</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:aredridel:250909</id>
    <link rel="alternate" type="text/html" href="http://aredridel.livejournal.com/250909.html"/>
    <link rel="self" type="text/xml" href="http://aredridel.livejournal.com/data/atom/?itemid=250909"/>
    <title>Personal demographics</title>
    <published>2008-04-26T00:31:44Z</published>
    <updated>2008-04-26T07:25:26Z</updated>
    <content type="html">&lt;p&gt;I had a thought while I was working on replying to &lt;a href="http://whetherwoman.livejournal.com/929350.html"&gt;a thread&lt;/a&gt; on &lt;span class='ljuser' lj:user='whetherwoman' style='white-space: nowrap;'&gt;&lt;a href='http://whetherwoman.livejournal.com/profile'&gt;&lt;img src='http://p-stat.livejournal.com/img/userinfo.gif' alt='[info]' width='17' height='17' style='vertical-align: bottom; border: 0; padding-right: 1px;' /&gt;&lt;/a&gt;&lt;a href='http://whetherwoman.livejournal.com/'&gt;&lt;b&gt;whetherwoman&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;'s journal.&lt;/p&gt;
&lt;p&gt;What are the things that you think most define how you interact with the world? As an example, “I'm a woman” is particularly relevant in that discussion. What informs your reactions to the world?&lt;/p&gt;
&lt;p&gt;I have a list that feels as long as my arm in my head.&lt;/p&gt;
&lt;p&gt;I live in a small town, and I actively try to keep the good parts about small town culture alive wherever I go. I'm acutely aware of the amount of interconnection between people in any group, and I'm happiest when I can either be in an internally well-connected group, or one where I'm introducing people to each other.&lt;/p&gt;
&lt;p&gt;I am a comfortable, confident, happy transsexual woman, who feels no need to play a game of “passing” as a XX-chromosomed woman. It affects nearly every interaction I've had in the past years. It's made my sex life, my love life and my body something that seems very public, and that people are quite willing to start a conversation on.&lt;/p&gt;
&lt;p&gt;Within the queer, and especially within groups of transgendered folks, I find that my tendency to be calm, a peace-maker, and my willingness to be out without confrontation is distinguishing.&lt;/p&gt;
&lt;p&gt;I'm a spiritual person, and I have a deep respect and interest to understand religious and spiritual traditions. In my teenage years, I'd taken my family's habitual bashings of all things Christian, and it left a hole in my willingness to understand people, to feel and to relate. Now I'm finding that I have more in common in my thought processes and feelings about things with the average religious person who really thinks about their faith than I do with the atheist liberal culture I grew up in. My own beliefs align relatively well with a lot of Quaker beliefs, and a lot of the traditions speak to me deeply.&lt;/p&gt;
&lt;p&gt;I'm white, of a lower-middle class family. My parents have no college degrees, though they're very smart and well-educated.&lt;/p&gt;
&lt;p&gt;I have cultural associations to Argentina, latin in culture and racially white.&lt;/p&gt;
&lt;p&gt;I grew up in a family where taking care of things oneself was the normal way to do things. My father can fix most anything around the house. We never called a plumber, handyman or repairman for anything. We educated ourselves, we designed our house ourselves, we built our house ourselves. I've watched my father repair cars, roofs, sidewalks, computers, desks, faucets. My mother made a lot of our clothes when I was young. Asking for someone to do something for me is not something I think of first.&lt;/p&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:aredridel:250127</id>
    <link rel="alternate" type="text/html" href="http://aredridel.livejournal.com/250127.html"/>
    <link rel="self" type="text/xml" href="http://aredridel.livejournal.com/data/atom/?itemid=250127"/>
    <title>Idea: migrating autotools into a pure gnu-make system</title>
    <published>2008-04-13T02:23:13Z</published>
    <updated>2008-04-13T02:23:13Z</updated>
    <category term="geek"/>
    <content type="html">&lt;p&gt;What if  autoconf could be replaced by moving the configuration steps into makefiles, rather than vice-versa?&lt;/p&gt;
&lt;p&gt;File paths and library lists can already be handled nicely with systems like pkg-config, with the only requirement that the pkg-config tool be in the path.&lt;/p&gt;
&lt;p&gt;Why not move feature-detection and other configure sort of tasks into makefiles too?&lt;/p&gt;
&lt;p&gt;A library of makefile pieces could be built that represent various autoconf tests, stored in a central directory like &lt;code&gt;/usr/share/pkgconfig&lt;/code&gt;, ready for inclusion into GNUmakefiles. Rules might look like this:&lt;/p&gt;
&lt;blockquote&gt;&lt;pre&gt;
include $(shell pkg-config gnuconf-make --variable=MAKEFILE)
all:	check-configuration

PKGCONFIG_PACKAGES=gtk2 atk lua-5.0.0
check-configuration: check-c-compiler check-cpp check-ld my-custom-check check-pkgconfig-packages

my-custom-check:
	do something here to check some part of the build
&lt;/pre&gt;
&lt;/blockquote&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:aredridel:249689</id>
    <link rel="alternate" type="text/html" href="http://aredridel.livejournal.com/249689.html"/>
    <link rel="self" type="text/xml" href="http://aredridel.livejournal.com/data/atom/?itemid=249689"/>
    <title>Eggplant sloppy joes</title>
    <published>2008-04-01T03:01:02Z</published>
    <updated>2008-04-13T00:04:23Z</updated>
    <content type="html">Just do it. Surprisingly yum.</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:aredridel:248256</id>
    <link rel="alternate" type="text/html" href="http://aredridel.livejournal.com/248256.html"/>
    <link rel="self" type="text/xml" href="http://aredridel.livejournal.com/data/atom/?itemid=248256"/>
    <title>First thoughts on the Nikon D70</title>
    <published>2008-03-22T21:35:15Z</published>
    <updated>2008-03-22T21:35:15Z</updated>
    <content type="html">I just picked up a Nikon D70 from a friend. It's really nice to be working with a camera and lenses that have apertures somewhat more varied than my Fuji S5200's 4-8, and a bigger sensor to boot. The Nikon sensor is just slightly grainier at ISO 800 than the Fuji is at ISO 100. Apertures as wide as 1.8 on the 50mm lens I'm using are fun!</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:aredridel:247872</id>
    <link rel="alternate" type="text/html" href="http://aredridel.livejournal.com/247872.html"/>
    <link rel="self" type="text/xml" href="http://aredridel.livejournal.com/data/atom/?itemid=247872"/>
    <title>Happy pi day!</title>
    <published>2008-03-15T05:03:52Z</published>
    <updated>2008-04-13T00:04:13Z</updated>
    <content type="html">&lt;p&gt;I made blueberry-strawberry pie today in honor of pi day. Tastiest sacraments ever.&lt;/p&gt;
&lt;p&gt;I used empanada dough instead of pie dough, and I like it a lot better. It's easier to work with, too, since you can re-roll it and it won't get tough. It's fine-textured, and flakey in a different way than pie dough. I like the way it flakes better too.&lt;/p&gt;
&lt;p&gt;A recipe — filling:&lt;/p&gt;
&lt;p&gt;1/4 C flour, 1/2 C sugar, 3-4 cups mixed berries, half a lemon's juice. Stir until it's a slightly mushy consistency. Kinda like oatmeal, only awesome instead of gross.&lt;/p&gt;
&lt;p&gt;Dough (translated from Spanish):&lt;/p&gt;
&lt;p&gt;1 cup flour, 1 stick butter (cut in pieces), a quarter teaspoon of salt, blended well. Add a third of a cup of boiling water and mix until it forms a smooth, elastic dough.&lt;/p&gt;
&lt;p&gt;Roll like pie dough, but without the fuss and hands-off approach. Just go for it, the dough won't even stick to much thanks to the butter melted through it. Bake at 350°F until the crust starts to crisp.&lt;/p&gt;
&lt;p&gt;&lt;img src="http://dinhe.net/~aredridel/2008/03/14-pie.jpg" alt="Pie. Really good pie with blueberries and strawberries in it." title="Mmm, pie." /&gt;&lt;/p&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:aredridel:247530</id>
    <link rel="alternate" type="text/html" href="http://aredridel.livejournal.com/247530.html"/>
    <link rel="self" type="text/xml" href="http://aredridel.livejournal.com/data/atom/?itemid=247530"/>
    <title>News on polis</title>
    <published>2008-02-23T20:40:02Z</published>
    <updated>2008-04-13T00:04:41Z</updated>
    <content type="html">Polis, the server for nbtsc.org, went down with a two-disk glitch int its storage system. That's Not Good in general. It took 30 hours to rebuild the filesystem, but most things are intact. Mail should be up later today, web sites shortly following. I hope.</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:aredridel:246970</id>
    <link rel="alternate" type="text/html" href="http://aredridel.livejournal.com/246970.html"/>
    <link rel="self" type="text/xml" href="http://aredridel.livejournal.com/data/atom/?itemid=246970"/>
    <title>IRS drinking game, or "how to drink yourself to death to avoid paying taxes"</title>
    <published>2008-02-01T03:48:57Z</published>
    <updated>2008-04-13T00:05:09Z</updated>
    <content type="html">&lt;p&gt;Rules:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Every time a tax form's instructions refer you to the instructions for another form to determine eligibility, take a sip.&lt;/li&gt;
&lt;li&gt;Every time a tax is more than 20% more than expected, take a sip.&lt;/li&gt;
&lt;li&gt;if that tax is more than double what you expected, take a chug. If you took a sip then a chug, refill your glass and take another chug.&lt;/li&gt;
&lt;li&gt;Every time you see a convenience for especially small payers of tax that no business or individual could ever hope to use since amounts that small haven't existed since the depression, check this box [ ] and take a chug.&lt;/li&gt;
&lt;li&gt;Line 5: please enter the number of alcoholic drinks consumed so far: [                   ]&lt;/li&gt;
&lt;li&gt;Line 6: If you are not drunk yet, enter the number of drinks required to get you drunk: [                ]&lt;/li&gt;
&lt;li&gt;Line 7: If line 6 is larger than line 5, enter the difference here: [                 ]&lt;/li&gt;
&lt;li&gt;Line 8: If line 5 is larger than line 6, please calculate your blood alcohol level and enter it here: [               ]&lt;/li&gt;
&lt;li&gt;If line 8 is smaller than 1%, take a chug&lt;/li&gt;
&lt;/ul&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:aredridel:246714</id>
    <link rel="alternate" type="text/html" href="http://aredridel.livejournal.com/246714.html"/>
    <link rel="self" type="text/xml" href="http://aredridel.livejournal.com/data/atom/?itemid=246714"/>
    <title>Don't do this at home. Heck, don't do it at all.</title>
    <published>2008-01-20T23:57:32Z</published>
    <updated>2008-04-13T00:06:13Z</updated>
    <content type="html">So I picked up my phone last night, and managed to drop it backward over my shoulder into a pan of water.&lt;br /&gt;&lt;br /&gt;Don't do this at home, guys.</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:aredridel:246379</id>
    <link rel="alternate" type="text/html" href="http://aredridel.livejournal.com/246379.html"/>
    <link rel="self" type="text/xml" href="http://aredridel.livejournal.com/data/atom/?itemid=246379"/>
    <title>MATAVA splits MTPC?</title>
    <published>2008-01-12T18:59:51Z</published>
    <updated>2008-01-12T18:59:51Z</updated>
    <content type="html">&lt;p&gt;&lt;a href="http://community.livejournal.com/transnews/960705.html"&gt;Massachusetts Chapter of TAVA breaks ties with local advocacy group&lt;/a&gt;. So MATAVA (a Transgender veterans association) is not working with MTPC, because MTPC has taken $25,000 from the Human Rights Campaign, because of HRC's not supporting an inclusive ENDA?&lt;/p&gt;
&lt;p&gt;I have one question: Why?&lt;/p&gt;
&lt;p&gt;HRC has always touted trans inclusivity and rarely puts its money where its mouth is. Small donations to organizations have been the norm, mostly paying a lip service. The $25,000 grant is the first time that they have truly made a trans-inclusive action of size.&lt;/p&gt;
&lt;p&gt;MATAVA sounds like they're trying to coerce MTPC into not accepting funds from HRC (to punish HRC?). It seems exactly counterproductive to building the unity in action that works so well, and that MTPC has so far managed with skill.&lt;/p&gt;
&lt;p&gt;How is this in any way beneficial to the ends they are working for?&lt;/p&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:aredridel:245811</id>
    <link rel="alternate" type="text/html" href="http://aredridel.livejournal.com/245811.html"/>
    <link rel="self" type="text/xml" href="http://aredridel.livejournal.com/data/atom/?itemid=245811"/>
    <title>Servers and crashing</title>
    <published>2008-01-01T01:45:48Z</published>
    <updated>2008-04-13T00:07:07Z</updated>
    <content type="html">&lt;p&gt;So my ISP, where I colocate my servers, has had a battery backup that has had issues. The kind of one-off issues where you reset it, and uneasily it works for a while, then something either related or not happens, and it crashes again.&lt;/p&gt;
&lt;p&gt;Tonight he informs me that it came back with fully proper status this time and it shouldn't do that again. We'll see. &lt;/p&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:aredridel:245656</id>
    <link rel="alternate" type="text/html" href="http://aredridel.livejournal.com/245656.html"/>
    <link rel="self" type="text/xml" href="http://aredridel.livejournal.com/data/atom/?itemid=245656"/>
    <title>aredridel @ 2007-12-30T23:16:00</title>
    <published>2007-12-31T06:16:04Z</published>
    <updated>2008-04-13T00:05:45Z</updated>
    <content type="html">&lt;p&gt;Helping a friend install linux ... win. &lt;/p&gt;
&lt;p&gt;Helping a friend install linux, only to realize halfway through, after their old OS is destroyed, that the only copy is on a bad CD, with no other computer to burn a new copy? Not as fun. &lt;/p&gt;
&lt;p&gt;There's amazing ways to work yourself out of that hole, but ... man. It sucks. And boy does it take time.&lt;/p&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:aredridel:245320</id>
    <link rel="alternate" type="text/html" href="http://aredridel.livejournal.com/245320.html"/>
    <link rel="self" type="text/xml" href="http://aredridel.livejournal.com/data/atom/?itemid=245320"/>
    <title>Merry Solstice</title>
    <published>2007-12-23T16:14:21Z</published>
    <updated>2008-04-13T00:06:30Z</updated>
    <content type="html">&lt;p&gt;Last night was my family's solstice celebration. It's a tradition we're slowly growing, replacing the Christmases of a family that has more connection to the seasons than the church with something a bit more connected.&lt;/p&gt;
&lt;p&gt;We all got together for a pot luck last night. Pizza with pesto and cranberries, cheesy escarole and mushroom and pasta casserole, home made egg-nog, home made ravioli, a huge platter of fresh vegetables.&lt;/p&gt;
&lt;p&gt;We light candles, light for the dark night.&lt;/p&gt;
&lt;p&gt;We still have a left-over Christmas gift-giving tradition, though I think that's half held together by my mother, who works in a thrift shop and gets everything half price. &lt;/p&gt;
&lt;p&gt;It's a quiet holiday, but I really like how my family celebrates.&lt;/p&gt;
&lt;p&gt;My sister leaves on Boxing Day for Denver, six months in paramedic school. I'm going to miss her.&lt;/p&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:aredridel:244769</id>
    <link rel="alternate" type="text/html" href="http://aredridel.livejournal.com/244769.html"/>
    <link rel="self" type="text/xml" href="http://aredridel.livejournal.com/data/atom/?itemid=244769"/>
    <title>Oy. At least they're honest.</title>
    <published>2007-11-28T02:05:34Z</published>
    <updated>2008-04-13T00:08:11Z</updated>
    <content type="html">&lt;p&gt;&lt;a href="http://medicine.plosjournals.org/perlserv/?request=get-document&amp;amp;doi=10.1371/journal.pmed.0040322&amp;amp;ct=1"&gt;PLoS Medicine: What Are the Benefits and Risks of Fitting Patients with Radiofrequency Identification Devices&lt;/a&gt;&lt;/p&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:aredridel:244591</id>
    <link rel="alternate" type="text/html" href="http://aredridel.livejournal.com/244591.html"/>
    <link rel="self" type="text/xml" href="http://aredridel.livejournal.com/data/atom/?itemid=244591"/>
    <title>"So what do vegetarians eat on Thanksgiving?", a short and incomplete list.</title>
    <published>2007-11-23T04:30:11Z</published>
    <updated>2008-04-13T00:10:12Z</updated>
    <content type="html">&lt;ul&gt;&lt;li&gt; Quiche&lt;/li&gt;
&lt;li&gt; Soufflé gone quichey, "Soufliche"&lt;/li&gt;
&lt;li&gt; Corn casserole&lt;/li&gt;
&lt;li&gt; Scalloped potatoes&lt;/li&gt;
&lt;li&gt; Polenta larghata with tomatoes, portobello mushrooms and mozarella on top&lt;/li&gt;
&lt;li&gt; Sweet potato pie&lt;/li&gt;
&lt;li&gt; Pumpkin pie&lt;/li&gt;
&lt;li&gt;Cous-cous with cranberries in it&lt;/li&gt;
&lt;li&gt;Cranberry sauce&lt;/li&gt;
&lt;li&gt; Wine&lt;/li&gt;
&lt;li&gt; English muffins (Home made)&lt;/li&gt;
&lt;li&gt; Curry&lt;/li&gt;
&lt;/ul&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:aredridel:244442</id>
    <link rel="alternate" type="text/html" href="http://aredridel.livejournal.com/244442.html"/>
    <link rel="self" type="text/xml" href="http://aredridel.livejournal.com/data/atom/?itemid=244442"/>
    <title>micro-Tumble</title>
    <published>2007-11-21T08:38:12Z</published>
    <updated>2008-04-13T00:12:59Z</updated>
    <content type="html">&lt;p&gt;I'd forgotten that I'd ever seen the concept of &lt;a href="http://www.usemod.com/cgi-bin/mb.pl?SoftSecurity"&gt;Soft Security&lt;/a&gt; spelled out until chris2 reminded me.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://nanowrimo.org"&gt;NaNoWriMo&lt;/a&gt; is 2/3 over today. Good luck, all!&lt;/p&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:aredridel:244053</id>
    <link rel="alternate" type="text/html" href="http://aredridel.livejournal.com/244053.html"/>
    <link rel="self" type="text/xml" href="http://aredridel.livejournal.com/data/atom/?itemid=244053"/>
    <title>Work todos</title>
    <published>2007-11-20T23:57:51Z</published>
    <updated>2008-04-13T00:14:11Z</updated>
    <content type="html">&lt;ul&gt;
&lt;li&gt; move database services to the new cluster machine, in a VM&lt;/li&gt;
&lt;li&gt; rebuild the database to passwd-file converter, to be triggerable whenever a user is added to the database&lt;/li&gt;
&lt;li&gt; set up passwd-file replication (rdist?)&lt;/li&gt;
&lt;li&gt; finish user management in the control panel system&lt;/li&gt;
&lt;li&gt; Start clustered web services finally&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;There's some fun stuff.&lt;/p&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:aredridel:241559</id>
    <link rel="alternate" type="text/html" href="http://aredridel.livejournal.com/241559.html"/>
    <link rel="self" type="text/xml" href="http://aredridel.livejournal.com/data/atom/?itemid=241559"/>
    <title>Well, that sucks.</title>
    <published>2007-11-05T08:14:46Z</published>
    <updated>2007-11-05T08:14:46Z</updated>
    <category term="polis"/>
    <content type="html">Polis is down for a somewhat extended count, as it's doing an intensive check on a huge disk.&lt;br /&gt;&lt;br /&gt;It's going to take about ten hours.</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:aredridel:237018</id>
    <link rel="alternate" type="text/html" href="http://aredridel.livejournal.com/237018.html"/>
    <link rel="self" type="text/xml" href="http://aredridel.livejournal.com/data/atom/?itemid=237018"/>
    <title>Slow logins on Windows XP, and 802.1x on unencrypted networks.</title>
    <published>2007-09-18T18:54:54Z</published>
    <updated>2007-09-18T18:54:54Z</updated>
    <content type="html">&lt;p&gt;&lt;a href="http://theinternetco.net"&gt;The Internet Company&lt;/a&gt; just had a repair job for a laptop, which when the user tried to log in using Windows XP Professional, would display a box for nearly a minute saying "802.1x Authentication Status" and a message "Windows is waiting for the wireless network and DHCP — Google didn't help much, so we had to guess a lot. She wasn't using 802.1x at all, she'd only used public networks. There was nothing indicating that it should use 802.1x at login time, no group policy setting to force it, nothing. &lt;span class='ljuser' lj:user='engnyath' style='white-space: nowrap;'&gt;&lt;a href='http://engnyath.livejournal.com/profile'&gt;&lt;img src='http://p-stat.livejournal.com/img/userinfo.gif' alt='[info]' width='17' height='17' style='vertical-align: bottom; border: 0; padding-right: 1px;' /&gt;&lt;/a&gt;&lt;a href='http://engnyath.livejournal.com/'&gt;&lt;b&gt;engnyath&lt;/b&gt;&lt;/a&gt;&lt;/span&gt; found several good-looking but ultimately fruitless Microsoft KB articles.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;The fix? Uninstall the driver for the wireless card and reinstall. I suspect that there was a registry setting that was reset by doing that. If I could reproduce the problem, I'd figure out which, but we're in good shape now and going to call it done.&lt;/p&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:aredridel:235886</id>
    <link rel="alternate" type="text/html" href="http://aredridel.livejournal.com/235886.html"/>
    <link rel="self" type="text/xml" href="http://aredridel.livejournal.com/data/atom/?itemid=235886"/>
    <title>LJ in a feed reader</title>
    <published>2007-09-06T07:37:38Z</published>
    <updated>2007-09-06T07:37:38Z</updated>
    <category term="ruby"/>
    <category term="software"/>
    <category term="geek"/>
    <content type="html">&lt;p&gt;Now that &lt;a href="http://liferea.sourceforge.net/"&gt;Liferea&lt;/a&gt; supports remote OPML files (this in version 1.4), I've set up my livejournal feeds to automatically come and go based on my friends list. I wrote a little CGI script that transforms the LJ FOAF file into an OPML file (including the authentication that's needed to read protected LJ entries.&lt;/p&gt;
&lt;p&gt;The code's at &lt;a href="http://dinhe.net/~aredridel/projects/ruby/ljfoaf-to-opml/"&gt;http://dinhe.net/~aredridel/projects/ruby/ljfoaf-to-opml/&lt;/a&gt; (GIT repository), if anyone wants to adapt it. It's obviously not secure, but it should work in a pinch.&lt;/p&gt;
&lt;p&gt;I also discovered that there were about 150 journals that I wasn't reading because my manual process managed not to add them. I'll be keeping up with people better now. Sorry about that, folks.&lt;/p&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:aredridel:234266</id>
    <link rel="alternate" type="text/html" href="http://aredridel.livejournal.com/234266.html"/>
    <link rel="self" type="text/xml" href="http://aredridel.livejournal.com/data/atom/?itemid=234266"/>
    <title>Gender expression and comics</title>
    <published>2007-08-26T04:23:33Z</published>
    <updated>2007-08-26T04:23:33Z</updated>
    <category term="comics"/>
    <category term="gender"/>
    <category term="art"/>
    <content type="html">&lt;p&gt;Felixity (&lt;span class='ljuser' lj:user='garlicfiend' style='white-space: nowrap;'&gt;&lt;a href='http://garlicfiend.livejournal.com/profile'&gt;&lt;img src='http://p-stat.livejournal.com/img/userinfo.gif' alt='[info]' width='17' height='17' style='vertical-align: bottom; border: 0; padding-right: 1px;' /&gt;&lt;/a&gt;&lt;a href='http://garlicfiend.livejournal.com/'&gt;&lt;b&gt;garlicfiend&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;) wrote in &lt;span class='ljuser' lj:user='transgender' style='white-space: nowrap;'&gt;&lt;a href='http://community.livejournal.com/transgender/profile'&gt;&lt;img src='http://p-stat.livejournal.com/img/community.gif' alt='[info]' width='16' height='16' style='vertical-align: bottom; border: 0; padding-right: 1px;' /&gt;&lt;/a&gt;&lt;a href='http://community.livejournal.com/transgender/'&gt;&lt;b&gt;transgender&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;,&lt;/p&gt;
&lt;blockquote&gt;
&lt;h3&gt;An amazing bundle of thought-provoking awesome&lt;/h3&gt;
&lt;p&gt;So &lt;span class='ljuser' lj:user='brown_betty' style='white-space: nowrap;'&gt;&lt;a href='http://brown-betty.livejournal.com/profile'&gt;&lt;img src='http://p-stat.livejournal.com/img/userinfo.gif' alt='[info]' width='17' height='17' style='vertical-align: bottom; border: 0; padding-right: 1px;' /&gt;&lt;/a&gt;&lt;a href='http://brown-betty.livejournal.com/'&gt;&lt;b&gt;brown_betty&lt;/b&gt;&lt;/a&gt;&lt;/span&gt; puts out a call for &lt;a href="http://brown-betty.livejournal.com/214728.html"&gt;artwork of male comic book characters in "female" comic book poses&lt;/a&gt; in an effort to examine the stark gender divide in comic books.&lt;/p&gt;
&lt;p&gt;This prompts &lt;span class='ljuser' lj:user='ratcreature' style='white-space: nowrap;'&gt;&lt;a href='http://ratcreature.livejournal.com/profile'&gt;&lt;img src='http://p-stat.livejournal.com/img/userinfo.gif' alt='[info]' width='17' height='17' style='vertical-align: bottom; border: 0; padding-right: 1px;' /&gt;&lt;/a&gt;&lt;a href='http://ratcreature.livejournal.com/'&gt;&lt;b&gt;ratcreature&lt;/b&gt;&lt;/a&gt;&lt;/span&gt; to post some &lt;a href="http://ratcreature.livejournal.com/175099.html#cutid1"&gt;scans from a guide to drawing comic characters&lt;/a&gt;, including sections on how to draw comic &lt;strike&gt;pornstars&lt;/strike&gt;women.&lt;/p&gt;
&lt;p&gt;In a brilliant display of awesome, &lt;span class='ljuser' lj:user='vito_excalibur' style='white-space: nowrap;'&gt;&lt;a href='http://vito-excalibur.livejournal.com/profile'&gt;&lt;img src='http://p-stat.livejournal.com/img/userinfo.gif' alt='[info]' width='17' height='17' style='vertical-align: bottom; border: 0; padding-right: 1px;' /&gt;&lt;/a&gt;&lt;a href='http://vito-excalibur.livejournal.com/'&gt;&lt;b&gt;vito_excalibur&lt;/b&gt;&lt;/a&gt;&lt;/span&gt; &lt;a href="http://vito-excalibur.livejournal.com/114588.html"&gt;"fixes" the pages, switching all the men and women. &lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://community.livejournal.com/transgender/1356726.html"&gt;[remainder clipped]&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;span class='ljuser' lj:user='brown_betty' style='white-space: nowrap;'&gt;&lt;a href='http://brown-betty.livejournal.com/profile'&gt;&lt;img src='http://p-stat.livejournal.com/img/userinfo.gif' alt='[info]' width='17' height='17' style='vertical-align: bottom; border: 0; padding-right: 1px;' /&gt;&lt;/a&gt;&lt;a href='http://brown-betty.livejournal.com/'&gt;&lt;b&gt;brown_betty&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;'s &lt;a href="http://brown-betty.livejournal.com/214728.html"&gt;original post&lt;/a&gt; links to a couple &lt;a href="http://willow-dot-com.livejournal.com/4959.html"&gt;insightful posts&lt;/a&gt; too, and some examples.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://girl-wonder.org"&gt;Girl-Wonder.org&lt;/a&gt; is a site dedicated to women in (mainstream) comics, both characters and authors. Some neat stuff up there.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.google.com/search?q=site%3Awww.sequentialtart.com%20%22bizarre%20breasts%22"&gt;Sequential Tart's "Bizarre Breasts" column&lt;/a&gt;, sadly no longer updating.&lt;/p&gt;
&lt;p&gt;It's been going on a long time, too, and not just in comics — Loomis' drawing suggestions from the forties &lt;a href="http://fineart.sk/show.php?w=897"&gt;draws otherwise normal female nudes in heels&lt;/a&gt;. They'd never do something like this to the men, of course.&lt;/p&gt;
&lt;p&gt;Some answers to the challenge: &lt;a href="http://stephendann.livejournal.com/1114022.html"&gt;stephendann&lt;/a&gt;, &lt;a href="http://naefox.livejournal.com/10157.html"&gt;naefox&lt;/a&gt;, &lt;a href="http://community.livejournal.com/comics_fanart/175590.html"&gt;kkglinka&lt;/a&gt; (&lt;a href="http://community.livejournal.com/comics_fanart/175660.html"&gt;again!&lt;/a&gt;), &lt;a href="http://redplasticglass.livejournal.com/153279.html"&gt;redplasticglass&lt;/a&gt;, &lt;a href="http://community.livejournal.com/comics_fanart/176718.html"&gt;theblackscorpio&lt;/a&gt;, &lt;a href="http://ocarina.livejournal.com/430690.html"&gt;ocarina&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;and on the subject of sexy superheroes, &lt;a href="http://www.racyli.com/free.html"&gt;Racy Li&lt;/a&gt; writes sexy superhero stories, including &lt;a href="http://www.racyli.com/free.html"&gt;one that's free&lt;/a&gt;.&lt;/p&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:aredridel:233739</id>
    <link rel="alternate" type="text/html" href="http://aredridel.livejournal.com/233739.html"/>
    <link rel="self" type="text/xml" href="http://aredridel.livejournal.com/data/atom/?itemid=233739"/>
    <title>Ruby JSON implementations</title>
    <published>2007-08-17T22:16:48Z</published>
    <updated>2007-08-17T22:16:48Z</updated>
    <content type="html">&lt;p&gt;Okay, folks, we have a problem here. When you distribute an app or library that uses JSON, will you please document &lt;em&gt;which&lt;/em&gt; json you mean?&lt;/p&gt;
&lt;p&gt;There's &lt;a href="http://json.rubyforge.org/"&gt;JSON&lt;/a&gt; and there's &lt;a href="http://rubyforge.org/projects/ruby-json/"&gt;ruby-json&lt;/a&gt; (and is that related to &lt;a href="http://sourceforge.net/projects/json"&gt;ruby-json&lt;/a&gt;?)&lt;/p&gt;
&lt;p&gt;Also, JSON library authors: do you think you could possibly merge all this and solve it? Or at least document your projects as something other than "the json library for ruby"?&lt;/p&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:aredridel:233237</id>
    <link rel="alternate" type="text/html" href="http://aredridel.livejournal.com/233237.html"/>
    <link rel="self" type="text/xml" href="http://aredridel.livejournal.com/data/atom/?itemid=233237"/>
    <title>aredridel @ 2007-08-17T14:00:00</title>
    <published>2007-08-17T20:00:57Z</published>
    <updated>2007-08-17T20:00:57Z</updated>
    <content type="html">&lt;p&gt;&lt;a href="http://daringfireball.net/2007/08/c41_photoset"&gt;Pictures of geeks are much more interest in grainy, high-contrast black and white.&lt;/a&gt;&lt;/p&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:aredridel:231880</id>
    <link rel="alternate" type="text/html" href="http://aredridel.livejournal.com/231880.html"/>
    <link rel="self" type="text/xml" href="http://aredridel.livejournal.com/data/atom/?itemid=231880"/>
    <title>Playing with type</title>
    <published>2007-08-04T04:46:06Z</published>
    <updated>2007-08-04T04:50:58Z</updated>
    <content type="html">&lt;p&gt;Interface type is used in ways that book type isn't, and it's interesting to see how you can play with things. I realized this morning that my terminal type wasn't letting me distinguish commas from periods easily, so I switched to P22 Typewriter, and despite it being an effect typeface, it turns out to be rather legible for coding. I like the gritty texture, so I tried it for a bit as the Gnome application type:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://dinhe.net/~aredridel/2007/08/03-texture.png"&gt;&lt;img src="http://dinhe.net/~aredridel/2007/08/03-texture-clip.png" alt="A clip of a computer desktop with an eroded typewriter typeface for the user interface elements" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I like it for the window titles and menu headings. The variation in the letters makes it easier to read in some ways — a bit more visual texture than the Myriad Web I was using before. I'm not sticking with it as application type, since the wide spacing doesn't let me fit much on the screen, and that's important to me when reading email, so back to Myriad Web (or maybe Minion Web) for that. The terminal gets to stay old and clunky looking though.&lt;/p&gt;
&lt;p&gt;(Yes, that's the &lt;a href="http://blogs.gnome.org/thos/2007/08/03/default-wallpaper/"&gt;Gnome default wallpaper challenge&lt;/a&gt; image in the background.)&lt;/p&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:aredridel:231025</id>
    <link rel="alternate" type="text/html" href="http://aredridel.livejournal.com/231025.html"/>
    <link rel="self" type="text/xml" href="http://aredridel.livejournal.com/data/atom/?itemid=231025"/>
    <title>Uh...</title>
    <published>2007-07-29T01:25:47Z</published>
    <updated>2007-07-29T01:28:59Z</updated>
    <category term="geek"/>
    <content type="html">&lt;pre&gt;
aredridel@polis:~$ ls web/2006/11/05\,\ early./ -l
total 2146568199
-rw-r--r-- 1 aredridel  users                   89181 2006-11-05 13:40 dscf0009.jpg
-rw-r--r-- 1 aredridel  users                  141842 2006-11-05 13:40 dscf0017 cropped.jpg
---srwS-wT 1 2065705264  151593738              69632 2031-11-25 10:10 dscf0026.jpg
-r-Sr-Sr-T 1 1701054729  677868898 651468475179691109 2024-12-27 01:46 dscf0027.jpg
---srwx-wt 1 1713645670 2065705257              73728 2029-02-01 02:29 dscf0031.jpg
&lt;/pre&gt;
&lt;p&gt;Uh...&lt;/p&gt;
&lt;pre&gt;
aredridel@polis:~$ ls /home/users/aredridel/web/2006/11/05\,\ early/ -l -h
total 2.0T
-rw-r--r-- 1 aredridel  users       88K 2006-11-05 13:40 dscf0009.jpg
-rw-r--r-- 1 aredridel  users      139K 2006-11-05 13:40 dscf0017 cropped.jpg
---srwS-wT 1 2065705264  151593738  68K 2031-11-25 10:10 dscf0026.jpg
-r-Sr-Sr-T 1 1701054729  677868898 579P 2024-12-27 01:46 dscf0027.jpg
---srwx-wt 1 1713645670 2065705257  72K 2029-02-01 02:29 dscf0031.jpg
&lt;/pre&gt;
&lt;p&gt;Huh. Yay for sparse file support?&lt;/p&gt;</content>
  </entry>
</feed>
