<?xml version='1.0' encoding='utf-8' ?>
<rss version='2.0'>
<channel>
<title>ATOM von Fugal</title>
<link>http://von.fugal.net/blog/list</link>
<language>en-us</language>
<description>Happenings and enlightenments in the life of Von Fugal</description>
<item>
<title>Dual Boot Magic</title>
<author>von@fugal.net (Von Fugal)</author>
<link>http://von.fugal.net/blog/show/Dual_Boot_Magic/79</link>
<description>&lt;p&gt;I dual boot on two out of three computers but I really only spend less than 1% of the time in Windows. Occasionally I do find the occasion to bring the red headed stepchild out of the basement. As if this weren&amp;#8217;t annoying enough I would often reboot, lack the patience to babysit the reboot, and come back just in time to see that I missed the grub menu and now I have to reboot &lt;em&gt;again&lt;/em&gt;. Well some time ago I found a solution to this mess. Enter &lt;code&gt;grub-set-default &amp;lt;num&amp;gt;&lt;/code&gt;&amp;mdash;this nifty command sets the grub entry to load by default for the &lt;strong&gt;next&lt;/strong&gt; boot &lt;em&gt;only&lt;/em&gt;. So I count my grub entries and put the proper number in a nifty reboot script. Alas, by the next time I use this script various Ubuntu updates have changed my grub menu such that now I get some old kernel instead of Windows like I wanted. This clearly wouldn&amp;#8217;t do, so I fixed it. Now you can do the same.&lt;/p&gt;
&lt;p&gt;Save the following to a script, such as &lt;code&gt;~/bin/windows&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;&lt;code&gt;#! /bin/bash&lt;/code&gt;&lt;br /&gt;
&lt;code&gt;TARGET=windows&lt;/code&gt;&lt;br /&gt;
&lt;code&gt;MENU=/boot/grub/menu.lst&lt;/code&gt;&lt;br /&gt;
&lt;code&gt;ENTRY=$[`grep ^title $MENU | grep -n -i $TARGET | cut -d: -f1` - 1]&lt;/code&gt;&lt;br /&gt;
&lt;code&gt;sudo umount /media/surfer&lt;/code&gt;&lt;br /&gt;
&lt;code&gt;sudo grub-set-default $ENTRY&lt;/code&gt;&lt;br /&gt;
&lt;code&gt;sudo reboot&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;The &lt;code&gt;umount /media/surfer&lt;/code&gt; line just unmounts my network media, speeding up the reboot process working around an annoying Ubuntu bug where the shutdown hangs waiting for network drives even as the network is already down, hence no response from the share and a long timeout.&lt;/p&gt;
&lt;p&gt;The &lt;code&gt;ENTRY=&lt;/code&gt; line is the interesting part. First &lt;code&gt;grep ^title&lt;/code&gt; grabs all the grub &lt;em&gt;entries&lt;/em&gt; from which we will count the indexes. Next, &lt;code&gt;grep -n $TARGET&lt;/code&gt; prints the line number of the entry we are interested in (Windows) along with the line. &lt;code&gt;cut -d: -f1&lt;/code&gt; splits the line on &amp;#8216;:&amp;#8217; and returns the first field, the number we want to boot. Finally, &lt;code&gt;grep&lt;/code&gt; counts from 1, but grub counts from 0, so &lt;code&gt;$[&amp;lt;stuff&amp;gt; - 1]&lt;/code&gt; does &lt;code&gt;bash&lt;/code&gt; math, wich is like normal math mostly, and hence we have the proper argument to give &lt;code&gt;grub-set-default&lt;/code&gt;, et voila.&lt;/p&gt;
&lt;p&gt;You can even put an icon in your panel or desktop that will run this script, giving you Windows in one easy click.&lt;/p&gt;

