<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" version="2.0">

<channel>
	<title>eigenmagic</title>
	
	<link>http://www.eigenmagic.com</link>
	<description />
	<lastBuildDate>Thu, 05 Apr 2012 23:30:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/eigenblog" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="eigenblog" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>How To Get Telstra 4G Mobile Broadband Working With Linux</title>
		<link>http://www.eigenmagic.com/2012/03/14/how-to-get-telstra-4g-mobile-broadband-working-with-linux/</link>
		<comments>http://www.eigenmagic.com/2012/03/14/how-to-get-telstra-4g-mobile-broadband-working-with-linux/#comments</comments>
		<pubDate>Wed, 14 Mar 2012 02:42:26 +0000</pubDate>
		<dc:creator>Justin Warren</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Tip]]></category>
		<category><![CDATA[Ubergeek]]></category>
		<category><![CDATA[4g]]></category>
		<category><![CDATA[broadband]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[LTE]]></category>
		<category><![CDATA[modem]]></category>
		<category><![CDATA[telstra]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[usb]]></category>
		<category><![CDATA[wireless]]></category>

		<guid isPermaLink="false">http://www.eigenmagic.com/?p=1324</guid>
		<description><![CDATA[I&#8217;m procrastinating finishing an MBA assignment, so here&#8217;s how to get your shiny new Telstra 4G dongle working under Linux. I use Ubuntu, but these instructions should help you on other Linux variants as well. This process worked for Ubuntu 11.04, but I haven&#8217;t tested anything else. Let us know in the comments if this [...]


Like this one? You might like these too:<ul><li><a href='http://www.eigenmagic.com/2011/08/26/happy-birthday-linux/' rel='bookmark' title='Permanent Link: Happy Birthday Linux'>Happy Birthday Linux</a></li>
</ul>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m procrastinating finishing an MBA assignment, so here&#8217;s how to get your shiny new Telstra 4G dongle working under Linux.</p>
<p>I use Ubuntu, but these instructions should help you on other Linux variants as well. This process worked for Ubuntu 11.04, but I haven&#8217;t tested anything else. Let us know in the comments if this works for you too, or if you have any updates for other distros.</p>
<h2>What Is It?</h2>
<p>First up, let&#8217;s discover some information about the device itself:</p>
<pre><code>&gt; <strong>lsusb</strong>
Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 003: ID 08ff:1600 AuthenTec, Inc. AES1600
Bus 005 Device 002: ID 0b05:1751 ASUSTek Computer, Inc. BT-253 Bluetooth Adapter
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
<strong>Bus 002 Device 017: ID 19d2:0166 ONDA Communication S.p.A. </strong>
Bus 002 Device 002: ID 04f2:b033 Chicony Electronics Co., Ltd
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 1164:1f08 YUAN High-Tech Development Co., Ltd
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub</code></pre>
<p>The device itself is a <a title="ZTE Australia" href="http://www.zte.com.au/">ZTE</a> product, an MF821 LTE modem, which for some reason shows up in the lsusb output as ONDA Communication. Take note of the ID code there, because we&#8217;ll need it in a minute.</p>
<h2>USB Mode Change</h2>
<p>This device is one of those tricky ones that pretends to be a storage devices before the modem driver is loaded. When it detects that it&#8217;s driver is loaded, it switches mode to become a modem. Under Windows and MacOS it does, anyway. Under Linux, we have to force this to happen (of course).</p>
<p>The utility that does this is called <code>usb_modeswitch</code>. Surprise, surprise. Grab it and its data module:</p>
<pre><code>sudo apt-get install usb-modeswitch usb-modeswitch-data
</code></pre>
<p><code> </code></p>
<p>Depending on how recent your distribution is, you might already have the appropriate configuration in the usb_modeswitch files. I didn&#8217;t so I had to add it myself.</p>
<p>Create a file in <code>/etc/usb_modeswitch.d</code> called <code>19d2:0166</code>, the same as the ID from <code>lsusb</code> output above. That&#8217;s how <code>usb_modeswitch</code> knows which set of config to use. Put the following content in the file:</p>
<pre><code># Telstra ZTE LTE 4g modem
#
DefaultVendor=  0x19d2
DefaultProduct= 0x0166

TargetVendor=  0x19d2
TargetProduct= 0x0257

MessageContent="55534243123456782400000080000685000000240000000000000000000000"

CheckSuccess=20
</code></pre>
<p>Some brief explanation: The <code>DefaultVendor</code> and <code>DefaultProduct</code> are used by <code>usb_modeswitch</code> to find the USB address for the modem, so it knows which device to talk to. The <code>MessageContent</code> is a string that gets sent to the device to make it switch mode. I have no idea what that string means, I just copied it from a more recent version of <code>usb-modeswitch-data</code> for the MF820 product. It seems to work fine.</p>
<p>The <code>TargetVendor</code> and <code>TargetProduct</code> are used to check that the mode-switch worked, because we set <code>CheckSuccess=20</code>, which means check for 20 seconds to see if it worked. When the device switches mode, it actually changes its USB ID to a different product ID. Not all devices do that, but this one does, so we need to let <code>usb_modeswitch</code> know.</p>
<p>We want this to happen automatically, which we can do using the magic of udev. Add the following lines to <code>/lib/udev/rules.d/40-usb_modeswitch.rules</code>:</p>
<pre><code># Telstra 4G/LTE ZTE MF821
ATTRS{idVendor}=="19d2", ATTRS{idProduct}=="0166", RUN+="usb_modeswitch '%b/%k'"</code></pre>
<p>Restart udevd and your modem should automatically mode-switch when you insert it.</p>
<h2>Driver Support</h2>
<p>You now need to make sure you have a kernel driver for the device. The usbserial kernel module already supports it (in 11.04, kernel <code>2.6.38-8-generic-pae</code>), but it doesn&#8217;t detect it automatically, so we give it some help using modprobe configuration.</p>
<p>Add a file into <code>/etc/modprobe.d</code>, such as <code>/etc/modprobe.d/telstra-4g.conf</code> with the following content:</p>
<pre><code># Set up options for Telsta 4G connectivity under linux
options usbserial vendor=0x19d2 product=0x0257
</code></pre>
<p>Now you&#8217;ll need to remove the module from the running kernel using:</p>
<pre><code>rmmod usbserial
</code></pre>
<p>(and any dependent modules) and then re-insert, it with:</p>
<pre><code>modprobe usbserial
</code></pre>
<p><code> </code></p>
<p>And the modem device should now be automatically detected.</p>
<h2>Add to NetworkManager</h2>
<p>Click on NetworkManager and Edit Connections, go to the Wireless Broadband tab, and add a connection. You should see a selector in the middle of the window called &#8220;ZTE LTE Technologies MSM&#8221; or something similar. If not, something hasn&#8217;t worked above and you&#8217;ll need to muck about with it a bit.</p>
<p>Click forward, forward, etc. until the connection is added. In my setup, the APN was set to &#8220;telstra.wap&#8221; for some reason, which is wrong. Change it to &#8220;telstra.internet&#8221;.</p>
<p>You should now be able to click on the newly added connection in NetworkManager and connect to 4G.</p>
<p>You can active your device by browsing to <a href="http://www.telstr.a.com.au">www.telstra.com.au</a> and following the instructions in the little booklet that comes with the device. Or, if you&#8217;re me, the website will be broken and you&#8217;ll have to ring them and talk to a helpdesk person somewhere in Asia.</p>
<h2>Forcing 4G Mode</h2>
<p>For some reason, my dongle kept connecting in 3G mode, so I wasn&#8217;t getting the added speed and other benefits of 4G/LTE mode.</p>
<p>It looks like the version of <code>modemmanager</code> I&#8217;m using (<code>0.4+git.20110124t203624.00b6cce-2ubuntu1</code>) doesn&#8217;t know how to switch ZTE modems into 4G mode. I&#8217;m not sure, because my C is rusty.</p>
<p>Never fear! You can force the modem into 4G mode, and it appears to remember this from that point on, even if you unplug it and plug it back in the next day (as I just did).</p>
<p>Here&#8217;s how.</p>
<p>First, click on NetworkManager and unselect &#8220;Enable Mobile Broadband&#8221;. This will disconnect NetworkManager from the modem so we can talk to it directly.</p>
<p>Fire up <code>minicom</code> (<code>sudo apt-get install minicom</code> if you don&#8217;t have it) and hit <code>CTRL-Z</code> followed by <code>O</code>. Select &#8220;Serial port setup&#8221; and hit Enter. Now hit <code>A</code> to choose edit the serial device to use, and make it <code>/dev/ttyUSB2</code>. Hit Enter to save the setting, then Enter again to get back to the menu. Select Exit and hit Enter to get back to the minicom session.</p>
<p>Enable &#8220;local echo&#8221; so you can see what you type by hitting <code>CTRL-Z</code> followed by <code>E</code>.</p>
<p>Now we talk to the modem using Hayes AT commands. The first command is to make sure you&#8217;re connected to the modem:</p>
<pre><code>AT
</code></pre>
<p>The modem should respond:</p>
<pre><code>OK
</code></pre>
<p>Now we force the modem into 4G mode:</p>
<pre><code>AT+ZSNT=6,0,0
</code></pre>
<p>Again, the modem should respond <code>OK</code>, and we&#8217;re done! Exit minicom.</p>
<p>Re-enable mobile broadband in NetworkManager, and connect. The little light on the modem should be green instead of blue, indicating you&#8217;re connected to the 4G network.</p>
<p><strong>Update:</strong> You can also use the following code setting to put the modem into auto-negotiate mode:</p>
<pre><code>AT+ZSNT=0,0,0
</code></pre>
<p>This should detect 4G if it&#8217;s available, and fall back to 3G if you&#8217;re outside a 4G zone.</p>
<h2>That&#8217;s It!</h2>
<p>Happy internetting.</p>
<p>Thanks to <a href="http://wiki.freegeek.org/index.php/3G_Mobile_Broadband_Internet">FreeGeek for the instructions on how to set up usb_modeswitch and udev</a>.</p>
<p>Thanks to the Linux kernel documentation crew for how to pass options to the usbserial device driver.</p>
<p>And thanks to everyone who builds this software for free.</p>


<p>Like this one? You might like these too:<ul><li><a href='http://www.eigenmagic.com/2011/08/26/happy-birthday-linux/' rel='bookmark' title='Permanent Link: Happy Birthday Linux'>Happy Birthday Linux</a></li>
</ul></p><img src="http://feeds.feedburner.com/~r/eigenblog/~4/b9txapoeiSU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.eigenmagic.com/2012/03/14/how-to-get-telstra-4g-mobile-broadband-working-with-linux/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Wednesday Wisdom: Learn where your time goes.</title>
		<link>http://www.eigenmagic.com/2012/02/08/wednesday-wisdom-learn-where-your-time-goes/</link>
		<comments>http://www.eigenmagic.com/2012/02/08/wednesday-wisdom-learn-where-your-time-goes/#comments</comments>
		<pubDate>Wed, 08 Feb 2012 13:19:00 +0000</pubDate>
		<dc:creator>Justin Warren</dc:creator>
				<category><![CDATA[Wednesday Wisdom]]></category>

		<guid isPermaLink="false">http://www.eigenmagic.com/?p=1315</guid>
		<description><![CDATA[Wednesday Wisdom: Wherein I share knowledge given to me by others wiser than myself. A tip from the book “The Now Habit”. Open a spreadsheet program and set up 7 columns, one for each day of the week. Down the left side, divide the days into half-hour increments. Or be lazy and just download this [...]


Like this one? You might like these too:<ul><li><a href='http://www.eigenmagic.com/2012/02/01/wednesday-wisdom-learn-where-your-money-goes/' rel='bookmark' title='Permanent Link: Wednesday Wisdom: Learn where your money goes'>Wednesday Wisdom: Learn where your money goes</a></li>
<li><a href='http://www.eigenmagic.com/2011/06/15/bigorg-saved-37-by-using-pivotnine-widgetware/' rel='bookmark' title='Permanent Link: BigOrg Saved 37% By Using PivotNine Widgetware!'>BigOrg Saved 37% By Using PivotNine Widgetware!</a></li>
</ul>]]></description>
			<content:encoded><![CDATA[<p><em>Wednesday Wisdom: Wherein I share knowledge given to me by others wiser than myself.</em></p>
<p><!-- 		@page { margin: 2cm } 		P { margin-bottom: 0.21cm } -->A tip from the book <a title="The Now Habit" href="http://www.amazon.com/gp/product/1585425524/ref=as_li_ss_tl?ie=UTF8&amp;tag=eigenmagiccom-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=1585425524" target="_blank">“The Now Habit”</a>. Open a spreadsheet program and set up 7 columns, one for each day of the week. Down the left side, divide the days into half-hour increments. Or be lazy and just <a href="http://www.eigenmagic.com/wp-uploads/2012/01/Weekly-Schedule-Planner.pdf">download this PDF of one by clicking here</a>.</p>
<p>Print it out.</p>
<p>Now take it with you and for each half hour, write in what you did. If you did a bunch of things, write in something that describes all of those activities. For example if you “read a bunch of random stuff on Tumblr, Twitter and Facebook” you could write “faffed”.</p>
<p>For a week, just take note of what you do. Don’t think about it too hard, just write it all down.</p>
<h2>Why is this wise?</h2>
<p>This is a handy exercise because it forces you to look at what you actually do, not what you think you do. It’s usually a bit of a shock when I do it.</p>
<p>It’s easy to think “I don’t have time”. Sure you do. You just choose to use it doing other things. At least be ok with that.</p>
<p>Or make a different decision. It’s your life.</p>


<p>Like this one? You might like these too:<ul><li><a href='http://www.eigenmagic.com/2012/02/01/wednesday-wisdom-learn-where-your-money-goes/' rel='bookmark' title='Permanent Link: Wednesday Wisdom: Learn where your money goes'>Wednesday Wisdom: Learn where your money goes</a></li>
<li><a href='http://www.eigenmagic.com/2011/06/15/bigorg-saved-37-by-using-pivotnine-widgetware/' rel='bookmark' title='Permanent Link: BigOrg Saved 37% By Using PivotNine Widgetware!'>BigOrg Saved 37% By Using PivotNine Widgetware!</a></li>
</ul></p><img src="http://feeds.feedburner.com/~r/eigenblog/~4/j1K15uqB1ho" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.eigenmagic.com/2012/02/08/wednesday-wisdom-learn-where-your-time-goes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wednesday Wisdom: Learn where your money goes</title>
		<link>http://www.eigenmagic.com/2012/02/01/wednesday-wisdom-learn-where-your-money-goes/</link>
		<comments>http://www.eigenmagic.com/2012/02/01/wednesday-wisdom-learn-where-your-money-goes/#comments</comments>
		<pubDate>Wed, 01 Feb 2012 13:30:45 +0000</pubDate>
		<dc:creator>Justin Warren</dc:creator>
				<category><![CDATA[Finance]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Rant]]></category>
		<category><![CDATA[Tip]]></category>
		<category><![CDATA[Wednesday Wisdom]]></category>

		<guid isPermaLink="false">http://www.eigenmagic.com/?p=1317</guid>
		<description><![CDATA[Get hold of a personal finance program of some sort. I use GNUcash, but it’s probably a bit industrial for the casual user who doesn’t know accounting. There are a bunch of online ones like mint.com. Get out all your bank statements for the last financial year. Enter them all in. This will take a [...]


No related articles.]]></description>
			<content:encoded><![CDATA[<p><!-- 		@page { margin: 2cm } 		P { margin-bottom: 0.21cm } -->Get hold of a personal finance program of some sort. I use <a title="GNUcash" href="http://www.gnucash.org/" target="_blank">GNUcash</a>, but it’s probably a bit industrial for the casual user who doesn’t know accounting. There are a bunch of online ones like <a title="Mint.com" href="https://www.mint.com/" target="_blank">mint.com</a>.</p>
<p>Get out all your bank statements for the last financial year. Enter them all in. This will take a while, so don’t feel you have to do it all at once. I find it handy to say “I will only do 15 minutes of this, then stop” and find I get into the rhythm and keep going for an hour or so.</p>
<p>You’ll start getting rather intrigued with what you’ve spent all your cash on.</p>
<p>Once you’ve entered all this stuff in, print out some of the standard reports, like “General Ledger”, “Profit and Loss” or “Income Statement”, and “Balance Sheet”.</p>
<p>Now take a look at it. Fascinating, innit?</p>
<h2>Why is this wise?</h2>
<p>No one else cares about your money as much as you do. If someone else <em>does</em> care, it’s because they want to take your money and make it <em>their</em> money.</p>
<p>I could rant for a good while about how important it is that you get a handle on your own personal finances. Seriously. It&#8217;s one of those things they don&#8217;t force you to learn at school that, unlike trigonometry, is vital for your future well-being. If I were king, I&#8217;d ensure that you had to take personal finance, statistics, and critical reading before you were allowed to graduate.</p>
<p>Looking at what you actually do, compared to what you <em>think</em> you do can be confronting, but in a good way. Maybe you’ll stop spending quite so much on comic books and sex toys. Maybe you’ll decide to spend more. Your call. Quality sex toys are an investment, I say.</p>
<p>Added bonus: when you do this, it makes tax time much, much easier. You can often just dump out a report and give that to your accountant, and they’ll do the rest. Ask them for advice on how to set up the software to make their job easier, such as what accounts to use for various expenses.</p>
<p>For more tips on personal finance, a good place to start is <a title="Get Rich Slowly" href="http://www.getrichslowly.org/blog/">Get Rich Slowly</a>.</p>


<p>No related articles.</p><img src="http://feeds.feedburner.com/~r/eigenblog/~4/em-52x5XZ28" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.eigenmagic.com/2012/02/01/wednesday-wisdom-learn-where-your-money-goes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Who To Hire</title>
		<link>http://www.eigenmagic.com/2012/01/30/who-to-hire/</link>
		<comments>http://www.eigenmagic.com/2012/01/30/who-to-hire/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 11:27:12 +0000</pubDate>
		<dc:creator>Justin Warren</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.eigenmagic.com/?p=1312</guid>
		<description><![CDATA[I have an evolving list of “first hires” when someone finally comes to their senses and gives me a senior IT manager job. Some entries are mostly due to some extremely intelligent and trustworthy colleagues whom I am sure could be encouraged to accompany me if the price is right. I am nothing if not [...]


No related articles.]]></description>
			<content:encoded><![CDATA[<p><!-- 		@page { margin: 2cm } 		P { margin-bottom: 0.21cm } 		P.cjk { font-size: 10pt; font-weight: normal } -->I have an evolving list of “first hires” when someone finally comes to their senses and gives me a senior IT manager job.</p>
<p>Some entries are mostly due to some extremely intelligent and trustworthy colleagues whom I am sure could be encouraged to accompany me if the price is right. I am nothing if not a team player. See how generous I am in sharing credit?</p>
<h2>Hire 1: Marketer</h2>
<p>IT departments are completely woeful about marketing themselves to the rest of the business. Marketing people are viewed with the same level of contempt as a used-car salesman, or a politician in a marginal seat. This is largely because IT people have no idea what marketing is, and, like the rest of society, assume they’re advertising people in the mould of Russell Howcroft from The Gruen Transfer.</p>
<p>What IT fails to understand is that the rest of the business views them as far worse. Marketing people are often good-looking and gregarious, and are frequently a source of free schwag and invitations to boozy launch parties. In contrast, IT is full of awkward man-children with poor hygiene and worse social skills, who frequently tell you that you can’t have any more disk space.</p>
<p>So step one is to hire someone to act as the face of IT, preferably one that has been washed recently. Their job is to work closely with hire number two to figure out what the business wants from IT, and what they don’t want. They’ll then work with me to make sure we do more of what the business wants, and less of what they don’t, and that we get paid for it appropriately.</p>
<h2>Hire 2: Anthropologist</h2>
<p>An anthropologist spends all their time watching people and learning about what they do. This is a lot more useful than asking them, because people lie. Go ahead, ask ten of your friends how often they masturbate.</p>
<p>Rather than relying on some badly designed “how are we doing” survey with poor response rates, my anthropologist will go and watch people using technology in their actual job. This will also help us with a really important point: seeing what people <em>don’t</em> do. People don’t use the specially-developed-at-great-expense knowledge base because it’s usually wrong and it’s quicker to just ring their mate Alan in support. They don’t bother using the complaints form because nothing ever gets done about it, so they gave up trying. Etc.</p>
<p>My anthropologist can also look inwards at the IT department itself and figure out what’s going on, or not going on, as the case may be. IT staff don’t update the knowledge base because it’s boring and it’s not factored into whether or not they get a raise. Besides, no one uses it, so why bother? They have only the vaguest notion of how the business makes money, and have no idea how their job relates to the rest of the company.</p>
<h2>Hire 3: Librarian</h2>
<p>Information Technology. Guess which of these two words gets the most attention paid to it? I reckon that IT is actually about 5-15% dealing with technology and 85-95% managing information. And a stupidly large amount of that information is in Word documents and spreadsheets (and *shudder* PowerPoint) that no one other than the author can find.</p>
<p>This one really bakes my noodle. How on earth can any decent sized organisation spend so much time and money creating documents that no one can find? They get stored, oh my lord how they get stored, but you’d be better off throwing them away for all the use they are.</p>
<p>Look at it like this: contractors run about $800-$1,000 a day. Let’s say you’re screamingly efficient and can get a design document written in 3 days (Hahaha!). That’s $3,000. Going with a more realistic example, a solution design for a major national company takes 3 weeks, at least, and involves peer reviews, signoffs, etc. A conservative estimate is $15,000 to $20,000. For one document. That you can’t find.</p>
<p>So basically, your IT department buys a new car every month (per project) and then loses it in the parking lot. Then they charge you for parking.</p>
<p>The <em>actual</em> situation is frequently much <em>worse</em> than this. But hey, let’s make sure we track all physical equipment worth more than $1,000 so we can depreciate it.</p>
<h2>More to come</h2>
<p>Imagine you’re new to the GM of IT/CIO role. Who would you hire first?</p>


<p>No related articles.</p><img src="http://feeds.feedburner.com/~r/eigenblog/~4/pH57zsYjA1c" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.eigenmagic.com/2012/01/30/who-to-hire/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Structural Industry Change</title>
		<link>http://www.eigenmagic.com/2012/01/25/structural-industry-change/</link>
		<comments>http://www.eigenmagic.com/2012/01/25/structural-industry-change/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 08:17:55 +0000</pubDate>
		<dc:creator>Justin Warren</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.eigenmagic.com/?p=1307</guid>
		<description><![CDATA[The local financial pages have been awash with news of the Australian car industry needed a serious financial injection for several of the manufacturers to stay here. This means jobs are threatened, which means votes are threatened. This little play sparks up every year or so: Mitsubishi has been threatened to close their South Australian [...]


No related articles.]]></description>
			<content:encoded><![CDATA[<p>The local financial pages have been awash with news of the Australian car industry needed a serious financial injection for several of the manufacturers to stay here. This means jobs are threatened, which means votes are threatened.</p>
<p>This little play sparks up every year or so: Mitsubishi has been threatened to close their South Australian plant for at least ten years, and Ford or Holden seem to think seriously about it every three or so. But each time, the state or federal government steps in with some sort of financial incentive for them to stay.</p>
<p>For someone in IT, why does this matter?</p>
<h2>Low Skill IT</h2>
<p>I look at the auto industry, and I see striking parallels to the IT industry. The medium to large corporates in Australia are heavily reliant on humans to do the construction work of IT: Racking servers, installing operating systems and databases. This is, in many ways, manufacturing.</p>
<p>And this kind of manufacturing suffers the same sort of competitive threats: it&#8217;s much cheaper to have someone in Bangalore install Windows 2008 on a server. It&#8217;s even cheaper to have a robot do it, once you&#8217;ve bought the robot.</p>
<p>As operating systems and basic application software has gotten easier to install and use, the skill required to get the basics up and running has been reduced. This turns what was previously a &#8216;craftsman&#8217; style job into a low-skilled job. Putting in a CD and typing out exactly what&#8217;s on this piece of paper here doesn&#8217;t require years of training. If that&#8217;s all you&#8217;re doing, and a company can get someone in India, or China, or the Philippines to do the same job for half the price, why wouldn&#8217;t they?</p>
<p>It&#8217;s not quite as simple as that, but it&#8217;s easy for a manager to ignore the complexity when a 50% budget saving is staring them in the face, particularly if that manager&#8217;s end-of-year bonus is on the line. And it&#8217;s already happening. The Indian consultancies (Tata, Wipro, Infosys, etc.) are all winning business at major Australian corporates, and the IBMs of the world have offshore staff in play as well.</p>
<h2>Differentiate or Die</h2>
<p>What I see is a gradual structural change to the local IT industry. There will always be some work for system admins, sure, but not as much. Wages will get squeezed, and there won&#8217;t be as many roles in the big companies like Telstra where you can just settle in to a long career herding tin. Again, it&#8217;s already happening.</p>
<p>Instead, you&#8217;ll have the low-skill work being done by two tiers of (probably contract) workers: rack and stack by locals, and install and configure remotely. At first, it&#8217;ll probably be handled by cheaper labour offshore, but eventually, those jobs will completely disappear because they&#8217;ve been automated. We&#8217;re still in the early stages of the automation/orchestration hype cycle, but mark my words, it&#8217;ll happen.</p>
<p>Which means those people who currently herd tin for a living will need to learn new skills. If you&#8217;re a contractor, better start now. If you&#8217;re permanent, I&#8217;d be making sure my development plan includes some sort of insurance policy against the coming outsourcing.</p>
<p>And for the team leaders/supervisors/low-level managers: I&#8217;d be very, <em>very</em> worried. Less coalface employees means less need for supervisors. If you&#8217;re not already getting your house in order, then be planning your exit strategy.</p>
<h2>No Safety Net</h2>
<p>Because unlike the auto-industry, there&#8217;ll little to no government support for the IT workers in Australia. Quite simply, you earn too much. You&#8217;re white-collar, not blue-collar, and you&#8217;re not in a union, so traditional Labor MPs aren&#8217;t worried about your votes. Liberal MPs love your company bosses (and their donations) more than they love you. The Nationals worry about farmers and miners, because there&#8217;s no IT to speak of in central Queensland. Small business is ignored by all sides unless it&#8217;s &#8220;battlers&#8221; like the corner fish-and-chip shop, and then it&#8217;s only for the length of the photo-op.</p>
<p>Cynical? Perhaps. But if I&#8217;m right and all that stands between outsourcing and the dole is the hope government will step in&#8230; well, I&#8217;d hate to be in that position.</p>
<p>There will be no bailout for IT workers when the tin herding jobs go. You will be on your own.</p>
<p>Prepare yourself.</p>


<p>No related articles.</p><img src="http://feeds.feedburner.com/~r/eigenblog/~4/2hfh_LzsKfM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.eigenmagic.com/2012/01/25/structural-industry-change/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RIP Steve Jobs, 1955-2011</title>
		<link>http://www.eigenmagic.com/2011/10/06/rip-steve-jobs-1955-2011/</link>
		<comments>http://www.eigenmagic.com/2011/10/06/rip-steve-jobs-1955-2011/#comments</comments>
		<pubDate>Thu, 06 Oct 2011 10:41:32 +0000</pubDate>
		<dc:creator>Justin Warren</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.eigenmagic.com/?p=1301</guid>
		<description><![CDATA[&#8220;The only way to be truly satisfied is to do what you believe is great work. And the only way to do great work is to love what you do.&#8221; No related articles.


No related articles.]]></description>
			<content:encoded><![CDATA[<blockquote><p>&#8220;The only way to be truly satisfied is to do what you believe is great work. And the only way to do great work is to love what you do.&#8221;</p></blockquote>


<p>No related articles.</p><img src="http://feeds.feedburner.com/~r/eigenblog/~4/NapuSA29-uY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.eigenmagic.com/2011/10/06/rip-steve-jobs-1955-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Happy Birthday Linux</title>
		<link>http://www.eigenmagic.com/2011/08/26/happy-birthday-linux/</link>
		<comments>http://www.eigenmagic.com/2011/08/26/happy-birthday-linux/#comments</comments>
		<pubDate>Fri, 26 Aug 2011 07:15:54 +0000</pubDate>
		<dc:creator>Justin Warren</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[WIN]]></category>

		<guid isPermaLink="false">http://www.eigenmagic.com/?p=1296</guid>
		<description><![CDATA[20 years ago, a UNIX style operating system that ran on x86 hardware was released into the world. Since that time, Linux has grown from a hobby project into an incredibly common operating system that underpins many of the systems you use every day. Not bad for free software. I first installed Linux in 1996 [...]


No related articles.]]></description>
			<content:encoded><![CDATA[<p>20 years ago, a UNIX style operating system that ran on x86 hardware was released into the world. Since that time, Linux has grown from a hobby project into an incredibly common operating system that underpins many of the systems you use every day. Not bad for free software.</p>
<p>I first installed Linux in 1996 as part of a 6 month paid internship at Vodafone. Vodafone had commissioned a professor from one of the universities to write some trunk-link planning software, and he&#8217;d chosen Slackware Linux as the base of the system. I was asked to get a spare, oldish PC set up with the software.</p>
<p>And so began several weeks of tinkering with version 3.x Slackware and X-windows, trying to get the bloody thing to run. But eventually, I succeeded, and a fairly industrial little route planning software package (with GUI!) was up and running. I have no idea if it was put to serious use.</p>
<h2>Desktop of Choice</h2>
<p>My internship in the Engineering department could have been quite pointless. I didn&#8217;t get assigned any real tasks, but a couple of minor text processing exercises introduced me to awk, sed and shell programming.</p>
<p>Happily, this led me to making friends with the folks in the Unix and VMS department, who offered me a job when my internship came to an end. I jumped at the chance, and ended up going to part-time uni and full time work.</p>
<p>Herding HP-UX boxes for a living meant I needed the power of Unix on the desktop. Instead of running an HP workstation, I ended up installing Linux. I had a corporate Windows machine for email, Word, Excel, Visio and Project, but my &#8216;serious&#8217; work was done on the Linux box. Native X-windows and xterms beats Exceed or Reflection any day. Cron! Scripting! A built-in IP stack that worked!</p>
<p>This was in the days of Novel NetWare, when Windows NT 3.51 was the new (frequently broken) hotness. Yeah, showing my age.</p>
<h2>Hacker&#8217;s Choice</h2>
<p>Linux followed me home, so I kept it. I shared a house with two other engineers, and we installed an early version of Debian on a cobbled together PC that lived in the lounge. It became the hack-box, and I remember re-implementing Conway&#8217;s Game of Life from scratch, learning about buffer flipping, bit-shifting and binary maths in ways I never had in years of running a DOS PC. The lightbulb finally went on and pointers in C started making sense. Embedding x86 ASM code in C programs (for speed) was a logical extension.</p>
<p>Neerrrrrddddds!</p>
<p>Then I had a couple of jobs where I had a proper workstation (Sun, then HP-UX again). For y2k preparation works, I had to shut down an HP Apollo workstation that had over two years of uptime! NT servers at the time were up and down like the Assyrian empire. Serious workloads were put on Unix servers.</p>
<p>So I ran Linux at home as my desktop. I completely dropped Windows for a time, even for games, somewhere around 1997. The cost of buying up-to-date hardware just for games, compared to the cost of a Sony Playstation console just didn&#8217;t make sense. I didn&#8217;t need an ultra-powerful PC to run Linux, so I didn&#8217;t bother upgrading often. When I did, it always felt like a bargain.</p>
<h2>Laptop of Doom</h2>
<p>Somewhere in the early 2000&#8242;s I got a dedicated laptop for work, since I&#8217;d become a consultant and was usually out at client sites. So I&#8217;d dual boot: Linux (debian again) for the serious technical work, Windows for documentation and gaming (when at home, of course).</p>
<p>I signed up for dedicated ADSL when it became affordable, and now my Linux home machine became a permanent server. The laptop was my remote client, and I could VPN back in to my own private network.</p>
<h2>Rise of Ubuntu</h2>
<p>I finally decided to try Ubuntu somewhere around version 5, and was hooked instantly. The Live CD was a brilliant innovation (try before you buy!) and the ease of use based on debian&#8217;s package manager meant I got the best of both worlds. I&#8217;ve been on Ubuntu ever since.</p>
<p>I was spending all my time in Linux, and I could dual-boot a server at home for games, so I moved to Linux only on the laptop, and at home a Linux only server and a dual-boot desktop.</p>
<p>And it&#8217;s been that way for three laptops now, so, nearly ten years. After a dead power-supply took out a server for 24 hours a few years ago, I went virtual for the servers using VMware, and then VirtualBox. Now the email server stays online when I want to play HalfLife or Portal. <img src='http://www.eigenmagic.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<h2>Stay the Course</h2>
<p>There have been times when I&#8217;ve considered ditching Linux. Times when I needed Visio. Or something that could talk to my iPhone or webcam properly. Or something with a less industrial interface and a bit of <em>style</em>.</p>
<p>But I haven&#8217;t. Why? Because apart from a few rare things, I can do everything I want to with Linux, for free. Easier and faster than if I used Windows or MacOS. For the things I can&#8217;t, there&#8217;s dual-boot or virtualisation.</p>
<p>I&#8217;ve never had a virus, or had to completely re-install the operating system because something got munged. If something breaks, I can fix it, usually by editing a file after Googling for the answer. If I want to try out some new software, I just fire up apt-get and install it, without needing to reboot anything.</p>
<p>I can figure out what&#8217;s wrong using tools that are built in. I&#8217;ve always had grep and awk and Perl and Python. I can understand people loving Powershell, because it&#8217;s what Unix people have enjoyed for years. Isn&#8217;t it great to be able to automate your computer?!</p>
<p>And if it&#8217;s really important to me, I can read the source code and fix it myself. I don&#8217;t have to wait months or years for some vendor to decide my little problem is important enough for them to fix. That&#8217;s helped me on more than one occasion with Linux, and hurt me more than once working with a vendor&#8217;s closed source software.</p>
<h2>Thanks Linux, and Open Source</h2>
<p>I&#8217;ve tried to give back to the community with bugfixes, doco, my own software, and occasionally cash.</p>
<p>I still use Windows and Office and Visio, which I paid for. I&#8217;ve bought plenty of Windows and Linux games. I use the tool I need to use to get the job done.</p>
<p>And for me, more often than not, that tool has been Linux and Open Source Software.</p>
<p>Here&#8217;s to another 20 years.</p>


<p>No related articles.</p><img src="http://feeds.feedburner.com/~r/eigenblog/~4/eMcw6rsruUA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.eigenmagic.com/2011/08/26/happy-birthday-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Read Too Much</title>
		<link>http://www.eigenmagic.com/2011/08/24/how-to-read-too-muc/</link>
		<comments>http://www.eigenmagic.com/2011/08/24/how-to-read-too-muc/#comments</comments>
		<pubDate>Wed, 24 Aug 2011 08:21:23 +0000</pubDate>
		<dc:creator>Justin Warren</dc:creator>
				<category><![CDATA[Documentation]]></category>
		<category><![CDATA[MBA]]></category>
		<category><![CDATA[Tip]]></category>

		<guid isPermaLink="false">http://www.eigenmagic.com/?p=1291</guid>
		<description><![CDATA[After our last set of exams, a bunch of us collected at the pub to celebrate the end of a bit of a grind of a term. Midway through a glass of fairly ordinary red, a classmate (let&#8217;s call him Dave) was talking to me about some of the marketing material. We were talking about [...]


No related articles.]]></description>
			<content:encoded><![CDATA[<p>After our last set of exams, a bunch of us collected at the pub to celebrate the end of a bit of a grind of a term. Midway through a glass of fairly ordinary red, a classmate (let&#8217;s call him Dave) was talking to me about some of the marketing material. We were talking about some of the details in the book, and Dave expressed frustration about how I seemed to be able to get through so much more reading than he could.</p>
<p>There&#8217;s a lot of reading in an MBA, and doing it part time as well as working full time and trying to have some semblance of a social life means you don&#8217;t have a lot of time for poring your way through <em>Principles of Corporate Finance</em> page by page.</p>
<p>I&#8217;m no expert, but I&#8217;ve picked up a couple of simple tricks that I figure could help you, as well as Dave, if you have a lot of reading to get through in a short space of time.</p>
<h2>Liking It Helps</h2>
<p>When you have to do something a lot, it&#8217;s a big help if you actually enjoy it. If you&#8217;re one of those people who don&#8217;t really like reading, you have my sympathy. Also I wonder what on earth you&#8217;re doing here, given that the Internet is full of reading. And pictures of cats. But also reading.</p>
<p>Even if you&#8217;re not a big fan of reading, you may well be a big fan of a specific topic. Reading about that topic then becomes enjoyable, because it&#8217;s about something you&#8217;re interested in. Figure out what interests you about a given topic, and then focus on that as you read.</p>
<p>But if you&#8217;re not a fan of reading, and have to slog through something dull, never fear!</p>
<h2>Just Enough Reading</h2>
<p>Speed reading is often recommended to people, and while I once did some classes on some of the techniques (back in high school), I never practised them, so I wouldn&#8217;t call myself a speed reader <em>per se</em>. What I do is <em>skim read</em>.</p>
<p>Bad writers (like me) use way too many words to get their point across. You can usually skip at least half of what they&#8217;ve written, because they just repeat themselves over and over.</p>
<p>Good writers structure their writing in a way that actually makes skimming easier. They break the text up with useful headings, so you can scan the headings to get a rough idea what it&#8217;s all about. The first paragraph contains the main point of the section, so you can just read that and skip the rest if you&#8217;re in a real hurry. If you need better understanding, spend more time on the bits that make the least sense.</p>
<p>Bad writers are actually harder to skim read then good writers, because they don&#8217;t structure their writing as well. Adapting your skimming to skip over the repetition and pick out the key points takes a bit of practice, but not as much as you&#8217;d think.</p>
<h2>Practice</h2>
<p>This is another reason that liking to read helps. Getting better at reading quickly takes practice. People who liked reading from an early age just did it more, which is why they&#8217;re better at it than those people who didn&#8217;t.</p>
<p>If you do a speed reading course, you&#8217;ll have to practice the techniques quite a bit in order to get good at it. To stay good, you have to keep using the techniques. I&#8217;m too lazy to bother, which is why I can&#8217;t speed read.</p>
<p>Getting good at skimming also takes practice, particularly with slowing down again after you start skipping repeated ideas from ordinary writers, but nowhere near as much as learning to speed read.</p>
<p>In fact, you&#8217;re probably already pretty good at it.</p>
<p>The best piece of advice I had for Dave was: just speed up. You&#8217;re probably a lot better at reading quickly than you give yourself credit for, so just give it a go!</p>
<h2>Test Yourself</h2>
<p>Pick two articles in the newspaper or somewhere online, preferably from the same source so they have a similar style.</p>
<p>Read one of them as you normally would. Once you&#8217;ve finished it, write down what you remember about the article on a piece of paper.</p>
<p>Now read the other article twice as fast as normal. Again, write down what you remember once you&#8217;ve finished reading it.</p>
<p>Now go back and re-read each article, and compare what you pick up now to what&#8217;s in your notes. How&#8217;d you do? I&#8217;m betting you picked up a lot more from the fast-read article than you thought you would, right?</p>
<p>If you practice this, you&#8217;ll find a sweet spot for reading things really fast when you know you don&#8217;t need to take much of it in. You&#8217;ll also get better at picking when to slow down for things you need to pay closer attention to, and when to speed up again when it gets dull.</p>
<h2>Try It Out, and Let Me Know</h2>
<p>I learned this &#8220;read fast and check comprehension&#8221; technique back in, I think, primary school. I still use it, so I figure it&#8217;s still good, but I&#8217;m interested in if it works for you.</p>
<p>Let me know how you find it in the comments.</p>
<p>Or maybe you have a tip of your own you can share with Dave?</p>


<p>No related articles.</p><img src="http://feeds.feedburner.com/~r/eigenblog/~4/i0095O1pHcw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.eigenmagic.com/2011/08/24/how-to-read-too-muc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Host a BlogFest</title>
		<link>http://www.eigenmagic.com/2011/08/10/how-to-host-a-blogfest/</link>
		<comments>http://www.eigenmagic.com/2011/08/10/how-to-host-a-blogfest/#comments</comments>
		<pubDate>Wed, 10 Aug 2011 05:01:34 +0000</pubDate>
		<dc:creator>Justin Warren</dc:creator>
				<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Tip]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[blogfest]]></category>
		<category><![CDATA[blogfest2]]></category>
		<category><![CDATA[sniafest]]></category>
		<category><![CDATA[sniafest2]]></category>

		<guid isPermaLink="false">http://www.eigenmagic.com/?p=1274</guid>
		<description><![CDATA[As promised, this is my article providing advice to vendors, and bloggers, who sign up to be part of a blogger field day, aka BlogFest. SNIA have held two of these events, and as an attendee at both, I have some tips based on what worked well, and not so well, on the days held [...]


Like this one? You might like these too:<ul><li><a href='http://www.eigenmagic.com/2011/07/19/blogfest2-the-embiggening/' rel='bookmark' title='Permanent Link: Thursday 21 July 2011, SNIA BlogFest2: The Embiggening'>Thursday 21 July 2011, SNIA BlogFest2: The Embiggening</a></li>
<li><a href='http://www.eigenmagic.com/2011/07/25/blogfest2-achievement-unlocked/' rel='bookmark' title='Permanent Link: BlogFest2: Achievement Unlocked!'>BlogFest2: Achievement Unlocked!</a></li>
<li><a href='http://www.eigenmagic.com/snia-blogfest/snia-blogfest-2/' rel='bookmark' title='Permanent Link: SNIA BlogFest 2'>SNIA BlogFest 2</a></li>
<li><a href='http://www.eigenmagic.com/snia-blogfest/' rel='bookmark' title='Permanent Link: SNIA BlogFest'>SNIA BlogFest</a></li>
</ul>]]></description>
			<content:encoded><![CDATA[<p>As promised, this is my article providing advice to vendors, and bloggers, who sign up to be part of a blogger field day, aka BlogFest.</p>
<p>SNIA have held two of these events, and as an attendee at both, I have some tips based on what worked well, and not so well, on the days held so far.</p>
<h2>Before the Event</h2>
<p>Before the big day, you&#8217;ll need to spend some time preparing. This is a marketing event, so treat it like one.</p>
<p>Would you lob up to a trade show or conference without doing at least some planning? Of course not. Make sure you put some effort in before a BlogFest, too.</p>
<p>If you&#8217;re under-prepared, it shows. At both SNIA events, there was at least one vendor who was under-prepared for the event. It was a newish idea then, so it&#8217;s at least partly understandable, but it still doesn&#8217;t look that good. I&#8217;m sure you&#8217;d like to look your best, right?</p>
<h3>Do your Homework</h3>
<p>Before the event, you&#8217;ll need to do some research. Ask the host what they expect to get out of the day. Ask who the attendees will be.</p>
<p>Learn about the attendees. Read their blogs. Follow them on twitter. Get a feel for the sorts of things they&#8217;ll be interested in.</p>
<p>And figure out what <em>you</em> want to get out of the day. Plan how you&#8217;ll handle it. What one central message do you want to communicate on the day? How will you do that?</p>
<p>The best example we&#8217;ve seen of this so far was IBM. They were very prepared, ran their session smoothly, and made sure they got their central message across. They also managed to be interesting and engaging, but more on that in a little bit.</p>
<h3>Join Twitter</h3>
<p>Get onto Twitter. It&#8217;s where most of the action happens with BlogFests, and there&#8217;s plenty of chatter before the event. If you&#8217;re not already involved with social media as part of your marketing, you might want to rethink that plan. Not being where your customers are doesn&#8217;t seem like a smart move to me.</p>
<p>If nothing else, if gives you inside information on the other sessions in real time. At least one of us will be live-tweeting the event, so you can see what the other vendors are talking to us about, and adjust your strategy if required.</p>
<h3>Engage with the Bloggers</h3>
<p>This is for advanced marketers only. Engaging directly with the bloggers means you have a chance to build personal connections and rapport before the event begins.</p>
<p>You can learn more about them, and they you. This can only help to get everyone communicating openly.</p>
<p>The main advantage here is benefit of the doubt. If you&#8217;re already a familiar entity to the bloggers, you&#8217;ll likely get a more favourable hearing. Why wouldn&#8217;t you want that?</p>
<h3>Excluding Bloggers</h3>
<p>We&#8217;ve had a blogger excluded from a session because of a potential conflict of interest. It looked a bit silly, since the people in the session and the blogger all knew each other and work together all the time.</p>
<p>I&#8217;m all for avoiding conflicts of interest and moral hazards. That&#8217;s one of the reasons SNIA selects only independent bloggers who are there on the day in a personal capacity. If you feel it&#8217;s necessary to exclude someone, that&#8217;s fine. Just be aware of the way it looks.</p>
<p>We don&#8217;t talk about anything under NDA. Anything you tell us is assumed to be public knowledge, or will be shortly, because we&#8217;ll be publishing it. As such, commercial conflicts of interest really shouldn&#8217;t come up.</p>
<p>The whole point of BlogFest is to share information so that the local tech community, and your customers, can be better informed about your products.</p>
<p>Being overly paranoid or secretive mostly just makes you look silly.</p>
<h2>During the Event</h2>
<p>As mentioned above, follow proceedings on Twitter. It&#8217;s an inside edge at the moment, as few vendors do this.</p>
<p>Note that there&#8217;s an external audience watching the tweet-stream, so you can engage with them as well. They&#8217;re your customer base.</p>
<h3>Be Organised</h3>
<p>Most important tip first.</p>
<p>We&#8217;re on a tight schedule on these days, and have precious little slack time if someone runs long. Usually it means we end up with 10 minutes to scarf down a quick sandwich at lunchtime before running for the bus.</p>
<p>Do us all a favour and be a well oiled machine, with all the little admin tasks taken care of as much as possible.</p>
<p>If there&#8217;s a security sign-in, have all the passes ready to go and needing only a signature.</p>
<p>Have enough chairs in the meeting room. Take coffee orders as we walk in, for those who want one (assuming you&#8217;re doing a coffee run, see below).</p>
<p>The less time we spend mucking about, the more time you get to convince us to be excited about what you sell. Let&#8217;s focus on what&#8217;s important.</p>
<h3>Technology Requirements</h3>
<p>BlogFest is a high tech day. Bare minimum for the bloggers is a powerpoint and space to set up a laptop each.</p>
<p>Some bloggers like to record audio or video, so choose a space that suits. If audio or video recording isn&#8217;t cool, let us all know well in advance of the session, to manage expectations.</p>
<p>There will be big bonus points for a vendor who manages to arrange easily accessed WiFi for the session. The bloggers love them some live-tweeting, so network access is a must. We&#8217;re talking simple sign-on (no 97 hex-character passwords) and responsive WiFi. Guest WiFi with 60% packet loss and 2kB/s bandwidth won&#8217;t cut it.</p>
<p>We&#8217;ve all learned our lessons from early on, so we tend to have either personal phone tethering or mobile broadband dongles to work around non-existent or non-functional WiFi. Still, decent WiFi would win you brownie points.</p>
<h3>Do Provide Refreshment</h3>
<p>Water and mints are great, since we&#8217;re spending all day talking. Have enough jugs and glasses in easy reach so we don&#8217;t have to disrupt proceedings to wander over to a sideboard.</p>
<p>A coffee run may be welcome, depending on the time of day, and how many we&#8217;ve had already. I&#8217;m from Melbourne, and there&#8217;s at least one other coffee snob about, so I&#8217;ll pass on the drip-o-lator thanks.</p>
<p>Some soft-drinks are generally welcome as well, though not my personal cup of tea.</p>
<p>Tea is a nice alternative to coffee, though.</p>
<h3>Lunch</h3>
<p>Lunch is usually a sponsored thing by whichever vendor is up just before lunchtime.</p>
<p>Catering places are a bit funny, and often do weird things like cut perfectly adequate sandwiches into soldiers to make them more.. I dunno.. arty? Maybe they&#8217;re trying to justify charging $14 a sandwich because they&#8217;re cut up in novel ways.</p>
<p>They also seem to favour exotic fillings, like eggplant and lettuce. What&#8217;s wrong with a nice ham, cheese and salad roll, say I?</p>
<p>Seriously, just stick to basics. We don&#8217;t need gourmet mini-quiches. A plate of sandwiches or rolls with simple ham, cheese, chicken, salads etc. on them is plenty good enough.</p>
<h3>Slides</h3>
<p>Yeah, ok, if you must.</p>
<p>This is always tough, because marketeers do love them a slide deck. Please, for the sake of avoiding snarky tweets, keep them to a minimum.</p>
<p>If you really want to impress, use a whiteboard. Draw pictures to illustrate some points.</p>
<p>The thing to keep in mind here is that what we&#8217;re really after on a BlogFest is a conversation. We don&#8217;t want a sales pitch. Many of us will have already seen it, or something very similar, as part of our day jobs.</p>
<p>What we want is the inside goss. How is it special? Why are customers excited about it? Be specific, and concrete, and meaningful.</p>
<p>There&#8217;s nothing quite so engaging as someone who knows what they&#8217;re talking about and is excited to teach other people about it. And then they go crazy drawing pictures to explain it. It&#8217;s more collaborative and fun, and those are the vendors who get the best reviews from the bloggers.</p>
<h3>Other Vendors</h3>
<p>Pretend there aren&#8217;t any, unless we specifically bring them up.</p>
<p>We get it. Your products are awesome, and theirs all suck. We read Twitter; we&#8217;re used to the regular pissing contests between the sales teams. Is it really necessary to use <em>your session</em> to talk about <em>their products</em>?</p>
<p>We&#8217;re there to talk to you. So talk to us. About your stuff.</p>
<p>If we do bring up a competitor, address our point as a direct comparison on that specific point, and then leave it alone. Often we might be more familiar with a competitor&#8217;s product, so what we&#8217;re trying to do is understand your stuff by starting from a known place. Help us understand your gear by leading us from what we know to what we don&#8217;t.</p>
<p>And then get back to focussing on why your stuff is so cool.</p>
<h3>Skip the Trinkets</h3>
<p>I speak for myself here when I say that I don&#8217;t need any more mugs, dongles, t-shirts or other branded merch.</p>
<p>Some writing paper and a pen are useful, though we all bring our own, and I&#8217;m fussy about pens that write well. We have a tradition of full merch disclosure, too, so going overboard will likely backfire.</p>
<p>There&#8217;s more potential downside here than there is upside, so better to just leave it alone.</p>
<p>Some sort of information pack that we could take with us would be great, though. Some brochureware on whatever you&#8217;ve talked to us about, to give us extra detail. Maybe a whitepaper. That sort of thing.</p>
<h2>After the Event</h2>
<p>The event isn&#8217;t over for us at the end of your session. We&#8217;ll be moving on to another vendor, or a de-brief session at the pub.</p>
<p>Some of us will be trying to file stories pretty quickly, so if there&#8217;s outstanding information from a session, please get it to us as fast as you can. If you can give us an indication of when we&#8217;ll receive the info, so much the better. It helps us plan better.</p>
<p>Be available afterwards for follow-up questions. We might need to clarify something simple, like how to spell someone&#8217;s name, or their correct title. We might need something explained to us again if our notes turn out to be too vague, or a few days makes our memory hazy.</p>
<p>Again, it&#8217;s about engagement, and making sure that the right information is out there for us to write and talk about your company and your products.</p>
<h2>Your Turn</h2>
<p>Hopefully these tips can help you to stage a successful blogger session that benefits both your company and the bloggers themselves.</p>
<p><em>Got any other tips? Share them in the comments!</em></p>


<p>Like this one? You might like these too:<ul><li><a href='http://www.eigenmagic.com/2011/07/19/blogfest2-the-embiggening/' rel='bookmark' title='Permanent Link: Thursday 21 July 2011, SNIA BlogFest2: The Embiggening'>Thursday 21 July 2011, SNIA BlogFest2: The Embiggening</a></li>
<li><a href='http://www.eigenmagic.com/2011/07/25/blogfest2-achievement-unlocked/' rel='bookmark' title='Permanent Link: BlogFest2: Achievement Unlocked!'>BlogFest2: Achievement Unlocked!</a></li>
<li><a href='http://www.eigenmagic.com/snia-blogfest/snia-blogfest-2/' rel='bookmark' title='Permanent Link: SNIA BlogFest 2'>SNIA BlogFest 2</a></li>
<li><a href='http://www.eigenmagic.com/snia-blogfest/' rel='bookmark' title='Permanent Link: SNIA BlogFest'>SNIA BlogFest</a></li>
</ul></p><img src="http://feeds.feedburner.com/~r/eigenblog/~4/AuJD_E99Kxw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.eigenmagic.com/2011/08/10/how-to-host-a-blogfest/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rise of the Robots</title>
		<link>http://www.eigenmagic.com/2011/08/04/rise-of-the-robots/</link>
		<comments>http://www.eigenmagic.com/2011/08/04/rise-of-the-robots/#comments</comments>
		<pubDate>Thu, 04 Aug 2011 05:38:15 +0000</pubDate>
		<dc:creator>Justin Warren</dc:creator>
				<category><![CDATA[Business Management]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Rant]]></category>
		<category><![CDATA[Tip]]></category>

		<guid isPermaLink="false">http://www.eigenmagic.com/?p=1278</guid>
		<description><![CDATA[The SNIA BlogFest 2 event has brought some important issues for IT infrastructure into sharp relief. Internal IT, at least as we have come to know it, is doomed. What will emerge from the wreckage will be an entirely different beast. There will be a great deal of collateral damage, and it will catch many [...]


Like this one? You might like these too:<ul><li><a href='http://www.eigenmagic.com/2011/06/09/everything-old-is-new-again/' rel='bookmark' title='Permanent Link: Everything Old is New Again'>Everything Old is New Again</a></li>
<li><a href='http://www.eigenmagic.com/2011/06/22/is-your-pmo-effective/' rel='bookmark' title='Permanent Link: Is Your PMO Effective?'>Is Your PMO Effective?</a></li>
</ul>]]></description>
			<content:encoded><![CDATA[<p>The <a title="SNIA BlogFest 2" href="http://www.eigenmagic.com/snia-blogfest/snia-blogfest-2/">SNIA BlogFest 2 event</a> has brought some important issues for IT infrastructure into sharp relief.</p>
<p>Internal IT, at least as we have come to know it, is doomed.</p>
<p>What will emerge from the wreckage will be an entirely different beast. There will be a great deal of collateral damage, and it will catch many currently within internal IT completely by surprise.</p>
<h2>Doomed, You Say?</h2>
<p><a href="http://dictionary.reference.com/browse/doomed">doom. <em>n</em>.</a> 1. fate or destiny, especially adverse fate; unavoidable ill fortune.</p>
<p>or perhaps: 3. a judgment, decision, or sentence, especially an unfavorable one</p>
<p>I would argue that meaning three is already the daily reality of most IT departments. They have been judged by the business, and have been found wanting. For many years.</p>
<p>Suddenly, the shoe is on the other foot, and the business has found they are no longer as beholden to internal IT as they once were. They can, and do!, bypass internal IT completely and buy services on demand from external vendors. If they want CRM, Salesforce.com is more than happy to take their money and deliver it to them that same day. Actually, they can trial it without paying a cent.</p>
<p>Try that with internal IT.</p>
<p>Email? Gmail. Want a server? AWS is just one of the options. Want some database? Again, there are plenty of options for running something up <em>that day</em> and getting on with solving the eternal business problem of getting someone to give you cash for something of value.</p>
<p>IT just isn&#8217;t core business for the vast majority of companies. And plenty of them are deciding that running IT themselves is <em>none of their business</em>.</p>
<h2>It&#8217;s the Marketing, Stupid</h2>
<p>Imagine you have 2 choices: you can get what you think you want today, for a known price, or you can get something that isn&#8217;t what you wanted, in several months, for three times what the original quote was.</p>
<p>Maybe.</p>
<p>That&#8217;s the reality for many businesses. And it&#8217;s why they are deserting internal IT <em>in droves</em>. The business has realised that there&#8217;s no black magic, just hardware and software they can buy anywhere. They&#8217;re starting to measure if they&#8217;re getting value for money.</p>
<p>Guess what the numbers say?</p>
<p>The only way to stem the tide is to completely rethink the way you deliver IT internally. Which is where the marketing comes in.</p>
<p>Rather than looking at a bunch of shiny tech &#8211; storage here, some VMs there, some database over here &#8211; you need to start looking at what the business wants to buy. Even if you think they&#8217;re wrong.</p>
<p>Look at how much they want to spend. What do they want it to do? Now, how can you make that happen?</p>
<p>It&#8217;s possible that what they&#8217;re looking for is impossible, sure. But what if you&#8217;re wrong? What if it <em>is</em> possible, and someone else does it? Someone like Salesforce.com? And they offer a superior service at a lower price?</p>
<p>Who&#8217;s wrong now?</p>
<h2>Change is the Only Constant</h2>
<p>Providing the level of service that the business wants, at the price they want, will take a radical overhaul of the way you do things.</p>
<p>It&#8217;s exactly the same situation as auto-manufacturers were in decades ago. If you want to make 8,557,351 cars a year, as Toyota did in 2010, you have to do things very differently than the way you did in 1990 (4,212,373 cars produced).</p>
<p>You can&#8217;t hand-carve each door any more. No more manually typing in the apache.conf for each new webserver. No more building the OS from a CD.</p>
<p>The process of building and maintaining infrastructure is changing. Has to change. Automation is here (finally!), it&#8217;s getting bigger, and if you&#8217;re a door carver, best you update your skills.</p>
<p><a href="http://singularityhub.com/2010/02/11/no-humans-just-robots-amazing-videos-of-the-modern-factory/">This is your future.</a></p>
<p>Automation, on a scale you&#8217;re only just getting a glimpse of, is coming, and coming fast. Get on board, or get left behind.</p>
<h2>Good News Everyone!</h2>
<p>There&#8217;s still time to fix your IT, but not much. If you&#8217;re not already talking to the business about what they really want you to deliver, get onto it now.</p>
<p>And meanwhile, behind closed doors, be working like <em>absolute blazes</em>, to make it happen any way you can. Get rid of every little inefficiency. Stop hand carving everything. Physically restrain anyone who keeps trying to.</p>
<p>Automate, automate, automate!</p>
<p>Money&#8217;s already tight, so if you waste your precious budget continuing to use outdated processes and systems, you won&#8217;t have any left to save your own job.</p>
<p>Given your track record so far, and be honest, how do you rate your chances if you ask for more money?</p>
<p>Best get cracking.</p>


<p>Like this one? You might like these too:<ul><li><a href='http://www.eigenmagic.com/2011/06/09/everything-old-is-new-again/' rel='bookmark' title='Permanent Link: Everything Old is New Again'>Everything Old is New Again</a></li>
<li><a href='http://www.eigenmagic.com/2011/06/22/is-your-pmo-effective/' rel='bookmark' title='Permanent Link: Is Your PMO Effective?'>Is Your PMO Effective?</a></li>
</ul></p><img src="http://feeds.feedburner.com/~r/eigenblog/~4/uxwdX0YtavE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.eigenmagic.com/2011/08/04/rise-of-the-robots/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss><!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)

Served from: www.eigenmagic.com @ 2012-05-18 01:17:43 -->

