<?xml version="1.0" encoding="utf-8"?>
<!-- generator="open[qoob]" -->
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>the website of xero harrison</title>
    <subtitle type="text">xero, xero harrison, harrison, nu, x-e.ro, whois.x-e.ro, blog.x-e.ro, code.x-e.ro, lab.x-e.ro, img.x-e.ro, etc.x-e.ro, feeds.x-e.ro, fontvir.us, fontvirus, font, fonts, git, portfolio, program, programming, code, coding, codes, codez, dev, develop, developer, qoob, open qoob, openqoob, framework, code, api, lab, laboratory, experiment, experiments, demo, netart, net art, unixporn, unix porn, unixp0rn, unixpr0n, images, photos, etc, random</subtitle>
    <link>https://blog.x-e.ro</link>
    <updated>Sat, 30 May 2026 14:13:34 -0400</updated>
    <id>https://blog.x-e.ro</id>
    <link rel="self" href="https://feeds.x-e.ro" />
    <generator uri="http://qoob.xero.nu/">open[qoob]</generator>
    <entry>
        <title>vim</title>
        <id>https://blog.x-e.ro/vim</id>
        <link rel="alternate">https://blog.x-e.ro/vim</link>
        <summary type="html">&lt;img src=&quot;http://blog.x-e.ro/ui/img/blog/vim.gif&quot;&gt;&lt;h3&gt;contents&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;/vim#editor-vs-ide&quot;&gt;editor vs ide&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;/vim#simple&quot;&gt;simple&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;/vim#everywhere&quot;&gt;everywhere&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;/vim#vim&quot;&gt;vim&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;/vim#help&quot;&gt;help&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;/vim#configurable&quot;&gt;configurable&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;/vim#extensible&quot;&gt;extensible&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;/vim#multiple-files&quot;&gt;multiple files&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;/vim#interface&quot;&gt;interface&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;/vim#shell-commands&quot;&gt;shell commands&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;/vim#file-searching&quot;&gt;file searching&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;/vim#random-vim-tips&quot;&gt;random vim tips&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;/vim#learning--tutorials&quot;&gt;learning &amp; tutorials&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;/vim#wrap-up&quot;&gt;wrap up&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;</summary>
        <author>
            <name>xero harrison</name>
        </author>
        <updated>2015-10-31T00:00:00-04:00</updated>
    </entry>
    <entry>
        <title>arch linux</title>
        <id>https://blog.x-e.ro/arch_linux</id>
        <link rel="alternate">https://blog.x-e.ro/arch_linux</link>
        <summary type="html">&lt;p&gt;this is my arch linux install guide. it's not meant to replace the &lt;a href=&quot;https://wiki.archlinux.org/index.php/Beginners%27_guide&quot;&gt;beginners guide&lt;/a&gt; or the &lt;a href=&quot;https://wiki.archlinux.org/index.php/Installation_guide&quot;&gt;install guide&lt;/a&gt;, but act as a quick overview of exactly what the install process entails. hopefully this will encourage those intimidated by the terminal only install process.&lt;/p&gt;&lt;p&gt;this setup is for my &lt;em&gt;HP Envy 6t-1000&lt;/em&gt; laptop. it has a 32gb ssd drive with two partitions for &lt;kbd&gt;boot&lt;/kbd&gt; and &lt;kbd&gt;/&lt;/kbd&gt; and the other 500gb hdd is my &lt;kbd&gt;home&lt;/kbd&gt;. my laptop has plenty of ram so i do not use a swap. my laptop also has &lt;a href=&quot;https://wiki.archlinux.org/index.php/Unified_Extensible_Firmware_Interface&quot; target=&quot;_blank&quot;&gt;UEFI bios&lt;/a&gt; and will cover it's install procedure.&lt;/p&gt;&lt;p&gt;boot to the install medium and you will be greeted by the prompt:&lt;/p&gt;&lt;pre&gt;&lt;code&gt;root@archiso ~ #&lt;/code&gt;&lt;/pre&gt;</summary>
        <author>
            <name>xero harrison</name>
        </author>
        <updated>2015-07-13T01:32:53-04:00</updated>
    </entry>
    <entry>
        <title>managing your dotfiles</title>
        <id>https://blog.x-e.ro/managing_dotfiles_with_gnu_stow</id>
        <link rel="alternate">https://blog.x-e.ro/managing_dotfiles_with_gnu_stow</link>
        <summary type="html">&lt;p&gt;&lt;a href=&quot;http://code.x-e.ro/dotfiles&quot;&gt;&lt;img src=&quot;/ui/img/code/dotfiles.png&quot; alt=&quot;preview of xero's shell&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;in the *nix world programs are configured in two different ways, via arguments in the terminal or text based configuration files. programs which have many options like your shell, window managers, or even text editors are configured on a per-user basis with files in your home directory &lt;kbd&gt;~&lt;/kbd&gt;. in unix like operating systems any file or directory that starts with a period or full stop character is considered hidden, and in a default view will not be displayed. thus the name &lt;kbd&gt;dotfiles&lt;/kbd&gt;. it's been said of every console user: &lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;you are your dotfiles&lt;/p&gt;&lt;cite&gt;&lt;/cite&gt;&lt;/blockquote&gt;