&lt;a href=&quot;/blog/show/79#comment&quot;&gt;0 comments&lt;/a&gt;
</description>
<pubDate>Thu, 24 Dec 2009 02:48:23 +0000</pubDate>
<guid>http://von.fugal.net/blog/show/79</guid>
<category>linux</category>
<category>computers</category>
<category>annoyances</category>
<category>cool</category>
</item>
<item>
<title>Mysterious strftime segfault</title>
<author>von@fugal.net (Von Fugal)</author>
<link>http://von.fugal.net/blog/show/Mysterious_Strftime_Segfault/78</link>
<description>&lt;p&gt;Say you're working on a big project. Then at some point you call &lt;code&gt;strftime&lt;/code&gt; or maybe &lt;code&gt;ctime&lt;/code&gt; and what do you get but a nasty and mysterious &lt;code&gt;SEGFAULT&lt;/code&gt;?? What's more you are absolutely &lt;em&gt;sure&lt;/em&gt; you have no memory leaks, nothing is wrong with the arguments to the call. Then &lt;code&gt;gdb&lt;/code&gt; tells you only that the segfault is happening somewhere deep inside the library call. Furthermore, it works on some platforms but not others, indicating again that memory leak you are &lt;em&gt;sure&lt;/em&gt; you don't have. So what do you do but spend three hours tracking down your much doubted memory leak? Well hopefully you find this very post and save those three hours. You see, if &lt;code&gt;time.h&lt;/code&gt; is included in another source file, you may have forgotten to include it where you use it. The compiler won't blink an eye. The linker doesn't even complain. Yet somehow it all works dandy until you try it on the TA's computer. So long story short, check your includes.&lt;/p&gt;

&lt;a href=&quot;/blog/show/78#comment&quot;&gt;0 comments&lt;/a&gt;
</description>
<pubDate>Sat, 19 Sep 2009 09:49:23 +0000</pubDate>
<guid>http://von.fugal.net/blog/show/78</guid>
<category>programming</category>
<category>c</category>
<category>troubleshooting</category>
<category>annoyances</category>
<category>computers</category>
<category>linux</category>
</item>
<item>
<title>Money Velocity</title>
<author>von@fugal.net (Von Fugal)</author>
<link>http://von.fugal.net/blog/show/Money_Velocity/77</link>
<description>&lt;p&gt;Money circulates; it goes round and back, like your blood, or a bad penny. Actually, that saying &quot;it keeps turning up like a bad penny&quot; came about because it used to be that bad pennies literally would pop up over and over again. You'd spend it at the Buy More one day, then another day it's back as change from Burgers Supreme. Nowadays the circulation path of any piece of currency is so large geographically and by number of stops that you don't see it anymore. However, the web site &lt;a href=&quot;http://www.wheresgeorge.com/&quot;&gt;Where's George?&lt;/a&gt; lets you track a dollar bill to see where that version of the bad penny turns up.&lt;/p&gt;

&lt;p&gt;Even though money paths are now more complex and less circular, money still circulates about all the time. Also like your blood money can circulate at a meager rate as when you sleep, or quickly as during a sprint or horror flick. The measure of how quickly money flows from one hand to another is called &lt;em&gt;money velocity&lt;/em&gt; or &lt;em&gt;velocity of money&lt;/em&gt; and is measured as a frequency. Intuitively, it describes how often, on average, a single piece of money changes hands in the given time. With a high velocity of money, you would expect that bad penny to turn up sooner rather than later.&lt;/p&gt;

&lt;p&gt;Like the money multiplier, money velocity has an effect on the virtual money supply in an economy. If the velocity is 5/yr then on average each dollar is spent 5 times in a year. It was only one dollar, but it's as if there were 5. This is of course different from the money multiplier in that the dollar doesn't exist in two places at once, but rather in two places at two separate times, so the effect is felt in a different way.&lt;/p&gt;

