<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="../assets/xml/rss.xsl" media="all"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Blind Not Dumb (Posts about blog)</title><link>https://www.feoh.org/</link><description></description><atom:link href="https://www.feoh.org/categories/blog.xml" rel="self" type="application/rss+xml"></atom:link><language>en</language><copyright>Contents © 2026 &lt;a href="mailto:feoh@feoh.org"&gt;Chris Patti&lt;/a&gt; 
&lt;a rel="license" href="https://creativecommons.org/licenses/by-nc-sa/4.0/"&gt;
&lt;img alt="Creative Commons License BY-NC-SA"
style="border-width:0; margin-bottom:12px;"
src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png"&gt;&lt;/a&gt;</copyright><lastBuildDate>Mon, 02 Mar 2026 00:41:15 GMT</lastBuildDate><generator>Nikola (getnikola.com)</generator><docs>http://blogs.law.harvard.edu/tech/rss</docs><item><title>A Teency Bit More Housekeeping</title><link>https://www.feoh.org/posts/a-teency-bit-more-housekeeping.html</link><dc:creator>Chris Patti</dc:creator><description>&lt;p&gt;I'm switching the static site generator I ues for this blog from &lt;a href="https://blog.getpelican.com/"&gt;Pelican&lt;/a&gt; to &lt;a href="https://getnikola.com/"&gt;Nikola&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;There are a number of reasons for this - better/more theme options, a more active development community, and some really swank features I just love.&lt;/p&gt;
&lt;p&gt;The up-shot however is that the RSS feeds will need to change. The new links are clearly signposted on the header at the top of the blog.&lt;/p&gt;
&lt;p&gt;Also, I've switched the comment system from Disqus (Which I really Dis-like :) to &lt;a href="https://www.intensedebate.com/"&gt;Intense Debate&lt;/a&gt; which I've been using on my personal blog and love to bits.&lt;/p&gt;
&lt;p&gt;You can find the old Disqus comments &lt;a href="https://disqus.com/home/forum/blindnotdumb/"&gt;here&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Thanks for understanding and updating your feed readers!&lt;/p&gt;</description><category>blog</category><category>housekeeping</category><guid>https://www.feoh.org/posts/a-teency-bit-more-housekeeping.html</guid><pubDate>Tue, 17 May 2022 20:34:40 GMT</pubDate></item><item><title>Some Brief But Important House Keeping</title><link>https://www.feoh.org/posts/some-housekeeping.html</link><dc:creator>Chris Patti</dc:creator><description>&lt;p&gt;Hi all!&lt;/p&gt;
&lt;p&gt;Just a brief house-keeping note.&lt;/p&gt;
&lt;p&gt;This is going to hence-forth be strictly my professional blog.&lt;/p&gt;
&lt;p&gt;I'll be cleaning out old posts that aren't tech related and &lt;em&gt;maybe&lt;/em&gt;
moving any I feel particularly inclined to keep over to my new personal
blog, &lt;a href="https://playingwithquicksilver.net"&gt;Playing With Quicksilver&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;I'm not trying to hide anything, so feel free to browse my old posts via the
Wayback Machine over &lt;a href="https://web.archive.org/web/20211225090030/https://www.feoh.org/"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;I look forward to blogging here more often! I'll likely also be switching to
the &lt;a href="https://getnikola.com"&gt;Nikola&lt;/a&gt; static site generator because it offers 
a number of features and creature comforts that will make my life easier
(Like having a command that will pre-seed a new post with all the right metadata fields. Yay :)&lt;/p&gt;
&lt;p&gt;As always feel free to hit me up here or on social media if you have any thoughts.&lt;/p&gt;
&lt;p&gt;Onward!&lt;/p&gt;</description><category>blog</category><category>housekeeping</category><guid>https://www.feoh.org/posts/some-housekeeping.html</guid><pubDate>Fri, 11 Mar 2022 06:11:00 GMT</pubDate></item><item><title>Trying out VimRepress</title><link>https://www.feoh.org/posts/trying-out-vimrepress.html</link><dc:creator>cpatti</dc:creator><description>&lt;section id="vimrepress"&gt;
&lt;h2&gt;VimRePress&lt;/h2&gt;
&lt;div class="line-block"&gt;
&lt;div class="line"&gt;In an ongoing effort to immerse myself in Vim as much as possible, I'm trying out a plugin called &lt;a class="reference external" href="https://github.com/vim-scripts/VimRepress"&gt;VimRepress&lt;/a&gt; - a fork of the popular Vimpress plugin.&lt;/div&gt;
&lt;div class="line"&gt;&lt;br&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;section id="installing"&gt;
&lt;h3&gt;Installing&lt;/h3&gt;
&lt;p&gt;Unfortunately, getting it running with MacVim on MacOS X Lion is a bit of a bear, but thankfully Paulo Poiati wrote an excellent &lt;a class="reference external" href="https://blog.paulopoiati.com/2012/02/07/installing-vimrepress-in-macvim-osx-lion/"&gt;article&lt;/a&gt; on getting the job done.&lt;/p&gt;
&lt;p&gt;Basically, if you're using Homebrew, you have to rebuild your MacVim to use the i386 architecture, otherwise you wind up with a Python interpreter that doesn't match the bitness of your editor, and when MacVim goes to invoke Python to run the blogging bits in the plugin, MacVim explodes.&lt;/p&gt;
&lt;p&gt;Also unfortunately, you can't use the Homebrew built Python or Ruby interpreters when building MacVim either, and have to instead use the bundled ones from MacOS (both sorely out of date. Who uses Ruby 1.8 anymore? :).&lt;/p&gt;
&lt;p&gt;So I had to uninstall my Homebrew based Python and Ruby, install python-markdown2 into the OSX default Python instance, and now everything seems to be working just fine.&lt;/p&gt;
&lt;/section&gt;
&lt;/section&gt;
&lt;section id="living-the-vim-life"&gt;
&lt;h2&gt;Living the Vim Life&lt;/h2&gt;
&lt;section id="vimrepress-and-blogging"&gt;
&lt;h3&gt;VimRepress and Blogging&lt;/h3&gt;
&lt;p&gt;That said, there are still some creature comforts that I miss from the awesome Blogging bundle in TextMate - silly things like giving me a drop down list with the possible Categories for my post and the like. Hopefully over time we can get those implemented in Vim land :)&lt;/p&gt;
&lt;p&gt;On the upside, and this counts for a lot, is that I can now write in &lt;a class="reference external" href="https://daringfireball.net/projects/markdown/"&gt;Markdown&lt;/a&gt; again &amp;lt;&lt;em&gt;contented sigh&lt;/em&gt;&amp;gt; I've missed Markdown terribly ever since I transitioned the blog from Typo to Wordpress many moons ago. It's a joy to write in, and really lets me think about the writing, not about a properly formed HTML element, which is priceless.&lt;/p&gt;
&lt;/section&gt;
&lt;section id="vim-and-me-in-the-large"&gt;
&lt;h3&gt;Vim and Me In the Large&lt;/h3&gt;
&lt;p&gt;For what it's worth, thus far the minor pain of transitioning to Vim has been entirely worth it, I've definitely seen a noticeable productivity boost, and for work-a-day code and configuration editing, I'm actually finding Vim to be vastly more powerful than TextMate simply because my environment is everywhere I want to be rather than being chained to using my Mac desktop for editing and resorting to chicanery like remote mounted filesystems via sshfs.&lt;/p&gt;
&lt;p&gt;For years I'd read &lt;a class="reference external" href="https://pragprog.com/the-pragmatic-programmer"&gt;The Pragmatic Programmer&lt;/a&gt; with its mantra of "Learn &lt;strong&gt;one&lt;/strong&gt; editor, and learn it *&lt;em&gt;well&lt;/em&gt;" (paraphrase).&lt;/p&gt;
&lt;p&gt;I always had mixed feelings about that. I'd taken pride through most of my career in being able to learn a multitude of different tools and adapt to whatever worked best in the local environment. That is in fact a really great skill to have, but there is definitely wisdom where editors are concerned to pick one and &lt;em&gt;live&lt;/em&gt; in it 24/7.&lt;/p&gt;
&lt;p&gt;&lt;a class="reference external" href="https://code.google.com/p/macvim/"&gt;MacVim&lt;/a&gt; has helped tremendously with that. With it you can have your cake and eat it to. You can use the very same config files and plugins you use on your UNIX servers on your desktop, only wrapped in a superbly crafted Aqua GUI.&lt;/p&gt;
&lt;p&gt;It's a continuing process, but thus far the work I've put in has been totally worth it. I would encourage anyone who's on the fence to give it a try and be strict with yourself about it. Pick a time when you can afford to take the hit and spend the time to get facile enough that you won't miss your old environment. You won't regret it.&lt;/p&gt;
&lt;/section&gt;
&lt;/section&gt;</description><category>blog</category><category>blogging</category><category>editors</category><category>vim</category><guid>https://www.feoh.org/posts/trying-out-vimrepress.html</guid><pubDate>Thu, 09 Feb 2012 21:48:00 GMT</pubDate></item><item><title>Ah, Sweet Sanity!</title><link>https://www.feoh.org/posts/ah-sweet-sanity.html</link><dc:creator>cpatti</dc:creator><description>&lt;p&gt;Woo. So, as I indicated in my old blog, I have switched to Wordpress. Typo is nifty and all, but it's still hackerware and seems unlikely to veer from that course any time soon.&lt;/p&gt;
&lt;p&gt;Much as I love Ruby, I am still clueless about Rails and truthfully, even web development in general (I have now learned the basics of CSS - but apparently not enough to be dangerous yet, and I *still* don't know Javascript.)&lt;/p&gt;
&lt;p&gt;WordPress does everything I need with a modicum of hassle, so that's the direction I'm moving in now.&lt;/p&gt;
&lt;p&gt;This does mean you'll need to update your RSS links. The new link is here: &lt;a class="reference external" href="https://www.feoh.org/?feed=rss2"&gt;https://www.feoh.org/?feed=rss2&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;However being Wordpress, it also supports Atom, and a bunch of others.&lt;/p&gt;
&lt;p&gt;Anyway, look for more and more interesting bits in this space now that I can stop wrestling with the infrastructure and actually say something for a change!&lt;/p&gt;
&lt;p&gt;Merry Christmas, Happy (belated!) Channukah, and a happy new year!&lt;/p&gt;</description><category>blog</category><category>conversion</category><category>pain</category><category>sanity</category><category>typo</category><category>wordpress</category><guid>https://www.feoh.org/posts/ah-sweet-sanity.html</guid><pubDate>Tue, 18 Dec 2007 16:04:00 GMT</pubDate></item></channel></rss>