&lt;p&gt;i manage mine with &lt;a href=&quot;http://www.gnu.org/software/stow/&quot;&gt;gnu stow&lt;/a&gt;, a free, portable, lightweight symlink farm manager. it allows me to keep a versioned directory of all my config files that are virtually linked into place.</summary>
        <author>
            <name>xero harrison</name>
        </author>
        <updated>2015-04-20T20:53:06-04:00</updated>
    </entry>
    <entry>
        <title>atom editor linux install</title>
        <id>https://blog.x-e.ro/atom_editor_linux_install</id>
        <link rel="alternate">https://blog.x-e.ro/atom_editor_linux_install</link>
        <summary type="html">&lt;p&gt;&lt;a href=&quot;http://img.x-e.ro/i/atom.png&quot;&gt;&lt;img src=&quot;http://img.x-e.ro/thumb/atom.png&quot; alt=&quot;atom text editor linux screenshot&quot;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://atom.io/&quot;&gt;atom&lt;/a&gt; is a &quot;hackable text editor for the 21st century&quot; created by the team at github. it's designed to be customizable, but also usable without needing to edit a config file.&lt;/p&gt;
&lt;p&gt;this quote really sums it up perfectly:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;because we spend most of our day in a text editor, the single most important feature we wanted in an editor was extensibility. atom is built with the same open source technologies used by modern web browsers. at the core of atom is chromium, the open source project behind google chrome. with that comes all the power and innovation being developed for the web. but more importantly, extending atom is as simple as writing javascript and css, two languages used by millions of developers each day.&lt;/p&gt;&lt;cite&gt;&lt;a href=&quot;http://atom.io/&quot;&gt;atom.io&lt;/a&gt;&lt;/cite&gt;&lt;/blockquote&gt;</summary>
        <author>
            <name>xero harrison</name>
        </author>
        <updated>2014-05-08T15:33:06-04:00</updated>
    </entry>
    <entry>
        <title>double cooked tofu</title>
        <id>https://blog.x-e.ro/double_cooked_tofu</id>
        <link rel="alternate">https://blog.x-e.ro/double_cooked_tofu</link>
        <summary type="html">&lt;p class=&quot;center&quot;&gt;&lt;a title=&quot;tofu - double-cooked&quot; rel=&quot;shadowbox[post-123];player=img;&quot; href=&quot;http://img.x-e.ro/i/tofu-double-cooked.png&quot;&gt;&lt;img title=&quot;tofu - double-cooked&quot; src=&quot;http://blog.x-e.ro/ui/img/blog/uploads/tofu-16.png&quot; alt=&quot;tofu - double-cooked&quot; width=&quot;710&quot; height=&quot;200&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;one day i walked into an unfamiliar chinese restaurant and ordered szechuan tofu. the nice lady behind the counter asked me if i wanted it steamed, fried... or both. at that moment my mind was blown. and the idea of double cooked tofu was born. it’s a simple recipe for anyone new to cooking tofu. this article is meant to teach you how to cook tofu, not flavor it. tofu is known for taking on the tastes of whatever it’s cooked with. after cooking the tofu in this method you can coat or sauté it in a sauce of your choice, or eat it plain.&lt;/p&gt;</summary>
        <author>
            <name>xero harrison</name>
        </author>
        <updated>2011-07-28T18:26:00-04:00</updated>
    </entry>
    <entry>
        <title>vegan chocolate chip cookies</title>
        <id>https://blog.x-e.ro/vegan_chocolate_chip_cookie_recipe</id>
        <link rel="alternate">https://blog.x-e.ro/vegan_chocolate_chip_cookie_recipe</link>
        <summary type="html">&lt;p&gt;&lt;img title=&quot;vegan chocolate chip cookie recipe&quot; src=&quot;http://blog.x-e.ro/ui/img/blog/uploads/vegan-choco-chip.jpg&quot; alt=&quot;vegan chocolate chip cookie recipe&quot; width=&quot;500&quot; height=&quot;230&quot; /&gt;&lt;/p&gt;
