<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	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/"
	>

<channel>
	<title>Pembi's Random Ramblings &#187; Tech</title>
	<atom:link href="http://blog.pembi.net/category/tech/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.pembi.net</link>
	<description>WARNING: May contain nuts.</description>
	<lastBuildDate>Mon, 16 Jan 2012 14:55:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>PswGen Progress Report</title>
		<link>http://blog.pembi.net/pswgen-progress-report</link>
		<comments>http://blog.pembi.net/pswgen-progress-report#comments</comments>
		<pubDate>Tue, 30 Aug 2011 18:37:10 +0000</pubDate>
		<dc:creator>Ken</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://blog.pembi.net/?p=1006</guid>
		<description><![CDATA[Actually, it&#8217;s more of a lack-of-progress report, I&#8217;m afraid. But more coming soon, so watch this space! I now have a Mac, and a few days off work. Once I get my head around the very odd way Apple wants you to write software, I&#8217;ll have an iPhone/iPad/iPod Touch version released in short order.]]></description>
			<content:encoded><![CDATA[<p>Actually, it&#8217;s more of a lack-of-progress report, I&#8217;m afraid.<br />
<span id="more-1006"></span><br />
But more coming soon, so watch this space! I now have a Mac, and a few days off work. Once I get my head around the very odd way Apple wants you to write software, I&#8217;ll have an iPhone/iPad/iPod Touch version released in short order.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.pembi.net/pswgen-progress-report/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PswGen is lagging a little&#8230;</title>
		<link>http://blog.pembi.net/pswgen-is-lagging-a-little</link>
		<comments>http://blog.pembi.net/pswgen-is-lagging-a-little#comments</comments>
		<pubDate>Wed, 20 Apr 2011 08:18:30 +0000</pubDate>
		<dc:creator>Ken</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://blog.pembi.net/?p=991</guid>
		<description><![CDATA[With apologies to those of you who&#8217;ve complained that PswGen hasn&#8217;t kept up with Firefox updates. I will get to it, I promise! Things are just really busy at the moment. I plan to include some improvements in the next release, specifically a &#8220;slim&#8221; version where the only visible presence is a button on the [...]]]></description>
			<content:encoded><![CDATA[<p>With apologies to those of you who&#8217;ve complained that PswGen hasn&#8217;t kept up with Firefox updates. <span id="more-991"></span><br />
I <strong>will</strong> get to it, I promise! Things are just really busy at the moment. I plan to include some improvements in the next release, specifically a &#8220;slim&#8221; version where the only visible presence is a button on the main toolbar. Or perhaps just an entry on the context menu? What do you think?</p>
<p>And by popular demand, there is also a Google Chrome version in the works.</p>
<p>Hang in there, folks! In the meantime, the standalone windows executable, sidebar/desktop widget and original Python application are all still available on <a href="http://blog.pembi.net/essentials/essential-security/pembis-perfect-passwords">the password generator project page</a>, and of course the web service is at <a href="http://pwd.pembi.net">http://pwd.pembi.net</a> as always.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.pembi.net/pswgen-is-lagging-a-little/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>First Rails, now Cake!</title>
		<link>http://blog.pembi.net/first-rails-now-cake</link>
		<comments>http://blog.pembi.net/first-rails-now-cake#comments</comments>
		<pubDate>Sun, 19 Dec 2010 12:15:27 +0000</pubDate>
		<dc:creator>Ken</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Web Sites]]></category>

		<guid isPermaLink="false">http://blog.pembi.net/?p=977</guid>
		<description><![CDATA[After my brief flirt with Ruby on Rails (see previous post), I decided to have a play with CakePHP too. A similar concept, implemented slightly differently, with (obviously) PHP doing the heavy lifting rather than Ruby. So what&#8217;s the skinny? According to book.cakephp.org, CakePHP is a free, open-source, rapid development framework for PHP. It’s a [...]]]></description>
			<content:encoded><![CDATA[<p><img alt="" src="http://cakephp.org/img/cake-logo.png" title="CakePHP" class="alignright" width="180" height="180" />After my brief flirt with Ruby on Rails (<a href="http://blog.pembi.net/riding-the-rails">see previous post</a>), I decided to have a play with CakePHP too. A similar concept, implemented slightly differently, with (obviously) PHP doing the heavy lifting rather than Ruby.</p>
<p><strong>So what&#8217;s the skinny?</strong><br />
According to <a href="http://book.cakephp.org/view/880/What-is-CakePHP-Why-Use-it">book.cakephp.org</a>, CakePHP is </p>
<blockquote><p>a free, open-source, rapid development framework for PHP. It’s a foundational structure for programmers to create web applications.</p>
<p>CakePHP takes the monotony out of web development. We provide you with all the tools you need to get started coding what you really need to get done: the logic specific to your application.</p>
<p>MVC architecture.</p>
<p>Fast and flexible templating.</p></blockquote>
<p>(I just picked a couple of the highlights from that page)<span id="more-977"></span><br />
<strong>Cake vs Rails?</strong><br />
RoR nearly fell at the first hurdle. Getting the damn thing to work at all was the biggest problem, and I nearly gave up a couple of times. Cake was *much* simper.</p>
<p>More to follow shortly, I&#8217;m still playing! Will update this post as I go.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.pembi.net/first-rails-now-cake/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Riding the Rails</title>
		<link>http://blog.pembi.net/riding-the-rails</link>
		<comments>http://blog.pembi.net/riding-the-rails#comments</comments>
		<pubDate>Tue, 14 Dec 2010 15:13:20 +0000</pubDate>
		<dc:creator>Ken</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Web Sites]]></category>

		<guid isPermaLink="false">http://blog.pembi.net/?p=974</guid>
		<description><![CDATA[I had a little work project to do recently, a simple online database-updater. Nothing fancy, two small related tables, fairly standard master/detail stuff. So just for a giggle (and &#8216;coz I&#8217;m a geek) I thought I&#8217;d take RoR for a test-drive. Woohoo what a ride! Within about 15 minutes, following an online tutorial, I&#8217;d installed [...]]]></description>
			<content:encoded><![CDATA[<p><img alt="Roar with RoR!" src="http://rubyonrails.org/images/rails.png" title="Roar with RoR!" class="alignleft" width="87" height="111" />I had a little work project to do recently, a simple online database-updater. Nothing fancy, two small related tables, fairly standard master/detail stuff. So just for a giggle (and &#8216;coz I&#8217;m a geek) I thought I&#8217;d take RoR for a test-drive. Woohoo what a ride! Within about 15 minutes, following an online tutorial, I&#8217;d installed everything I needed, and had a fully-functional web application to insert, update and delete data on one of the tables.<span id="more-974"></span><br />
Obviously, a single simple little app like this is nothing to roar about (pun intended), but the fact is that RoR had built a comprehensive application framework for me. I haven&#8217;t written a line of Ruby code yet, and I&#8217;m able to maintain a table. I wonder how far into this I can get without coding? Watch this space&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.pembi.net/riding-the-rails/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yes, please!</title>
		<link>http://blog.pembi.net/yes-please</link>
		<comments>http://blog.pembi.net/yes-please#comments</comments>
		<pubDate>Wed, 27 Oct 2010 09:18:09 +0000</pubDate>
		<dc:creator>Ken</dc:creator>
				<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://blog.pembi.net/?p=967</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><iframe src="http://rcm-uk.amazon.co.uk/e/cm?t=pembinet-21&#038;o=2&#038;p=13&#038;l=ur1&#038;category=kindle&#038;banner=08Y7M8JJ11S1RDAHF682&#038;f=ifr" width="468" height="60" scrolling="no" border="0" marginwidth="0" style="border:none;" frameborder="0"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.pembi.net/yes-please/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Healthier Smoking!</title>
		<link>http://blog.pembi.net/healthier-smoking</link>
		<comments>http://blog.pembi.net/healthier-smoking#comments</comments>
		<pubDate>Thu, 19 Aug 2010 23:57:52 +0000</pubDate>
		<dc:creator>Ken</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://blog.pembi.net/?p=962</guid>
		<description><![CDATA[Not ready to completely give up, but sick of the smell and expense of cigarettes? And of course the fact that you&#8217;re not allowed to smoke anywhere you might want to? Then try these: Electronic cigarettes that deliver your nicotine hit just the way you like it. Without actually producing any smoke. So there&#8217;s no [...]]]></description>
			<content:encoded><![CDATA[<p>Not ready to completely give up, but sick of the smell and expense of cigarettes? And of course the fact that you&#8217;re not allowed to smoke anywhere you might want to? Then try these: Electronic cigarettes that deliver your nicotine hit just the way you like it. Without actually producing any smoke. So there&#8217;s no worries about secondary smoke, smelly clothes or stained fingers, teeth and walls.</p>
<p><a href=http://www.elitecigarettes.co.uk/index.php?&#038;aff_id=34&#038;banner_id=2><img src='http://www.elitecigarettes.co.uk/administrator/components/com_virtuemart/banners/b5092f111f166e4bbd78fdb44a8ef845.jpg' border='0'/></a></p>
<p><object width="640" height="385"><param name="movie" value="http://www.youtube.com/v/sL0eQ2s7zag&#038;rel=0&#038;border=1&#038;color1=0x3a3a3a&#038;color2=0x999999&#038;hl=en_GB&#038;feature=player_embedded&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><embed src="http://www.youtube.com/v/sL0eQ2s7zag&#038;rel=0&#038;border=1&#038;color1=0x3a3a3a&#038;color2=0x999999&#038;hl=en_GB&#038;feature=player_embedded&#038;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.pembi.net/healthier-smoking/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PswGen Toolbar Returns!</title>
		<link>http://blog.pembi.net/pswgen-toolbar-returns</link>
		<comments>http://blog.pembi.net/pswgen-toolbar-returns#comments</comments>
		<pubDate>Thu, 22 Jul 2010 13:54:11 +0000</pubDate>
		<dc:creator>Ken</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Passwords]]></category>
		<category><![CDATA[PswGen]]></category>

		<guid isPermaLink="false">http://blog.pembi.net/?p=958</guid>
		<description><![CDATA[With apologies for the delay, I&#8217;m happy to announce that the PswGen FireFox toolbar now works on the latest releases. You&#8217;ll find it at https://addons.mozilla.org/en-GB/firefox/addon/13261/ I&#8217;d love to know if you use it, hate it, love it, whatever!]]></description>
			<content:encoded><![CDATA[<p>With apologies for the delay, I&#8217;m happy to announce that the PswGen FireFox toolbar now works on the latest releases.</p>
<p>You&#8217;ll find it at <a href="https://addons.mozilla.org/en-GB/firefox/addon/13261/">https://addons.mozilla.org/en-GB/firefox/addon/13261/</a></p>
<p>I&#8217;d love to know if you use it, hate it, love it, whatever!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.pembi.net/pswgen-toolbar-returns/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>This guy&#8217;s a genius!</title>
		<link>http://blog.pembi.net/this-guys-a-genius</link>
		<comments>http://blog.pembi.net/this-guys-a-genius#comments</comments>
		<pubDate>Sat, 12 Jun 2010 09:52:42 +0000</pubDate>
		<dc:creator>Ken</dc:creator>
				<category><![CDATA[Fun]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://blog.pembi.net/?p=951</guid>
		<description><![CDATA[Somebody stealing your wireless bandwidth? Stick your tongue firmly in your cheek. The upside-down-ternet]]></description>
			<content:encoded><![CDATA[<p>Somebody stealing your wireless bandwidth? Stick your tongue firmly in your cheek.</p>
<p><a href="http://www.ex-parrot.com/~pete/upside-down-ternet.html">The upside-down-ternet</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.pembi.net/this-guys-a-genius/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>eBooks? No thanks.</title>
		<link>http://blog.pembi.net/ebooks-no-thanks</link>
		<comments>http://blog.pembi.net/ebooks-no-thanks#comments</comments>
		<pubDate>Sat, 15 May 2010 09:50:44 +0000</pubDate>
		<dc:creator>Ken</dc:creator>
				<category><![CDATA[Rants]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://blog.pembi.net/?p=938</guid>
		<description><![CDATA[The heading may seem a little strange, given that I&#8217;m a self-confessed geek. Surely I love technology and all the warm fuzzy feelings it brings? Well, yes. I do. And I love the e-paper technology especially, it&#8217;s very clever. The Amazon Kindle has been on my wish-list for ages. Waterstone&#8217;s recently started promoting thier own [...]]]></description>
			<content:encoded><![CDATA[<p>The heading may seem a little strange, given that I&#8217;m a self-confessed geek. Surely I love technology and all the warm fuzzy feelings it brings? Well, yes. I do. And I love the e-paper technology especially, it&#8217;s very clever. The Amazon Kindle has been on my wish-list for ages. </p>
<p>Waterstone&#8217;s recently started promoting thier own eReader product as well, and I was sorely tempted. But in the end I walked away.</p>
<p>So how could I possibly not want eBooks?<br />
<span id="more-938"></span><br />
It&#8217;s quite simple really. As an example, Waterstone&#8217;s are selling the <strong>new release, hardcover</strong> printed copy of Lee Child&#8217;s latest thriller for £9.59. This is a thick, heavy book. Trees were cut down to make it. It had to be printed, glued, bound, primped &#038; preened, have glossy colour covers made up, transported from the printer to the distributors to the wholesalers to the central-purchase stores and eventually to the retail outlets, who need to find bulk-space to store it and shelf-space to display it, and lights and water and toilets and staff and and and&#8230; the list is endless. All of these things cost money. Fair enough. Just under a tenner for a new-release hardcover isn&#8217;t bad value, all things considered.</p>
<p>Now, the electronic version <strong>of the same book</strong> is £12.99. Selling and distributing the eBook carries NONE of the costs described above. Sure, there are some costs, such as getting the damn thing written in the first place, proofing, editing, and so on. But those are already incurred for the paper version. There&#8217;s the trivial cost of hosting the eBook, granted. Pennies per month, if anything. Other than that, every single copy sold is basically free money. Whether they sell one copy or one million copies, the cost of supply and distribution is static.</p>
<p>Why charge £3.40 more for the version that&#8217;s obviously a lot cheaper, Waterstone&#8217;s?</p>
<p>For purely common-sense economic reasons as outlined above, eBooks should be significantly cheaper than printed copies.</p>
<p>For environmental reasons, they should be significantly cheaper &#8211; if we use less paper, we kill less trees.</p>
<p>For convenience reasons, they should be cheaper! eBooks are understandbly DRM-protected, meaning that once I&#8217;ve bought a book, it can only be read on my reader.  My wife and I have similar tastes in reading material, and I&#8217;ll often pass my latest book on to her once I&#8217;m finished with it. eBooks make this difficult &#8211; I&#8217;d have to pass over my eReader as well. As I said, this is understandable. But it&#8217;s a pain in the arse. I could put up with that pain if the electronic version was a lot cheaper than the paper one.</p>
<p>Waterstone&#8217;s will doubtless claim it&#8217;s not their fault, they are at the mercy of thier suppliers who dictate pricing policies. Sorry, guys, that&#8217;s not acceptable. You are HUGE in the UK literary market, big enough to dictate terms to THEM. If you want people to buy your eBooks (and eReaders), take a firm stand and correct this ridiculous policy right away.</p>
<p>And please note: I&#8217;m not specifically picking on Waterstone&#8217;s. I don&#8217;t hate them. Quite the opposite, in fact. I&#8217;m sure other retailers have similarly stupid policies. Also: this is not a hand-picked example I went searching out to emphasise the problem, it&#8217;s a book I&#8217;m genuinely interested in.</p>
<p>References:<br />
<a href="http://www.waterstones.com/waterstonesweb/products/lee+child/61+hours/6840384/">61 Hours &#8211; Hardcover</a><br />
<a href="http://www.waterstones.com/waterstonesweb/products/lee+child/61+hours+28ebook29/7653887/">61 Hours &#8211; eBook</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.pembi.net/ebooks-no-thanks/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>EXCLUSIVE! iPad nano!</title>
		<link>http://blog.pembi.net/exclusive-ipad-nano-photos</link>
		<comments>http://blog.pembi.net/exclusive-ipad-nano-photos#comments</comments>
		<pubDate>Thu, 08 Apr 2010 11:30:38 +0000</pubDate>
		<dc:creator>Ken</dc:creator>
				<category><![CDATA[Fun]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://blog.pembi.net/?p=916</guid>
		<description><![CDATA[Yes folks, here it is. The new iPad nano!]]></description>
			<content:encoded><![CDATA[<p>Yes folks, here it is. The new iPad nano!<br />
<img class="alignleft size-medium wp-image-917" title="iPadnano" src="http://blog.pembi.net/wp-content/uploads/2010/04/iPadnano-221x300.jpg" alt="" width="221" height="300" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.pembi.net/exclusive-ipad-nano-photos/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

