<?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>land of bile</title>
	<atom:link href="http://landofbile.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://landofbile.com</link>
	<description></description>
	<lastBuildDate>Fri, 29 Jan 2010 19:42:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Government Abuse Map</title>
		<link>http://landofbile.com/software/government-abuse-map/</link>
		<comments>http://landofbile.com/software/government-abuse-map/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 22:02:56 +0000</pubDate>
		<dc:creator>bile</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://landofbile.com/?page_id=189</guid>
		<description><![CDATA[Prototype: http://libertyactivism.info/map
Concept: The idea for this project was spawned at the first Motorhome Diaries Meetup in central New Jersey. Jason Talley and I discussed a site that would allow individuals to post media regarding their run ins with government officials. Particularly cops. The finished product would have the following functionalities.

Map which provides markers for each [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>Prototype: <a href="http://libertyactivism.info/map" target="_blank">http://libertyactivism.info/map</a></p>
<p>Concept: The idea for this project was spawned at the first Motorhome Diaries Meetup in central New Jersey. Jason Talley and I discussed a site that would allow individuals to post media regarding their run ins with government officials. Particularly cops. The finished product would have the following functionalities.</p>
<ul>
<li>Map which provides markers for each event. Those markers ideally would be different colors and designs so as to more easily distinguish them by category.  (botched raid, traffic infraction, etc.)</li>
<li>When clicked on markers should popup the specific information regarding the event. A Description, sources, location, media, etc.</li>
<li>Categories as represented by the markers should be able to be toggled on and off so the user make view only those they care about.</li>
<li>For performance reasons there needs to be some amount of intelligence in the placing of markers as the map is zoomed out. Currently using a modified version of ﻿<a href="http://www.acme.com/javascript/#Clusterer">Joe Poskanzer&#8217;s Clusterer2.</a></li>
<li>Users should be able to search for an area using Google&#8217;s map searching abilities.</li>
<li>New events should be submittable by users.</li>
<li>Submissions will need to be moderated not unlike a blog so that spam and junk doesn&#8217;t get through.</li>
<li>Before submitting to be moderated there should be some amount of logic (perhaps using a keyword/tagging service + source checks) to see if the story already exists and if so allow the user to add / modify the existing event. This too would need to be moderated.</li>
<li>When the user submits a new story they will be required to enter a category. Categories already existing should be presented to them with an ability to add new ones. This too should be smart and do a keyword comparison to make sure it&#8217;s not a duplicate. Offer the user the list of possible preexisting categories.</li>
<li>Using geolocation the form should allow lookup of where ever the new user submitted marker is. Fields should be editable and checked against geo location services to confirm before submission. Having autocomplete of fields would be good too.</li>
<li>Part of the form should be contact information for those government agencies involved.</li>
<li>Media should be uploadable though it&#8217;s not necessary given Youtube and such services. However, given that some times media is taken down it&#8217;d be preferable that not only can users upload specific media files (pdf,video,audio) but that links to media be followed and those be downloaded if possible as a backup.</li>
<li>Using google alerts or just merging existing known feeds it should provide a RSS/ATOM feed showing news stories regarding government abuses. Such as Injustice News.</li>
<li>A desirable feature would be to provide the ability to follow the news story link and attempt to build a submission for the site should it not exist already. Or bring up the event within the site so that the user may update it.</li>
<li>A general RSS/ATOM feed should be provided so that new events and updates are easily picked up by followers of the site. Additionally there should be the ability to narrow down the feed to events within a particular country, state, county, city or maybe even radius from a particular lng,lat point.</li>
<li>Much of this is already implemented in some way in the prototype though not in a very attractive way. The RSS feeds and event checker don&#8217;t exist. The uploader uses a special PHP addon called uploadprogress so that uploads can be tracked without the use of FLASH. Submissions are held for moderation but there is no way to actually moderat</li>
</ul>
<p>Technologies used in prototype: PHP, Javascript, JQuery, Google Maps, Google geotags, GeoNames, custom version of Jef Poskanzer&#8217;s Clusterer2, the JQuery msdropdown, jquery.progressbar, jquery.blockUI, jquery.autocomplete and others. See <a href="http://github.com/bile">http://github.com/bile</a></p>
<p>Similar pages: <a href="http://copblock.tumblr.com/">CopBlock</a>, <a href="http://www.injusticeeverywhere.com/">Injustice News</a></p>
<p>I&#8217;ve talked with CopBlock and Injustice News. Both are interested in working together should this get off the ground.</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://landofbile.com/software/government-abuse-map/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Erlang</title>
		<link>http://landofbile.com/software/erlang/</link>
		<comments>http://landofbile.com/software/erlang/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 21:39:16 +0000</pubDate>
		<dc:creator>bile</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://landofbile.com/?page_id=187</guid>
		<description><![CDATA[
http://github.com/bile/otp : my fork of erlang/otp with enhancements i hope to get merged upstream.
epmd_monitor-0.1.0.tar.gz : Monitors a nodes status in epmd and reregisters should the value disappear because epmd was restarted.



Related posts:Erlang/OTP: republishing node info to epmd after it&#8217;s failed



Related posts:<ol><li><a href='http://landofbile.com/2010/01/29/erlangotp-republishing-node-info-to-epmd-after-its-failed/' rel='bookmark' title='Permanent Link: Erlang/OTP: republishing node info to epmd after it&#8217;s failed'>Erlang/OTP: republishing node info to epmd after it&#8217;s failed</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<ul>
<li><a href="http://github.com/bile/otp" target="_blank">http://github.com/bile/otp</a> : my fork of erlang/otp with enhancements i hope to get merged upstream.</li>
<li><a href="http://landofbile.com/uploads/software/epmd_monitor-0.1.0.tar.gz">epmd_monitor-0.1.0.tar.gz</a> : Monitors a nodes status in epmd and reregisters should the value disappear because epmd was restarted.</li>
</ul>


<p>Related posts:<ol><li><a href='http://landofbile.com/2010/01/29/erlangotp-republishing-node-info-to-epmd-after-its-failed/' rel='bookmark' title='Permanent Link: Erlang/OTP: republishing node info to epmd after it&#8217;s failed'>Erlang/OTP: republishing node info to epmd after it&#8217;s failed</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://landofbile.com/software/erlang/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Erlang/OTP: republishing node info to epmd after it&#8217;s failed</title>
		<link>http://landofbile.com/2010/01/29/erlangotp-republishing-node-info-to-epmd-after-its-failed/</link>
		<comments>http://landofbile.com/2010/01/29/erlangotp-republishing-node-info-to-epmd-after-its-failed/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 19:42:24 +0000</pubDate>
		<dc:creator>bile</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[epmd]]></category>
		<category><![CDATA[Erlang/OTP]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://landofbile.com/?p=185</guid>
		<description><![CDATA[Part of the Erlang/OTP model is a separate naming server called epmd (protocol info) which is used to keep track of all Erlang nodes local to a machine and the ports to which other nodes may utilize to make direct connections to. A problem with the current design is that epmd stores data in memory [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>Part of the <a href="http://erlang.org" target="_blank">Erlang/OTP</a> model is a separate naming server called <a href="http://linux.die.net/man/1/epmd" target="_blank">epmd</a> (<a href="http://www.erlang.org/doc/apps/erts/erl_dist_protocol.html" target="_blank">protocol info</a>) which is used to keep track of all Erlang nodes local to a machine and the ports to which other nodes may utilize to make direct connections to. A problem with the current design is that epmd stores data in memory only and should it crash all the data related to previously connected nodes is lost. Nodes already connected won&#8217;t be effected and new nodes will be able to reach each other but old and new nodes will have no ability to link. epmd is designed to be simple so that crashes are very unlikely but for a system which is supposed to provide nine 9&#8217;s reliability I find it odd that a simple retry isn&#8217;t even attempted .</p>
<p><a href="http://blog.ulfurinn.net/2009/1/17/emergency-epmd-reanimation" target="_blank">http://blog.ulfurinn.net/2009/1/17/emergency-epmd-reanimation</a></p>
<p>After finding out this I scanned Google to confirm and ran across a few mailing list posts which recommended placing epmd in /etc/inittab so that should it ever die or is killed it will be restarted but this doesn&#8217;t solve the problem where the old nodes are no longer registered with epmd. The link above shows how to use the erl_epmd server to reregister the node but one needs to know the name and port which the Erlang instance is listening on. After digging around in lib/kernel/src/erl_epmd.erl I found that the name and port were kept in it&#8217;s state and there was an undocumented call which would return them call &#8216;client_info_req&#8217;. So rather than using netstat or lsof and remembering the node name as required above one can automate the process.</p>
<p>Which I&#8217;ve done. I through together an OTP app which will poll epmd and scan for an entry for the node. If it&#8217;s not found it will reregister itself. Optionally it will also attempt to restart epmd in daemon mode. An event based implementation would be best but I currently don&#8217;t know enough to know if that&#8217;s even possible. For the time being this will help maintain that nine 9&#8217;s uptime.</p>
<p><a href="http://landofbile.com/uploads/software/epmd_monitor-0.1.0.tar.gz">epmd_monitor-0.1.0.tar.gz</a></p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://landofbile.com/2010/01/29/erlangotp-republishing-node-info-to-epmd-after-its-failed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bloodlust Software</title>
		<link>http://landofbile.com/software/bloodlust-software/</link>
		<comments>http://landofbile.com/software/bloodlust-software/#comments</comments>
		<pubDate>Wed, 23 Dec 2009 18:16:33 +0000</pubDate>
		<dc:creator>bile</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://landofbile.com/?page_id=183</guid>
		<description><![CDATA[Software:

DOS

Executioners
Noggin Knockers
Time Slaughter (beta)
Time Slaughter
Noggin Knockers 2


Windows

Noggin Knockers X
Wrath of the Sea King
Skippy&#8217;s Revenge
Tromaball!
Terror Firmer
Disgruntled (prototype)
O&#8217;Sirus the Snip (platformer demo)
O&#8217;Sirus the Snip (adventure prototype)
Sensational Automobile Destruction Orgy Deluxe Version EX: Goopa Goopa Ultra-Enhanced Turbo Breed of Alpha Bloodlust Software Warriors: The Newcomers of Old Times Millennium Edition 



Artwork:
Literature:


No related posts.


No related posts.]]></description>
			<content:encoded><![CDATA[<p>Software:</p>
<ul>
<li>DOS
<ul>
<li><a href="http://landofbile.com/uploads/software/bloodlustsoftware/xcute.zip">Executioners</a></li>
<li>Noggin Knockers</li>
<li>Time Slaughter (beta)</li>
<li>Time Slaughter</li>
<li>Noggin Knockers 2</li>
</ul>
</li>
<li>Windows
<ul>
<li>Noggin Knockers X</li>
<li>Wrath of the Sea King</li>
<li>Skippy&#8217;s Revenge</li>
<li><span><span>Tromaball</span>!</span></li>
<li>Terror Firmer</li>
<li>Disgruntled (prototype)</li>
<li><span><span>O&#8217;Sirus</span> the Snip (<span>platformer</span> demo)</span></li>
<li><span><span>O&#8217;Sirus</span> the Snip (adventure prototype)</span></li>
<li><span>Sensational Automobile Destruction Orgy Deluxe Version EX: <span>Goopa</span> <span>Goopa</span> Ultra-Enhanced Turbo Breed of Alpha <span>Bloodlust</span> Software Warriors: The Newcomers of Old Times Millennium Edition </span></li>
</ul>
</li>
</ul>
<p>Artwork:</p>
<p><span>Literature:</span></p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://landofbile.com/software/bloodlust-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sons of Liberty, Jon Schaffer of Iced Earth&#8217;s new solo project, releases free album</title>
		<link>http://landofbile.com/2009/12/19/sons-of-liberty-jon-schaffer-of-iced-earths-new-solo-project-releases-free-album/</link>
		<comments>http://landofbile.com/2009/12/19/sons-of-liberty-jon-schaffer-of-iced-earths-new-solo-project-releases-free-album/#comments</comments>
		<pubDate>Sat, 19 Dec 2009 20:05:12 +0000</pubDate>
		<dc:creator>bile</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Federal Reserve System]]></category>
		<category><![CDATA[Iced Earth]]></category>
		<category><![CDATA[Jon Schaffer]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[Sons of Liberty]]></category>

		<guid isPermaLink="false">http://landofbile.com/?p=181</guid>
		<description><![CDATA[http://www.sons-of-liberty.net/



Related posts:Kevin McMahon releases new material for new project



Related posts:<ol><li><a href='http://landofbile.com/2008/10/31/kevin-mcmahon-releases-new-material-for-new-project/' rel='bookmark' title='Permanent Link: Kevin McMahon releases new material for new project'>Kevin McMahon releases new material for new project</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.sons-of-liberty.net/" target="_blank">http://www.sons-of-liberty.net/</a></p>
<p style="text-align: center;"><object width="470" height="406"><param name="movie" value="http://de.youtube.com/p/4F67B321CCBDD23C" /><param name="wmode" value="transparent" /><embed src="http://de.youtube.com/p/4F67B321CCBDD23C" type="application/x-shockwave-flash" width="470" height="406" wmode="transparent"></embed></object></p>


<p>Related posts:<ol><li><a href='http://landofbile.com/2008/10/31/kevin-mcmahon-releases-new-material-for-new-project/' rel='bookmark' title='Permanent Link: Kevin McMahon releases new material for new project'>Kevin McMahon releases new material for new project</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://landofbile.com/2009/12/19/sons-of-liberty-jon-schaffer-of-iced-earths-new-solo-project-releases-free-album/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CHARTARUM &#8211; Teaser</title>
		<link>http://landofbile.com/2009/12/10/chartarum-teaser/</link>
		<comments>http://landofbile.com/2009/12/10/chartarum-teaser/#comments</comments>
		<pubDate>Fri, 11 Dec 2009 02:56:49 +0000</pubDate>
		<dc:creator>bile</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[CHARTARUM]]></category>
		<category><![CDATA[Free State Project]]></category>
		<category><![CDATA[Jason Osborne]]></category>
		<category><![CDATA[John Shaw]]></category>
		<category><![CDATA[Manchester Brewery]]></category>
		<category><![CDATA[Think Twice News]]></category>
		<category><![CDATA[Think Twice Productions]]></category>

		<guid isPermaLink="false">http://landofbile.com/?p=180</guid>
		<description><![CDATA[
CHARTARUM is the first feature film by Think Twice Productions. John Shaw &#8211; Writer/Director/Co-Producer, Jason Osborne &#8211; Producer/Actor


No related posts.


No related posts.]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/NaCDz0aFkNA&#038;fs=1" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed src="http://www.youtube.com/v/NaCDz0aFkNA&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
<p>CHARTARUM is the first feature film by Think Twice Productions. John Shaw &#8211; Writer/Director/Co-Producer, Jason Osborne &#8211; Producer/Actor</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://landofbile.com/2009/12/10/chartarum-teaser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;For those who give a shit&#8221; by Pat Briggs of Psychotica</title>
		<link>http://landofbile.com/2009/12/03/for-those-who-give-a-shit-by-pat-briggs-of-psychotica/</link>
		<comments>http://landofbile.com/2009/12/03/for-those-who-give-a-shit-by-pat-briggs-of-psychotica/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 23:19:01 +0000</pubDate>
		<dc:creator>bile</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[band]]></category>
		<category><![CDATA[cancer]]></category>
		<category><![CDATA[Carrie Louise Hamilton]]></category>
		<category><![CDATA[death]]></category>
		<category><![CDATA[Drucilla Asphyxia]]></category>
		<category><![CDATA[Ena]]></category>
		<category><![CDATA[friendship]]></category>
		<category><![CDATA[Heidi Follin]]></category>
		<category><![CDATA[I Will Survive]]></category>
		<category><![CDATA[Mediawhore]]></category>
		<category><![CDATA[Megan Zadow]]></category>
		<category><![CDATA[Mikee Plastik]]></category>
		<category><![CDATA[Pat Briggs]]></category>
		<category><![CDATA[Psychotica]]></category>
		<category><![CDATA[Rvolving Orb]]></category>
		<category><![CDATA[Team Cybergeist]]></category>

		<guid isPermaLink="false">http://landofbile.com/?p=178</guid>
		<description><![CDATA[From the insert to the new single from Psychotica &#8220;I Will Survive&#8221;:
For those who give a shit:
Along my voyage, unexpectedly I met one of my soul mates. Her name was Carrie Louise Hamilton. She was the kind of person who could light up a room upon walking into it&#8230; She had pink dreads, tattoos billowing [...]


Related posts:<ol><li><a href='http://landofbile.com/2009/09/08/new-interview-with-psychoticas-pat-briggs/' rel='bookmark' title='Permanent Link: New Interview with Psychotica&#8217;s Pat Briggs'>New Interview with Psychotica&#8217;s Pat Briggs</a></li>
<li><a href='http://landofbile.com/2009/07/02/psychotica-to-release-new-album/' rel='bookmark' title='Permanent Link: Psychotica to release new album'>Psychotica to release new album</a></li>
<li><a href='http://landofbile.com/2009/11/23/psychoticas-i-will-survive-cover-now-available-on-amazon/' rel='bookmark' title='Permanent Link: Psychotica&#8217;s I Will Survive cover now available on Amazon'>Psychotica&#8217;s I Will Survive cover now available on Amazon</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>From the insert to the <a href="http://www.toxicshockllc.com/psychotica_1.html" target="_blank">new single from Psychotica &#8220;I Will Survive&#8221;:</a></p>
<blockquote><p>For those who give a shit:</p>
<p>Along my voyage, unexpectedly I met one of my soul mates. Her name was Carrie Louise Hamilton. She was the kind of person who could light up a room upon walking into it&#8230; She had pink dreads, tattoos billowing over her shoulder, long legs, a big smile and could diffuse any potentially bad situation immediately. I left my career, my friends and my family to sit by her side and watch her die from cancer. It ripped serveral hearts out and left me a shadow of what most of you once knew.</p>
<p>I spent the next few years shooting a lot of speed and following a spiral downward, throwing my giant temper tantrum. At first I made it all about you/them, then all about me and now I&#8217;ve come to the conclusion that I don&#8217;t know who the fuck its all about but the speed eventually lost its charm and using Carrie&#8217;s death as an excuse got old.</p>
<p>Luckily I have some friends that I happen to be in a band with (Ena, and Enrique) and a couple others that I apparently didn&#8217;t alienate (Raven O. and Heidi Follin) that are better people than I am and who rescued me and showed me that there were still reason to want to be alive, acted in totally selfless ways completely above and beyond the call of friendship and to them I am very grateful and owe them my life. Thank you guys! I Love you!</p>
<p>It feels good to have my head finally out of my ass and I didn&#8217;t write this to make any excuses or apologies for any of my behavior. It&#8217;s all part of my life and I have always had an extreme one from the day I was born</p>
<p>It might even happen again cuz life isn&#8217;t perfect. I&#8217;m somehow dumber than I ever was but it&#8217;s kind of refreshing and if anything it all taught me two major things&#8230;&#8230; 1. If you pull your head out of your ass, you find there are other people in the world to experience and&#8230;&#8230;&#8230;..2. I WILL SURVIVE. &#8230;&#8230;&#8230;..I hope you enjoy &#8220;Black Dahlia&#8221; and the subsequent music we made as a result and fuck it, now there is nothing to gossip about so let&#8217;s not speak of it again!</p>
<p style="text-align: right;">Pat Briggs.. Live and die rock and roll!</p>
</blockquote>


<p>Related posts:<ol><li><a href='http://landofbile.com/2009/09/08/new-interview-with-psychoticas-pat-briggs/' rel='bookmark' title='Permanent Link: New Interview with Psychotica&#8217;s Pat Briggs'>New Interview with Psychotica&#8217;s Pat Briggs</a></li>
<li><a href='http://landofbile.com/2009/07/02/psychotica-to-release-new-album/' rel='bookmark' title='Permanent Link: Psychotica to release new album'>Psychotica to release new album</a></li>
<li><a href='http://landofbile.com/2009/11/23/psychoticas-i-will-survive-cover-now-available-on-amazon/' rel='bookmark' title='Permanent Link: Psychotica&#8217;s I Will Survive cover now available on Amazon'>Psychotica&#8217;s I Will Survive cover now available on Amazon</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://landofbile.com/2009/12/03/for-those-who-give-a-shit-by-pat-briggs-of-psychotica/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>iPod Shuffle knockoff camera</title>
		<link>http://landofbile.com/hardware/ipod-shuffle-knockoff-camera/</link>
		<comments>http://landofbile.com/hardware/ipod-shuffle-knockoff-camera/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 13:13:54 +0000</pubDate>
		<dc:creator>bile</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://landofbile.com/?page_id=169</guid>
		<description><![CDATA[












The ZT_A006, a knockoff 2nd gen Apple iPod shuffle, mp3 player and spy cam.
General specs:

Picture element: 1.3m CMOS
Visual angle: 65 degrees
Minimum illumination: 1Lux
microSD: Maximum 8G
Battery: BEP032323 3.7V 130mAh
Video format: MJPEG 640&#215;480@20 fps
Photo format: JPEG @ 1280&#215;960
Plays MP3s
Record length: ~1 hour

ICs found on board:

ANYKA AK3631814402 FS06I9
SEC 701 BN75
K4m641633K
ZKK047A1
SST 25VF016B



No related posts.


No related posts.]]></description>
			<content:encoded><![CDATA[<table border="0" align="right">
<tbody>
<tr>
<td><a href="http://landofbile.com/uploads/hardware/ipod-shuffle-knockoff-camera/tiny-mp3-dvr-1280x960-spy-hidden-camera.jpg"><img class="alignnone size-thumbnail wp-image-175" title="tiny-mp3-dvr-1280x960-spy-hidden-camera" src="http://landofbile.com/uploads/hardware/ipod-shuffle-knockoff-camera/tiny-mp3-dvr-1280x960-spy-hidden-camera-150x150.jpg" alt="tiny-mp3-dvr-1280x960-spy-hidden-camera" width="150" height="150" /></a></td>
</tr>
<tr>
<td><a href="http://landofbile.com/uploads/hardware/ipod-shuffle-knockoff-camera/tiny-mp3-dvr-1280x960-spy-hidden-camera-p1.jpg"><img class="alignnone size-thumbnail wp-image-176" title="tiny-mp3-dvr-1280x960-spy-hidden-camera-p1" src="http://landofbile.com/uploads/hardware/ipod-shuffle-knockoff-camera/tiny-mp3-dvr-1280x960-spy-hidden-camera-p1-150x150.jpg" alt="tiny-mp3-dvr-1280x960-spy-hidden-camera-p1" width="150" height="150" /></a></td>
</tr>
<tr>
<td><a href="http://landofbile.com/uploads/hardware/ipod-shuffle-knockoff-camera/tiny-mp3-dvr-1280x960-spy-hidden-camera-p2.jpg"><img class="alignnone size-thumbnail wp-image-177" title="tiny-mp3-dvr-1280x960-spy-hidden-camera-p2" src="http://landofbile.com/uploads/hardware/ipod-shuffle-knockoff-camera/tiny-mp3-dvr-1280x960-spy-hidden-camera-p2-150x150.jpg" alt="tiny-mp3-dvr-1280x960-spy-hidden-camera-p2" width="150" height="150" /></a></td>
</tr>
</tbody>
</table>
<p>The <a href="http://www.google.com/search?q=ZT_A006" target="_blank">ZT_A006</a>, a knockoff 2nd gen Apple iPod shuffle, mp3 player and spy cam.</p>
<p>General specs:</p>
<ul>
<li>Picture element: 1.3m CMOS</li>
<li>Visual angle: 65 degrees</li>
<li>Minimum illumination: 1Lux</li>
<li>microSD: Maximum 8G</li>
<li>Battery: BEP032323 3.7V 130mAh</li>
<li>Video format: MJPEG 640&#215;480@20 fps</li>
<li>Photo format: JPEG @ 1280&#215;960</li>
<li>Plays MP3s</li>
<li>Record length: ~1 hour</li>
</ul>
<p>ICs found on board:</p>
<ul>
<li>ANYKA AK3631814402 FS06I9</li>
<li>SEC 701 BN75<br />
K4m641633K<br />
ZKK047A1</li>
<li>SST 25VF016B</li>
</ul>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://landofbile.com/hardware/ipod-shuffle-knockoff-camera/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Psychotica performing Telephone Line in Barcelona</title>
		<link>http://landofbile.com/2009/12/02/psychotica-performing-telephone-line-in-barcelona/</link>
		<comments>http://landofbile.com/2009/12/02/psychotica-performing-telephone-line-in-barcelona/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 11:02:53 +0000</pubDate>
		<dc:creator>bile</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Barcelona]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[Pat Briggs]]></category>
		<category><![CDATA[Psychotica]]></category>

		<guid isPermaLink="false">http://landofbile.com/?p=167</guid>
		<description><![CDATA[
and Psychotica performing a sound check with Little Prince


Related posts:Psychotica to release new album
New Interview with Psychotica&#8217;s Pat Briggs
Psychotica&#8217;s I Will Survive cover now available on Amazon



Related posts:<ol><li><a href='http://landofbile.com/2009/07/02/psychotica-to-release-new-album/' rel='bookmark' title='Permanent Link: Psychotica to release new album'>Psychotica to release new album</a></li>
<li><a href='http://landofbile.com/2009/09/08/new-interview-with-psychoticas-pat-briggs/' rel='bookmark' title='Permanent Link: New Interview with Psychotica&#8217;s Pat Briggs'>New Interview with Psychotica&#8217;s Pat Briggs</a></li>
<li><a href='http://landofbile.com/2009/11/23/psychoticas-i-will-survive-cover-now-available-on-amazon/' rel='bookmark' title='Permanent Link: Psychotica&#8217;s I Will Survive cover now available on Amazon'>Psychotica&#8217;s I Will Survive cover now available on Amazon</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/ldFfc5nvjYg&#038;fs=1" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed src="http://www.youtube.com/v/ldFfc5nvjYg&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
<p style="text-align: center;">and <a href="http://www.youtube.com/watch?v=YMKd7fgFirU" target="_blank">Psychotica performing a sound check with Little Prince</a></p>


<p>Related posts:<ol><li><a href='http://landofbile.com/2009/07/02/psychotica-to-release-new-album/' rel='bookmark' title='Permanent Link: Psychotica to release new album'>Psychotica to release new album</a></li>
<li><a href='http://landofbile.com/2009/09/08/new-interview-with-psychoticas-pat-briggs/' rel='bookmark' title='Permanent Link: New Interview with Psychotica&#8217;s Pat Briggs'>New Interview with Psychotica&#8217;s Pat Briggs</a></li>
<li><a href='http://landofbile.com/2009/11/23/psychoticas-i-will-survive-cover-now-available-on-amazon/' rel='bookmark' title='Permanent Link: Psychotica&#8217;s I Will Survive cover now available on Amazon'>Psychotica&#8217;s I Will Survive cover now available on Amazon</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://landofbile.com/2009/12/02/psychotica-performing-telephone-line-in-barcelona/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>12 Rounds releases new material</title>
		<link>http://landofbile.com/2009/11/28/12-rounds-releases-new-material/</link>
		<comments>http://landofbile.com/2009/11/28/12-rounds-releases-new-material/#comments</comments>
		<pubDate>Sat, 28 Nov 2009 21:03:51 +0000</pubDate>
		<dc:creator>bile</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[12 Rounds]]></category>
		<category><![CDATA[Atticus Ross]]></category>
		<category><![CDATA[Ben Hillier]]></category>
		<category><![CDATA[Claudia Sarne]]></category>
		<category><![CDATA[FLAC]]></category>
		<category><![CDATA[London]]></category>
		<category><![CDATA[m4a]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[Nothing Studios]]></category>
		<category><![CDATA[Shine On]]></category>
		<category><![CDATA[Trent Reznor]]></category>
		<category><![CDATA[Xocet]]></category>

		<guid isPermaLink="false">http://landofbile.com/?p=163</guid>
		<description><![CDATA[From http://12rounds.net

Xocet: FLAC
Shine On: FLAC



Related posts:Kevin McMahon releases new material for new project



Related posts:<ol><li><a href='http://landofbile.com/2008/10/31/kevin-mcmahon-releases-new-material-for-new-project/' rel='bookmark' title='Permanent Link: Kevin McMahon releases new material for new project'>Kevin McMahon releases new material for new project</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>From <a href="http://12rounds.net" target="_blank">http://12rounds.net</a></p>
<ul>
<li>Xocet: <a href="http://landofbile.com/uploads/music/12_Rounds/Xocet.flac">FLAC</a></li>
<li>Shine On: <a href="http://landofbile.com/uploads/music/12_Rounds/Shine_On.flac">FLAC</a></li>
</ul>


<p>Related posts:<ol><li><a href='http://landofbile.com/2008/10/31/kevin-mcmahon-releases-new-material-for-new-project/' rel='bookmark' title='Permanent Link: Kevin McMahon releases new material for new project'>Kevin McMahon releases new material for new project</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://landofbile.com/2009/11/28/12-rounds-releases-new-material/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