&lt;p&gt;Money velocity also plays an important role in the dynamics of the money multiplier. Remember how money multiplies with each successive loan in an infinite series which approaches &lt;code&gt;1/r&lt;/code&gt;? Clearly those successive loans each take time, and $2 billion doesn't become $20 billion overnight. Just how long it does take is inversely proportional to money velocity. A high velocity means that extra $18 billion comes rather quickly, and a low velocity means it trickles in gradually.&lt;/p&gt;

&lt;a href=&quot;/blog/show/77#comment&quot;&gt;0 comments&lt;/a&gt;
</description>
<pubDate>Mon, 06 Jul 2009 23:26:49 +0000</pubDate>
<guid>http://von.fugal.net/blog/show/77</guid>
<category>money</category>
<category>economy</category>
<category>economics</category>
<category>crisis</category>
<category>hyperinflation</category>
<category>velocity</category>
</item>
<item>
<title>Money Multiplier</title>
<author>von@fugal.net (Von Fugal)</author>
<link>http://von.fugal.net/blog/show/Money_Multiplier/76</link>
<description>&lt;p&gt;First of all, what is money? It is anything that is widely accepted as a medium of exchange. Here in the USA it's paper fiat, aka the dollar bill and its many derivatives. If I buy bread from you, and you buy eggs from Jon, and finally Jon buys apples from me, then it's a three way trade. We all accept money, so any two corners of the triangle don't have to concern themselves about the last and such trades and infinitely more complex trades can be accomplished smoothly without involving all suppliers and consumers in complex negotiations. Hence we have money.&lt;/p&gt;

&lt;p&gt;How does money multiply? Well, it's kind of like shared libraries. When you use shared libraries it's like you have more memory. You don't really, but more of your programs fit into memory as if you did. Same thing with money, there's not really more of it, but it's as if there was. I have an ounce of gold in a bank. I want a laptop. I trade my gold for a laptop, but instead of physically handing over the gold, it is simply deducted from my account and applied to the laptop guys account. Meanwhile the bank doesn't actually have my gold, it just promises to provide it for me should I ask for it, same now holds for the laptop guy. The gold is out making interest for the bank. It's as if the bank has it's own gold and I have my own, too, but it's the &lt;em&gt;same&lt;/em&gt; gold.&lt;/p&gt;

&lt;p&gt;At any time there is a certain amount of total actual money in circulation, and a percentage of that money is double dipping, far more than double in fact. Remember how the bank didn't actually have that gold? It's in the hands of some investor making interest. Well the investor doesn't have it either, at least not all of it. Some of it is invested in Green Sparks Bubble Gum, making interest. Well Green Sparks doesn't have it either, not all of it. Some of it bought the cutters for the wrapping machine. And so on, et cetera, ad nauseum.&lt;/p&gt;

&lt;p&gt;There's a simple mathematical formula for figuring out just how much total multiplication ensues. First we have &lt;code&gt;x&lt;/code&gt; deposited somewhere. On average &lt;code&gt;y&lt;/code&gt; is the percentage loaned out. First round, &lt;code&gt;x + x*y&lt;/code&gt;. Second round, &lt;code&gt;x + x*y + (x*y)*y&lt;/code&gt;, and so on. This works out to &lt;code&gt;x * (1 + y + y&lt;/code&gt;&lt;sup&gt;&lt;code&gt;2&lt;/code&gt;&lt;/sup&gt;&lt;code&gt;+ y&lt;/code&gt;&lt;sup&gt;&lt;code&gt;3&lt;/code&gt;&lt;/sup&gt;&lt;code&gt;+ y&lt;/code&gt;&lt;sup&gt;&lt;code&gt;4&lt;/code&gt;&lt;/sup&gt;&lt;code&gt;... + y&lt;/code&gt;&lt;sup&gt;&lt;code&gt;inf&lt;/code&gt;&lt;/sup&gt;&lt;code&gt;)&lt;/code&gt;. The part in parentheses is a geometric series, and works out to &lt;code&gt;1 / (1 - y)&lt;/code&gt;. In economics, that &lt;code&gt;(1-y)&lt;/code&gt; is referred to as the reserve ratio, and measures the money kept &lt;em&gt;in&lt;/em&gt; the bank rather than what is loaned out, we'll call it &lt;code&gt;r&lt;/code&gt;. If you didn't follow all that math, no worries. Suffice to say that for &lt;code&gt;x&lt;/code&gt; real dollars, there are &lt;code&gt;x * 1/r&lt;/code&gt; virtual dollars. An &lt;code&gt;r&lt;/code&gt; you can expect to see in the wild might be 75% or so. The Federal Reserve with its monopoly on money makes possible a 10% reserve ratio, which we actually have. That makes the money multiplier a whoppin' 10! So when the Fed loans out $2 trillion, it ends up expanding to $20 trillion. This system of holding very small actual reserves is called fractional reserve banking. Without help it falls apart very quickly. With the help of the Fed and things like the FDIC it thrives and bustles.&lt;/p&gt;

