Origins of the name Landor

When I was a teenager we had a group of computer nerds.

In the heyday, we would get together 2-∞ times a month, everyone would bring their computer and we would network them together and play games.
This is called a LAN party, LAN standing for Local Area Network.
We were called the LANarchists.

When you play games or go online, you are identified by a handle, a name.
Pay attention to the handle-less Joey in the movie Hackers. You’re nothing without a handle!
I had used several handles in my doings previous to Landor.

At one point my friend Andrew lived with me.
My name was also Andrew.
One bright day in the middle of the night, Andrew was leaning back in his chair looking through the dictionary. He opened to a page and became Ardor.

AssNeck would come over and call us Andor and Ardor. I can see him walking down the hall towards our room and saying our names.
I must have liked it because at some point noticed I could put an L in front of it and
became LANdor, a LANarchist.

So all my friends called me Landor.

When I moved to Savannah, GA, I told people my name was Landor.
The only people who called me Andrew were my girlfriend, who thought it was silly, and her friends.

In Charleston, SC, when I started working at Alliance Software, my username got set up relative to Andrew, so the Boss Man had a hard time remembering what to call me and said he wasn’t going to try. But every once in a while he’d call me Landor.

Around this time I came to think about this name situation, and I realized this name means something. Upon hearing the name, people are amazed. Everyone had a different interpretation, usually mystical in nature if it wasn’t Lando Calrissian.
I realized I am mystical in nature. I seek after these things. I inspire these things in others.

At the same time, I was formally introduced to feminism, which establishes language for much that is important to me.
Andrew means “Bold, Manly.”
While I am currently resonating at a masculine frequency and exhibiting masculine qualities, I’ve never really felt supremely manly or whatever that seems to be. I do not conform to or identify with the gender binary.

After working with him for 1.5 years, Alliance Boss Man, who had also chosen his name, told me that if I wanted him to call me Landor, then I’d have to get serious about it: if my mom would call me Landor, then he would too. It was about a month before I was going to a family reunion to see people I hadn’t seen for ~6-8 years.
At that family reunion, I shared with my family the Story of Landor, much as I am here now. They still struggle with 20 years of Andrew-calling, but they now mostly call me Landor.
My sister just sent out an updated family contact list in preparation for this year’s family reunion, and I am listed as Landor.

So, we start at Andrew, bring in the Andor inspired by friendship and love, LAN for its interconnectedness, and we arrive at a name free of enforced polarity, infused with the magic of the eternal somethingorother.

Posted in Journal | Tagged | Leave a comment

Pothos Cutting Parents Showing New Growth

This gallery contains 11 photos.

I made a bunch of pothos cuttings a few weeks ago. New growth is showing well on the parents.

More Galleries | Leave a comment

chicken coop and bread machine

I cleaned the sawdust out of the chicken coop and replaced it with fresh. When I first approached, there were three chickens sitting in the boxes. As they ran away, one flew up the side of the wall and an egg fell out of it. The egg fell out of the chicken, not the wall.

Faith and I went to Goodwill and I bought a bread machine.

Margo sticks her tongue out when she meows.

Our water is heated by an oil furnace. If the temperature of the house goes below a certain level, the water in the water heater is pumped throughout the house to heat it. We have a wood stove that can be used to supplement that heat. We have access to waste material from a wood shop, but not enough to get through the cold season without the oil furnace heating the house. I want a bicycle powered hydraulic press to make briquettes from sawdust, but I haven’t been able to find anything online.

Posted in Journal | Tagged , , , , | Leave a comment

ubuntu flex development

software/libs

  • sudo apt-get install ant openjdk-6-jdk
  • flex sdk, unzip, ~/Documents/projects/lib/flex_sdk_4.1.0.16076_mpl/
  • as3corelib, unzip, ~/Documents/projects/lib/as3corelib-.93/

flash debug setup

  • flash debug player, unzip, ~/.mozilla/plugins/libflashplayer.so
  • per instructions,
    ~/mm.cfg
    ErrorReportingEnable=0
    TraceOutputFileEnable=1
    MaxWarnings=0

    log file is located at ~/.macromedia/Flash_Player/Logs/flashlog.txt

debug output to firefox

  • unresolved

set up project

build.properties
FLEX_HOME = ${user.home}/Documents/projects/lib/flex_sdk_4.1.0.16076_mpl
build.xml
<project name="Flex Ant Tasks Build Script" default="incrementalBuild">
<available file="build.properties" filePath="." property="customBuildPropertiesExist" />
<fail unless="customBuildPropertiesExist" message="You must create a file called 'build.properties' with your local settings in order to use ant with this project." />
<property file="build.properties" />
<echo message="Successfully loaded properties." />
<!-- path to the flex task libraries. -->
<path id="flextasks.classpath">
<fileset dir="${FLEX_HOME}/ant/lib">
<include name="*.jar"/>
</fileset>
</path>
<typedef resource="flexTasks.tasks" classpathref="flextasks.classpath" />
<property name="project.sourcePath" location="${basedir}/src"/>
<property name="project.libraryPath" location="${basedir}/libs"/>
<property name="project.output.binaryPath" location="${basedir}/bin"/>
<property name="project.output.fileName" value="MyApp" />
<property name="value.default_width" value="200" />
<property name="value.default_height" value="200" />
<target name="incrementalBuild">
<property name="incremental" value="true" />
<antcall target="build" />
</target>
<target name="build" description="Compiles the source into a SWC library file.">
<echo>Compiling. Incremental build = ${incremental}</echo>
<mxmlc file="${project.sourcePath}/AppMain.as" output="${project.output.binaryPath}/${project.output.fileName}.swf" incremental="${incremental}">
<load-config filename="${FLEX_HOME}/frameworks/flex-config.xml"/>
<source-path path-element="${FLEX_HOME}/frameworks"/>
<source-path path-element="${project.sourcePath}"/>
<compiler.library-path dir="${FLEX_HOME}/frameworks" append="true">
<include name="libs" />
<include name="../bundles/{locale}" />
</compiler.library-path>
<default-size width="${value.default_width}" height="${value.default_height}" />
</mxmlc>
<echo>Success! Created ${project.output.fileName}.swf</echo>
</target>
</project>

Posted in Computer | Tagged , | 1 Comment

made apple cider with faith and albert

fun fun fun

Posted in Journal | Tagged , , | Leave a comment

I Created a Sustainable Economy

This gallery contains 1 photo.

More Galleries | Leave a comment