<?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>Adventurous Computing</title>
	<atom:link href="http://blog.cyplo.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.cyplo.net</link>
	<description></description>
	<lastBuildDate>Sun, 01 Apr 2012 19:06:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Bitcoin wallet recovery using Photorec</title>
		<link>http://blog.cyplo.net/2012/04/01/bitcoin-wallet-recovery-photorec/</link>
		<comments>http://blog.cyplo.net/2012/04/01/bitcoin-wallet-recovery-photorec/#comments</comments>
		<pubDate>Sun, 01 Apr 2012 19:06:01 +0000</pubDate>
		<dc:creator>cyryl</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[bitcoin]]></category>
		<category><![CDATA[photorec]]></category>
		<category><![CDATA[recovery]]></category>
		<category><![CDATA[signature]]></category>
		<category><![CDATA[wallet]]></category>
		<category><![CDATA[wallet.dat]]></category>

		<guid isPermaLink="false">http://blog.cyplo.net/?p=784</guid>
		<description><![CDATA[Ever cried over damaged disk holding your bitcoin wallet ? Ever formatted storage holding a perfectly valid and the only copy of your wallet.dat ? Yes, me too. Well, there&#8217;s Photorec, opensource file recovery software. It just skips the partition and filesystem info and scans for plain file signatures on the disk. Unfortunately it does [...]]]></description>
			<content:encoded><![CDATA[<p>Ever cried over damaged disk holding your bitcoin wallet ?<br />
Ever formatted storage holding a perfectly valid and the only copy of your wallet.dat ?<br />
Yes, me too.</p>
<p>Well, there&#8217;s <a href="http://www.cgsecurity.org/wiki/PhotoRec" target="_blank">Photorec</a>, opensource file recovery software. It just skips the partition and filesystem info and scans for plain file signatures on the disk.</p>
<p>Unfortunately it does not recognize Bitcoin&#8217;s Wallet as a file format.</p>
<p>Bitcoin wiki <a href="https://en.bitcoin.it/wiki/Wallet" target="_blank">states</a> that wallet.dat is just a good old BerkeleyDB.<br />
Just let me check that with the famous file command:</p>
<pre class="brush: plain; title: ; notranslate">
[cyryl@uglybook ~]$ file .bitcoin/wallet.dat
.bitcoin/wallet.dat: Berkeley DB (Btree, version 9, native byte-order)
</pre>
<p>That is right. </p>
<p>Photorec however,  has its own file-type detection magic, for the reason unknown to me.<br />
Let&#8217;s see whether it works on the wallet.</p>
<pre class="brush: plain; title: ; notranslate">
[cyryl@uglybook ~]$ fidentify .bitcoin/wallet.dat
.bitcoin/wallet.dat: unknown
</pre>
<p>Uhoh. </p>
<p>Do not abandon hope for not all is lost !<br />
Photorec <a href="http://www.cgsecurity.org/wiki/Add_your_own_extension_to_PhotoRec" target="_blank">provides a way</a> for you to add custom signatures.</p>
<p>The only missing ingredient appears to be the knowledge of <strong><em>file</em></strong>.<br />
Just check your linux installation for <strong><em>file</em></strong>&#8216;s detection signatures.<br />
On my system these are to be found under <code>/usr/share/misc/magic</code><br />
We need file extensions, offset and some magic number for Photorec to work.<br />
Well, extension is <code>.dat</code>, magics and offsets are stored in the file mentioned above.<br />
Translate offsets from decimal-based to hexs and take care of endianess <em>et volia</em></p>
<pre class="brush: plain; title: ; notranslate">
[cyryl@uglybook ~]# cat .photorec.sig
dat 0x0 0x00061561
dat 0x0 0x61150600
dat 0x0 0x00053162
dat 0x0 0x62310500
dat 0xc 0x00061561
dat 0xc 0x61150600
dat 0xc 0x00053162
dat 0xc 0x62310500
dat 0xc 0x00042253
dat 0xc 0x53220400
dat 0xc 0x00040988
dat 0xc 0x88090400
</pre>
<pre class="brush: plain; title: ; notranslate">
[cyryl@uglybook ~]$ fidentify .bitcoin/wallet.dat
.bitcoin/wallet.dat: dat
</pre>
<p>That is it. Happy wallet recovery.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.cyplo.net/2012/04/01/bitcoin-wallet-recovery-photorec/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disassembling Pioneer SE-50 headphones</title>
		<link>http://blog.cyplo.net/2011/12/20/disassembling-pioneer-se-50-headphones/</link>
		<comments>http://blog.cyplo.net/2011/12/20/disassembling-pioneer-se-50-headphones/#comments</comments>
		<pubDate>Tue, 20 Dec 2011 10:12:11 +0000</pubDate>
		<dc:creator>cyryl</dc:creator>
				<category><![CDATA[hardware]]></category>
		<category><![CDATA[headphones]]></category>
		<category><![CDATA[pioneer]]></category>
		<category><![CDATA[repair]]></category>
		<category><![CDATA[repairing]]></category>
		<category><![CDATA[se-50]]></category>
		<category><![CDATA[soldering]]></category>
		<category><![CDATA[teardown]]></category>

		<guid isPermaLink="false">http://blog.cyplo.net/?p=660</guid>
		<description><![CDATA[Today&#8217;s story is a photostory ! Here&#8217;s how to disassemble Pioneer SE-50 headphones, as I found this task quite difficult, mainly because no info available on the internet on how to open the can from the back. As you can see Pioneer signs on the side of each can are removable. Take them off to [...]]]></description>
			<content:encoded><![CDATA[<p>Today&#8217;s story is a photostory !<br />
Here&#8217;s how to disassemble Pioneer SE-50 headphones, as I found this task quite difficult, mainly because no info available on the internet on how to open the can from the back.<br />
As you can see Pioneer signs on the side of each can are removable. Take them off to uncover the screws.<br />
Research made possible by <a href='http://en.wikipedia.org/wiki/Kabanos' target='_blank'>kabanosy</a> &#8211; best multitool ever.</p>
<p>Some more info on the headphones:<br />
<a href='http://weblog.cyplo.net/wp-content/uploads/2011/12/se-50-b.pdf' target='_blank'>Manual scan</a><br />
Produced between &#8217;68 and &#8217;72<br />
Two speakers per can !</p>
<p>Photos taken after replacing the cable and before pots rejuvenation.<br />

<a href='http://blog.cyplo.net/2011/12/20/disassembling-pioneer-se-50-headphones/img_0011/' title='IMG_0011'><img width="150" height="150" src="http://blog.cyplo.net/wp-content/uploads/2011/12/IMG_0011-150x150.jpg" class="attachment-thumbnail" alt="IMG_0011" title="IMG_0011" /></a>
<a href='http://blog.cyplo.net/2011/12/20/disassembling-pioneer-se-50-headphones/img_0014/' title='IMG_0014'><img width="150" height="150" src="http://blog.cyplo.net/wp-content/uploads/2011/12/IMG_0014-150x150.jpg" class="attachment-thumbnail" alt="IMG_0014" title="IMG_0014" /></a>
<a href='http://blog.cyplo.net/2011/12/20/disassembling-pioneer-se-50-headphones/img_0015/' title='IMG_0015'><img width="150" height="150" src="http://blog.cyplo.net/wp-content/uploads/2011/12/IMG_0015-150x150.jpg" class="attachment-thumbnail" alt="IMG_0015" title="IMG_0015" /></a>
<a href='http://blog.cyplo.net/2011/12/20/disassembling-pioneer-se-50-headphones/img_0017/' title='IMG_0017'><img width="150" height="150" src="http://blog.cyplo.net/wp-content/uploads/2011/12/IMG_0017-150x150.jpg" class="attachment-thumbnail" alt="IMG_0017" title="IMG_0017" /></a>
<a href='http://blog.cyplo.net/2011/12/20/disassembling-pioneer-se-50-headphones/img_0018/' title='IMG_0018'><img width="150" height="150" src="http://blog.cyplo.net/wp-content/uploads/2011/12/IMG_0018-150x150.jpg" class="attachment-thumbnail" alt="IMG_0018" title="IMG_0018" /></a>
<a href='http://blog.cyplo.net/2011/12/20/disassembling-pioneer-se-50-headphones/img_0024/' title='IMG_0024'><img width="150" height="150" src="http://blog.cyplo.net/wp-content/uploads/2011/12/IMG_0024-150x150.jpg" class="attachment-thumbnail" alt="IMG_0024" title="IMG_0024" /></a>
<a href='http://blog.cyplo.net/2011/12/20/disassembling-pioneer-se-50-headphones/img_0026/' title='IMG_0026'><img width="150" height="150" src="http://blog.cyplo.net/wp-content/uploads/2011/12/IMG_0026-150x150.jpg" class="attachment-thumbnail" alt="IMG_0026" title="IMG_0026" /></a>
<a href='http://blog.cyplo.net/2011/12/20/disassembling-pioneer-se-50-headphones/img_0027/' title='IMG_0027'><img width="150" height="150" src="http://blog.cyplo.net/wp-content/uploads/2011/12/IMG_0027-150x150.jpg" class="attachment-thumbnail" alt="IMG_0027" title="IMG_0027" /></a>
<a href='http://blog.cyplo.net/2011/12/20/disassembling-pioneer-se-50-headphones/img_0029/' title='IMG_0029'><img width="150" height="150" src="http://blog.cyplo.net/wp-content/uploads/2011/12/IMG_0029-150x150.jpg" class="attachment-thumbnail" alt="IMG_0029" title="IMG_0029" /></a>
<a href='http://blog.cyplo.net/2011/12/20/disassembling-pioneer-se-50-headphones/img_0032/' title='IMG_0032'><img width="150" height="150" src="http://blog.cyplo.net/wp-content/uploads/2011/12/IMG_0032-150x150.jpg" class="attachment-thumbnail" alt="IMG_0032" title="IMG_0032" /></a>
<a href='http://blog.cyplo.net/2011/12/20/disassembling-pioneer-se-50-headphones/img_0033/' title='IMG_0033'><img width="150" height="150" src="http://blog.cyplo.net/wp-content/uploads/2011/12/IMG_0033-150x150.jpg" class="attachment-thumbnail" alt="IMG_0033" title="IMG_0033" /></a>
<a href='http://blog.cyplo.net/2011/12/20/disassembling-pioneer-se-50-headphones/img_0037/' title='IMG_0037'><img width="150" height="150" src="http://blog.cyplo.net/wp-content/uploads/2011/12/IMG_0037-150x150.jpg" class="attachment-thumbnail" alt="IMG_0037" title="IMG_0037" /></a>
<a href='http://blog.cyplo.net/2011/12/20/disassembling-pioneer-se-50-headphones/img_0038/' title='IMG_0038'><img width="150" height="150" src="http://blog.cyplo.net/wp-content/uploads/2011/12/IMG_0038-150x150.jpg" class="attachment-thumbnail" alt="IMG_0038" title="IMG_0038" /></a>
<a href='http://blog.cyplo.net/2011/12/20/disassembling-pioneer-se-50-headphones/img_0039/' title='IMG_0039'><img width="150" height="150" src="http://blog.cyplo.net/wp-content/uploads/2011/12/IMG_0039-150x150.jpg" class="attachment-thumbnail" alt="IMG_0039" title="IMG_0039" /></a>
<a href='http://blog.cyplo.net/2011/12/20/disassembling-pioneer-se-50-headphones/img_0040/' title='IMG_0040'><img width="150" height="150" src="http://blog.cyplo.net/wp-content/uploads/2011/12/IMG_0040-150x150.jpg" class="attachment-thumbnail" alt="IMG_0040" title="IMG_0040" /></a>
<a href='http://blog.cyplo.net/2011/12/20/disassembling-pioneer-se-50-headphones/img_0041/' title='IMG_0041'><img width="150" height="150" src="http://blog.cyplo.net/wp-content/uploads/2011/12/IMG_0041-150x150.jpg" class="attachment-thumbnail" alt="IMG_0041" title="IMG_0041" /></a>
<a href='http://blog.cyplo.net/2011/12/20/disassembling-pioneer-se-50-headphones/img_0044/' title='IMG_0044'><img width="150" height="150" src="http://blog.cyplo.net/wp-content/uploads/2011/12/IMG_0044-150x150.jpg" class="attachment-thumbnail" alt="IMG_0044" title="IMG_0044" /></a>
<a href='http://blog.cyplo.net/2011/12/20/disassembling-pioneer-se-50-headphones/img_0047/' title='IMG_0047'><img width="150" height="150" src="http://blog.cyplo.net/wp-content/uploads/2011/12/IMG_0047-150x150.jpg" class="attachment-thumbnail" alt="IMG_0047" title="IMG_0047" /></a>
<a href='http://blog.cyplo.net/2011/12/20/disassembling-pioneer-se-50-headphones/img_0048/' title='IMG_0048'><img width="150" height="150" src="http://blog.cyplo.net/wp-content/uploads/2011/12/IMG_0048-150x150.jpg" class="attachment-thumbnail" alt="IMG_0048" title="IMG_0048" /></a>
<a href='http://blog.cyplo.net/2011/12/20/disassembling-pioneer-se-50-headphones/img_0049/' title='IMG_0049'><img width="150" height="150" src="http://blog.cyplo.net/wp-content/uploads/2011/12/IMG_0049-150x150.jpg" class="attachment-thumbnail" alt="IMG_0049" title="IMG_0049" /></a>
<a href='http://blog.cyplo.net/2011/12/20/disassembling-pioneer-se-50-headphones/img_0050/' title='IMG_0050'><img width="150" height="150" src="http://blog.cyplo.net/wp-content/uploads/2011/12/IMG_0050-150x150.jpg" class="attachment-thumbnail" alt="IMG_0050" title="IMG_0050" /></a>
<a href='http://blog.cyplo.net/2011/12/20/disassembling-pioneer-se-50-headphones/img_0051/' title='IMG_0051'><img width="150" height="150" src="http://blog.cyplo.net/wp-content/uploads/2011/12/IMG_0051-150x150.jpg" class="attachment-thumbnail" alt="IMG_0051" title="IMG_0051" /></a>
<a href='http://blog.cyplo.net/2011/12/20/disassembling-pioneer-se-50-headphones/img_0053/' title='IMG_0053'><img width="150" height="150" src="http://blog.cyplo.net/wp-content/uploads/2011/12/IMG_0053-150x150.jpg" class="attachment-thumbnail" alt="IMG_0053" title="IMG_0053" /></a>
<a href='http://blog.cyplo.net/2011/12/20/disassembling-pioneer-se-50-headphones/img_0055/' title='IMG_0055'><img width="150" height="150" src="http://blog.cyplo.net/wp-content/uploads/2011/12/IMG_0055-150x150.jpg" class="attachment-thumbnail" alt="IMG_0055" title="IMG_0055" /></a>
<a href='http://blog.cyplo.net/2011/12/20/disassembling-pioneer-se-50-headphones/img_0057/' title='IMG_0057'><img width="150" height="150" src="http://blog.cyplo.net/wp-content/uploads/2011/12/IMG_0057-150x150.jpg" class="attachment-thumbnail" alt="IMG_0057" title="IMG_0057" /></a>
<a href='http://blog.cyplo.net/2011/12/20/disassembling-pioneer-se-50-headphones/img_0059/' title='IMG_0059'><img width="150" height="150" src="http://blog.cyplo.net/wp-content/uploads/2011/12/IMG_0059-150x150.jpg" class="attachment-thumbnail" alt="IMG_0059" title="IMG_0059" /></a>
<a href='http://blog.cyplo.net/2011/12/20/disassembling-pioneer-se-50-headphones/img_0060/' title='IMG_0060'><img width="150" height="150" src="http://blog.cyplo.net/wp-content/uploads/2011/12/IMG_0060-150x150.jpg" class="attachment-thumbnail" alt="IMG_0060" title="IMG_0060" /></a>
<a href='http://blog.cyplo.net/2011/12/20/disassembling-pioneer-se-50-headphones/img_0061/' title='IMG_0061'><img width="150" height="150" src="http://blog.cyplo.net/wp-content/uploads/2011/12/IMG_0061-150x150.jpg" class="attachment-thumbnail" alt="IMG_0061" title="IMG_0061" /></a>
<a href='http://blog.cyplo.net/2011/12/20/disassembling-pioneer-se-50-headphones/img_0062/' title='IMG_0062'><img width="150" height="150" src="http://blog.cyplo.net/wp-content/uploads/2011/12/IMG_0062-150x150.jpg" class="attachment-thumbnail" alt="IMG_0062" title="IMG_0062" /></a>
<a href='http://blog.cyplo.net/2011/12/20/disassembling-pioneer-se-50-headphones/img_0064/' title='IMG_0064'><img width="150" height="150" src="http://blog.cyplo.net/wp-content/uploads/2011/12/IMG_0064-150x150.jpg" class="attachment-thumbnail" alt="IMG_0064" title="IMG_0064" /></a>
<a href='http://blog.cyplo.net/2011/12/20/disassembling-pioneer-se-50-headphones/img_0068/' title='IMG_0068'><img width="150" height="150" src="http://blog.cyplo.net/wp-content/uploads/2011/12/IMG_0068-150x150.jpg" class="attachment-thumbnail" alt="IMG_0068" title="IMG_0068" /></a>
<a href='http://blog.cyplo.net/2011/12/20/disassembling-pioneer-se-50-headphones/img_0074/' title='IMG_0074'><img width="150" height="150" src="http://blog.cyplo.net/wp-content/uploads/2011/12/IMG_0074-150x150.jpg" class="attachment-thumbnail" alt="IMG_0074" title="IMG_0074" /></a>
<a href='http://blog.cyplo.net/2011/12/20/disassembling-pioneer-se-50-headphones/img_0076/' title='IMG_0076'><img width="150" height="150" src="http://blog.cyplo.net/wp-content/uploads/2011/12/IMG_0076-150x150.jpg" class="attachment-thumbnail" alt="IMG_0076" title="IMG_0076" /></a>
<a href='http://blog.cyplo.net/2011/12/20/disassembling-pioneer-se-50-headphones/img_0077/' title='IMG_0077'><img width="150" height="150" src="http://blog.cyplo.net/wp-content/uploads/2011/12/IMG_0077-150x150.jpg" class="attachment-thumbnail" alt="IMG_0077" title="IMG_0077" /></a>
<a href='http://blog.cyplo.net/2011/12/20/disassembling-pioneer-se-50-headphones/img_0079/' title='IMG_0079'><img width="150" height="150" src="http://blog.cyplo.net/wp-content/uploads/2011/12/IMG_0079-150x150.jpg" class="attachment-thumbnail" alt="IMG_0079" title="IMG_0079" /></a>
<a href='http://blog.cyplo.net/2011/12/20/disassembling-pioneer-se-50-headphones/img_0080/' title='IMG_0080'><img width="150" height="150" src="http://blog.cyplo.net/wp-content/uploads/2011/12/IMG_0080-150x150.jpg" class="attachment-thumbnail" alt="IMG_0080" title="IMG_0080" /></a>
<a href='http://blog.cyplo.net/2011/12/20/disassembling-pioneer-se-50-headphones/img_0082/' title='IMG_0082'><img width="150" height="150" src="http://blog.cyplo.net/wp-content/uploads/2011/12/IMG_0082-150x150.jpg" class="attachment-thumbnail" alt="IMG_0082" title="IMG_0082" /></a>
<a href='http://blog.cyplo.net/2011/12/20/disassembling-pioneer-se-50-headphones/img_0083/' title='IMG_0083'><img width="150" height="150" src="http://blog.cyplo.net/wp-content/uploads/2011/12/IMG_0083-150x150.jpg" class="attachment-thumbnail" alt="IMG_0083" title="IMG_0083" /></a>
<a href='http://blog.cyplo.net/2011/12/20/disassembling-pioneer-se-50-headphones/img_0085/' title='IMG_0085'><img width="150" height="150" src="http://blog.cyplo.net/wp-content/uploads/2011/12/IMG_0085-150x150.jpg" class="attachment-thumbnail" alt="IMG_0085" title="IMG_0085" /></a>
<a href='http://blog.cyplo.net/2011/12/20/disassembling-pioneer-se-50-headphones/img_0086/' title='IMG_0086'><img width="150" height="150" src="http://blog.cyplo.net/wp-content/uploads/2011/12/IMG_0086-150x150.jpg" class="attachment-thumbnail" alt="IMG_0086" title="IMG_0086" /></a>
<a href='http://blog.cyplo.net/2011/12/20/disassembling-pioneer-se-50-headphones/img_0089/' title='IMG_0089'><img width="150" height="150" src="http://blog.cyplo.net/wp-content/uploads/2011/12/IMG_0089-150x150.jpg" class="attachment-thumbnail" alt="IMG_0089" title="IMG_0089" /></a>
<a href='http://blog.cyplo.net/2011/12/20/disassembling-pioneer-se-50-headphones/img_0091/' title='IMG_0091'><img width="150" height="150" src="http://blog.cyplo.net/wp-content/uploads/2011/12/IMG_0091-150x150.jpg" class="attachment-thumbnail" alt="IMG_0091" title="IMG_0091" /></a>
<a href='http://blog.cyplo.net/2011/12/20/disassembling-pioneer-se-50-headphones/img_0095/' title='IMG_0095'><img width="150" height="150" src="http://blog.cyplo.net/wp-content/uploads/2011/12/IMG_0095-150x150.jpg" class="attachment-thumbnail" alt="IMG_0095" title="IMG_0095" /></a>
<a href='http://blog.cyplo.net/2011/12/20/disassembling-pioneer-se-50-headphones/img_0096/' title='IMG_0096'><img width="150" height="150" src="http://blog.cyplo.net/wp-content/uploads/2011/12/IMG_0096-150x150.jpg" class="attachment-thumbnail" alt="IMG_0096" title="IMG_0096" /></a>
<a href='http://blog.cyplo.net/2011/12/20/disassembling-pioneer-se-50-headphones/img_0097/' title='IMG_0097'><img width="150" height="150" src="http://blog.cyplo.net/wp-content/uploads/2011/12/IMG_0097-150x150.jpg" class="attachment-thumbnail" alt="IMG_0097" title="IMG_0097" /></a>
<a href='http://blog.cyplo.net/2011/12/20/disassembling-pioneer-se-50-headphones/img_0101/' title='IMG_0101'><img width="150" height="150" src="http://blog.cyplo.net/wp-content/uploads/2011/12/IMG_0101-150x150.jpg" class="attachment-thumbnail" alt="IMG_0101" title="IMG_0101" /></a>
<a href='http://blog.cyplo.net/2011/12/20/disassembling-pioneer-se-50-headphones/img_0106/' title='IMG_0106'><img width="150" height="150" src="http://blog.cyplo.net/wp-content/uploads/2011/12/IMG_0106-150x150.jpg" class="attachment-thumbnail" alt="IMG_0106" title="IMG_0106" /></a>
<a href='http://blog.cyplo.net/2011/12/20/disassembling-pioneer-se-50-headphones/img_0107/' title='IMG_0107'><img width="150" height="150" src="http://blog.cyplo.net/wp-content/uploads/2011/12/IMG_0107-150x150.jpg" class="attachment-thumbnail" alt="IMG_0107" title="IMG_0107" /></a>
<a href='http://blog.cyplo.net/2011/12/20/disassembling-pioneer-se-50-headphones/img_0108/' title='IMG_0108'><img width="150" height="150" src="http://blog.cyplo.net/wp-content/uploads/2011/12/IMG_0108-150x150.jpg" class="attachment-thumbnail" alt="IMG_0108" title="IMG_0108" /></a>
<a href='http://blog.cyplo.net/2011/12/20/disassembling-pioneer-se-50-headphones/img_0110/' title='IMG_0110'><img width="150" height="150" src="http://blog.cyplo.net/wp-content/uploads/2011/12/IMG_0110-150x150.jpg" class="attachment-thumbnail" alt="IMG_0110" title="IMG_0110" /></a>
<a href='http://blog.cyplo.net/2011/12/20/disassembling-pioneer-se-50-headphones/img_0111/' title='IMG_0111'><img width="150" height="150" src="http://blog.cyplo.net/wp-content/uploads/2011/12/IMG_0111-150x150.jpg" class="attachment-thumbnail" alt="IMG_0111" title="IMG_0111" /></a>
<a href='http://blog.cyplo.net/2011/12/20/disassembling-pioneer-se-50-headphones/img_0112/' title='IMG_0112'><img width="150" height="150" src="http://blog.cyplo.net/wp-content/uploads/2011/12/IMG_0112-150x150.jpg" class="attachment-thumbnail" alt="IMG_0112" title="IMG_0112" /></a>
<a href='http://blog.cyplo.net/2011/12/20/disassembling-pioneer-se-50-headphones/img_0113/' title='IMG_0113'><img width="150" height="150" src="http://blog.cyplo.net/wp-content/uploads/2011/12/IMG_0113-150x150.jpg" class="attachment-thumbnail" alt="IMG_0113" title="IMG_0113" /></a>
<a href='http://blog.cyplo.net/2011/12/20/disassembling-pioneer-se-50-headphones/img_0115/' title='IMG_0115'><img width="150" height="150" src="http://blog.cyplo.net/wp-content/uploads/2011/12/IMG_0115-150x150.jpg" class="attachment-thumbnail" alt="IMG_0115" title="IMG_0115" /></a>
 </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.cyplo.net/2011/12/20/disassembling-pioneer-se-50-headphones/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configuring Tor non-exit relay</title>
		<link>http://blog.cyplo.net/2011/10/06/configuring-tor-non-exit-relay/</link>
		<comments>http://blog.cyplo.net/2011/10/06/configuring-tor-non-exit-relay/#comments</comments>
		<pubDate>Thu, 06 Oct 2011 13:33:49 +0000</pubDate>
		<dc:creator>cyryl</dc:creator>
				<category><![CDATA[blog]]></category>

		<guid isPermaLink="false">http://blog.cyplo.net/?p=596</guid>
		<description><![CDATA[I&#8217;m for privacy. I&#8217;m for cryptography. I do provide Tor relays for the good of all people. Here&#8217;s how to configure a classic non-exit Tor relay on your machine. In my case I got it running on the VPS server, with 2 IP addresses and some bandwidth quota applied. I wanted the Tor traffic to [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m for privacy. I&#8217;m for cryptography. I do provide <a href="https://www.torproject.org/" target="_blank">Tor</a> relays for the good of all people.<br />
Here&#8217;s how to configure a classic non-exit Tor relay on your machine. In my case I got it running on the VPS server, with 2 IP addresses and some bandwidth quota applied.<br />
I wanted the Tor traffic to be easily recognizable from outside as different from the &#8216;normal&#8217; traffic coming from my server. Second requirement was to make Tor not use my whole traffic quota up.</p>
<p>Here&#8217;s my config, with some notes</p>
<pre class="brush: plain; title: ; notranslate">
cyryl@serv:~$ cat /etc/tor/torrc
SocksPort 0 # what port to open for local application connections
SocksListenAddress 127.0.0.1 # accept connections only from localhost
RunAsDaemon 1

DataDirectory /var/lib/tor

ORPort 9001 #switches Tor to server mode
ORListenAddress tor.cyplo.net
OutboundBindAddress 91.213.195.28 #what IP address use to direct the outbound traffic
Nickname cyplonet
Address tor.cyplo.net
ExitPolicy reject *:* # no exits allowed
AccountingStart day 09:00
AccountingMax 2 GB

MyFamily cyplonethome, cyplonet
</pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.cyplo.net/2011/10/06/configuring-tor-non-exit-relay/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu 11.10 Beta1</title>
		<link>http://blog.cyplo.net/2011/09/22/ubuntu-11-10-beta1/</link>
		<comments>http://blog.cyplo.net/2011/09/22/ubuntu-11-10-beta1/#comments</comments>
		<pubDate>Thu, 22 Sep 2011 07:40:22 +0000</pubDate>
		<dc:creator>cyryl</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[11.10]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[crash]]></category>
		<category><![CDATA[oneiric ocelot]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.cyplo.net/?p=580</guid>
		<description><![CDATA[What do I think ? Easy to install, hard to disable Unity, some programs crash sometimes and some things are weird. Despite that I have the faith in the Ubuntu guys that the system would be ready when 11.10 comes. As whining itself never got anybody anywhere, I&#8217;ve reported all of these here: #855901 #834425 [...]]]></description>
			<content:encoded><![CDATA[<p>What do I think ? Easy to install, hard to disable Unity, some programs crash sometimes and some things are weird. Despite that I have the faith in the Ubuntu guys that the system would be ready when 11.10 comes.</p>
<p>As whining itself never got anybody anywhere, I&#8217;ve reported all of these here:</p>
<p><a title="#855901" href="https://bugs.launchpad.net/ubuntu/+source/linux/+bug/855901" target="_blank">#855901</a><br />
<a title="#834425" href="https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/834425" target="_blank">#834425</a><br />
<a title="#855945" href="https://bugs.launchpad.net/ubuntu/+source/unity-2d/+bug/855945" target="_blank">#855945</a><br />
<a title="#855917" href="https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/855917" target="_blank">#855917</a><br />
<a title="#855919" href="https://bugs.launchpad.net/ubuntu/+source/thunderbird/+bug/855919" target="_blank">#855919</a></p>
<p>I&#8217;ve even got one OOPS. However, since I&#8217;m writing this post under 11.10, it seems usable, even the OOPS was not of disturbance as it got nice GUI window displayed and no system crash then.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.cyplo.net/2011/09/22/ubuntu-11-10-beta1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More RouterBoard debugging</title>
		<link>http://blog.cyplo.net/2011/08/15/routerboard-debugging/</link>
		<comments>http://blog.cyplo.net/2011/08/15/routerboard-debugging/#comments</comments>
		<pubDate>Mon, 15 Aug 2011 09:11:39 +0000</pubDate>
		<dc:creator>cyryl</dc:creator>
				<category><![CDATA[hardware]]></category>
		<category><![CDATA[buspirate]]></category>
		<category><![CDATA[jtag]]></category>
		<category><![CDATA[routerboard 433uah]]></category>

		<guid isPermaLink="false">http://blog.cyplo.net/?p=563</guid>
		<description><![CDATA[I just wanted to install OpenWRT on Routerboard 433UAH. And as usual I ended up having lots of cables. And yes, awful soldering, I know]]></description>
			<content:encoded><![CDATA[<p>I just wanted to install OpenWRT on Routerboard 433UAH. And as usual I ended up having lots of cables. And yes, awful soldering, I know <img src='http://blog.cyplo.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>

<a href='http://blog.cyplo.net/2011/08/15/routerboard-debugging/img_4030-2/' title='IMG_4030'><img width="150" height="150" src="http://blog.cyplo.net/wp-content/uploads/2011/08/IMG_4030-150x150.jpg" class="attachment-thumbnail" alt="IMG_4030" title="IMG_4030" /></a>
<a href='http://blog.cyplo.net/2011/08/15/routerboard-debugging/img_4045/' title='IMG_4045'><img width="150" height="150" src="http://blog.cyplo.net/wp-content/uploads/2011/08/IMG_4045-150x150.jpg" class="attachment-thumbnail" alt="IMG_4045" title="IMG_4045" /></a>
<a href='http://blog.cyplo.net/2011/08/15/routerboard-debugging/img_4047/' title='IMG_4047'><img width="150" height="150" src="http://blog.cyplo.net/wp-content/uploads/2011/08/IMG_4047-150x150.jpg" class="attachment-thumbnail" alt="IMG_4047" title="IMG_4047" /></a>
<a href='http://blog.cyplo.net/2011/08/15/routerboard-debugging/img_4048/' title='IMG_4048'><img width="150" height="150" src="http://blog.cyplo.net/wp-content/uploads/2011/08/IMG_4048-150x150.jpg" class="attachment-thumbnail" alt="IMG_4048" title="IMG_4048" /></a>
<a href='http://blog.cyplo.net/2011/08/15/routerboard-debugging/img_4049/' title='IMG_4049'><img width="150" height="150" src="http://blog.cyplo.net/wp-content/uploads/2011/08/IMG_4049-150x150.jpg" class="attachment-thumbnail" alt="IMG_4049" title="IMG_4049" /></a>
<a href='http://blog.cyplo.net/2011/08/15/routerboard-debugging/img_4051/' title='IMG_4051'><img width="150" height="150" src="http://blog.cyplo.net/wp-content/uploads/2011/08/IMG_4051-150x150.jpg" class="attachment-thumbnail" alt="IMG_4051" title="IMG_4051" /></a>

]]></content:encoded>
			<wfw:commentRss>http://blog.cyplo.net/2011/08/15/routerboard-debugging/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Having fun on weekend</title>
		<link>http://blog.cyplo.net/2011/07/30/fun-weekend/</link>
		<comments>http://blog.cyplo.net/2011/07/30/fun-weekend/#comments</comments>
		<pubDate>Sat, 30 Jul 2011 17:45:38 +0000</pubDate>
		<dc:creator>cyryl</dc:creator>
				<category><![CDATA[hardware]]></category>
		<category><![CDATA[mikrotik]]></category>
		<category><![CDATA[openwrt]]></category>
		<category><![CDATA[routerboard 433uah]]></category>

		<guid isPermaLink="false">http://blog.cyplo.net/?p=541</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://weblog.cyplo.net/wp-content/uploads/2011/07/IMG_4030.jpg"><img class="aligncenter size-large wp-image-560" title="Fun with ubs comport" src="http://weblog.cyplo.net/wp-content/uploads/2011/07/IMG_4030-1024x768.jpg" alt="" width="620" height="465" /></a></p>
<p style="text-align: center;">
]]></content:encoded>
			<wfw:commentRss>http://blog.cyplo.net/2011/07/30/fun-weekend/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to hire a programmer, a.k.a. tech recruitment explained</title>
		<link>http://blog.cyplo.net/2011/07/24/how-to-hire-people/</link>
		<comments>http://blog.cyplo.net/2011/07/24/how-to-hire-people/#comments</comments>
		<pubDate>Sun, 24 Jul 2011 18:31:55 +0000</pubDate>
		<dc:creator>cyryl</dc:creator>
				<category><![CDATA[social]]></category>
		<category><![CDATA[recruitment]]></category>

		<guid isPermaLink="false">http://blog.cyplo.net/?p=532</guid>
		<description><![CDATA[Today&#8217;s post is not a recipe at all. Maybe a little. More of viewpoint than a recipe. How to get the right people for the tech jobs employed ?  The most common way nowadays seems to be the one of paying lots of cash to the recruitment company to do this for you. How it [...]]]></description>
			<content:encoded><![CDATA[<p>Today&#8217;s post is not a recipe at all. Maybe a little. More of viewpoint than a recipe.</p>
<p>How to get the right people for the tech jobs employed ?  The most common way nowadays seems to be the one of paying lots of cash to the recruitment company to do this for you. How it ends ? There are few things that annoy me more than the people from the recruitment companies. I am not saying that all of them are annoying, no. Just the very most of the ones who contacted me. I find questions they ask fundamentally flawed. They appear to more like a pattern-matching mechanisms than the actual people. Maybe it’s because I am biased, I don’t quite get the idea of hiring non-programmer to hire a programmer.</p>
<p>Here’s what I think the tech recruitment should look like. It won’t be cheap. And yes, I conducted a lot of interviews in my life.</p>
<p>Start by describing the position. Who are you looking for, what would they do for you, how would they bring money to your company. Use words, not techie talk. I found most of the job descriptions online do not match the real expectations of the employer. You just want a good programmer, a person who thinks about what her does. It really doesn’t matter if they know Haskell and you write in Erlang. I doesn’t matter if they think in asm when you’re looking for Forth. I doesn’t matter if they are Linux nerds and you’re Windows-only, if they know how a computer works. As long as they think about what they do and know what’s that for and agree with your goals that’s perfectly fine. If you translate your desire for a good programmer into a bulletpoint list of tech words you dehumanize it. Don’t look for skillsets, look for people I say.</p>
<p>How to check whether someone is a good programmer then ? How to score people against such a vague job description ? You don’t score people I say, you just sort the set of people.<br />
I start by a rather loose conversation. Tell me about the point in life you’re in, tell me something about what fascinates you in the programming job and finally what’s your motivation for changing the job and why do you want to work with us ? Somewhere in the middle I ask about the projects, what technologies you do like what not, why not. Do you feel comfortable teaching others ?</p>
<p>Then the talk gets momentum. We do focus on computers finally, why should it slow down, really ? If someone is fascinated by The Machines you should already noticed that, to be honest. Same with boring people or annoying people. If you do not want to work with them then do not hire them. Even if they’re brilliant.</p>
<p>How does the computer work then ? How does this happen that I have this text file full of strange writings and suddenly they make the computer do stuff ? Why it’s not a good idea to get the modern pc to fly a space shuttle ? What’s a stack and what’s a heap ? Is the stack memory really different from the heap memory ? Why so.</p>
<p>And the WHY. The most important question for me is the mighty why. Not only should they understand how something works, but more importantly why it works like that. I really enjoy working with people who are microwave-curious than the hex-feared ones. How does the microwave oven heat things ? Does the DEADBEEF scare your ? Maybe it needs some heat treatment then.</p>
<p>Talk with people, make notes. What annoys you, what impresses you. Do the exercises with them. Ask them how would they solve a simple but a real life problem. Design the solution with them. The more lifelike the work scenario the better. Do the things you’d normally do with your work colleague.<br />
And order the set of candidates. Work as the simple max function. Take the first one and the second one,. Decide which one seems better suited for you. Then take the next one and compare her to the current max.</p>
<p>And please hire people only when you’re ready to hire them.</p>
<p>UPDATE.<br />
After writing this post I&#8217;ve stumbled upon this <a title="How to hire a programmer when you're not a programmer" href="http://37signals.com/svn/posts/2628-how-to-hire-a-programmer-when-youre-not-a-programmer" target="_blank">37signal&#8217;s art</a> . Worth reading.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.cyplo.net/2011/07/24/how-to-hire-people/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Speeding up Eclipse/Aptana</title>
		<link>http://blog.cyplo.net/2011/05/23/speeding-up-eclipse-aptana/</link>
		<comments>http://blog.cyplo.net/2011/05/23/speeding-up-eclipse-aptana/#comments</comments>
		<pubDate>Mon, 23 May 2011 10:29:49 +0000</pubDate>
		<dc:creator>cyryl</dc:creator>
				<category><![CDATA[open source]]></category>
		<category><![CDATA[aptana]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[memory]]></category>
		<category><![CDATA[settings]]></category>
		<category><![CDATA[speed]]></category>
		<category><![CDATA[speedup]]></category>

		<guid isPermaLink="false">http://blog.cyplo.net/?p=497</guid>
		<description><![CDATA[As some of you know Aptana is Eclipse. And Eclipse is a Java-based IDE which means it&#8217;s not particularly a speedy one. However if you have a decent amount of ram, like 4gb, it&#8217;s fairly easy to speed the Eclipse up. Go ahead and find eclipse.ini or aptana.ini or other file which contents look similar. These [...]]]></description>
			<content:encoded><![CDATA[<p>As some of you know Aptana is Eclipse. And Eclipse is a Java-based IDE which means it&#8217;s not particularly a speedy one. However if you have a decent amount of ram, like 4gb, it&#8217;s fairly easy to speed the Eclipse up.</p>
<p>Go ahead and find eclipse.ini or aptana.ini or other file which contents look similar.</p>
<p>These settings are from my Linux box, I know that MacOS might be kinda scared by so high values, try lowering the Xmx and/or others in such a case.<br />
[gist id=1129400]<br />
These settings are for the 4gb ram box, try to find the ones which suit you best.<br />
MaxPermSize stands for the maximum amount of the memory to be used by the Java internals, Xms gives the amount of heap allocated on the VM start and Xmx is the heap size limit. Start with upping Xms value as it&#8217;s often too small which causes the Java VM to make lots of heap resizes on the app start.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.cyplo.net/2011/05/23/speeding-up-eclipse-aptana/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Installing MacOSX Server 10.6 on VirtualBox</title>
		<link>http://blog.cyplo.net/2011/05/07/installing-macosx-server-on-virtualbox/</link>
		<comments>http://blog.cyplo.net/2011/05/07/installing-macosx-server-on-virtualbox/#comments</comments>
		<pubDate>Sat, 07 May 2011 12:23:30 +0000</pubDate>
		<dc:creator>cyryl</dc:creator>
				<category><![CDATA[freedom]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[macos]]></category>
		<category><![CDATA[macosx]]></category>
		<category><![CDATA[processor]]></category>
		<category><![CDATA[virtualbox]]></category>
		<category><![CDATA[xserve]]></category>

		<guid isPermaLink="false">http://blog.cyplo.net/?p=485</guid>
		<description><![CDATA[It all started with my work assignment of installing MacOSX Server 10.6 on the XServe rack. Of course nothing went really well. The universe keeps on picking up the most faulty scenarios for me, I think it&#8217;s just less boring. Briefly speaking, after debugging some hardware problem with the CPU temperature meter I managed to install the [...]]]></description>
			<content:encoded><![CDATA[<p>It all started with my work assignment of installing MacOSX Server 10.6 on the XServe rack. Of course nothing went really well. The universe keeps on picking up the most faulty scenarios for me, I think it&#8217;s just less boring. Briefly speaking, after debugging some hardware problem with the CPU temperature meter I managed to install the base OSX server system there. Hardware boy inside me is not amused with Apple&#8217;s ideas there.</p>
<p>After that I needed to set up VMs with 10.6 64bit and 10.4 32bit on top of that. Why so if already having 10.6 as the base system ? Simply I wanted to avoid constant reinstallation of the base system, as the machines are meant to be used for development and testing. Also the XServe hardware was needed instead of classic blade system to meet Apple license requirements.</p>
<p>Having the internet read twice I decided to give VirtualBox a try. My way of thinking was that I am already familliar with that piece of software and know it as a easy to use one. In addition to being pretty idiot-proof it also enables more enterprisely features like operating from the commandline only.</p>
<p>So what&#8217;s the deal ? Bring up VirtualBox GUI, click on new virtual machine creation button, choose MacOSXServer, insert the iso file made from the installation dvd and volia ? Not even remotely close. It appears that Apple has embedded some kind of valid processors db into the system and checks the processors present against it on every boot. Fine. But I am running this thing on the Apple hardware. The only configuration I managed to install and launch was single-core. Both 32 and 64bit guests seem to be working fine. But what&#8217;s the point of having many cores there if only one can be used per a VM ?</p>
<p>As with many other interesting problems I took it home. Some time after that I found brilliant blog pair by <a href="http://prasys.info/" target="_blank">prasys</a> and <a href="http://blog.nawcom.com/" target="_blank">nawcom</a>. It seems that the latter one produces what&#8217;s called <a href="http://blog.nawcom.com/?p=446" target="_blank">ModCD</a> which allows booting with the processor checks disabled.</p>
<p>Recipe for amd64:</p>
<ul>
<li>create new MacOSX vm in VirtualBox</li>
<li>change it to non-EFI type</li>
<li>boot ModCD</li>
<li>swap iso image for the one with the MacOS install</li>
<li>press f5</li>
<li>type -force64</li>
<li>press enter</li>
</ul>
<p>For me the installer crashed on the last step before reboot, but then it rebooted successfully and continued on with the installation.</p>
<p>Don&#8217;t forget to donate to nawcom if you can.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.cyplo.net/2011/05/07/installing-macosx-server-on-virtualbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How not to blog</title>
		<link>http://blog.cyplo.net/2011/03/27/blog/</link>
		<comments>http://blog.cyplo.net/2011/03/27/blog/#comments</comments>
		<pubDate>Sun, 27 Mar 2011 20:25:23 +0000</pubDate>
		<dc:creator>cyryl</dc:creator>
				<category><![CDATA[blog]]></category>

		<guid isPermaLink="false">http://blog.cyplo.net/?p=462</guid>
		<description><![CDATA[Today&#8217;s post is definitely not a tech one. Or maybe just a bit. It&#8217;s about blogging, from the other side of the keyboard. PEBKAC-style. Fun-fact: Did you know that &#8216;kac&#8217; in Polish means &#8216;hangover&#8217; ? To the point. I realised that I have dozens of posts in the state of started but definitely not finished. [...]]]></description>
			<content:encoded><![CDATA[<p>Today&#8217;s post is definitely not a tech one. Or maybe just a bit. It&#8217;s about blogging, from the other side of the keyboard. PEBKAC-style. Fun-fact: Did you know that &#8216;kac&#8217; in Polish means &#8216;hangover&#8217; ?</p>
<p>To the point. I realised that I have dozens of posts in the state of started but definitely not finished. Why is that so ? Is it that I am superbusy with my new work ? Kinda. Is that that I am the guy responsible for the installation of the sound system in one of the new Wrocław&#8217;s clubs ? Sounds pretty serious but still not a perfect excuse.</p>
<p>The thing is that there is no right excuse for not doing something you want to do. Do it or don&#8217;t. Don&#8217;t pretend to.</p>
<p>The funny thing is that the smallest possible posts, like <a href="http://blog.cyplo.net/2011/01/29/netbeans-6-9-rails-3-ubuntu-10-10/" target="_blank">this</a>, brought me the most views. I don&#8217;t wanna loose you guys because I don&#8217;t feel like blogging recently.</p>
<p>Mine unfinished tech posts won&#8217;t probably make it because I just don&#8217;t remember what were these small tech tricks I used to solve that problems. Not even wrote them down as I was so enlightened by the superiority of my solutions.</p>
<p>Don&#8217;t do that. Take notes about everything which you would possibly need and start working on the sentences and wording. Rigth now. Go. Hit publish and let the world know.</p>
<p>Thanks go to <a title="TC" href="http://techcrunch.com/2011/03/27/why-startups-need-to-blog-and-what-to-talk-about/" target="_blank">TC</a> &amp; <a href="http://techcrunch.com/author/marksuster/">Mark Suster</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.cyplo.net/2011/03/27/blog/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