&lt;p&gt;So, why can't &lt;em&gt;your&lt;/em&gt; money multiply? It does. You just don't get to keep it.&lt;/p&gt;

&lt;a href=&quot;/blog/show/76#comment&quot;&gt;0 comments&lt;/a&gt;
</description>
<pubDate>Fri, 03 Jul 2009 00:32:14 +0000</pubDate>
<guid>http://von.fugal.net/blog/show/76</guid>
<category>money</category>
<category>economy</category>
<category>economics</category>
<category>crisis</category>
<category>multiplier</category>
<category>hyperinflation</category>
</item>
<item>
<title>More to Come</title>
<author>von@fugal.net (Von Fugal)</author>
<link>http://von.fugal.net/blog/show/More_To_Come/75</link>
<description>&lt;p&gt;Last fall I wrote about what I see coming down the pipe. I gave a glossed over explanation of why I fear we may see hyperinflation, and how I came to that conclusion.&lt;/p&gt;

&lt;p&gt;Well, since then I have taken a university course on economics. I have a deeper and more solid understanding of those notions I had then. I also have the vocabulary to articulate it better. So, if you've taken economics and understand such terms as &lt;acronym title=&quot;Consumer Propensity to Save&quot;&gt;CPS&lt;/acronym&gt;, velocity of money, fractional reserves and money multipliers, then jump right in. If not, then I'll try to give a little guidance and some links to further reading.&lt;/p&gt;

&lt;p&gt;The purpose of this particular post is two fold: to kick off the coming series and let my readers (really? I must mean myself) know that I haven't given up writing, and to act as an impetus, a commitment, to actually write the rest of it in a timely fashion.&lt;/p&gt;

&lt;a href=&quot;/blog/show/75#comment&quot;&gt;0 comments&lt;/a&gt;
</description>
<pubDate>Tue, 30 Jun 2009 23:46:20 +0000</pubDate>
<guid>http://von.fugal.net/blog/show/75</guid>
<category>inflation</category>
<category>money</category>
<category>economics</category>
<category>crisis</category>
<category>hyperinflation</category>
</item>
<item>
<title>Chicken Little?</title>
<author>von@fugal.net (Von Fugal)</author>
<link>http://von.fugal.net/blog/show/Chicken_Little/74</link>
<description>&lt;p&gt;&lt;ins&gt;Edit: I got confused on the dates of my sources, which then used relative dates to refer to the event. It was in fact on Wednesday, 18 Mar 2009, that the Fed's actions took place.&lt;/ins&gt;&lt;/p&gt;

