<?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>Perpetually Bored &#187; Tech</title>
	<atom:link href="http://perpetuallybored.com/category/tech/feed/" rel="self" type="application/rss+xml" />
	<link>http://perpetuallybored.com</link>
	<description>The incessant rants of an anhedonic cynic</description>
	<lastBuildDate>Wed, 25 Apr 2012 15:19:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Hackintosh</title>
		<link>http://perpetuallybored.com/2012/03/31/hackintosh/</link>
		<comments>http://perpetuallybored.com/2012/03/31/hackintosh/#comments</comments>
		<pubDate>Sat, 31 Mar 2012 07:55:12 +0000</pubDate>
		<dc:creator>Calreth</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[Hackintosh]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[OS X 10.7 Lion]]></category>

		<guid isPermaLink="false">http://perpetuallybored.com/?p=948</guid>
		<description><![CDATA[I&#8217;ve been meaning to give OS X for sometime now. I wasn&#8217;t very enthusiastic about the OS a couple years back, but lately my interest in it has been piqued. Why OS X? Why am I interested in OS X? The answer &#8230; <a href="http://perpetuallybored.com/2012/03/31/hackintosh/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been meaning to give OS X for sometime now. I wasn&#8217;t very enthusiastic about the OS a couple years back, but lately my interest in it has been piqued.</p>
<h1>Why OS X?</h1>
<p>Why am I interested in OS X? The answer is probably not something you hear from most people —it&#8217;s the terminal.</p>
<p>Wha?! Yes, you heard me, the OS X terminal is what a modern shell should be, and Windows ought to be ashamed its command prompt that&#8217;s lacking basics such as tab completion for commands. I do a fair bit of sysadmin work and programming, so the console is a rather huge part of my workflow. Being UNIX-like, OS X has rsync, which is something pretty much unavoidable if you&#8217;re doing any sysadmin kind of work. I can&#8217;t understand why Windows still lacks a built-in delta-based diff backup/sync tool. Robocopy is great, but it&#8217;s just not the same. But I digress. This post isn&#8217;t about why, but how.</p>
<h1>Pre-installation</h1>
<p>First of all, Lifehacker has a useful, albet simplified guide to installing OS X Lion <a href="http://lifehacker.com/5841604/the-always-up+to+date-guide-to-building-a-hackintosh">here</a>. It&#8217;s a good start, but you&#8217;re going to have to branch off to the <a href="http://wiki.osx86project.org/wiki/index.php/Main_Page">OSx86 wiki</a> and <a href="http://www.tonymacx86.com/">tonymac&#8217;s forums</a> now and then.</p>
<p>Most guides, the Lifehacker one included, assume you already own a Mac and starts off guiding you on how to create a bootable OS X Lion USB stick using Unibeast. Unibeast is an OS X only software, so that&#8217;s not going to be very helpful if you don&#8217;t already have Macs sitting around. And if you already have a Mac, I honestly don&#8217;t know why you&#8217;ll want to venture into the world of hurt that is installing OS X on non-Apple hardware. It seems if you want to install OS X, you need a Mac, but if you have a Mac, why would you need to install OS X? Sounds a little like a bit of a catch-22? Here&#8217;s where virtualization comes in.</p>
<h1>Running OS X Lion as a VM</h1>
<p><a href="www.windows7hacker.com/index.php/2011/09/how-to-install-fully-functional-mac-os-x-lion-virtual-machine-inside-windows-7/">Windows 7 Hacker has a very well written and detailed post</a> about getting OS X 10.7 Lion to run in VMWare. I managed to get it running on my first try. If you just want to fool around, and have no intentions of using OS X for anything serious, you&#8217;re probably fine with just using the VM. However, since the VM does not have graphics acceleration of any form, window animations are choppy, and any apps that rely on OpenGL will fail. Not a pleasant experience.</p>
<p>Now that you have OS X running in an VM, you&#8217;ll want to follow <a href="http://lifehacker.com/5841604/the-always-up+to+date-guide-to-building-a-hackintosh">step 2 of Lifehacker&#8217;s guide</a>. You can access USB devices connected to your computer through the VM by using the &#8216;USB pass through&#8217; feature of VMWare. With that done, you&#8217;re ready to install on real hardware, also known as entering the world of hurt.</p>
<h1>Hell and High Water</h1>
<p>Depending on what hardware you have, things may or may not work. I went through countless reinstalls and various hardware configurations before finally settling on one that worked. I initially used a Asus P5K motherboard, but I couldn&#8217;t for the hell of me get the Attansic L1 Ethernet driver to work, even going after through various kext. The nVidia 7800 GT card also refused to play nice. Eventually I switched over to a Asus P5G31D-M board, and I managed to get things working after using the MultiBeast installer (from <a href="http://www.tonymacx86.com/">tonymac&#8217;s site</a>) to install EasyBeast, Lnx2&#8242;s Realtek network kext and VoodooHDA audio kext. The onboard Intel GMA3100 graphics that came with the board wasn&#8217;t recognized, and I swapped it out for a nVidia 8800 GT card and that worked out of the box. I was able to output my monitor&#8217;s native resolution of 1920&#215;1080.</p>
<p>You might what the hell are all this &#8216;kext&#8217; things I am talking about. Kext stands for Kernel Extensions, which you can think of as being drivers on Windows. If you&#8217;re keen on reading more about the underpinnings of OS X, I highly suggest checking out <a href="http://www.puredarwin.org/">http://www.puredarwin.org/</a>. I happen to be taking an Operating Systems class this semester so it was a highly interesting read for me,</p>
<h1>Post-Installation</h1>
<p>I took two whole evenings (the second of which extended to 4am) to get the whole set up working. I&#8217;m very pleased with how it turned out. The first thing I tested I was if YouTube worked. Flash and GPU acceleration has always been something that was iffy with unsupported setups, but I&#8217;m pleased to report that it worked just fine streaming 720p and 1080p videos. Despite so, one caveat was that GPU decoding for x264 videos didn&#8217;t seem to be working, but the E7400 CPU was able to hold up, albet at about 50% load for a 1080p video.</p>
<p>Xcode works and I was able to run the default project in the iOS simulator, so this is a viable platform for iOS development. Chess and Rail Maze, both OpenGL based games were working. It&#8217;d seem at this point that all the basic functionality are there. I connected my iPhone and iPad and iTunes was able to pick them up. Also, the App Store works.</p>
<p>Feeling pretty good about myself, I went out and bought a Belkin Bluetooth dongle, F8T016 to be exact, along with an Apple Wireless keyboard, and the setup worked out of the box. The Apple Wireless keyboard is surprisingly comfortable to use, which surprised me. After using a Filco cherry mx blue, I was worried that other keyboards would feel inferior. It didn&#8217;t. The response of the keyboard was good with a decent amount of tactile feedback. The keys were also spaced apart just right that I didn&#8217;t have an issue touch typing on it. However, I did feel lost without the insert/home/end/page up/page down keys associated with a usual keyboard. I select lines by doing shift-home and shift-end a lot when writing or coding, and losing them feels like it hampers my productivity. One other complain I have is that for the price tag of S$98, it could have at least come with backlight, but I suppose Apple wouldn&#8217;t have been able to maintain the form factor with backlighting.</p>
<div id="attachment_950" class="wp-caption aligncenter" style="width: 594px"><img class="size-large wp-image-950" title="desktop_win_osx" src="http://perpetuallybored.com/wp-content/uploads/desktop_win_osx-1024x764.jpg" alt="" width="584" height="435" /><p class="wp-caption-text">Windows and OS X side by side</p></div>
<p>So that&#8217;s how my setup looks like currently. I&#8217;m going try to do most of my work on OS X for the next couple of days and see how it&#8217;s like. Like I said before, I&#8217;m loving the terminal already. I&#8217;ll do more comprehensive testing in the upcoming days and report back.</p>
]]></content:encoded>
			<wfw:commentRss>http://perpetuallybored.com/2012/03/31/hackintosh/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The problem with trying to provide phone support</title>
		<link>http://perpetuallybored.com/2012/01/22/the-problem-with-trying-to-provide-phone-support/</link>
		<comments>http://perpetuallybored.com/2012/01/22/the-problem-with-trying-to-provide-phone-support/#comments</comments>
		<pubDate>Sun, 22 Jan 2012 09:45:45 +0000</pubDate>
		<dc:creator>Calreth</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[The Running Mice]]></category>

		<guid isPermaLink="false">http://perpetuallybored.com/?p=894</guid>
		<description><![CDATA[I&#8217;ve a second guest post on The Running Mice, and it&#8217;s about the difficulties of trying to perform tech support on the phone. Do check it out!]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve a <a href="http://www.therunningmice.com/2012/01/why-it-is-not-easy-for-me-to-fix-your-computer/">second guest post on The Running Mice</a>, and it&#8217;s about the difficulties of trying to perform tech support on the phone. Do check it out!</p>
]]></content:encoded>
			<wfw:commentRss>http://perpetuallybored.com/2012/01/22/the-problem-with-trying-to-provide-phone-support/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The mess that is Google</title>
		<link>http://perpetuallybored.com/2011/07/01/the-mess-that-is-google/</link>
		<comments>http://perpetuallybored.com/2011/07/01/the-mess-that-is-google/#comments</comments>
		<pubDate>Fri, 01 Jul 2011 05:27:51 +0000</pubDate>
		<dc:creator>Calreth</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[Google Apps]]></category>
		<category><![CDATA[Google+]]></category>

		<guid isPermaLink="false">http://perpetuallybored.com/?p=782</guid>
		<description><![CDATA[I was one of the early adopters of Gmail back when beta invites started going out in 2004. That account eventually succumbed to spam over the years, and I was forced to abandon it. A few years later, Google Apps &#8230; <a href="http://perpetuallybored.com/2011/07/01/the-mess-that-is-google/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I was one of the early adopters of Gmail back when beta invites started going out in 2004. That account eventually succumbed to spam over the years, and I was forced to abandon it. A few years later, Google Apps for Domain launched, allowing for the use of custom domain names with Gmail, and I eagerly jumped on to that.</p>
<p>In the midst of Google&#8217;s company acquiring spree, which saw YouTube and many other startups being added to its portfolio, Gmail accounts morphed into something of a more generic Google Account, giving access to other services such as Docs, Spreadsheet and so on. Initially, Google Apps for Domain had the same feature set as one would get with a regular Google account. During this time, a plethora of features were rolled out to native Gmail offering, but not the Google Apps version of Gmail. This was when Google App users, many of who were paying customers, started to feel as if they were second class citizens within the Google ecosystem. Google Apps continue to lapse behind in features when the now defunct Google Wave was rolled out and no support for Apps was included.</p>
<p>Then came the Google Apps transition in 2010/11 that was supposed to bring more features and timely updates to Google App users, matching up to the regular offerings from Google. This came with a huge caveat. Google Apps was now on an entirely different infrastructure and it forced users to create &#8216;personal&#8217; accounts for services such as YouTube. I now have two accounts to juggle, and despite the multiple sign on feature, going back and forth between accounts is less than seamless.</p>
<p>Yesterday, Google+ was unveiled with Google Apps support purportedly coming somewhere in the hazy future. Over the years, Google Apps has gradually shifted from being the cream of the crop to being a walled garden within Google itself, frustrating those who wants both end user and enterprise offerings of Google. The online service has become just as fragmented as the Android platform itself.</p>
<p>Unlike Microsoft and Apple, both of who have a clear direction of where they want to be headed, with Office 365 targeting the enterprise sector and iCloud for individuals respectively, Google seems to be mired inbetween.</p>
]]></content:encoded>
			<wfw:commentRss>http://perpetuallybored.com/2011/07/01/the-mess-that-is-google/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sennheiser PC350 and Asus Xonar DG</title>
		<link>http://perpetuallybored.com/2011/05/22/sennheiser-pc350-and-asus-xonar-dg/</link>
		<comments>http://perpetuallybored.com/2011/05/22/sennheiser-pc350-and-asus-xonar-dg/#comments</comments>
		<pubDate>Sun, 22 May 2011 06:19:49 +0000</pubDate>
		<dc:creator>Calreth</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[ATH-A900]]></category>
		<category><![CDATA[Audio]]></category>
		<category><![CDATA[Headphones]]></category>
		<category><![CDATA[Headsets]]></category>
		<category><![CDATA[PC350]]></category>

		<guid isPermaLink="false">http://perpetuallybored.com/?p=772</guid>
		<description><![CDATA[Almost a year back, I got myself the Sennheiser PC350, and wasn&#8217;t too impressed by it&#8217;s low frequency performance. I wasn&#8217;t alone in sharing that sentiment, and armed with some guides from Head-Fi, I went about modding it. Still, it &#8230; <a href="http://perpetuallybored.com/2011/05/22/sennheiser-pc350-and-asus-xonar-dg/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Almost a year back, I got myself the Sennheiser PC350, and wasn&#8217;t too impressed by it&#8217;s low frequency performance. I wasn&#8217;t alone in sharing that sentiment, and armed with some <a href="http://www.head-fi.org/forum/thread/406187/modding-the-sennheiser-pc350-headset">guides from Head-Fi</a>, I went about modding it. Still, it didn&#8217;t sound as well as I had hoped.</p>
<p>Turns out what I was missing was a proper headphone amplification. The PC350 has an impedance of 150 Ω, while normal headphones usually have an impedance of between 20 Ω to 50 Ω. Higher impedance implies higher resistance, and hence, more power to drive the drivers. The plus side of a high impedance driver is better control – sharper and tighter sound.</p>
<p>Last week, while shopping at SLS, I picked up the Xonar DG because the built-in headphone amp caught my attention. At $69, it was cheap. Getting an external headphone amp would cost just as much, if not more.</p>
<p>I usually run a Audio Technica ATH-A900. For the record, it&#8217;s the most comfortable set of headphones I&#8217;ve ever owned. The trouble is that it doesn&#8217;t have a mic, and being a gamer, voice chat is important for me. I&#8217;ve gotten by with MacGyvering a mic on to it, but it picks up too much background noise. The PC350s on the other hand, have an excellent noise cancellation boom mic.</p>
<p>I plugged my PC350 in, configured the headphone amp settings for &gt; 64 Ω, and boy, it sounded like a completely different pair of headset. The low frequency response is strong, tight and accurate. I loaded up The Witcher 2, ran the escape from the dungeon level, and each footstep and echo came out crisp.</p>
<p>I take back what I said about the PC350 being an overhyped headphone. It doesn&#8217;t have the comfort level of my ATH-A900, but the sound quality is certainly comparable, plus it has a mic, if that&#8217;s your thing.</p>
]]></content:encoded>
			<wfw:commentRss>http://perpetuallybored.com/2011/05/22/sennheiser-pc350-and-asus-xonar-dg/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Cryptic error messages: Invalid Content-Range header</title>
		<link>http://perpetuallybored.com/2011/02/06/cryptic-error-messages-invalid-content-range-header/</link>
		<comments>http://perpetuallybored.com/2011/02/06/cryptic-error-messages-invalid-content-range-header/#comments</comments>
		<pubDate>Sun, 06 Feb 2011 09:20:47 +0000</pubDate>
		<dc:creator>Calreth</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://perpetuallybored.com/2011/02/06/cryptic-error-messages-invalid-content-range-header/</guid>
		<description><![CDATA[The HTTP server sent an invalid Content-Range header. I kept getting that error message while trying to perform updates on Ubuntu using through apt-get. It didn’t matter if I were using the command line version, or though the Package Manager &#8230; <a href="http://perpetuallybored.com/2011/02/06/cryptic-error-messages-invalid-content-range-header/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><code>The HTTP server sent an invalid Content-Range header.</code></p>
<p>I kept getting that error message while trying to perform updates on Ubuntu using through apt-get. It didn’t matter if I were using the command line version, or though the Package Manager GUI. Following the error message would be an IP address.</p>
<p>The error message misleadingly suggested a network problem and I tried fiddling around with my wireless and wired adapter. It was strange because aside from apt-get, I wasn’t getting any connection issues at all. Looking around Google mentioned something about a bug in apt-get due to partially completed install previously. The solution was to clear the cache by issuing the following command:</p>
<pre>sudo rm /var/cache/apt/archives/partial/*</pre>
<p>Thanks Ubuntu for your cryptic error messages!</p>
]]></content:encoded>
			<wfw:commentRss>http://perpetuallybored.com/2011/02/06/cryptic-error-messages-invalid-content-range-header/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Power saving states and the high-pitched noise mystery</title>
		<link>http://perpetuallybored.com/2010/09/08/power-saving-states-and-the-high-pitched-noise-mystery/</link>
		<comments>http://perpetuallybored.com/2010/09/08/power-saving-states-and-the-high-pitched-noise-mystery/#comments</comments>
		<pubDate>Wed, 08 Sep 2010 11:23:00 +0000</pubDate>
		<dc:creator>Calreth</dc:creator>
				<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://perpetuallybored.com/2010/09/08/power-saving-states-and-the-high-pitched-noise-mystery/</guid>
		<description><![CDATA[I usually spend most of time using on my laptop with its AC-adapter plugged in and running off the mains. My first prolonged usage on battery power alone was today. Soon after, it came to my attention that there was &#8230; <a href="http://perpetuallybored.com/2010/09/08/power-saving-states-and-the-high-pitched-noise-mystery/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I usually spend most of time using on my laptop with its AC-adapter plugged in and running off the mains. My first prolonged usage on battery power alone was today.</p>
<p>Soon after, it came to my attention that there was a rather inconsistent high-pitched sound emitting from the laptop, which bothered me enough to start investigating. It didn’t quite sound like the creek of a hard disk, nor the whirl of a fan. I pressed my ear around the chassis, listening as I went, until I zeroed it in, at about the center of the laptop. Curiously the only component that I could think of as being there was the processor. But a processor emitting sound? That’s just crazy talk. Or is it?</p>
<p>It turns out, after searching around Google and reading threads on forums with similar complains and lots of skepticism from people who claim not to hear it, or maybe, they just can’t hear it, during to the difference in hearing abilities across individuals, the sound did indeed originate from the processor.</p>
<p><a href="http://support.dell.com/support/topics/global.aspx/support/dsn/en/document?c=us&amp;cs=19&amp;dl=false&amp;l=en&amp;s=dhs&amp;docid=0A7D5CD2E17F5125E0401E0A55176204&amp;doclang=en">An article</a> on Dell’s site explained it quite clearly. Quoting from the article itself,</p>
<blockquote><p>The noise has been isolated to the processor’s power circuit and is only audible when the processor is in C3 (clock-stopped) power state. In this state, the computer is in a low-power mode designed to reduce chassis heat and extend the battery life. The changes to the components in the processor&#8217;s power circuit are caused by a phenomenon referred to as the <a href="http://en.wikipedia.org/wiki/Piezoelectricity">Piezoelectric Effect</a>. When a specific voltage is applied to these components, they begin to resonate producing sounds that fall within the range of human hearing (15 – 20 KHz).</p>
</blockquote>
<p>C0 to C3 are power states of the processor, with C0 being the default functional state, and C1 through C3 being in various stages of power save. Simply put, the performance of the processor is scaled down in preference of a longer battery life.</p>
<p>To check the validity of the explanation, I launched Battlefield: Bad Company 2 and entered into a game, and sure enough, the noise was gone. Exiting it and waiting for a few seconds brought it back yet again.</p>
<p>With the cause of the problem uncovered, my next course of action was to disable the various power saving modes. Unfortunately, the BIOS settings on my laptop are minimal, and the option was nonexistent.</p>
<p>Trying a rather radical approach, I removed the ACPI-related drivers and rebooted. These drivers help expose hardware configuration and power management settings to the operating system so that they could be software-controlled. Sure enough, I can now run on battery without the annoying high-pitched buzz. However, the flipside to that was that the function keys no longer work, nor the screen off feature associated with closing the lid. Quite an unacceptable compromise. Resigned, I installed the ACPI related drivers back.</p>
<p>I didn’t fully comprehend what the Piezoelectric Effect was, neither did I manage to stop the annoying high-pitched sound, but at least I rest assured that my laptop isn’t about explode on me, or that I am going crazy.</p>
]]></content:encoded>
			<wfw:commentRss>http://perpetuallybored.com/2010/09/08/power-saving-states-and-the-high-pitched-noise-mystery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Credit Cards, VPNs and Fraud Detection</title>
		<link>http://perpetuallybored.com/2010/08/25/credit-cards-vpns-and-fraud-detection/</link>
		<comments>http://perpetuallybored.com/2010/08/25/credit-cards-vpns-and-fraud-detection/#comments</comments>
		<pubDate>Wed, 25 Aug 2010 03:46:44 +0000</pubDate>
		<dc:creator>Calreth</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[VPN]]></category>

		<guid isPermaLink="false">http://perpetuallybored.com/2010/08/25/credit-cards-vpns-and-fraud-detection/</guid>
		<description><![CDATA[I rely a lot on VPN services, primary to masquerade myself as being located in another country, specifically, pretending to be from US and Europe to bypass content filters, allowing myself to access the likes of&#160; Hulu. Another use is &#8230; <a href="http://perpetuallybored.com/2010/08/25/credit-cards-vpns-and-fraud-detection/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I rely a lot on VPN services, primary to masquerade myself as being located in another country, specifically, pretending to be from US and Europe to bypass content filters, allowing myself to access the likes of&#160; Hulu. Another use is for picking optimal network routes to reduce latency when connecting to game servers outside my region. I tend to leave my VPN connected even when I’m done, since there’s no reason to disconnect.</p>
<p>The trouble arises when I start doing online purchases with my credit card while on these VPNs. It must look pretty suspicious to someone over at VISA, seeing as to how purchases originating from Germany, Sweden, and the United States are all using the same card, and hence, tripped their fraud detection mechanism and shutting down my card. I wish there was some way I could explain the above to the customer service agent when I called my bank up this morning, but I don’t think I could have put it in way that would make myself be understood and encourage them to lift the fraud protection.</p>
<p>So here I am, waiting to be issued a new card, and wanting to blame the fraud detection algorithm for placing too much weight on IP geolocation. Then again, who could have thought?</p>
]]></content:encoded>
			<wfw:commentRss>http://perpetuallybored.com/2010/08/25/credit-cards-vpns-and-fraud-detection/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Singapore rolls out FTTH</title>
		<link>http://perpetuallybored.com/2010/04/17/singapore-rolls-out-ftth/</link>
		<comments>http://perpetuallybored.com/2010/04/17/singapore-rolls-out-ftth/#comments</comments>
		<pubDate>Sat, 17 Apr 2010 00:47:47 +0000</pubDate>
		<dc:creator>Calreth</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Singapore]]></category>

		<guid isPermaLink="false">http://perpetuallybored.com/2010/04/17/singapore-rolls-out-ftth/</guid>
		<description><![CDATA[It looks like Singapore is beginning to roll out Fibre-to-the-Home (FTTH) networks, upgrading the current Hybrid-Fibre-Coaxial (HFC) network, which currently constitutes a large part of Singapore’s broadband delivery medium. In FTTH networks, fibre cables are run all the way down &#8230; <a href="http://perpetuallybored.com/2010/04/17/singapore-rolls-out-ftth/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>It looks like Singapore is beginning to roll out Fibre-to-the-Home (FTTH) networks, upgrading the current Hybrid-Fibre-Coaxial (HFC) network, which currently constitutes a large part of Singapore’s broadband delivery medium.</p>
<p>In FTTH networks, fibre cables are run all the way down from the service provider and terminated directly into the consumer’s home. In HFC networks, although the backhaul comprises of fibre cables, they’re terminated further away from homes, and coaxial cables take over this last mile instead.</p>
<p>I first noticed the new cable installations nearly a week ago. Closer inspection of the markings revealed that they were indeed fibre cables, and the huge rolls of them lying around on the lobby suggested large scale deployment. Conversing with the technicians who were responsible for them confirmed that.</p>
<p align="center"><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="FTTH-1" border="0" alt="FTTH-1" src="http://perpetuallybored.com/wp-content/uploads/2010/04/FTTH1_thumb.jpg" width="425" height="322" /> </p>
<p>A few days later, these units begin to appear on the landing of every pair of home, which I can only surmise to be FTTH termination equipment. </p>
<p><a href="http://perpetuallybored.com/wp-content/uploads/2010/04/FTTH2.jpg" rel="lightbox[673]"><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="FTTH-2" border="0" alt="FTTH-2" src="http://perpetuallybored.com/wp-content/uploads/2010/04/FTTH2_thumb.jpg" width="425" height="322" /></a></p>
<p>Although these cables do not seem to be carrying any form of data at this point in time, they are perhaps the most important groundwork ever done for Singapore’s next generation broadband network. Last mile equipment is usually the hardest and most expensive problem to tackle, but it seems to me that we have solved that already.</p>
]]></content:encoded>
			<wfw:commentRss>http://perpetuallybored.com/2010/04/17/singapore-rolls-out-ftth/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

