<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><!-- generator="wordpress/2.3.3" --><rss 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/" version="2.0">

<channel>
	<title>meh</title>
	<link>http://www.bonf.net</link>
	<description>-__-</description>
	<pubDate>Mon, 24 Mar 2008 09:01:57 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
	<language>en</language>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/bonf" type="application/rss+xml" /><item>
		<title>DIY Cheap-o Looper Effect</title>
		<link>http://www.bonf.net/2008/03/23/diy-cheap-o-looper-effect/</link>
		<comments>http://www.bonf.net/2008/03/23/diy-cheap-o-looper-effect/#comments</comments>
		<pubDate>Sun, 23 Mar 2008 12:39:43 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
		
		<category><![CDATA[diy]]></category>

		<category><![CDATA[guitar effects]]></category>

		<category><![CDATA[proof-of-concept]]></category>

		<guid isPermaLink="false">http://www.bonf.net/2008/03/23/diy-cheap-o-looper-effect/</guid>
		<description><![CDATA[&#8230; I&#8217;m surprised with what I&#8217;m able to do when I&#8217;m supposed to be doing homework.
Here&#8217;s my latest project, it&#8217;s less than 24 hours old =)
I&#8217;ve always wanted a looper effect, like the boss loopstation, mainly because the online demos were so neat. Being a bass player, I though it would help me practice with [...]]]></description>
			<content:encoded><![CDATA[<p>&#8230; I&#8217;m surprised with what I&#8217;m able to do when I&#8217;m supposed to be doing homework.</p>
<p>Here&#8217;s my latest project, it&#8217;s less than 24 hours old =)</p>
<p>I&#8217;ve always wanted a looper effect, like the boss loopstation, mainly because the online demos were so neat. Being a bass player, I though it would help me practice with drum loops, but it&#8217;s just not worth the money unless you&#8217;re going to use it live. I ended up playing drum samples on my PC and playing along on the bass.</p>
<p>more (and video) after the break<br />
 <a href="http://www.bonf.net/2008/03/23/diy-cheap-o-looper-effect/#more-39" class="more-link">(more&#8230;)</a></p>
<img src="http://feeds.feedburner.com/~r/bonf/~4/257908588" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.bonf.net/2008/03/23/diy-cheap-o-looper-effect/feed/</wfw:commentRss>
		</item>
		<item>
		<title>[sic] - simple ipod converter</title>
		<link>http://www.bonf.net/2008/03/17/sic-simple-ipod-converter/</link>
		<comments>http://www.bonf.net/2008/03/17/sic-simple-ipod-converter/#comments</comments>
		<pubDate>Mon, 17 Mar 2008 19:36:29 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
		
		<category><![CDATA[coding]]></category>

		<category><![CDATA[ipod]]></category>

		<guid isPermaLink="false">http://www.bonf.net/2008/03/17/sic-simple-ipod-converter/</guid>
		<description><![CDATA[&#8230;and why developing for Windows is not fun.
Behold, a one-click way to convert your videos to a format playable by your iPod!
[sic]
Well, here&#8217;s my latest project. I&#8217;ve started it to provide my sister with a simple way to convert her videos, so that she could finally watch them on her shiny 6G iPod.
The result is [...]]]></description>
			<content:encoded><![CDATA[<p>&#8230;and why developing for Windows is not fun.</p>
<p>Behold, a one-click way to convert your videos to a format playable by your iPod!</p>
<p><a href="http://sic.bonf.net"><img src="http://sic.bonf.net/screen.png" alt="[sic]" height="219" width="231" />[sic]</a><br />
Well, here&#8217;s my latest project. I&#8217;ve started it to provide my sister with a simple way to convert her videos, so that she could finally watch them on her shiny 6G iPod.<br />
The result is this simple ffmpeg frontend, built to run on Windows, with the goal of ease of use.</p>
<p>At this point it is rather limited, and I&#8217;m not sure if I will ever work on it again.<br />
I&#8217;ve actually continued working on it after the uploaded build, but I have come to a <em>dead-end</em> with the Win32 API.<br />
I chose to work with the bare API because I did not want to do it in C#, and, well, as far as I know, there are no many other options.</p>
<p>Why not C#? Even though the .NET Framework is widely available, I thought it was too much for a couple of buttons that launch an exeternal application.<br />
I did not want to use MFC, because I&#8217;m unfamilar with it, and last time I used it it felt over-complex and messy. It also requires additional Dlls, or huge executable.</p>
<p>So Win32 API it was. I fired up Emacs (my new tool of the trade) and started coding.<br />
As long as my code was a mess (i.e. <strong>C</strong> style coding, global vars etc ), everything was smooth and fun. I then wanted to add a system tray notification icon, and thought it would be<br />
a good idea to create it inside a class, for use in later projects. This is where things started to break. I spent some hours researching methods to connect my window procedure to<br />
members of my class. The solution involved an assembly hack. While interesting, I wanted nothing of it.</p>
<p>During my research, I came across WTL, which sounds just like what I was looking for. If/When I continue this project and/or develop another Windows application, it&#8217;s going to be in WTL.<br />
Though I did find the lack of documentation annoying.</p>
<p>As a side note, I have to find out what utorrent used.</p>
<p>That&#8217;s it for now, hope someone will find it useful.</p>
<img src="http://feeds.feedburner.com/~r/bonf/~4/257908589" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.bonf.net/2008/03/17/sic-simple-ipod-converter/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Fender Jazz Bass Series/Parallel Pickups Mod</title>
		<link>http://www.bonf.net/2008/03/10/fender-jazz-bass-seriesparallel-pickups-mod/</link>
		<comments>http://www.bonf.net/2008/03/10/fender-jazz-bass-seriesparallel-pickups-mod/#comments</comments>
		<pubDate>Mon, 10 Mar 2008 18:40:12 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
		
		<category><![CDATA[bass]]></category>

		<category><![CDATA[diy]]></category>

		<guid isPermaLink="false">http://www.bonf.net/2008/03/10/fender-jazz-bass-seriesparallel-pickups-mod/</guid>
		<description><![CDATA[I have just received a push-pull potentiometer that I had bought on ebay. It&#8217;s a hybrid between a potentiometer and a DPDT switch. It looks like this:

I installed it in my Fender Highway-1 Jazz Bass, in place of the regular tone potentiometer, and wired the switch part of it to change between two different wiring [...]]]></description>
			<content:encoded><![CDATA[<p>I have just received a push-pull potentiometer that I had bought on ebay. It&#8217;s a hybrid between a potentiometer and a DPDT switch. It looks like this:</p>
<p><a href="http://www.bonf.net/wp-content/uploads/2008/03/430914.jpg" title="Push/Pull potentiometer"><img src="http://www.bonf.net/wp-content/uploads/2008/03/430914.thumbnail.jpg" alt="Push/Pull potentiometer" /></a></p>
<p>I installed it in my Fender Highway-1 Jazz Bass, in place of the regular tone potentiometer, and wired the switch part of it to change between two different wiring modes for the pickups:</p>
<ul>
<li>Parallel - Which is the default on the Jazz Bass. In this mode each pickup gets a volume knob.</li>
<li>Series -Connecting the pickups in series, so that they act as one. This delivers higher gain out of the pickups, and a punchier tone. When in series mode, you only get one volume knob that controls both pickups.</li>
</ul>
<p>I used the following diagram that I had found online:</p>
<p><a href="http://www.bonf.net/wp-content/uploads/2008/03/j_series.gif" title="Jazz Bass mod diagram"><img src="http://www.bonf.net/wp-content/uploads/2008/03/j_series.thumbnail.gif" alt="Jazz Bass mod diagram" /></a></p>
<p>It took me about 45 minutes to assemble, because soldering was a bit tricky, and I forgot one connection after fastening all the screws back.</p>
<p>I have no proper way to record my bass on the computer, so no sound samples for now. All I can say is that I&#8217;m very pleased with this new sound of my bass.  I still have to try it on a serious amp to get a better idea of the new tone.</p>
<p>If you own a Jazz Bass, not afraid to void your warranty, and can solder (or get someone to solder it for you), I&#8217;d suggest you to try this mod.</p>
<img src="http://feeds.feedburner.com/~r/bonf/~4/257908590" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.bonf.net/2008/03/10/fender-jazz-bass-seriesparallel-pickups-mod/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Chopper Tremolo Effect</title>
		<link>http://www.bonf.net/2008/03/08/chopper-tremolo-effect/</link>
		<comments>http://www.bonf.net/2008/03/08/chopper-tremolo-effect/#comments</comments>
		<pubDate>Sat, 08 Mar 2008 21:50:33 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
		
		<category><![CDATA[diy]]></category>

		<category><![CDATA[guitar effects]]></category>

		<category><![CDATA[proof-of-concept]]></category>

		<guid isPermaLink="false">http://www.bonf.net/2008/03/08/chopper-tremolo-effect/</guid>
		<description><![CDATA[I&#8217;ve wanted to build this kind of effect for a long time. This was actually the reason I got my 4066 ICs half a year ago, when I visited my electronic components shop.
A Tremolo is an effect unit that modulates the amplitude of the guitar signal, usually in a triangular waveform. This version uses a [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve wanted to build this kind of effect for a long time. This was actually the reason I got my 4066 ICs half a year ago, when I visited my electronic components shop.</p>
<p>A Tremolo is an effect unit that modulates the amplitude of the guitar signal, usually in a triangular waveform. This version uses a square waveform, for a more switching, chopping kind of effect. This kind of effect can be heard in the beginning of Plant Telex by Radiohead. Tom Morello of Rage Against the Machine uses this kind of effect too, he, however, uses a &#8220;kill switch&#8221; on his guitar, which he controls manually.</p>
<p>More after the break&#8230;<br />
 <a href="http://www.bonf.net/2008/03/08/chopper-tremolo-effect/#more-31" class="more-link">(more&#8230;)</a></p>
<img src="http://feeds.feedburner.com/~r/bonf/~4/257908592" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.bonf.net/2008/03/08/chopper-tremolo-effect/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Maxima Process Terminated in XP</title>
		<link>http://www.bonf.net/2008/03/06/maxima-process-terminated-in-xp/</link>
		<comments>http://www.bonf.net/2008/03/06/maxima-process-terminated-in-xp/#comments</comments>
		<pubDate>Thu, 06 Mar 2008 08:35:55 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.bonf.net/2008/03/06/maxima-process-terminated-in-xp/</guid>
		<description><![CDATA[This is a short post with a simple fix for fellow math students how failed to install wxMaxima on Windows XP.
I had downloaded the maxima installer from sourceforge, and it already contained the wxMaxima frontend.
After installing to &#8220;C:\Program Files\Maxima-5.14.0&#8243; I tried to run wxMaxima but it failed to connect to maxima, while displaying the message [...]]]></description>
			<content:encoded><![CDATA[<p>This is a short post with a simple fix for fellow math students how failed to install wxMaxima on Windows XP.</p>
<p>I had downloaded the maxima installer from sourceforge, and it already contained the wxMaxima frontend.<br />
After installing to &#8220;C:\Program Files\Maxima-5.14.0&#8243; I tried to run wxMaxima but it failed to connect to maxima, while displaying the message &#8220;maxima process terminated&#8221; in the status bar.</p>
<p>Re-installing maxima and wxMaxima (using the same installer) in a directory that did not contain a space character (e.g. &#8220;C:\Maxima-5.14.0&#8243;) solved the problem for me.</p>
<p>I hope this sovles that problem for other users too.</p>
<img src="http://feeds.feedburner.com/~r/bonf/~4/257908593" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.bonf.net/2008/03/06/maxima-process-terminated-in-xp/feed/</wfw:commentRss>
		</item>
		<item>
		<title>(Almost) Free MIDI Controller</title>
		<link>http://www.bonf.net/2008/02/25/almost-free-midi-controller/</link>
		<comments>http://www.bonf.net/2008/02/25/almost-free-midi-controller/#comments</comments>
		<pubDate>Mon, 25 Feb 2008 20:31:19 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
		
		<category><![CDATA[coding]]></category>

		<category><![CDATA[diy]]></category>

		<category><![CDATA[midi]]></category>

		<category><![CDATA[proof-of-concept]]></category>

		<guid isPermaLink="false">http://www.bonf.net/2008/02/25/almost-free-midi-controller/</guid>
		<description><![CDATA[Well it&#8217;s about time that I posted something.
Two weeks ago, a friend of mine asked me for help. He wanted to create something that will allow him to control all sorts of effects in Fruity Loops, like many available midi controller products. He was, however, looking for the cheapest solution, and suggested using an old [...]]]></description>
			<content:encoded><![CDATA[<p>Well it&#8217;s about time that I posted something.</p>
<p>Two weeks ago, a friend of mine asked me for help. He wanted to create something that will allow him to control all sorts of effects in Fruity Loops, like many available midi controller products. He was, however, looking for the cheapest solution, and suggested using an old keyboard as a controller.</p>
<p>As I was toying with MIDI and my Arduino at the time, and started messing around in Fruity Loops, I was able to come up with a quick and easy solution.  I used code from the <a href="http://www.memeteam.net/2007/s2midi/">s2midi</a> application, that I had known from my Arduino prototyping and another Code Project example about keyboard hooks in C#.</p>
<p>After around 10 hours of development I came up with a small application that catches all keyboard input using hooks (and does not pass them to other applications, to prevent collision with existing hotkeys), and generates MIDI control commands. <a href="http://www.midiox.com/">MIDI Yoke </a>was used to bridge  my application&#8217;s output and FL&#8217;s input.</p>
<p>The application works by &#8220;emulating&#8221; knobs, with assigned keys to increment, decrement, maximize or minimze their values. It is also possible to choose different step sizes for inc/dec. Currently the knobs are &#8220;hardcoded&#8221; as they are needed for my friend&#8217;s modified keyboard controller:</p>
<p><a href="http://www.bonf.net/wp-content/uploads/2008/02/24022008425.jpg" title="Controller"><img src="http://www.bonf.net/wp-content/uploads/2008/02/24022008425.thumbnail.jpg" alt="Controller" /></a></p>
<p>He connected the keyboard via USB, alongside a normal keyboard, and is going to use the two to control Fruity Loops in real-time.</p>
<p>Here&#8217;s a screenshot of my app:</p>
<p><a href="http://www.bonf.net/wp-content/uploads/2008/02/keyboardmidi.PNG" title="Screenshot"><img src="http://www.bonf.net/wp-content/uploads/2008/02/keyboardmidi.thumbnail.PNG" alt="Screenshot" /></a></p>
<p>Although it may be a bit funny to post about this application without releasing the code and executable, I&#8217;d rather not do it at the moment, as it requires a bit more work. I did not aim for high code quality anyway, as it is one of my first C# applications.</p>
<p>I think this will turn out to a simple program that one could use to control music software better than a mouse, but still no match for a true hardware MIDI controller (which is one of the projects in my TODO list <img src='http://www.bonf.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> )</p>
<img src="http://feeds.feedburner.com/~r/bonf/~4/257908594" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.bonf.net/2008/02/25/almost-free-midi-controller/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Turn Your Electro-Junk into Art, Piven Style</title>
		<link>http://www.bonf.net/2007/12/06/turn-your-electro-junk-into-art-piven-style/</link>
		<comments>http://www.bonf.net/2007/12/06/turn-your-electro-junk-into-art-piven-style/#comments</comments>
		<pubDate>Thu, 06 Dec 2007 12:39:50 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
		
		<category><![CDATA[diy]]></category>

		<guid isPermaLink="false">http://www.bonf.net/2007/12/06/turn-your-electro-junk-into-art-piven-style/</guid>
		<description><![CDATA[GarageGeeks is a notorious group of hardware hackers based in Holon, Israel. Among their projects is the famed Guitar Hero playing android. Besides creating cool projects, they also host various hands-on workshops every once in a while.
On November the 22nd, I attended my first workshop. From the Facebook invitation:
This Thursday - Nov 22nd @ 20:00 [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://garagegeeks.org">GarageGeeks</a> is a notorious group of hardware hackers based in Holon, Israel. Among their projects is the famed Guitar Hero playing android. Besides creating cool projects, they also host various hands-on workshops every once in a while.</p>
<p>On November the 22nd, I attended my first workshop. From the Facebook invitation:</p>
<blockquote><p>This Thursday - Nov 22nd @ 20:00 we&#8217;ll be holding a GargeGeeks Heads workshop - hosting by our dear friend and great artist Piven Hanoch (http://www.pivenworld.com/pivenWorld.html).</p>
<p>We&#8217;ll be all creating head shots from electronic junk we&#8217;ll each bring from his/her own little electro-junk yard (or living room&#8230;.)</p>
<p>Come and build faces that: Interact, Talk, Move, Light &amp; Vibrate or just look cool</p>
<p>Please bring electro-junk &amp; some basic tools</p></blockquote>
<p>At first I hesitated about &#8220;wasting&#8221; my precious junk on a piece of art that probably would not make full use of the materials (an old printer, 3 broken cdroms, a cordless phone etc). I discovered, however, that workshops such as that one, are truly inspiring. Even though I didn&#8217;t get to build anything advanced in terms of electronics, I did <strong>build</strong> stuff. I was being more creative and productive than I ever am when working alone in my basement on various projects *cough* delayed drum machine *cough*.</p>
<p>Me and my two friends - Amihai Neiderman and Nur Nachman Eytan - grouped together and built &#8220;The German Mouse&#8221;. It was created from an old motherboard, a portable cd player, an actual computer mouse, a piece of salvaged circuit that spoke out something in German and some random bits.</p>
<p>Here are some pictures from the event - served using ZFrame of <a href="www.zshow.com">ZShow.com</a>:<br />
<iframe src="http://www.zshow.com/zframe.php/198/small" frameborder="0" height="400" scrolling="no" width="530"></iframe></p>
<p>And Here&#8217;s a video of our creation:<br />
<object height="350" width="425"></object></p>
<p><object class="embed" width="425" height="350" type="application/x-shockwave-flash" data="http://www.youtube.com/v/"><param name="wmode" value="transparent" /><param name="movie" value="http://www.youtube.com/v/" /><em>You need to a flashplayer enabled browser to view this YouTube video</em></object> My lesson and message to fellow makers, tinkerers and others that are stuck on the &#8220;Design and Concept&#8221; phase - Get your tools and start to build stuff. Hands-on experience is super productive and inspirational !</p>
<img src="http://feeds.feedburner.com/~r/bonf/~4/257908595" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.bonf.net/2007/12/06/turn-your-electro-junk-into-art-piven-style/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Amazon EC2 for Game Servers</title>
		<link>http://www.bonf.net/2007/09/30/amazon-ec2-for-game-servers/</link>
		<comments>http://www.bonf.net/2007/09/30/amazon-ec2-for-game-servers/#comments</comments>
		<pubDate>Sun, 30 Sep 2007 14:23:51 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
		
		<category><![CDATA[aws]]></category>

		<category><![CDATA[proof-of-concept]]></category>

		<guid isPermaLink="false">http://www.bonf.net/2007/09/30/amazon-ec2-for-game-servers/</guid>
		<description><![CDATA[Amazon Web Services rock. They really do.
I was first introduced to AWS about half a year ago, but only recently have I started to use them. I work at www.zshow.com where we use Amazon S3 (Simple Storage Service) for hosting all of our pictures. While exploring AWS, I also encountered EC2 (Elastic Computing Cloud) and [...]]]></description>
			<content:encoded><![CDATA[<p>Amazon Web Services rock. They really do.</p>
<p>I was first introduced to AWS about half a year ago, but only recently have I started to use them. I work at <a href="http://www.zshow.com" title="ZShow.com">www.zshow.com</a> where we use Amazon S3 (Simple Storage Service) for hosting all of our pictures. While exploring AWS, I also encountered EC2 (Elastic Computing Cloud) and was quite excited about the idea - it allows you to easily create virtual servers, at the equivalent of a 1.7GHz processor and 1.75GB RAM with a 250MB/s connectinon, and pay per hour of use. Possible uses are endless, as you basically get a virtual x86 machine that can do everything you wish.</p>
<p>Recently, I&#8217;ve started thinking about renting a game server for Enemy Territory: Quake Wars when it comes out. Then the other day, I thought that Amazon EC2 could be used to host a game server (along with TeamSpeak/Ventrillo, Web server, and whatever) and was eager to try it out. I googled it up and found some posts in blogs about how this could be done ( I wasn&#8217;t the first one to come up with that idea ). I gave it a go, and quite soon I had an ETQW server running. However, much to my discontent, Amazon is probably located at North America, thus I couldn&#8217;t get decent pings for an actual game server that I could use (250+). I still think that it should be quite usable for Americans though, and extremely cost-efficient for clan servers, mod teams and other people who wouldn&#8217;t like to have their servers on 24/7. In that case it is actually cheaper to just rent a server from some host.</p>
<p>I do recommend the <a href="http://developer.amazonwebservices.com/connect/entry.jspa?externalID=609">Firefox EC2 Add-On</a> anyone who would like to try it, as it makes usage of EC2 much easier, via a single GUI interface.</p>
<p>I really see much potential in AWS in general, and I also like the idea of using EC2 for game servers. I guess that if I lived in North America and had some time, I would have set up a website that sells on-demand game servers and uses EC2 as a backend.</p>
<img src="http://feeds.feedburner.com/~r/bonf/~4/257908596" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.bonf.net/2007/09/30/amazon-ec2-for-game-servers/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Tee Time</title>
		<link>http://www.bonf.net/2007/08/16/tee-time/</link>
		<comments>http://www.bonf.net/2007/08/16/tee-time/#comments</comments>
		<pubDate>Wed, 15 Aug 2007 22:09:40 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.bonf.net/2007/08/16/tee-time/</guid>
		<description><![CDATA[I like T-shirts.
I have several Simpsons and Family Guy ones that I wear quite regularly. I also like seeing people wear humorous t-shirts, but what I really enjoy is MAKING shirts.
Here&#8217;s my first design, created as friend&#8217;s birthday present. It contains an image of a kind of treat, (whose name in English I do not [...]]]></description>
			<content:encoded><![CDATA[<p>I like T-shirts.</p>
<p>I have several Simpsons and Family Guy ones that I wear quite regularly. I also like seeing people wear humorous t-shirts, but what I really enjoy is MAKING shirts.<br />
Here&#8217;s my first design, created as friend&#8217;s birthday present. It contains an image of a kind of treat, (whose name in English I do not know) that is made up of two cookies with  ice-cream in between. He really loves this thing, so he also liked the shirt.<br />
<a href="http://www.bonf.net/wp-content/uploads/2007/08/cookielida.png" title="Cookie-lida"><img src="http://www.bonf.net/wp-content/uploads/2007/08/cookielida.thumbnail.png" alt="Cookie-lida" /></a></p>
<p>My second design was created for myself, and have put much more time drawing it. I really liked the result so it was worth it:</p>
<p><a href="http://www.bonf.net/wp-content/uploads/2007/08/spartaaaaa.png" title="Spartaaaa"><img src="http://www.bonf.net/wp-content/uploads/2007/08/spartaaaaa.thumbnail.png" alt="Spartaaaa" /></a></p>
<p>Next, I created two more designs, along with another shirt designed by a friend, for my cousin&#8217;s birthday. He&#8217;s an aviation freak, so that was the theme:</p>
<p><a href="http://www.bonf.net/wp-content/uploads/2007/08/ran-tshirt1.png" title="Ran - shirt 1"><img src="http://www.bonf.net/wp-content/uploads/2007/08/ran-tshirt1.thumbnail.png" alt="Ran - shirt 1" /></a>  <a href="http://www.bonf.net/wp-content/uploads/2007/08/ran-tshirt2.png" title="Ran - shirt 2"><img src="http://www.bonf.net/wp-content/uploads/2007/08/ran-tshirt2.thumbnail.png" alt="Ran - shirt 2" /></a></p>
<p>Last, but not least, a design that I had printed on an apron for another friend&#8217;s birthday present:</p>
<p><a href="http://www.bonf.net/wp-content/uploads/2007/08/yanai.png" title="Hardcore"><img src="http://www.bonf.net/wp-content/uploads/2007/08/yanai.thumbnail.png" alt="Hardcore" /></a></p>
<p>And that&#8217;s it for now. I had some other ideas, but nothing good enough to print. I guess I can post here when I print more, so that my single reader could enjoy it <img src='http://www.bonf.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>I hope that writing more random, non-tech posts such as this will help me write more in general.</p>
<img src="http://feeds.feedburner.com/~r/bonf/~4/257908597" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.bonf.net/2007/08/16/tee-time/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Long time no post</title>
		<link>http://www.bonf.net/2007/07/09/long-time-no-post/</link>
		<comments>http://www.bonf.net/2007/07/09/long-time-no-post/#comments</comments>
		<pubDate>Mon, 09 Jul 2007 15:13:50 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
		
		<category><![CDATA[contentless]]></category>

		<guid isPermaLink="false">http://www.bonf.net/2007/07/09/long-time-no-post/</guid>
		<description><![CDATA[As if I have any readers that care  
Found out that some people have arrived to this blog by searching &#8220;python time measurement&#8221; and other things in google, got me quite motivated (more than the following poster did)

Anyway, I&#8217;ve started working on a PIC microprocessor based drum machine ! More on this soon&#8230;
]]></description>
			<content:encoded><![CDATA[<p>As if I have any readers that care <img src='http://www.bonf.net/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>Found out that some people have arrived to this blog by searching &#8220;python time measurement&#8221; and other things in google, got me quite motivated (more than the following poster did)<br />
<img src="http://www.bonf.net/wp-content/uploads/2007/07/motivation.jpg" alt="Motivation" /><br />
Anyway, I&#8217;ve started working on a PIC microprocessor based drum machine ! More on this soon&#8230;</p>
<img src="http://feeds.feedburner.com/~r/bonf/~4/257908598" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.bonf.net/2007/07/09/long-time-no-post/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