&lt;p&gt;Last &lt;del&gt;Thursday&lt;/del&gt;&lt;ins&gt;Wednesday&lt;/ins&gt;, as &lt;a href=&quot;http://www.glennbeck.com/content/articles/article/198/22954/&quot;&gt;Glenn Beck&lt;/a&gt; calls it, was history. Not good history, no this is bad. Remember &lt;a href=&quot;http://en.wikipedia.org/wiki/Hyperinflation_in_Zimbabwe&quot;&gt;Zimbabwe&lt;/a&gt;? Ever heard the phrase &lt;a href=&quot;http://en.wikipedia.org/wiki/Continental_\(currency\&quot;&gt;&quot;Not worth a continental&quot;&lt;/a&gt;)? Well welcome to the future, &lt;a href=&quot;http://en.wikipedia.org/wiki/Hyperinflation&quot;&gt;hyperinflation&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;What happened &lt;del&gt;Thursday&lt;/del&gt;&lt;ins&gt;Wednesday&lt;/ins&gt;? &lt;em&gt;$1 trillion dollars&lt;/em&gt;, new dollars, were printed, IN ONE DAY! The Federal Reserve &quot;bought&quot; a bunch of &lt;em&gt;IOU&lt;/em&gt; notes from the US Treasury, and for it paid &lt;em&gt;$1 trillion&lt;/em&gt;, in money it just printed out of thin air. &quot;What?? &quot; you say? Yes, the Fed bought debt the US Government &lt;em&gt;didn't have&lt;/em&gt;, using money the Fed &lt;em&gt;didn't have&lt;/em&gt;, all so that we can be &lt;a href=&quot;http://www.lewrockwell.com/orig6/sennholz6.html&quot;&gt;&lt;em&gt;poorer&lt;/em&gt;&lt;/a&gt; for it.&lt;/p&gt;

&lt;p&gt;On &lt;del&gt;Thursday&lt;/del&gt;&lt;ins&gt;Wednesday&lt;/ins&gt; gold shot up over 6% &lt;em&gt;in one hour&lt;/em&gt;. Likewise silver shot up over 8% &lt;em&gt;in one hour&lt;/em&gt;. This is not because the value of gold and silver went up. The value of the &lt;em&gt;dollar&lt;/em&gt; went down, &lt;em&gt;dramatically&lt;/em&gt;. If you thought your 401K evaporated with the banking crisis, you ain't seen nothin' yet. Get out of the dollar, and then like me you can welcome the inevitable collapse, and finally a &lt;a href=&quot;http://www.house.gov/paul/press/press2003/pr073103.htm&quot;&gt;return to sanity&lt;/a&gt;!&lt;/p&gt;

&lt;a href=&quot;/blog/show/74#comment&quot;&gt;0 comments&lt;/a&gt;
</description>
<pubDate>Sat, 21 Mar 2009 10:38:50 +0000</pubDate>
<guid>http://von.fugal.net/blog/show/74</guid>
<category>life</category>
<category>annoyances</category>
<category>politics</category>
<category>government</category>
<category>inflation</category>
<category>economy</category>
<category>federal reserve</category>
<category>FED</category>
<category>hyper inflation</category>
<category>glenn beck</category>
<category>economics</category>
</item>
<item>
<title>CSApprox</title>
<author>von@fugal.net (Von Fugal)</author>
<link>http://von.fugal.net/blog/show/Csapprox/73</link>
<description>&lt;p&gt;Probably the coolest VIm plugin since netrw, welcome &lt;a href=&quot;http://www.vim.org/scripts/script.php?script_id=2390&quot;&gt;CSApprox&lt;/a&gt;! Just put this in your .vim/plugin and away you go with completely transparent and automatic 256 color themes for your terminal vim that look amazingly not unlike the &lt;span class=&quot;caps&quot;&gt;GUI&lt;/span&gt; versions of those themes. Just make sure your terminal properly reports 256 colors, and that your vim binary is compiled with gui support (debian flavors do this, but apparently not red hat flavors). If either of these are missing it will give you a little message and delay opening vim, if this is a problem you might want to suppress that output.&lt;/p&gt;
&lt;p&gt;I also highly recommend enabling 256 colors via Xresources rather than setting &lt;code&gt;TERM=xterm-256color&lt;/code&gt;, this will save headache when sshing in from a less fine terminal or when logging in at the console. A quick google turns up plenty of info on how o set your Xresources with one caveat; if you use uxterm like any sane person would, you need &lt;code&gt;s/Xterm/UXterm/&lt;/code&gt;. I&amp;#8217;ve also found cases where I need &lt;code&gt;xterm&lt;/code&gt; as well, so I simply put all three in there to be safe.&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;
Xterm*termName: xterm-256color
UXterm*termName: xterm-256color
xterm*termName: xterm-256color&lt;/code&gt;&lt;/pre&gt;&lt;/p&gt;

