<?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>2 Bit Hacker &#187; Thoughts and Ideas</title>
	<atom:link href="http://weblog.2bithacker.net/category/thoughts-and-ideas/feed" rel="self" type="application/rss+xml" />
	<link>http://weblog.2bithacker.net</link>
	<description>We do what we must because we can.</description>
	<lastBuildDate>Sat, 09 Jul 2011 20:27:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Semi-Wildcarded Mail Addressing</title>
		<link>http://weblog.2bithacker.net/2011/01/semi-wildcarded-mail-addressing.html</link>
		<comments>http://weblog.2bithacker.net/2011/01/semi-wildcarded-mail-addressing.html#comments</comments>
		<pubDate>Sun, 09 Jan 2011 05:26:56 +0000</pubDate>
		<dc:creator>Chip</dc:creator>
				<category><![CDATA[Thoughts and Ideas]]></category>
		<category><![CDATA[e-mail]]></category>
		<category><![CDATA[postfix]]></category>

		<guid isPermaLink="false">http://weblog.2bithacker.net/?p=763</guid>
		<description><![CDATA[From time to time I think about tricks for managing e-mail, and the other day I came up with an idea I hadn&#8217;t seen in practice before. I doubt it&#8217;s an original idea, but it seemed interesting to try and implement. Most people end up using the same e-mail address everywhere, like chip@2bithacker.net. This is [...]]]></description>
			<content:encoded><![CDATA[<p>From time to time I think about tricks for managing e-mail, and the other day I came up with an idea I hadn&#8217;t seen in practice before. I doubt it&#8217;s an original idea, but it seemed interesting to try and implement.</p>

<p>Most people end up using the same e-mail address everywhere, like chip@2bithacker.net. This is easy, it works, and it&#8217;s how e-mail was intended to be used in the first place. But you give it to some bad eggs and they sell it to some spammers and now you start getting junk to that address. So what do you do?</p>

<p>In the past, I&#8217;ve tried to use local-part extensions to identify who I gave the address to. These are usually things like chip+facebook@2bithacker.net, which many mail servers will treat just like mail sent to chip@2bithacker.net, but you can then filter on the +facebook part. Unfortunately, this is well understood by the spammers as well, so they can easily strip off the +facebook part and go about their business as usual. Also, there are websites out there that don&#8217;t think a + can be in an e-mail address, so they won&#8217;t accept it. There are various ways around this, of course. One could reconfigure their mail server to use a different characters, such as a dash or period, or even some letter if you wanted to be weird.</p>

<p>I&#8217;ve also seen people use virtual domain wildcarding to send any local-part at their domain to a default mailbox. In this case, you could just tell Facebook that your e-mail is facebook@2bithacker.net and it would still wind up in your inbox, and you&#8217;d know if Facebook gave your e-mail out to others if you start seeing non-Facebook e-mail coming in to facebook@2bithacker.net. This isn&#8217;t great though, as spammers regularly probe addresses trying to find common names to spam at, and with wildcarding, anything @2bithacker.net becomes a valid e-mail address to you.</p>

<p>So I had an idea, mostly building on the second use-case, but with some smarts added in. When signing up for a site, say Facebook, give them an e-mail address of facebook@2bithacker.net as above, but with your mail server configured such that mail to facebook@2bithacker.net is only accepted if facebook appears in the sender&#8217;s domain name. So mail to facebook@2bithacker.net is allowed from update@facebookmail.com, but mail from spammer@buystuffnow.com isn&#8217;t. In the latter case, the server will send back a 5xx error code just as if the address isn&#8217;t valid.</p>

<p>I&#8217;ve been trying to come up with a catchy name for this technique, something better than &#8220;semi-whitelisting&#8221; and I think Sender Domain Local-Part, or <span class="caps">SDLP </span>for short, might make sense.</p>

<p>It should be pretty trivial to implement as a <a href="http://www.postfix.org/">Postfix</a> policy server, and I&#8217;m working on a reference implementation there to try it out. I suspect it&#8217;d be pretty easy to do in Exim as well. I&#8217;ll try to remember to post again once I get it working.</p>]]></content:encoded>
			<wfw:commentRss>http://weblog.2bithacker.net/2011/01/semi-wildcarded-mail-addressing.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>A Device</title>
		<link>http://weblog.2bithacker.net/2006/11/a-device.html</link>
		<comments>http://weblog.2bithacker.net/2006/11/a-device.html#comments</comments>
		<pubDate>Fri, 17 Nov 2006 00:38:28 +0000</pubDate>
		<dc:creator>Chip</dc:creator>
				<category><![CDATA[Thoughts and Ideas]]></category>
		<category><![CDATA[hardware]]></category>

		<guid isPermaLink="false">http://kyzoku.2bithacker.net/thoughts-and-ideas/a-device.html</guid>
		<description><![CDATA[I have been unable to find a device by the following specification, but I think it would rather handy to have. I suspect it wouldn&#8217;t have a huge appeal however. The device: A small box with a USB port on one side and VGA, USB, and PS/2 cables coming out the other side. You connect [...]]]></description>
			<content:encoded><![CDATA[<p>I have been unable to find a device by the following specification, but I think it would rather handy to have. I suspect it wouldn&#8217;t have a huge appeal however. The device:</p>

<p>A small box with a <span class="caps">USB </span>port on one side and <span class="caps">VGA, USB, </span>and PS/2 cables coming out the other side. You connect the <span class="caps">VGA, USB, </span>and/or PS/2 cables to one computer, and the other <span class="caps">USB </span>to another computer, and it gives you a window on your screen that acts as a monitor for the other computer.</p>

<p>I think this would be great for people who have to work on machines in datacenters and the like, where sometimes you just need a monitor and keyboard, but lugging those around are annoying. Just plug this device into the server and your laptop, and poof! your laptop acts like a monitor for the server.</p>

<p>I don&#8217;t think it would be terribly hard to implement. You&#8217;d need some sort of video capture chip for grabbing the <span class="caps">VGA </span>input. PS/2 is basically just a serial output. The <span class="caps">USB </span>would just emulate a keyboard and mouse (perhaps via a virtual hub) to the &#8220;remote&#8221; machine. The other <span class="caps">USB </span>would be somewhat trickier, I&#8217;m not sure if there&#8217;s a standard video transport over <span class="caps">USB.</span></p>

<p>You&#8217;d probably be able to sell them to system administrators, PC technitions, and maybe people who want to run a small server at home, but don&#8217;t want to switch back and forth all the time with a traditional <span class="caps">KVM </span>switch. The closest competeing product I&#8217;ve seen is a one-port <span class="caps">KVM</span>-over-IP box, which runs $500+. I think an ideal price point for this would be in sub-$100, prolly in the $80-$100 range.</p>

<p>So, there&#8217;s the idea, someone go turn it into a product and sell me one&#8230;</p>]]></content:encoded>
			<wfw:commentRss>http://weblog.2bithacker.net/2006/11/a-device.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Taxes and Laptops</title>
		<link>http://weblog.2bithacker.net/2006/03/taxes-and-laptops.html</link>
		<comments>http://weblog.2bithacker.net/2006/03/taxes-and-laptops.html#comments</comments>
		<pubDate>Wed, 29 Mar 2006 04:59:52 +0000</pubDate>
		<dc:creator>Chip</dc:creator>
				<category><![CDATA[Thoughts and Ideas]]></category>

		<guid isPermaLink="false">http://kyzoku.2bithacker.net/thoughts-and-ideas/taxes-and-laptops.html</guid>
		<description><![CDATA[Now I remember, I was also trying to figure out what I want to do with my tax return. Part of me wants to do the responsible thing and use it to pay off my debt faster or to stick it into my somewhat sad looking savings account, but part of me wants to blow [...]]]></description>
			<content:encoded><![CDATA[<p>Now I remember, I was also trying to figure out what I want to do with my tax return. Part of me wants to do the responsible thing and use it to pay off my debt faster or to stick it into my somewhat sad looking savings account, but part of me wants to blow it on something fun like a new laptop or an <span class="caps">HDTV </span>or a Mac Mini or something like that.</p>

<p>I was also struck by the thought of registering 2 Bit Hacker as a business with the state, and start actively pushing my consulting a bit more. I think I&#8217;ve talked about that in my weblog before. But the thought occurred to me that a new laptop could then be considered a business expense. It would also be a good way of separating out any income I get from doing SimPro maintenance work.</p>]]></content:encoded>
			<wfw:commentRss>http://weblog.2bithacker.net/2006/03/taxes-and-laptops.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hydrogen Cars</title>
		<link>http://weblog.2bithacker.net/2005/06/hydrogen-cars.html</link>
		<comments>http://weblog.2bithacker.net/2005/06/hydrogen-cars.html#comments</comments>
		<pubDate>Wed, 22 Jun 2005 17:19:32 +0000</pubDate>
		<dc:creator>Chip</dc:creator>
				<category><![CDATA[Thoughts and Ideas]]></category>
		<category><![CDATA[fuel cell]]></category>

		<guid isPermaLink="false">http://kyzoku.2bithacker.net/thoughts-and-ideas/hydrogen-cars.html</guid>
		<description><![CDATA[Last night, I was reading an article on Honda&#8217;s latest hydrogen fuel cell car. It sounds like the technology is almost ready to hit production, with decent performance, and reasonable range (about 130 miles per tank.) They covered a lot of info about the fill up process, involving connecting a grounding cable to the car [...]]]></description>
			<content:encoded><![CDATA[<p>Last night, I was reading an article on Honda&#8217;s latest hydrogen fuel cell car. It sounds like the technology is almost ready to hit production, with decent performance, and reasonable range (about 130 miles per tank.) They covered a lot of info about the fill up process, involving connecting a grounding cable to the car and touching the pump before disconnecting the fill hose to prevent static sparks from igniting anything.</p>

<p>I&#8217;m left wondering though, what happens when one of these things gets in an accident? They&#8217;ve got two tanks of hydrogen compressed to 5000 psi when full. Seems to me like that could be sortof dangerous, you know?</p>]]></content:encoded>
			<wfw:commentRss>http://weblog.2bithacker.net/2005/06/hydrogen-cars.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Thought of the Moment</title>
		<link>http://weblog.2bithacker.net/2005/02/thought-of-the-moment.html</link>
		<comments>http://weblog.2bithacker.net/2005/02/thought-of-the-moment.html#comments</comments>
		<pubDate>Sat, 26 Feb 2005 08:07:00 +0000</pubDate>
		<dc:creator>Chip</dc:creator>
				<category><![CDATA[Thoughts and Ideas]]></category>
		<category><![CDATA[apartment]]></category>
		<category><![CDATA[move]]></category>

		<guid isPermaLink="false">http://kyzoku.2bithacker.net/ThoughtsandIdeas/antidepressants.html</guid>
		<description><![CDATA[It seems like all the girls I know either are or at one time have been on anti-depressants. I think there&#8217;s something seriously wrong with the world. Also, I&#8217;m tired of packing. My desk and computer bits and pieces are all in boxes now, save for the actively running system on which I am typing. [...]]]></description>
			<content:encoded><![CDATA[<p>It seems like all the girls I know either are or at one time have been on anti-depressants.</p>

<p>I think there&#8217;s something seriously wrong with the world.</p>

<p>Also, I&#8217;m tired of packing. My desk and computer bits and pieces are all in boxes now, save for the actively running system on which I am typing. I packed the foodstuffs and spices from the kitchen, but the dishes still need to be boxed, and I still need to dismantle the entertainment center. I am so not ready for this move. But it&#8217;s happening, somehow it&#8217;ll all work out, and by Monday, all my stuff will either be in the garbage receptacle or in the new apartment.</p>]]></content:encoded>
			<wfw:commentRss>http://weblog.2bithacker.net/2005/02/thought-of-the-moment.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some Random Ideas</title>
		<link>http://weblog.2bithacker.net/2003/12/some-random-ideas.html</link>
		<comments>http://weblog.2bithacker.net/2003/12/some-random-ideas.html#comments</comments>
		<pubDate>Mon, 01 Dec 2003 00:31:00 +0000</pubDate>
		<dc:creator>Chip</dc:creator>
				<category><![CDATA[Thoughts and Ideas]]></category>

		<guid isPermaLink="false">http://kyzoku.2bithacker.net/ThoughtsandIdeas/some_random_ideas.html</guid>
		<description><![CDATA[Every once and a while I get an idea for a stupid invention that I think would be pretty cool if anyone could actually figure out how to make it. Here are a few: Self Laundering Luggage: Ever been getting ready for a trip at the last minute, only to find that none of the [...]]]></description>
			<content:encoded><![CDATA[<p>Every once and a while I get an idea for a stupid invention that I think would be pretty cool if anyone could actually figure out how to make it. Here are a few:</p>


<ul>
<li>Self Laundering Luggage: Ever been getting ready for a trip at the last minute, only to find that none of the clothes you want to take are clean? Well worry no more with the wonderful Self Laundering Luggage. Just toss in your dirty clothes and some detergent, and by the time you get to your destination, you clothes are washed and dried, just hang them up and you&#8217;re all set.</li>
<li>Car Foam: Sure, airbags work pretty well, but wouldn&#8217;t it be a lot better to be completely restrained in case of a car accident? Car foam is the next generation in car safety devices. Upon impact, the foam is released into the passenger compartment, completely and safely surrounding all passengers and encasing them in a safe, non-toxic, breatable, fireproof, editble foam casing. Once the rescue crew arrives, they just spray the foam with a chemical agent to dissolve it, and you&#8217;re released intact and unharmed.</li>
<li>Orbital McDonalds Construction: With the number of new McDonald&#8217;s restaurants that are built each year, it would probably make a lot of sense to build them in orbit then simply drop them into position. And orbital drops don&#8217;t need to stop with just the restaurant. Once space cows are perfected, they can be slaughtered in orbit, processed into patties, and dropped to restaurants as needed, being cooked automatically during re-entry.</li>
</ul>



<p>I&#8217;ll try to remember more of these, or write them down as I think of them.</p>]]></content:encoded>
			<wfw:commentRss>http://weblog.2bithacker.net/2003/12/some-random-ideas.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Linux vs. BSD</title>
		<link>http://weblog.2bithacker.net/2003/06/linux-vs-bsd.html</link>
		<comments>http://weblog.2bithacker.net/2003/06/linux-vs-bsd.html#comments</comments>
		<pubDate>Sat, 07 Jun 2003 21:43:00 +0000</pubDate>
		<dc:creator>Chip</dc:creator>
				<category><![CDATA[Thoughts and Ideas]]></category>

		<guid isPermaLink="false">http://kyzoku.2bithacker.net/ThoughtsandIdeas/linux_vs_bsd.html</guid>
		<description><![CDATA[For a long time, I had been a die-hard FreeBSD user, running it on all the servers under my control, my laptop, my home system, everything. Then one day I decided to give Gentoo Linux a try on my laptop. Got to know it, and at this point I find it to work better in [...]]]></description>
			<content:encoded><![CDATA[<p>For a long time, I had been a die-hard FreeBSD user, running it on all the servers under my control, my laptop, my home system, everything. Then one day I decided to give Gentoo Linux a try on my laptop. Got to know it, and at this point I find it to work better in that application than FreeBSD did. Since then, I&#8217;ve noticed the major difference between Linux and <span class="caps"><span class="caps">BSD.</span></span> And it&#8217;s not a technical thing, it&#8217;s a social thing.</p>

<p>For example, it&#8217;s been my experience that when two <span class="caps"><span class="caps">BSD </span></span>users meet, and ask each other what they run, it goes something like this: &#8220;Hey, I run FreeBSD&#8221; &#8220;Yeah, so do I&#8221; &#8220;Cool&#8221; &#8220;Yeah.&#8221; and that&#8217;s about it. However, when two Gentoo users meet, you get something like &#8220;Hey, I run Gentoo&#8221; &#8220;Yeah, so do I&#8221; &#8220;Cool&#8221; &#8220;What kernel do you run?&#8221; &#8220;Gaming-sources, how about you?&#8221; &#8220;Gentoo-sources&#8221; &#8220;Cool, how&#8217;s that working out?&#8221; &#8220;Pretty good, you run reiserfs?&#8221; &#8220;No, I&#8217;m on <span class="caps"><span class="caps">XFS</span></span>&#8221; &#8220;Ah, interesting, I&#8217;d been thinking about that&#8221; and so on and so on, covering basically every option that one could select in Gentoo, from the kernel sources down to the syslogger. With <span class="caps"><span class="caps">BSD, </span></span>you pretty much know what the system is like just by knowing what it is, with a Linux system, at least with Gentoo, each system is as different as the person running it.</p>

<p>This leads to Linux people, or at least Gentoo people, spending vast amounts of time talking to each other about what little tweaky things they&#8217;ve done, or what they want to try, and so on, which inevitably is overheard by other people, who will sometimes think things like &#8220;Hey, that sounds neat, I should give it a try.&#8221; And so it spreads. <span class="caps"><span class="caps">BSD </span></span>people on the other hand, don&#8217;t need to talk about it nearly as much, sometimes discussing new features in a new release, but never to the extent that Gentoo people talk. This means less people overhear, and ultimatly less people go around trying to use <span class="caps"><span class="caps">BSD.</span></span></p>

<p>And while this individuality is great for conversation and tinkering and taking up vast amounts of spare time, from a business perspective, it kills. When looking for a Linux system admin, you need to take into consideration what distrobutions he&#8217;s familiar with, and what daemons he&#8217;s worked with, and what versions, and a bunch of other factors. And when that admin does finally get hired, he&#8217;ll need to learn how the last admin did everything. With FreeBSD at least, this happens a lot less, since a lot more of the system is standardized.</p>

<p>So, it&#8217;s basically my opinion that Linux and <span class="caps"><span class="caps">BSD </span></span>each have their place. I am very much enjoying running Linux on my laptop, and now on my desktop at home, but there is no way I&#8217;ll be running it on a server anytime soon. It makes a great discussion piece, but it just doesn&#8217;t have the stability and standardization that I desire in a server.</p>]]></content:encoded>
			<wfw:commentRss>http://weblog.2bithacker.net/2003/06/linux-vs-bsd.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Idea for a Kismet perl module</title>
		<link>http://weblog.2bithacker.net/2003/02/idea-for-a-kismet-perl-module.html</link>
		<comments>http://weblog.2bithacker.net/2003/02/idea-for-a-kismet-perl-module.html#comments</comments>
		<pubDate>Thu, 27 Feb 2003 19:54:00 +0000</pubDate>
		<dc:creator>Chip</dc:creator>
				<category><![CDATA[Thoughts and Ideas]]></category>

		<guid isPermaLink="false">http://kyzoku.2bithacker.net/ThoughtsandIdeas/idea_for_a_kismet_perl_module.html</guid>
		<description><![CDATA[I&#8217;ve been thinking for a little bit about writing a perl module to interface with Kismet, making it easy for people to write Kismet clients in perl. Basically, I envision being able to do something like this: use Kismet::Client; my $kismet = new Kismet::Client ( server =&#38;gt; &#38;quot;localhost:54321&#38;quot; ); $kismet-&#38;gt;add_protocol(NETWORK, &#38;quot;bssid,type,ssid&#38;quot;, \&#38;amp;network_callback); $kismet-&#38;gt;run; sub network_callback [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been thinking for a little bit about writing a perl module to interface with <br />
<a href="http://www.kismetwireless.net/">Kismet</a>, making it easy for people to write Kismet clients in perl. Basically, I envision being able to do something like this:</p>



<pre><code>use Kismet::Client;
my $kismet = new Kismet::Client ( server =&amp;gt; &amp;quot;localhost:54321&amp;quot; );
$kismet-&amp;gt;add_protocol(NETWORK, &amp;quot;bssid,type,ssid&amp;quot;, \&amp;amp;network_callback);
$kismet-&amp;gt;run;
sub network_callback (
    my($info) = shift;
    printf(&amp;quot;Found network %s (%s)\n&amp;quot;, $info-&amp;gt;{ssid}, $info-&amp;gt;{bssid});
)</code></pre>



<p>Basically, I figure it&#8217;ll work best as a series of callback for the various types of information that Kismet can provide, and have the module take care of enabling the various protocols and parsing the information out into hashes for easy access. Once I get my computer at home up and running again, I hope to actually write some code for this.</p>]]></content:encoded>
			<wfw:commentRss>http://weblog.2bithacker.net/2003/02/idea-for-a-kismet-perl-module.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More Car PC Stuff</title>
		<link>http://weblog.2bithacker.net/2003/01/more-car-pc-stuff.html</link>
		<comments>http://weblog.2bithacker.net/2003/01/more-car-pc-stuff.html#comments</comments>
		<pubDate>Thu, 23 Jan 2003 09:36:00 +0000</pubDate>
		<dc:creator>Chip</dc:creator>
				<category><![CDATA[Thoughts and Ideas]]></category>

		<guid isPermaLink="false">http://kyzoku.2bithacker.net/ThoughtsandIdeas/more_car_pc_stuff.html</guid>
		<description><![CDATA[meta-markup: 0 Well, I&#8217;ve been poking around some more, and come across the Xenarc 700TS. It&#8217;s a 7&#8221; 16:9 LCD panel with VGA input. I think it will be ideal for the car computer project. I&#8217;ve been talking with Dave a bit about it, and he&#8217;s talking about putting one in his Explorer. I think [...]]]></description>
			<content:encoded><![CDATA[<p>meta-markup: 0</p>

<p>Well, I&#8217;ve been poking around some more, and come across the <a href="http://www.xenarc.com/product/700ts.html">Xenarc 700TS</a>. It&#8217;s a 7&#8221; 16:9 <span class="caps">LCD </span>panel with <span class="caps">VGA </span>input. I think it will be ideal for the car computer project. I&#8217;ve been talking with Dave a bit about it, and he&#8217;s talking about putting one in his Explorer. I think in the Focus, we&#8217;ll be able to remote the original radio, mount a plate of some sort in it&#8217;s place, and attach the panel to that on a swivel mount, so it can be adjusted. This will require no modification to the dash, with is one of the things I really didn&#8217;t want to do.</p>

<p>Since the 700TS is a touch panel, it makes interfacing with the computer much easier. I think I&#8217;ll probably add one of <a href="http://www.griffintechnology.com/products/powermate/">these</a> for use as a volume control. I think adjusting the volume is one of the most frequently performed operations with a car stereo, so it really doesn&#8217;t make sense to fumble with a touch panel to do it.</p>

<p>However, by removing the car stereo, it means the computer needs to be able to do more, and I need to buy an amp to drive the car speakers from the computer&#8217;s line out. Also, I need to figure out how to do FM tuning on the computer. Two options present themselves. I could go with a <a href="http://www.hauppauge.com/html/wintv_pci_datasheet.htm">Hauppauge WinTV-radio</a>, which includes a TV tuner, FM tuner, and video input. This would add a bit of flexibility too, since I would be able to connect a camera to the computer as well, perhaps a video review mirror? But, it takes up the only <span class="caps">PCI </span>slot on the <span class="caps">EPIA </span>board, which I had planned to use for the 802.11b card. I could use a <span class="caps">USB</span> 802.11b device at that point, but would probably suffer some performance penalites.</p>

<p>I also found that the <a href="http://www.dlink.com/products/usb/dsbr100/">D-Link <span class="caps">DSB</span>-R100</a> USB FM tuner is supported in Linux. It&#8217;s just got a line-out jack, so I could easily plug it into the line-in on the PC and be all set, but I wouldn&#8217;t have any video capability.</p>

<p>Or I could use a different PC to base this whole thing off of, with more <span class="caps">PCI </span>slots. But then I&#8217;d probably lose the nice 12V DC <span class="caps">ATX </span>supply. Choices choices choices. I&#8217;ll try to put up a section on chocobo.cx for all this stuff at some point, to keep track of both the car PC and <span class="caps">HTPC </span>projects.</p>]]></content:encoded>
			<wfw:commentRss>http://weblog.2bithacker.net/2003/01/more-car-pc-stuff.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Car Computer Ideas</title>
		<link>http://weblog.2bithacker.net/2003/01/car-computer-ideas.html</link>
		<comments>http://weblog.2bithacker.net/2003/01/car-computer-ideas.html#comments</comments>
		<pubDate>Mon, 20 Jan 2003 23:59:00 +0000</pubDate>
		<dc:creator>Chip</dc:creator>
				<category><![CDATA[Thoughts and Ideas]]></category>

		<guid isPermaLink="false">http://kyzoku.2bithacker.net/ThoughtsandIdeas/car_computer_ideas.html</guid>
		<description><![CDATA[meta-markup: 0 Not having a terribly inspired day at work, but I have been getting some ideas concerning a car computer project. I had originally been thinking of doing something similar to the DashPC project, but that requires hacking out part of the console for the touchscreen LCD panel. Instead, I got to thinking that [...]]]></description>
			<content:encoded><![CDATA[<p>meta-markup: 0</p>

<p>Not having a terribly inspired day at work, but I have been getting some ideas
concerning a car computer project. I had originally been thinking of doing<br />
something similar to the <a href="http://www.dashpc.com/">DashPC</a> project, but that<br />
requires hacking out part of the console for the touchscreen <span class="caps">LCD </span>panel.<br />
Instead, I got to thinking that something <a href="http://www.crutchfield.com/cgi-bin/S-tQfFEyKLqxU/ProdView.asp?s=0&amp;c=3&amp;g=102200&amp;I=158XAV7W&amp;o=m&amp;a=0">like this</a><br />
would work out well as a display. Then I just hook it up to something<br />
<a href="http://www.mini-itx.com/store/default.asp?c=11#pb1">along these lines</a>,<br />
which is powered from 12V, stuck under the passenger seat.

</p><p>That takes care of display and the <span class="caps">PC.</span> I can hookup a serial <span class="caps">GPS </span>and stick in
a <span class="caps">PCI</span> 802.11b card. It would be able to run <a href="http://www.gpsdrive.de/">GpsDrive</a><br />
and <a href="http://www.kismetwireless.net/">Kismet</a>, as well as be able to playback<br />
<span class="caps">CD,</span> Ogg/Vorbis, and <span class="caps">MP3 </span>audio. The only thing I need at that point is some<br />
sort of control interface. Maybe my old I-Opener keyboard would work initially.<br />
Though what would I have the pizza button do?<br />
</p>]]></content:encoded>
			<wfw:commentRss>http://weblog.2bithacker.net/2003/01/car-computer-ideas.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Served from: weblog.2bithacker.net @ 2012-02-08 06:41:53 by W3 Total Cache -->