&lt;p&gt;start with a small container of margarine&lt;br /&gt;(like 7.5oz of promise or smart balance)&lt;/p&gt;
&lt;p&gt;blend in some sugar.&lt;br /&gt;i use about 1/3 brown sugar, 1/3 white sugar, and 1/2 a cup of confection [powdered] sugar.&lt;/p&gt;
&lt;p&gt;*optional*&lt;br /&gt;you can also use 1 table spoon of honey and/or agave nectar.&lt;/p&gt;
&lt;p&gt;stir until creamy.&lt;/p&gt;
&lt;p&gt;add 1 tea spoon vanilla and stir.&lt;br /&gt;add flour. &lt;br /&gt;(i like to mix 1/2 cup of whole wheat flour and 1+1/2 cup of white flour.)&lt;/p&gt;
&lt;p&gt;*NOTE*&lt;br /&gt;if you used honey / agave nectar you'll need and extra 1/2 cup of flour.&lt;/p&gt;
&lt;p&gt;add 1 tea spoon of salt.&lt;br /&gt;add 1 tea spoon of baking soda.&lt;br /&gt;add 1 tea spoon of baking powder.&lt;/p&gt;
&lt;p&gt;you want the dough to be stiff not sticky. if necessary, add more flour...&lt;/p&gt;</summary>
        <author>
            <name>xero harrison</name>
        </author>
        <updated>2009-04-28T15:57:31-04:00</updated>
    </entry>
    <entry>
        <title>i hate winter driving</title>
        <id>https://blog.x-e.ro/i_hate_winter_driving</id>
        <link rel="alternate">https://blog.x-e.ro/i_hate_winter_driving</link>
        <summary type="html">&lt;p class=&quot;center&quot;&gt;&lt;img title=&quot;reasons i hate winter driving&quot; src=&quot;http://blog.x-e.ro/ui/img/blog/uploads/winter-driving.png&quot; alt=&quot;reasons i hate winter driving&quot; width=&quot;710&quot; height=&quot;201&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;text-decoration: underline;&quot;&gt;one:&lt;/span&gt; it's so cold when you get in the car your hands stick to the icy wheel.&lt;br /&gt;&lt;span style=&quot;text-decoration: underline;&quot;&gt;two:&lt;/span&gt; turning on the heater and it blowing cold air all over you&lt;br /&gt;&lt;span style=&quot;text-decoration: underline;&quot;&gt;three:&lt;/span&gt; snow spinning in front of your window, hypnotizing you&lt;br /&gt;&lt;span style=&quot;text-decoration: underline;&quot;&gt;four:&lt;/span&gt; slipping on black ice, sliding off the road, and getting stuck in a ditch&lt;br /&gt;&lt;span style=&quot;text-decoration: underline;&quot;&gt;five:&lt;/span&gt; everyone else on the road suddenly forgets how to drive&lt;/p&gt;</summary>
        <author>
            <name>xero harrison</name>
        </author>
        <updated>2001-12-30T16:35:00-05:00</updated>
    </entry>
</feed>