&lt;a href=&quot;/blog/show/73#comment&quot;&gt;2 comments&lt;/a&gt;
</description>
<pubDate>Tue, 25 Nov 2008 09:22:10 +0000</pubDate>
<guid>http://von.fugal.net/blog/show/73</guid>
<category>linux</category>
<category>programming</category>
<category>computers</category>
<category>cool</category>
<category>vim</category>
<category>colors</category>
<category>terminal</category>
<category>xterm</category>
<category>uxterm</category>
<category>gvim</category>
<category>256</category>
</item>
<item>
<title>Mutt Color Theme</title>
<author>von@fugal.net (Von Fugal)</author>
<link>http://von.fugal.net/blog/show/Mutt_Color_Theme/72</link>
<description>&lt;p&gt;Some time ago, being the no good visual designer I am, I decided to put together a mutt color theme. This was no ordinary theme, I&amp;#8217;m talking 256 colors! No, don&amp;#8217;t worry, the theme doesn&amp;#8217;t use all 256 colors.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://pthree.org/2008/10/22/ivy-league-theme-for-mutt/&quot;&gt;Aaron&amp;#8217;s&lt;/a&gt; post prompted me to put up my theme for consumption, enjoyment, and comment. If you want details on how to make the colors work, follow the link above, he did a good job of that already.&lt;/p&gt;
&lt;p&gt;Now, the &lt;a href=&quot;http://von.fugal.net/mutt/mutt1.txt&quot;&gt;theme&lt;/a&gt; and screenshots.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://von.fugal.net/mutt/list.png&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://von.fugal.net/mutt/colorful.png&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://von.fugal.net/mutt/header_w_mua.png&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://von.fugal.net/mutt/sig.png&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://von.fugal.net/mutt/morecolors.png&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;

&lt;a href=&quot;/blog/show/72#comment&quot;&gt;4 comments&lt;/a&gt;
</description>
<pubDate>Fri, 14 Nov 2008 11:45:55 +0000</pubDate>
<guid>http://von.fugal.net/blog/show/72</guid>
<category>linux</category>
<category>computers</category>
<category>mutt</category>
<category>cool</category>
<category>color</category>
<category>email</category>
<category>256</category>
</item>
<item>
<title>White Spaces: Coming to a Technology Near You</title>
<author>von@fugal.net (Von Fugal)</author>
<link>http://von.fugal.net/blog/show/White_Spaces_Coming_To_A_Technology_Near_You/71</link>
<description>&lt;p&gt;In a refreshing break from political posts, I&amp;#8217;m going to rejoice in the bounty that is &lt;a href=&quot;http://googleblog.blogspot.com/2008/11/vote-for-broadband-in-white-spaces.html&quot;&gt;white-space airwaves made free and open&lt;/a&gt;. With all TV broadcast going digital, there will be many chunks of &lt;acronym title=&quot;Electro Magnetic&quot;&gt;EM&lt;/acronym&gt; spectrum between digital TV channels. This is known as white-space, or unused digital TV spectrum. The &lt;span class=&quot;caps&quot;&gt;FCC&lt;/span&gt; voted 5-0 to make these unused frequencies available in the same sense CB, 802.11 and walkie talkie frequencies are. What does this mean? Why the big fuss? Well, not only does it mean &lt;em&gt;more&lt;/em&gt; frequencies available for wireless internet and other uses, it also means longer &lt;em&gt;range&lt;/em&gt; for wireless internet and other things. These are the same frequencies that TV signals are broadcast long distances on, remember. It is very exciting. Some call it wifi on steroids. Along those lines, think Digis (or insert wireless provider here) on steroids. Room for more wireless &lt;acronym title=&quot;Internet Service Provider&quot;&gt;&lt;span class=&quot;caps&quot;&gt;ISP&lt;/span&gt;&lt;/acronym&gt;s and at greater range, therefore less base stations, more customers, more competition, and lower costs all around! But it&amp;#8217;s not just about wireless providers, or even just internet, my brother wants to build a &lt;acronym title=&quot;Global Positioning Satellite&quot;&gt;&lt;span class=&quot;caps&quot;&gt;GPS&lt;/span&gt;&lt;/acronym&gt; receiver that transmits the raw data home for actual position calculation, offloading the hard work, making the mobile unit simpler and cheaper. The newly available spectrum means for him more range and less interference. Exciting times!&lt;/p&gt;

