<?xml version="1.0" encoding="iso-8859-1"?><!-- generator="b2evolution/2.4.7" -->
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:admin="http://webns.net/mvcb/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Ben's Bits - Latest comments</title>
		<link>http://www.bensbits.com/?disp=comments</link>
		<description></description>
		<language>en-US</language>
		<docs>http://backend.userland.com/rss</docs>
		<admin:generatorAgent rdf:resource="http://b2evolution.net/?v=2.4.7"/>
		<ttl>60</ttl>
				<item>
			<title>In response to: Booting DOS from a USB flash drive</title>
			<pubDate>Tue, 16 Mar 2010 21:53:33 +0000</pubDate>
			<dc:creator>Ghetto_Child [Visitor]</dc:creator>
			<guid isPermaLink="false">c9878@http://www.bensbits.com/</guid>
			<description>Like Chris Merchant stated none of the FreeDOS iso files have those 3 fat bootsector bin/bss files in them. I'm trying to make an 8GB Corsair Flash Voyager into a multi standard usb bootable flash (USB-HDD-FDD-ZIP) but I can't figure out what to use for the -b option. If I use the included mbrfat.bin with the -b option the drive formats, reads, writes correctly. However attempting to boot it on my Acer Aspire 1410 Core 2 Solo Netbook produces the msg &quot;HDDno operating system&quot; and the system doesn't do anything after that.</description>
			<content:encoded><![CDATA[Like Chris Merchant stated none of the FreeDOS iso files have those 3 fat bootsector bin/bss files in them. I'm trying to make an 8GB Corsair Flash Voyager into a multi standard usb bootable flash (USB-HDD-FDD-ZIP) but I can't figure out what to use for the -b option. If I use the included mbrfat.bin with the -b option the drive formats, reads, writes correctly. However attempting to boot it on my Acer Aspire 1410 Core 2 Solo Netbook produces the msg "HDDno operating system" and the system doesn't do anything after that.]]></content:encoded>
			<link>http://www.bensbits.com/2007/08/21/booting_dos_from_a_usb_flash_drive#c9878</link>
		</item>
				<item>
			<title>In response to: Deconstructing the Car Talk Jukebox</title>
			<pubDate>Sat, 13 Mar 2010 21:37:00 +0000</pubDate>
			<dc:creator>Greg [Visitor]</dc:creator>
			<guid isPermaLink="false">c9869@http://www.bensbits.com/</guid>
			<description>Thanks!!  By the way, this script does the trick:&lt;br /&gt;
&lt;br /&gt;
#!/bin/zsh&lt;br /&gt;
wget -q -O - 'http://www.cartalk.com/Radio/WeeklyShow/showAllsmil.xml' |\&lt;br /&gt;
 sed 's/&amp;#060;&amp;#062;/&amp;#060;\n&amp;#062;/g' |\&lt;br /&gt;
 grep mp3 |\&lt;br /&gt;
 sed 's/\&amp;#060;audio src=&quot;//g' |\&lt;br /&gt;
 sed 's/&quot;title.*$//g' \&lt;br /&gt;
    \&amp;#062; /var/tmp/pls.m3u&lt;br /&gt;
mplayer -playlist /var/tmp/pls.m3u&lt;br /&gt;</description>
			<content:encoded><![CDATA[Thanks!!  By the way, this script does the trick:<br />
<br />
#!/bin/zsh<br />
wget -q -O - 'http://www.cartalk.com/Radio/WeeklyShow/showAllsmil.xml' |\<br />
 sed 's/&#060;&#062;/&#060;\n&#062;/g' |\<br />
 grep mp3 |\<br />
 sed 's/\&#060;audio src="//g' |\<br />
 sed 's/"title.*$//g' \<br />
    \&#062; /var/tmp/pls.m3u<br />
mplayer -playlist /var/tmp/pls.m3u<br />]]></content:encoded>
			<link>http://www.bensbits.com/2008/11/07/deconstructing-the-car-talk-jukebox#c9869</link>
		</item>
				<item>
			<title>In response to: Using Google Apps on iGoogle</title>
			<pubDate>Tue, 09 Mar 2010 05:49:28 +0000</pubDate>
			<dc:creator>Tad [Visitor]</dc:creator>
			<guid isPermaLink="false">c9860@http://www.bensbits.com/</guid>
			<description>I agree. I'd be very happy if there was somehow I could merge my Gmail/iGoogle identity with my primary Google Apps identity. And Speaking of not sharing, why is it apparently impossible to easily share/sync/swap contacts between different Gmail and Google Apps accounts?</description>
			<content:encoded><![CDATA[I agree. I'd be very happy if there was somehow I could merge my Gmail/iGoogle identity with my primary Google Apps identity. And Speaking of not sharing, why is it apparently impossible to easily share/sync/swap contacts between different Gmail and Google Apps accounts?]]></content:encoded>
			<link>http://www.bensbits.com/2009/11/09/using-google-apps-on-igoogle#c9860</link>
		</item>
				<item>
			<title>In response to: The Open Source Microsoft Access Alternative</title>
			<pubDate>Sun, 28 Feb 2010 02:30:10 +0000</pubDate>
			<dc:creator>deko [Visitor]</dc:creator>
			<guid isPermaLink="false">c9836@http://www.bensbits.com/</guid>
			<description>Access has the advantage of tight integration with the Office Suite and can make a very productive tool for advanced Office users.&lt;br /&gt;
&lt;br /&gt;
Why can't there be a repository of VBA code that owners of MS Office can download/upload as an open source project?&lt;br /&gt;
&lt;br /&gt;
I know Access is not open source, but why can't there be open source Access application? If all the code is freely available isn't it open source?</description>
			<content:encoded><![CDATA[Access has the advantage of tight integration with the Office Suite and can make a very productive tool for advanced Office users.<br />
<br />
Why can't there be a repository of VBA code that owners of MS Office can download/upload as an open source project?<br />
<br />
I know Access is not open source, but why can't there be open source Access application? If all the code is freely available isn't it open source?]]></content:encoded>
			<link>http://www.bensbits.com/2008/10/05/the-open-source-microsoft-access-alterna#c9836</link>
		</item>
				<item>
			<title>In response to: Booting DOS from a USB flash drive</title>
			<pubDate>Sun, 21 Feb 2010 19:42:35 +0000</pubDate>
			<dc:creator>symbolset [Visitor]</dc:creator>
			<guid isPermaLink="false">c9829@http://www.bensbits.com/</guid>
			<description>The easy way to do this:&lt;br /&gt;
&lt;br /&gt;
Clonezilla is a disk imaging linux distribution that uses syslinux and includes FreeDOS for ease of BIOS flashing. It's very easy to install and it's handy for making backups of your computer to a USB drive or network share.&lt;br /&gt;
&lt;br /&gt;
Download clonezilla from clonezilla.org. Format the pendrive FAT32 and copy all the files onto the root of the pen. From Windows open cmd.exe and change to utils/win32 and run makeboot.bat or from Linux terminal cd to utils/linux and run makeboot.sh to make the pen bootable. Copy the applications you want to use from DOS onto the pen.&lt;br /&gt;
&lt;br /&gt;
Boot the pen and select FreeDOS. A: will be the FreeDOS operating system image and C: will be the root of the pen.&lt;br /&gt;
&lt;br /&gt;
If you only want FreeDOS and not clonezilla, edit syslinux/syslinux.cfg so that it's the only menu option and delete the excess files.</description>
			<content:encoded><![CDATA[The easy way to do this:<br />
<br />
Clonezilla is a disk imaging linux distribution that uses syslinux and includes FreeDOS for ease of BIOS flashing. It's very easy to install and it's handy for making backups of your computer to a USB drive or network share.<br />
<br />
Download clonezilla from clonezilla.org. Format the pendrive FAT32 and copy all the files onto the root of the pen. From Windows open cmd.exe and change to utils/win32 and run makeboot.bat or from Linux terminal cd to utils/linux and run makeboot.sh to make the pen bootable. Copy the applications you want to use from DOS onto the pen.<br />
<br />
Boot the pen and select FreeDOS. A: will be the FreeDOS operating system image and C: will be the root of the pen.<br />
<br />
If you only want FreeDOS and not clonezilla, edit syslinux/syslinux.cfg so that it's the only menu option and delete the excess files.]]></content:encoded>
			<link>http://www.bensbits.com/2007/08/21/booting_dos_from_a_usb_flash_drive#c9829</link>
		</item>
				<item>
			<title>In response to: Booting DOS from a USB flash drive</title>
			<pubDate>Mon, 08 Feb 2010 16:29:44 +0000</pubDate>
			<dc:creator>Chris Merchant [Visitor]</dc:creator>
			<guid isPermaLink="false">c9820@http://www.bensbits.com/</guid>
			<description>what i dont understand is i download fdbasews.iso and use magiciso to extract all the files. however there is no fat12.bin&quot;, &quot;fat16.bin&quot; and &quot;fat32lba.bin&quot; files. when i goto &quot;FREEDOS\PACKAGES\SRC_BASE\KERNELS.ZIP&quot;, there is no files, but there is 3 more folders labeled &quot;doc&quot;, &quot;packages&quot; and &quot;source&quot;. i have looked through out all three folders and even used the search option on the entire main folder and there are none of those three .bin files. i have downloaded the iso file many times and it is complete but yet these files are not in there.</description>
			<content:encoded><![CDATA[what i dont understand is i download fdbasews.iso and use magiciso to extract all the files. however there is no fat12.bin", "fat16.bin" and "fat32lba.bin" files. when i goto "FREEDOS\PACKAGES\SRC_BASE\KERNELS.ZIP", there is no files, but there is 3 more folders labeled "doc", "packages" and "source". i have looked through out all three folders and even used the search option on the entire main folder and there are none of those three .bin files. i have downloaded the iso file many times and it is complete but yet these files are not in there.]]></content:encoded>
			<link>http://www.bensbits.com/2007/08/21/booting_dos_from_a_usb_flash_drive#c9820</link>
		</item>
				<item>
			<title>In response to: The Submarine Project</title>
			<pubDate>Tue, 26 Jan 2010 21:34:58 +0000</pubDate>
			<dc:creator>casandy [Visitor]</dc:creator>
			<guid isPermaLink="false">c9808@http://www.bensbits.com/</guid>
			<description>get a plastic bottle poke three holes&lt;br /&gt;
in it and put an eraser in it it works perfectly!!!!!!!!!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
you're welcome</description>
			<content:encoded><![CDATA[get a plastic bottle poke three holes<br />
in it and put an eraser in it it works perfectly!!!!!!!!!<br />
<br />
<br />
you're welcome]]></content:encoded>
			<link>http://www.bensbits.com/2003/12/28/the_submarine_project#c9808</link>
		</item>
				<item>
			<title>In response to: The Submarine Project</title>
			<pubDate>Tue, 26 Jan 2010 00:18:21 +0000</pubDate>
			<dc:creator>bella [Visitor]</dc:creator>
			<guid isPermaLink="false">c9807@http://www.bensbits.com/</guid>
			<description>make a aluminum boat and put a hole in the bottom of it and sit it in the tank then it will float for 5 seconds and then it will subsurface float and then it will sink.</description>
			<content:encoded><![CDATA[make a aluminum boat and put a hole in the bottom of it and sit it in the tank then it will float for 5 seconds and then it will subsurface float and then it will sink.]]></content:encoded>
			<link>http://www.bensbits.com/2003/12/28/the_submarine_project#c9807</link>
		</item>
			</channel>
</rss>
