<?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>Cactuar.net</title>
	<atom:link href="http://www.cactuar.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cactuar.net</link>
	<description></description>
	<lastBuildDate>Wed, 26 Oct 2011 23:20:20 +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>Making your AFP server more Time Machine friendly</title>
		<link>http://www.cactuar.net/2011/09/12/making-your-afp-server-more-time-machine-friendly/</link>
		<comments>http://www.cactuar.net/2011/09/12/making-your-afp-server-more-time-machine-friendly/#comments</comments>
		<pubDate>Sun, 11 Sep 2011 14:05:23 +0000</pubDate>
		<dc:creator>LIV2</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.cactuar.net/?p=223</guid>
		<description><![CDATA[Yep, another post about Time Machine. One of my earlier posts describes how to mount your unsupported time machine backup disk within the OSX Installer, allowing you to restore from a Time Machine backup. well, now I&#8217;ve found a guide that tells you how to craft an Avahi service file that will allow you to [...]]]></description>
			<content:encoded><![CDATA[<p>Yep, another post about Time Machine.</p>
<p>One of my earlier posts describes how to mount your unsupported time machine backup disk within the OSX Installer, allowing you to restore from a Time Machine backup.<br />
well, now I&#8217;ve found a guide that tells you how to craft an Avahi service file that will allow you to avoid having to mount the share manually, making it appear to your mac as a standard time capsule<br />
You can find the info on this here: <a href="http://www.bootc.net/archives/2010/11/07/apple-time-machine-and-netatalk/">http://www.bootc.net/archives/2010/11/07/apple-time-machine-and-netatalk/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cactuar.net/2011/09/12/making-your-afp-server-more-time-machine-friendly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to run Debian natively on the Motorola Xoom</title>
		<link>http://www.cactuar.net/2011/06/19/how-to-run-debian-natively-on-the-motorola-xoom/</link>
		<comments>http://www.cactuar.net/2011/06/19/how-to-run-debian-natively-on-the-motorola-xoom/#comments</comments>
		<pubDate>Sun, 19 Jun 2011 07:32:26 +0000</pubDate>
		<dc:creator>LIV2</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Armel]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Native]]></category>
		<category><![CDATA[Xoom]]></category>

		<guid isPermaLink="false">http://www.cactuar.net/?p=82</guid>
		<description><![CDATA[Hey all, I&#8217;ve seen a lot of people running linux on their xoom and other android devices but chrooted under android and using a VNC client to make use of the chrooted install. quite messy and less than efficient IMHO, so I set out to install it natively on my Xoom I&#8217;ve managed to get [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><iframe width="640" height="390" src="http://www.youtube.com/embed/lKLLZaEeGEk?rel=0&#038;amp" frameborder="0" allowfullscreen></iframe></p>
<p>Hey all,</p>
<p>I&#8217;ve seen a lot of people running linux on their xoom and other android devices but chrooted under android and using a VNC client to make use of the chrooted install. quite messy and less than efficient IMHO, so I set out to install it natively on my Xoom</p>
<p>I&#8217;ve managed to get Debian installed on my Xoom with the only issues being no sound and no Bluetooth, this is due to the proprietary nature of the sound drivers for the Tegra, and the lack of documentation for the BCM4329 Bluetooth under linux. if anyone has any tips with these I&#8217;d love to hear them.</p>
<p>Anyway, since the Xoom is an android device with an unlockable bootloader from the factory this wasn&#8217;t too difficult. the only issues were with the TegraFB and Touchscreen drivers. Thankfully <a href="http://twitter.com/#!/galaxylinux">Lilstevie</a> from GalaxyLinux helped me out with the touchscreen driver and Robert Morell from NVidia provided a patch to Chromium for the FB which is here http://codereview.chromium.org/6672056</p>
<p>(Todo: Add guide for using WIFI, upload prebuilt images)<br />
(Update: Fixed the links)</p>
<p>&nbsp;</p>
<p>Basically all you need to do is build a root fs and a kernel for your Debian install. this is actually quite easy. here&#8217;s how..</p>
<p><span id="more-82"></span></p>
<blockquote>
<h2>Contents:</h2>
<ol>
<li><a href="#requirements">Requirements</a></li>
<li><a href="#rootbuild">Building the RootFS</a></li>
<li><a href="#kernelbuild">Building the Kernel</a></li>
<li><a href="#sdprep">Preparing the SDCard</a></li>
<li><a href="#almostdone">Putting it all together</a></li>
<li><a href="#rollback">Rolling back to Android</a></li>
<li><a href="#acknowledgements">Acknowledgements</a></li>
</ol>
</blockquote>
<p>&nbsp;</p>
<h2 id="requirements">Disclaimer</h2>
<p><span style="color: #ff0000;"><span style="font-size: x-large;"><span style="font-size: 20px;"><strong><span style="font-size: small;"><span style="font-size: 13px;">YOU DO THIS AT YOUR OWN RISK! I TAKE NO RESPONSIBILITY FOR ANY DAMAGES TO YOU, YOUR DEVICE</span></span></strong></span></span><span style="font-size: 20px;"><strong><span style="font-size: small;"><span style="font-size: 13px;">,<br />
YOUR COMPUTER, OR ANY OF YOUR PROPERTY OR SOMEONE ELSE&#8217;S PROPERTY</span></span></strong></span></span></p>
<h2><strong>Requirements</strong></h2>
<ul>
<li>A Rooted Xoom with ClockWorkRecovery Installed</li>
<li><span style="color: #ff0000;">Make sure you have a nandroid backup. you will need this to boot back into Android!</span></li>
<li>A running install of Debian, Ubuntu might work too</li>
<li>An SDCard with at least 4GB for the install, preferably separate from your main SDCard and an SDCard reader for your PC</li>
<li><a href="http://developer.android.com/sdk/index.html">Android–SDK</a></li>
<li>An Arm–linux toolchain to compile the kernel, if you&#8217;re lazy like me you can just use the one that comes with the <a href="http://developer.android.com/sdk/ndk/index.html">Android NDK</a></li>
<li><a href="http://www.cactuar.net/uploads/Xoom_Debian/xorg.conf">This Xorg Config</a></li>
<li><a href="https://github.com/LIV2/LIV2-Xoom-GNU">These Kernel sources, based on the Tiamat-AOSP kernel</a></li>
<li><a href="http://developer.htc.com/google-io-device.html#s2">Fastboot tool</a></li>
<li><a href="http://www.cactuar.net/uploads/Xoom_Debian/mkbootimg.tar.bz2">mkbootimg</a></li>
</ul>
<p>&nbsp;</p>
<h2 id="rootbuild"><strong>Building the RootFS</strong></h2>
<p>Before we do anything we&#8217;ll need to get the Wifi Firmware off the default install of Android</p>
<p>To do this run the following commands</p>
<blockquote><p># adb pull /system/vendor/firmware/fw_bcm4329.bin<br />
# adb pull /system/etc/wifi/bcm4329.cal</p></blockquote>
<p><strong><span style="color: #ff0000;">MAKE A BACKUP OF YOUR SDCARD AND YOUR XOOM USING CLOCKWORK RECOVERY BEFORE CONTINUING AND KEEP IT SOMEWHERE SAFE!</span></strong></p>
<p>Now lets install the tools you&#8217;ll need to create the rootfs</p>
<blockquote><p># apt–get install binfmt–support qemu qemu–user–static debootstrap</p></blockquote>
<p>Once that&#8217;s done, make a directory for the rootfs to sit in until it&#8217;s ready for the SDCard and start installing the debian base</p>
<blockquote><p># cd ~<br />
# mkdir deb_arm<br />
# mkdir deb_arm/boot<br />
# sudo /usr/sbin/debootstrap ––foreign ––arch armel squeeze deb_arm/ \ http://ftp.au.debian.org/debian</p></blockquote>
<p>Once that&#8217;s done you&#8217;ll need to copy across some qemu files so you can chroot into the deb_arm folder and finish the installation of the base system</p>
<blockquote><p># sudo cp /usr/bin/qemu–arm–static deb_arm/usr/bin<br />
# sudo chroot deb_arm<br />
# export LC_ALL=C<br />
# export LANGUAGE=C<br />
# export LANG=C<br />
# cd /debootstrap<br />
# ./debootstrap ––second–stage</p></blockquote>
<p>once that&#8217;s done you&#8217;ll need to edit your apt sources, to do so run the following</p>
<blockquote><p># echo debandroid &gt; /etc/hostname<br />
# echo &#8220;deb http://ftp.debian.org/debian/ squeeze main contrib non–free&#8221; &gt; /etc/apt/sources.list<br />
# apt–get update</p></blockquote>
<p>And then install any of the apps you&#8217;ll want to run on your xoom, I&#8217;d recommend at least xorg, gdm3 and gnome, so</p>
<blockquote><p># apt-get install xserver-xorg-video-fbdev xserver-xorg-input-evdev gdm3 gnome-session gnome-panel metacity gnome-terminal network-manager  initramfs-tools wpasupplicant iceweasel network-manager-gnome</p></blockquote>
<p>You may find that you get an error like the following</p>
<blockquote><p>Errors were encountered while processing: bluez gnome–bluetooth gnome–user–share gnome–desktop–environment</p></blockquote>
<p>If you do, it&#8217;s safe to ignore this for now. you can always complete the installation of any non–critical packages on the device. it seems to be something weird with the chroot or the qemu emulation of ARM (if anyone knows a way to fix this I&#8217;d be glad to hear it!)</p>
<p>Once that&#8217;s done, you&#8217;ll not only want to set your root password but you&#8217;ll want to add a standard user account too</p>
<blockquote><p># passwd root<br />
# adduser liv2<br />
# addgroup ––gid 3003 inet<br />
# usermod –aG 3003 liv2</p></blockquote>
<p>The addgroup and usermod are especially important, the android kernel doesn&#8217;t normally allow network access to non–root accounts. so we have to add the special group then give the user access to that group (or you could compile the kernel to not use the android paranoid network settings)</p>
<p>Clear up some space too</p>
<blockquote><p>rm /var/cache/apt/archives/*.deb</p></blockquote>
<p>Once that&#8217;s done, exit out of the chroot by hitting CTRL+D and copy the xorg config to deb_arm/etc/X11/ and copy in the wireless firmware you copied at the start</p>
<blockquote><p># mkdir ~/deb_arm/lib/firmware<br />
# cp ~/fw_bcm4329.bin ~/deb_arm/lib/firmware<br />
# cp ~/bcm4329.cal ~/deb_arm/lib/firmware</p></blockquote>
<h2 id="kernelbuild">Building the Kernel</h2>
<p>For this part, make sure you&#8217;ve extracted the kernel sources, and the android–ndk to somewhere, in my case they&#8217;ve been extracted in ~/Downloads</p>
<blockquote><p># cd ~/Downloads/Tiamat–AOSP–Tiamat–Xoom–798572c/<br />
# export CROSS_COMPILE=~/Downloads/android–ndk–r5b/toolchains/arm–eabi–4.4.0/prebuilt/\<br />
linux–x86/bin/arm–eabi–</p>
<p># export ARCH=arm<br />
# export INSTALL_PATH=~/deb_arm/boot<br />
# export INSTALL_MOD_PATH=~/deb_arm<br />
# make tiamat_defconfig<br />
# make menuconfig</p></blockquote>
<p>Once you&#8217;ve got the menuconfig screen up, go to Device Drivers &gt; Character Devices &gt; and enable &#8220;Virtual Terminal&#8221;<br />
go to Device Drivers &gt; Graphics Support &gt; Console Display Driver support &gt; enable &#8220;Framebuffer Console Support&#8221;</p>
<p>once you&#8217;ve enabled that, exit out and save the changes</p>
<p>Build the kernel and prepare it for use</p>
<blockquote><p># make –j2<br />
# sudo make modules_install<br />
# sudo cp arch/arm/boot/zImage ~/deb_arm/boot<br />
# cp System.map ~/deb_arm/boot/<br />
# chroot ~/deb_arm<br />
# mkinitramfs –o /boot/initrd.img.gz `ls /lib/modules`</p></blockquote>
<p>mkinitramfs may show some warnings like &#8220;warning: can&#8217;t open /etc/mtab:&#8221; and &#8220;pkg: version &#8217;2.6.36.4Tiamat_Xoom–v1.4.4–Full_Throttle&#8217; has bad syntax: invalid character in version number&#8221; but it doesn&#8217;t seem to have caused any issues for me.</p>
<h2 id="sdprep">Preparing the SDCard</h2>
<p>Plug your SDCard reader into your computer and insert the card, you&#8217;ll then need to partition and format it so make sure you&#8217;ve backed up the content of the card.</p>
<p>Partition it so you have two partitions, the first one being a FAT32 Partition for CWR and for anything you might want to use it for under Android.</p>
<p>Your second partition will need to be EXT3 and big enough to fit your debian install with some room to breathe (about 4GB in my case), you can check how much space you&#8217;ll need for this by running du -sh ~/deb_arm</p>
<p>Once you&#8217;ve partitioned it, format the first partition as FAT32 and the second partition as EXT3. once you&#8217;ve done that you should put the SDCard back in your Xoom and make a new nandroid backup just to be sure</p>
<blockquote><p># sudo mkfs.ext3 /dev/sdb2<br />
# sudo mkfs.msdos /dev/sdb1</p></blockquote>
<h2 id="sdprep">Putting it all together</h2>
<p>First we&#8217;ll mount the SDCard on your PC and copy across the Root FS</p>
<blockquote><p># sudo mkdir /mnt/sdcard<br />
# sudo mount /dev/sdb2 /mnt/sdcard<br />
# sudo cp -arv ~/deb_arm/* /mnt/sdcard/<br />
# umount /mnt/sdcard</p></blockquote>
<p>Go to the folder you unpacked mkbootimg to  and copy in the boot.img from your CWR backup.</p>
<p>Once you&#8217;ve done that, follow the below steps to create the new boot.img for Debian to use</p>
<blockquote><p># cd ~/Downloads/mkbootimg<br />
# cp ~/deb_arm/boot/zImage .<br />
# cp ~/deb_arm/boot/initrd.img.gz .<br />
# mkdir out<br />
# ./unpackbootimg –i boot.img –o out/<br />
# ./mkbootimg ––kernel zImage ––ramdisk initrd.img.gz ––base &#8220;`cat out/boot.img–base`&#8221;  \<br />
––cmdline  &#8220;root=/dev/mmcblk0p2 console=tty0&#8243; –o newimg.img</p></blockquote>
<p id="acknowledgements">Now reboot your Xoom into Fastboot mode and insert the SDCard, this can be done by holding power + volume up until the screen goes black, then power it back on and hold down the volume down key</p>
<blockquote><p># cp ~/Downloads/fastboot .<br />
# ./fastboot flash boot newimg.img<br />
# ./fastboot reboot</p></blockquote>
<p>Your Xoom should now boot up into Debian, on the login screen select the accessibility options and enable on-screen keyboard to log in.<br />
Alternatively, if you happen to have a USB-OTG adapter you can just use a keyboard and mouse to interact with the system.</p>
<h2 id="rollback">Going Back to Android</h2>
<p>To Roll back to Android, simply boot into Clockwork Recovery, go to Backup/Restore &gt; Advanced Restore and restore boot.img only, reboot and you&#8217;ll be back in Android</p>
<p>&nbsp;</p>
<h2 id="acknowledgements">Acknowledgements</h2>
<p>Lopi from the <a href="http://www.projectix.org/">IX Project</a> was a great help, and so was everyone from #IX<br />
Lilstevie from @GalaxyLinux provided the Touchscreen patches<br />
Framebuffer Patch was originally provided by Robert Morell for the Chromium Project<br />
RootFS instructions are based on info at the <a href="http://wiki.debian.org/EmDebian/CrossDebootstrap">Debian Wiki</a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cactuar.net/2011/06/19/how-to-run-debian-natively-on-the-motorola-xoom/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>More Time Machine fun</title>
		<link>http://www.cactuar.net/2010/07/14/more-time-machine-goodness/</link>
		<comments>http://www.cactuar.net/2010/07/14/more-time-machine-goodness/#comments</comments>
		<pubDate>Tue, 13 Jul 2010 13:55:10 +0000</pubDate>
		<dc:creator>LIV2</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[afp_mount]]></category>
		<category><![CDATA[Time Machine]]></category>
		<category><![CDATA[unsupported]]></category>
		<category><![CDATA[unsupported network share]]></category>

		<guid isPermaLink="false">http://www.cactuar.net/?p=74</guid>
		<description><![CDATA[Update: no longer needed, see Making your AFP server more Time Machine Friendly My Macbook pro decided that it was time for some irrepairable partition corruption tonight. as such I&#8217;ve had to restore from a backup This post is a followup to my previous post about Time machine on unsupported network drives. if you wish [...]]]></description>
			<content:encoded><![CDATA[<p><strong><span style="color: #ff0000;"><span style="text-decoration: underline;">Update</span>:</span> no longer needed, see <a title="Making your AFP server more Time Machine friendly" href="http://www.cactuar.net/2011/09/12/making-your-afp-server-more-time-machine-friendly/">Making your AFP server more Time Machine Friendly</a></strong></p>
<p>My Macbook pro decided that it was time for some irrepairable partition corruption tonight. as such I&#8217;ve had to restore from a backup</p>
<p>This post is a followup to my previous post about Time machine on unsupported network drives.</p>
<p>if you wish to do a full restore of a Time Machine backup from what apple considers an unsupported time machine device from the OSX install DVD you will need to open up Terminal from the Utilities menu then type</p>
<blockquote><p>mkdir /Volumes/TM</p>
<p>mount_afp afp://username:password@ipaddressoffileserver/timemachineshare /Volumes/TM</p></blockquote>
<p>then exit the terminal, go to Utilities &gt; Restore this system from a backup and it should now appear in your list.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cactuar.net/2010/07/14/more-time-machine-goodness/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Re: I am Not an Animal &#8211; I&#8217;m a Flash Developer</title>
		<link>http://www.cactuar.net/2010/02/21/re-i-am-not-an-animal-im-a-flash-developer/</link>
		<comments>http://www.cactuar.net/2010/02/21/re-i-am-not-an-animal-im-a-flash-developer/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 03:22:50 +0000</pubDate>
		<dc:creator>LIV2</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.cactuar.net/?p=70</guid>
		<description><![CDATA[This is a response to an article on Mactalk.com.au Basically what we have here is an article on Flash by somebody who self taught and has no qualifications or experience with anything else. So, as I read it, it becomes clear to me that this fellow is afraid of change. Possibly because he will be [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.mactalk.com.au/2010/02/21/i-am-not-an-animal-im-a-flash-developer/">This is a response to an article on Mactalk.com.au</a></p>
<p>Basically what we have here is an article on Flash by somebody who self taught and has no qualifications or experience with anything else.<br />
So, as I read it, it becomes clear to me that this fellow is afraid of change. Possibly because he will be left behind if he doesn&#8217;t learn HTML5 and also because he doesn&#8217;t seem to understand where companies like Adobe will really fit in when HTML5 replaces flash. Let&#8217;s explore this.</p>
<blockquote><p>Open source they cry! A world wide web free of proprietary formats and buggy plug-ins they say! HTML 5 is here and finally spelling the end for Flash. It sounds like an Apple fan boy’s wet dream. A text pad wielding code monkey’s paradise too perhaps? But does the Flash platform need to die in order to achieve online Zenith where we ascend to a magical place where JavaScript libraries and cascading style sheets run wild and free.</p></blockquote>
<p>Perhaps the issue people have is that Flash isn&#8217;t at all stable on OSX let alone any mobile device and even when running its performance is horrendous.<br />
Why use a buggy slow piece of shit plugin when our browsers are capable of the same things flash is? this is more than just code monkeys. this is users and code monkeys alike.</p>
<blockquote><p>I hope not. I have a soft spot for Flash. Fundamentally because it’s one of the most empowering creative tools of the digital age. It was a huge catalyst for content creation in the early days of the web, but flash also played a key role in the emergence of Web 2.0 through YouTube and Flickr technologies. It showed the web could have more than just static text and pictures, things like atmosphere, transitions and graphic style unparalleled in any HTML sites.</p></blockquote>
<p>This is true, but it&#8217;s 2010 and the times are a changin&#8217;.</p>
<p>We now have an HTML spec that is capable of providing cross platform media in a way never before possible. without any proprietary plugins and without any performance hit or browser crashing caused by buggy closed-source plugins that will never be fixed. Flash did do a great thing for the web. but unfortunately for some its days are coming to a close. it pioneered some aspects of web media but HTML5 is going to take us forward.</p>
<p>Youtube understands this, and now support HTML5 </p>
<blockquote><p>I’d like to see HTML 5 do this. I remember I used to get a hard disk over this kinda thing 10 years ago when I was learning Flash. It offered an incredible insight into the potential of the platform and gave new meaning to the web. Sites like 2advanced.com would clearly translate well to the iPad given the obvious attention to detail and design. This is not possible with HTML 5 yet. Nothing the bashers have put forward argues otherwise.
</p></blockquote>
<p>Once Adobe releases their HTML5 designing tools. there shouldn&#8217;t be any problems with that.</p>
<blockquote><p>Would HTML 5 be able to create TV shows like Quads or how about a full length feature Drawn Together movie.</p></blockquote>
<p>HTML5 is a web technology, it&#8217;s focus is not to create Television shows. however the canvas functions should be more than capable of this. we&#8217;ll just have to wait and see.</p>
<blockquote><p>The web is better with Flash. A richer, more inclusive experience.</p></blockquote>
<p>HTML5 is capable of the same things Flash is.</p>
<blockquote><p>What Adobe has done right is to plant the seeds of a very diverse and colourful ecosystem of content producers, tools, resources and libraries out there for free (mostly) to anyone who wants to learn.</p></blockquote>
<p>That&#8217;s right, plant the seeds.</p>
<p>What Andrew doesn&#8217;t seem to realise is that anything that Flash could do with the web, HTML5 can do better.<br />
Flash is a buggy, poorly performing pile of shit. Designing a site in flash makes it impossible for people link to things on the site, makes it impossible for blind customers to use your site. makes it impossible for a search engine to index any of the content on the page or for the site to work on a machine which is incapable of supporting flash.</p>
<p>It is not the duty of a web browser to support a site, it is the duty of the site to work on any browser. sure some functionality being lost due to small amounts of flash based content on a site but when you build a full site out of flash it&#8217;s your own problem when it comes to your customers being unable to view your site.</p>
<p>Any web designer that designs a whole website out of flash is a hack, it&#8217;s simply bad etiquette to build a site that relies on flash. Any designer that I work with that uses flash so heavily is usually the self-taught kind. Like I said, sites should be designed to support the browser not the other way around.</p>
<p>However if you&#8217;re not particularly feeling like a hack then you&#8217;ll have no problems. your friends at Adobe are going to make it through the whole HTML5 thing just fine.</p>
<p>What some people don&#8217;t seem to realise is that Adobe will be one of the companies that brings HTML5 development tools to the market.</p>
<p>This is how people will deliver content using things like Canvas. they will provide the HTML5 video players etc. they will make it easy for the average simpleton to move from flash to HTML5.<br />
If you&#8217;re capable of learning new things you&#8217;ll be fine, Adobe will give you all of the nice tools to make HTML5 development a drag and drop affair. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.cactuar.net/2010/02/21/re-i-am-not-an-animal-im-a-flash-developer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UPDATED: Adobe is trying to fuck HTML5 in the ass while playing the innocent card.</title>
		<link>http://www.cactuar.net/2010/02/15/adobe-trying-to-fuck-html5/</link>
		<comments>http://www.cactuar.net/2010/02/15/adobe-trying-to-fuck-html5/#comments</comments>
		<pubDate>Sun, 14 Feb 2010 22:14:28 +0000</pubDate>
		<dc:creator>LIV2</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.cactuar.net/?p=57</guid>
		<description><![CDATA[While trying to be all happy and friendly towards HTML5  publicly they have lodged an objection on W3C mailing list in regards to the canvas property and haven&#8217;t publicly announced this. The reason being that as it&#8217;s used for 2D Drawing and would be a direct competitor to the bloated, buggy crapware we&#8217;re forced to [...]]]></description>
			<content:encoded><![CDATA[<p>While trying to be all happy and friendly towards HTML5  publicly they have lodged an objection on W3C mailing list in regards to the canvas property and haven&#8217;t publicly announced this.</p>
<p>The reason being that as it&#8217;s used for 2D Drawing and would be a direct competitor to the bloated, buggy crapware we&#8217;re forced to use now (flash)</p>
<p>Because of this objection, the spec will most likely be put on hold for now while this political bullshit of theirs is sorted.</p>
<p>Seriously Adobe, HTML5 will replace flash. you can either waste it&#8217;s last breaths thrashing around trying to survive or you can get in on the HTML5 pie with some tools that will allow people to make great HTML5 content.</p>
<p>(Source: <a href="http://daringfireball.net/linked/2010/02/14/hixie">Daring Fireball</a>)</p>
<p><strong>UPDATED</strong></p>
<p>Adobe are claiming that they have in no way hindered HTML5 or any of it&#8217;s related specs</p>
<p><em><a href="http://www.9to5mac.com/adobe-html5-objections-95496864#comment-66680">Quote by Larry Masinter - Adobe rep</a></em></p>
<blockquote><p>No part of HTML5 is, or was ever, &#8220;blocked&#8221; in the W3C HTML Working Group &#8212; not HTML5, not Canvas 2D Graphics, not Microdata, not Video &#8212; not by me, not by Adobe.</p>
<p>Neither Adobe nor I oppose, are fighting, are trying to stop, slow down, hinder, oppose, or harm HTML5, Canvas 2D Graphics, Microdata, video in HTML, or any of the other significant features in HTML5.</p>
<p>Claims otherwise are false. Any other disclaimers needed?</p></blockquote>
<p>Not sure if I believe it myself. but who knows.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cactuar.net/2010/02/15/adobe-trying-to-fuck-html5/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>STO: Star Trek Offline. The new MMO</title>
		<link>http://www.cactuar.net/2010/02/14/sto-star-trek-offline-the-new-mmo/</link>
		<comments>http://www.cactuar.net/2010/02/14/sto-star-trek-offline-the-new-mmo/#comments</comments>
		<pubDate>Sat, 13 Feb 2010 17:14:18 +0000</pubDate>
		<dc:creator>LIV2</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.cactuar.net/?p=44</guid>
		<description><![CDATA[Star Trek: Online It could&#8217;ve been so much Instead we get a half baked abortion of a game made by a company that seems hell bent on ignoring every support request their customers put in. Well, almost all. They seem to pop up in threads where some blind, neckbearded Star Trek nerd puts up a [...]]]></description>
			<content:encoded><![CDATA[<p>Star Trek: Online</p>
<p>It could&#8217;ve been so much</p>
<p>Instead we get a half baked abortion of a game made by a company that seems hell bent on ignoring every support request their customers put in.</p>
<p>Well, almost all.</p>
<p>They seem to pop up in threads where some blind, neckbearded Star Trek nerd puts up a post praising the creators of the game and telling them it&#8217;s the best thing invented since cheetos. when one of those posts come up the GMs and Devs drop all their work and seem to suckle on the aforementioned neckbearded fellows cock.</p>
<p>You know, Cryptic would be better off spending less time sucking the dicks of religious star trek nerds who are blinded by their fetish for all things Star Trek and more time fixing the numerous bugs in the game, and replying to actual customers who have some valid input.</p>
<p>How about fixing the rego key issues? people (like me) can&#8217;t even apply their pre-order keys because the system claims not to recognise it.<br />
There are extreme rubber banding issues<br />
Regular disconnects and logouts<br />
Missing items from the pre-order packs<br />
Lack of content<br />
Lack of diversity in missions. a majority of them are &#8220;go here, kill that&#8221;<br />
Stop fucking bringing the servers down every night, during Australian Primetime.<br />
Enough with the random disconnects, and the constant unplanned downtime<br />
Give the game a death penalty, otherwise it&#8217;s like it is now, a never ending game of space lemmings where you keep going in to fight the valiant fight, die and then repeat.</p>
<p>Plenty of issues, instead we get bullshit patches for crap like spelling corrections.</p>
<p>I think the worst part is the community of unbathed blind neckbeard having e-heros who spend their time on the forums saying shit like &#8220;You should feel privileged to have a ST MMO&#8221; and to &#8220;stop whining&#8221;</p>
<p>Here&#8217;s an idea to those idiots, go fuck yourselves!</p>
<p>I paid something like $70 on the game, I&#8217;d like my moneys worth please! especially if these leeches want me to pay them monthly for a game based off of the star trek universe, even if they have physically violated it to the point they have and completely fucked with the canon.</p>
<p>The worst part is that I&#8217;ve essentially pissed away $70 on a game that I can&#8217;t play unless I want to give them more money for subscribing. 6 months down the track I might come back to it to see if the shit flinging monkeys at cryptic have managed to queef something out that resembles a playable game. right now we have a game that needs another year of development before it becomes playable. by then they could&#8217;ve gone bankrupt. making my $70 even more fucking wasted because I&#8217;ll never get a chance to play this bullshit.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cactuar.net/2010/02/14/sto-star-trek-offline-the-new-mmo/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A Blast from the past</title>
		<link>http://www.cactuar.net/2010/02/13/a-blast-from-the-past/</link>
		<comments>http://www.cactuar.net/2010/02/13/a-blast-from-the-past/#comments</comments>
		<pubDate>Sat, 13 Feb 2010 08:54:49 +0000</pubDate>
		<dc:creator>LIV2</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.cactuar.net/?p=34</guid>
		<description><![CDATA[I&#8217;m currently migrating some posts from my old custom blog to this. expect images to be missing.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m currently migrating some posts from my old custom blog to this. expect images to be missing.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cactuar.net/2010/02/13/a-blast-from-the-past/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPad, iWin or iFail?</title>
		<link>http://www.cactuar.net/2010/02/12/ipad-iwin-or-ifail/</link>
		<comments>http://www.cactuar.net/2010/02/12/ipad-iwin-or-ifail/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 06:27:19 +0000</pubDate>
		<dc:creator>LIV2</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Cry]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[snatchbot.net]]></category>

		<guid isPermaLink="false">http://www.cactuar.net/?p=6</guid>
		<description><![CDATA[many people allowed themselves to believe the rumours of the iPad being some mystical cure for cancer and were dissapointed when they didn't get what they had hoped for]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-7 alignleft" title="g-080522-hlt-crying-baby-11awidec" src="http://www.cactuar.net/wp-content/uploads/2010/02/g-080522-hlt-crying-baby-11awidec.jpg" alt="Your average rumourtard" width="179" height="200" /></p>
<p>An interesting article some of you might find interesting on the iPad.</p>
<p>I tend to agree with the post, many people allowed themselves to believe the rumours of the iPad being some mystical cure for cancer and were dissapointed when they didn&#8217;t get what they had hoped for. so ended up crying like little babies.</p>
<p>The iPad is a great device, maybe not exactly what you want in a tablet but that doesn&#8217;t mean it&#8217;s shit. I mean they are nothing like netbooks so what&#8217;s to hate?</p>
<p><a title="http://snatchbot.net/2010/02/07/ipad-more-like-ifad-amirite-haha-im-funny/" href="http://snatchbot.net/2010/02/07/ipad-more-like-ifad-amirite-haha-im-funny/" target="_blank">http://snatchbot.net/2010/02/07/ipad-more-like-ifad-amirite-haha-im-funny/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cactuar.net/2010/02/12/ipad-iwin-or-ifail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New blog</title>
		<link>http://www.cactuar.net/2010/02/12/new-blog/</link>
		<comments>http://www.cactuar.net/2010/02/12/new-blog/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 06:13:24 +0000</pubDate>
		<dc:creator>LIV2</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.cactuar.net/?p=4</guid>
		<description><![CDATA[So I finally bit the bullet and installed WordPress. go me I may or may not transfer the posts from the old blog across. depending on whether I can find a suitable database backup or not.]]></description>
			<content:encoded><![CDATA[<p>So I finally bit the bullet and installed WordPress. go me</p>
<p>I may or may not transfer the posts from the old blog across. depending on whether I can find a suitable database backup or not.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cactuar.net/2010/02/12/new-blog/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Time machine with unsupported network disks</title>
		<link>http://www.cactuar.net/2009/03/08/22/</link>
		<comments>http://www.cactuar.net/2009/03/08/22/#comments</comments>
		<pubDate>Sun, 08 Mar 2009 08:34:13 +0000</pubDate>
		<dc:creator>LIV2</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Time Machine]]></category>
		<category><![CDATA[unsupported]]></category>
		<category><![CDATA[unsupported network share]]></category>

		<guid isPermaLink="false">http://www.cactuar.net/2010/02/13/22/</guid>
		<description><![CDATA[Well I bought a new unibody Macbook Pro recently to replace my old one, and found that I couldn&#8217;t get Time Machine to backup to my server. Even after using defaults write com.apple.systempreferences TMShowUnsupportedNetworkVolumes 1 at a commandline I still got &#8220;The backup disk image could not be created&#8221; After much hair pulling and googling, [...]]]></description>
			<content:encoded><![CDATA[<p>Well I bought a new unibody Macbook Pro recently to replace my old one, and found that I couldn&#8217;t get Time Machine to backup to my server.</p>
<div>Even after using</div>
<blockquote>
<div>defaults write com.apple.systempreferences TMShowUnsupportedNetworkVolumes 1</div>
</blockquote>
<div>at a commandline I still got &#8220;The backup disk image could not be created&#8221;</div>
<div>After much hair pulling and googling, I found that it was due to Time Machine calling some AFP functions introduced in Leopard</div>
<div>Problem with this being that my Tiger server doesn&#8217;t support these functions.</div>
<div>Of course the easy way to fix this was to create the image on my Leopard machine with the following command</div>
<blockquote>
<div>hdiutil create -size 90G -fs HFS+J -type SPARSEBUNDLE HOSTNAME_MACCADR.sparsebundle</div>
</blockquote>
<div>Obviously replacing HOSTNAME with your machines hostname and replacing MACADDR with your machines mac address for en0 minus the semicolons</div>
<div>Once that was complete all I had to do was copy the resulting image across to my backup drive on the server and it all worked.</div>
]]></content:encoded>
			<wfw:commentRss>http://www.cactuar.net/2009/03/08/22/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