&lt;a href=&quot;/blog/show/71#comment&quot;&gt;0 comments&lt;/a&gt;
</description>
<pubDate>Tue, 11 Nov 2008 11:01:42 +0000</pubDate>
<guid>http://von.fugal.net/blog/show/71</guid>
<category>technologny</category>
<category>cool</category>
<category>computers</category>
<category>wifi</category>
<category>wireless</category>
</item>
<item>
<title>Tossed About</title>
<author>von@fugal.net (Von Fugal)</author>
<link>http://von.fugal.net/blog/show/Tossed_About/70</link>
<description>&lt;p&gt;&lt;a href=&quot;http://scriptures.lds.org/james/1/6#6&quot;&gt;James 1:6&lt;/a&gt;&lt;br /&gt;
bq. 6 But let him ask in faith, nothing wavering. For he that wavereth is like a wave of the sea driven with the wind and tossed.&lt;/p&gt;
&lt;p&gt;There&amp;#8217;s been some talk about something happening in October that will shape the imminent election. For any interested on what these events might be, &lt;a href=&quot;http://www.globalresearch.ca/index.php?context=va&amp;amp;aid=10689&quot;&gt;this&lt;/a&gt; is an interesting article. That article is probably pretty strongly conspiratorial to a lot of my readers, but my point isn&amp;#8217;t to point out any conspiracies or to lend credence to particular theories.&lt;/p&gt;
&lt;p&gt;My objective today is to say &amp;#8220;stand firm&amp;#8221; and go into this election with much prayer and faith. Regardless of what happens, how accurately it was predicted, or how complicit any parties may be&amp;#8230; the point remains that if it &lt;em&gt;does&lt;/em&gt; affect the election then it doesn&amp;#8217;t matter who was behind it, if anyone. So I beg of you, all of you, have faith and do not waver! I&amp;#8217;m not going to presume to tell you who to vote for. However, don&amp;#8217;t be tossed about, prayerfully make a decision and then stick too it, whatever happens.&lt;/p&gt;
&lt;p&gt;I&amp;#8217;m not saying a nuke will detonate, or that I believe we&amp;#8217;ll endure some kind of attack. I don&amp;#8217;t know even that anything will happen. We might not even realize as subtle winds toss us, so let us be watchful and prayerful, and seek the Lord&amp;#8217;s guidance.&lt;/p&gt;
&lt;p&gt;As a side note, when you&amp;#8217;re studying out your decision, keep in mind that there are more choices than two.&lt;/p&gt;

&lt;a href=&quot;/blog/show/70#comment&quot;&gt;1 comment&lt;/a&gt;
</description>
<pubDate>Mon, 27 Oct 2008 09:58:20 +0000</pubDate>
<guid>http://von.fugal.net/blog/show/70</guid>
<category>politics</category>
<category>life</category>
<category>government</category>
<category>election</category>
</item>
</channel>
</rss>
