<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>jozef.kutej.net</title>
    <link rel="alternate" type="text/html" href="http://jozef.kutej.net/" />
    <link rel="self" type="application/atom+xml" href="http://jozef.kutej.net/atom.xml" />
    <id>tag:jozef.kutej.net,2009-09-25://4</id>
    <updated>2010-08-19T14:59:02Z</updated>
    <subtitle>I have not failed. I&apos;ve just found 10,000 ways that won&apos;t work. --Thomas Edison
Success consists of going from failure to failure without loss of enthusiasm. --Winston Churchill</subtitle>
    <generator uri="http://www.sixapart.com/movabletype/">Movable Type 4.23-en</generator>

<entry>
    <title>Bundles Packages Builds Releases Tests</title>
    <link rel="alternate" type="text/html" href="http://jozef.kutej.net/2010/08/bundles-packages-builds-releases-tests.html" />
    <id>tag:jozef.kutej.net,2010://4.147</id>

    <published>2010-08-19T14:55:19Z</published>
    <updated>2010-08-19T14:59:02Z</updated>

    <summary><![CDATA[When I showed Benjamin (a college of mine) my TPF 2010Q3 grant proposal, we slipped to a discussion about deploying Perl software. Nice (and recent) list of different approaches can be found @modernperlbooks.com. To sum it up =&gt; TIMTOWTDI. Which...]]></summary>
    <author>
        <name>Jozef Kutej</name>
        <uri>http://search.cpan.org/~jkutej/</uri>
    </author>
    
        <category term="Debian" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Perl" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="debian" label="debian" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="deployment" label="deployment" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="perl" label="perl" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://jozef.kutej.net/">
        <![CDATA[<p>When I showed Benjamin (a college of mine) my <a href="http://news.perlfoundation.org/2010/08/2010q3-grant-proposal-cpan-to.html">TPF 2010Q3 grant proposal</a>, we slipped to a discussion about deploying Perl software. Nice (and recent) list of different approaches can be found <a href="http://www.modernperlbooks.com/mt/2010/08/on-deployment.html">@modernperlbooks.com</a>. To sum it up =&gt; TIMTOWTDI. Which is good, but none of those is perfect. The Perl+CPAN world is way too complex.</p>

<p>During out discussion with Benjamin I proposed an idea of shipping the application altogether with the OS. Insane? The base Debian system is ~190MB, all the rest is needed for the application. Then deployment will be a matter of running this system on a virtual machine, somewhere in the cloud or in a simple chroot. (btw any Linux distribution can have any other Linux distribution working in a chroot) The files will never clash, all the "machines" would be dedicated. No fear of putting files <a href="http://jozef.kutej.net/2010/06/where-to-put-files.html">where they belong to</a>.</p>]]>
        
    </content>
</entry>

<entry>
    <title>Wrote 2898 entries to output Packages file</title>
    <link rel="alternate" type="text/html" href="http://jozef.kutej.net/2010/08/wrote-2898-entries.html" />
    <id>tag:jozef.kutej.net,2010://4.145</id>

    <published>2010-08-06T17:41:34Z</published>
    <updated>2010-08-06T20:35:12Z</updated>

    <summary><![CDATA[ dpkg-scanpackages: info: Wrote 2898 entries to output Packages file. dpkg-scansources &nbsp;unstable /dev/null &gt; unstable/Sources bzip2 -c9 unstable/Packages &gt; unstable/Packages.bz2 gzip -c9 unstable/Packages &gt; unstable/Packages.gz bzip2 -c9 unstable/Sources &nbsp;&gt; unstable/Sources.bz2 gzip -c9 unstable/Sources &nbsp;&gt; unstable/Sources.gz dpkg-scanpmpackages processing unstable/Packages.bz2 apt-ftparchive -c=Release.conf...]]></summary>
    <author>
        <name>Jozef Kutej</name>
        <uri>http://search.cpan.org/~jkutej/</uri>
    </author>
    
        <category term="Debian" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="debian" label="debian" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://jozef.kutej.net/">
        <![CDATA[<pre>
dpkg-scanpackages: info: Wrote 2898 entries to output Packages file.
dpkg-scansources &nbsp;unstable /dev/null &gt; unstable/Sources
bzip2 -c9 unstable/Packages &gt; unstable/Packages.bz2
gzip -c9 unstable/Packages &gt; unstable/Packages.gz
bzip2 -c9 unstable/Sources &nbsp;&gt; unstable/Sources.bz2
gzip -c9 unstable/Sources &nbsp;&gt; unstable/Sources.gz
dpkg-scanpmpackages
processing unstable/Packages.bz2
apt-ftparchive -c=Release.conf release unstable &gt; unstable/Release
rm unstable/Release.gpg
gpg -abs -o unstable/Release.gpg unstable/Release

real &nbsp; &nbsp;11m14.629s
user &nbsp; &nbsp;1m45.227s
sys &nbsp; &nbsp; 1m56.679s
</pre>

<p>The <code>dpkg-scan*</code> tools are probably not the best solution for such  big repository having 2898 packages in one folder..., but given enough patience it works! :-)</p>]]>
        
    </content>
</entry>

<entry>
    <title>XML + XPath + GUI = Xacobeo</title>
    <link rel="alternate" type="text/html" href="http://jozef.kutej.net/2010/08/xml-xpath-gui-xacobeo.html" />
    <id>tag:jozef.kutej.net,2010://4.144</id>

    <published>2010-08-02T13:54:15Z</published>
    <updated>2010-08-02T13:58:52Z</updated>

    <summary>Xacobeo a Perl GUI to visualize XML and perform XPath queries just entered Debian unstable - http://packages.debian.org/sid/xacobeo....</summary>
    <author>
        <name>Jozef Kutej</name>
        <uri>http://search.cpan.org/~jkutej/</uri>
    </author>
    
        <category term="Debian" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Perl" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="gui" label="gui" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://jozef.kutej.net/">
        <![CDATA[<p><a href="http://search.cpan.org/perldoc?Xacobeo">Xacobeo</a> a Perl GUI to visualize XML and perform XPath queries just entered Debian unstable - <a href="http://packages.debian.org/sid/xacobeo">http://packages.debian.org/sid/xacobeo</a>.</p>]]>
        
    </content>
</entry>

<entry>
    <title>Social micropayment platform?</title>
    <link rel="alternate" type="text/html" href="http://jozef.kutej.net/2010/08/social-micropayment-platform.html" />
    <id>tag:jozef.kutej.net,2010://4.143</id>

    <published>2010-08-01T19:37:27Z</published>
    <updated>2010-08-02T07:35:35Z</updated>

    <summary>Who is inventing this things? For years we have this already, don&apos;t we? It is just called ad banners. ;-) The idea and message is there. You like this page/article/service? Then just click some random banner to say &quot;Thank you!&quot;....</summary>
    <author>
        <name>Jozef Kutej</name>
        <uri>http://search.cpan.org/~jkutej/</uri>
    </author>
    
        <category term="Web" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="ads" label="ads" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://jozef.kutej.net/">
        <![CDATA[<p>Who is inventing this <a href="http://flattr.com/">things</a>? For years we have this already, don't we? It is just called ad banners. ;-) The idea and message is there. You like this page/article/service? Then just click some random banner to say "Thank you!". Simple and doesn't cost anything to the users. :-)</p>
]]>
        
    </content>
</entry>

<entry>
    <title>You just upload your application, ...</title>
    <link rel="alternate" type="text/html" href="http://jozef.kutej.net/2010/07/you-just-upload-your-application.html" />
    <id>tag:jozef.kutej.net,2010://4.141</id>

    <published>2010-07-28T16:56:13Z</published>
    <updated>2010-07-28T17:29:56Z</updated>

    <summary><![CDATA[It is amazing what happened to the Python thanks to just one company. The killer feature of that company is that they can handle and manage millions of servers and even give them for a public usage =&gt; "..., there...]]></summary>
    <author>
        <name>Jozef Kutej</name>
        <uri>http://search.cpan.org/~jkutej/</uri>
    </author>
    
        <category term="Perl" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="hosting" label="hosting" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://jozef.kutej.net/">
        <![CDATA[<p>It is amazing what happened to the Python thanks to just one company. The killer feature of that company is that they can handle and manage millions of servers and even give them for a public usage =&gt; "..., there are no servers to maintain: You just upload your application, and it's ready to serve your users.". I would like this to be true one day for Perl too!</p>

<p>I really do. In coming months (years?) I'll try to plug together « MiniCPANInject + SmokeTesting + ContinuousIntegration + Virtualization + Debian + Monitoring » to create an architecture for Debian-Perl hosting. Actually who cares about OS used, when the uploaded code just works, right?... A hosting that is aware that one server is not enough for everyone and will offer an architecture for development, user-acceptance, staging and production environments to start with a project from $day == 1.</p>
]]>
        
    </content>
</entry>

<entry>
    <title>CPAN authors sample</title>
    <link rel="alternate" type="text/html" href="http://jozef.kutej.net/2010/07/cpan-authors-sample.html" />
    <id>tag:jozef.kutej.net,2010://4.140</id>

    <published>2010-07-21T16:40:09Z</published>
    <updated>2010-07-21T18:16:04Z</updated>

    <summary><![CDATA[I wanted to get some CPAN authors sample. Not everyone as there are too much (&gt; 8000). So I've created this two on-liners to get the CPAN authors whose module is packaged for Debian: apt-cache search perl | perl -lane...]]></summary>
    <author>
        <name>Jozef Kutej</name>
        <uri>http://search.cpan.org/~jkutej/</uri>
    </author>
    
        <category term="Perl" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Programming" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="cpan" label="cpan" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://jozef.kutej.net/">
        <![CDATA[<p>I wanted to get some CPAN authors sample. Not everyone as there are too much (&gt; 8000). So I've created this two on-liners to get the CPAN authors whose module is packaged for Debian:</p>

<p>
<code>
apt-cache search perl | perl -lane 'next if $_ !~ m/^lib(.+?)-perl\s/; $m=$1; $m=~s/-/::/g; print $m;' &gt; /tmp/deb-perl.txt
</code>
</p>

<p>
<code>
zcat ~/.cpan/sources/modules/02packages.details.txt.gz  | perl -MIO::Any -lae 'my %x; BEGIN { %x=map { $_ =&gt; 1 } split "\n", IO::Any-&gt;slurp("/tmp/deb-perl.txt") }; while (&lt;&gt;) { @F=split /\s+/; $m = lc $F[0]; if ($x{$m}) { (undef,undef,$a)=split "/", $F[2]; print $a; }; }' | sort | uniq | xargs echo
</code>
</p>

<p>And here is the result (842 out of 8270 total):</p>

<code>
AAR ABARCLAY ABH ABIGAIL ABLUM ABW ACOBURN ADAMK ADAMSON ADEO ADIE AEPAGE AFF AFN AGENT AGIERTH AGROLMS AGRUNDMA AGUL AIZVORSKI AJGOUGH AJPEACOCK AJUNG AKSTE ALEXMV ALEXP ALIAN ALLENDAY AMBS AMNESIAC AMS ANDK ANDREIN ANDREMAR ANDREWF ANDYA ANNO AORR APEIRON APERSAUD APLEINER APOCAL APPEL ARAK ARANDAL AREGGIORI AREIBENS ARISTOTLE ARJAY ARODLAND ARTHAS ARUNBEAR ASH ATOURBIN AUDREYT AUFFLICK AUTRIJUS AVAR AVIF AWESTHOLM AWRIGLEY AZAWAWI AZED BALDUR BARBIE BBB BBC BBEAUSEJ BBENNETT BBIRTH BCHOATE BDFOY BETTELLI BFAIST BHOLZMAN BIGJ BIGPRESH BINGOS BINKLEY BJKUIT BJOERN BLHOTSKY BLILBURNE BLOONIX BMC BOBTFISH BOOK BORISZ BORUP BOUMENOT BPEDERSE BPGN BPOSTLE BPOWERS BRAAM BRADFITZ BRAMBLE BRIANSKI BRICAS BRUCEK BRUMLEVE BSDZ BSUGARS BTROTT BURAK BUREADO BWARFIELD BZAJAC CADE CAPTTOFU CAUGUSTIN CBARRATT CCPRO CEBJYRE CERNEY CEVANS CFAERBER CFRANKS CFRETER CGILMORE CGRAU CHAMAS CHANG-LIU CHANSEN CHLIGE CHM CHOCOLATE CHOLET CHORNY CHROMATIC CHSTROSS CINE CJM CKERNER CKRAS CLACO CLAESJAC CLEISHMAN CLINTDW CLKAO CMOORE CMUNGALL CODECHILD CODEHELP COG CONKLIN COOK CORION CORLISS COSIMO COWENS CPB CRAKRJACK CRAZYDJ CREAMYG CRENZ CVICENTE CWEST CYING DAGOLDEN DAMOG DANBERR DANBOO DANIEL DANKOGAI DANPEDER DAPATRICK DARREN DAVEBAIRD DAVECROSS DAVIDCYL DBP DBRIAN DCANTRELL DCLINTON DCONWAY DCOPPIT DDICK DDUMONT DESPAIR DGOLD DHAGEMAN DIBERRI DIOCLES DJERIUS DJR DLAND DLUX DMAKI DMEGG DMOW DMUEY DOM DOMM DONEILL DORMANDO DOUGM DOUGW DOY DPARIS DPAVLIN DPRICE DROLSKY DRRHO DRTECH DSB DSCHWEI DSKOLL DSTAAL DSTUART DTOWN DTRISCHUK DUNCS DURIST DWHEELER DWRIGHT EBASSI EBHANSSEN EBOHLMAN ECALDER ECOCODE EDAVIS EDD EDECA EDPRATOMO EESTABROO EHOOD EIJABB EISEN ELIZABETH ELLIOTJS ELMEX ERYQ ESM ESSKAR ESUMMERS EVDB EVO EWILHELM EXIFTOOL EXOBUZZ EXODIST FANGLY FAYLAND FDALY FDESAR FERREIRA FERRENCY FGLOCK FIMM FITZNER FLETCH FLORA FLUFFY FOOF FOTANGO FRAJULAC FRANCKC FREQUENCY FREW FRODWITH FTASSIN FUSINV FVULTO FWILES GAAS GABOR GAISSMAI GAM GARNACHO GAVINC GBACON GBARR GBJK GBROWN GDSL GEOFFR GETTY GFUJI GGOEBEL GIRAFFED GLOVER GMCHARLT GMPASSOS GNUSTAVO GOMOR GPHAT GRAHAMC GRANTM GRICHTER GRODITI GROMMEL GSAR GTERMARS GUGOD GUIDO GUIMARD GWARD GWILLIAMS GWOLF GWYN GYEPI HACKER HANK HARDAKER HARTZELL HAYASHI HBENGEN HDIAS HEMBREED HINRIK HIO HMBRAND HORNBURG IAMCAL IAN IBB IGUTHRIE IKEBE ILMARI ILTZU ILYAM ILYAZ IMACAT IMALPASS INGY IROBERTS ISHIGAKI ISTERIN ITUB IVAN IVSOKOLOV IZUT JABLKO JALDHAR JAMADAM JAMES JAMESGOL JANPAZ JARW JASLONG JASONK JASONS JAW JAWNSY JAYBONCI JBAZIK JBISBEE JBURNETT JCZEUS JDHEDDEN JDPORTER JDUNCAN JEB JEF JEFFA JEFFMOCK JENDA JESSE JESUS JETTERO JEZRA JFITZ JGMYERS JGOLDBERG JGOULAH JHAR JHI JHOBLITT JHORWITZ JIMT JJNAPIORK JJORDAN JJORE JJSCHUTZ JKAMPHAUS JKEENAN JKIM JLAPEYRE JLATHAN JLAVOLD JMACFARLA JMCNAMARA JMEHNLE JMGDOC JMM JMORRIS JMS JNH JOESUF JOEY JONATHAN JOSEPHW JOSERODR JOSHUA JPEACOCK JPIERCE JPRIT JQUELIN JRED JRENNIE JREY JROBINSON JROCKWAY JROGERS JSHIRLEY JSIRACUSA JSMITH JSTENZEL JSTOWE JSWARTZ JUERD JV JWALT JWU JZUCKER KAKE KAMENSKY KANE KARASIK KASEI KAWASAKI KAZUHO KCK KCLARK KEN KENSHAN KENTNL KGALINSKY KGB KGRENNAN KILINRAX KIMRYAN KJOHNSON KMACLEOD KMELTZ KMX KNIGHT KNOK KOOS KORTY KRAEHE KRAIH KROKI KROW KRUSCOE KTHAKORE KUBOTA KURIANJA KWILLIAMS KWITKNR KWMAK LAMMEL LARRYSH LARSLUND LBAXTER LBROCARD LCONS LDACHARY LDS LEAKIN LEGART LEIFJ LEIRA LEMBARK LENDL LIMAONE LINDNER LLAP LMASARA LMC LUISMUNOZ LUKEC LUNARTEAR LUNATIC LUSOL LYOKATO MACGYVER MADGHOUL MAKAMAKA MAMAWE MANOWAR MANU MARCEL MARKJ MARKLE MARKOV MARKPF MARKSTOS MARKUSB MART MATISSE MATTIASH MATTLAW MAXB MBARBON MCAST MCMAHON MCNEWTON MDOOTSON MDXI MEHNER MERGL MERLYN MEWP MFROST MGRABNAR MHARNISCH MHOSKEN MHX MICB MIGO MIKEM MIKER MIKEWONG MILA MINGYILIU MIRK MIROD MISHIKAL MISHOO MIVKOVIC MIYAGAWA MIZZY MJCARMAN MJD MJEVANS MJEWELL MJP MKODERER MKUTTER MLEHMANN MMIMS MNAGUIB MNOONING MOCONNOR MOGAAL MORITZ MORTY MPIOTR MRA MRAMBERG MRASH MRDVT MROGASKI MRSAM MSCHILLI MSCHOUT MSCHWARTZ MSCHWERN MSERGEANT MSHELOR MSISK MSTEVENS MSTPLBG MSTROUT MTHURN MUIR MVERB MVORL MWARD MYSOCIETY NCLEATON NEELY NEILW NEVESENIN NEZUMI NI-S NICOLAW NIDS NIKC NIKIP NIKOLAY NJH NKH NKUITSE NOG NPEREZ NUFFIN NWETTERS NWIGER OALDERS OCTO OGASAWARA OLAF OLIMAUL OLIVER OLIVIERT OLLY OMEGA OPERA OVID PAJAS PALLOTRON PARDUS PAULG PCIMPRICH PDEEGAN PDENIS PDWARREN PEGI PENMA PEPE PERIGRIN PERRIN PERSICOM PETDANCE PETEF PETEK PEVANS PHAYLON PHISH PHOENIX PHRED PIJLL PINYAN PIP PJCJ PJF PKENT PLAVEN PLOBBES PMEVZEK PMH PMISON PMKANE PMQS PODMASTER POTYL PRATZLAFF PRAVUS PRBRENAN PRYAN PVANDRY RAM RANI RATCLIFFE RATTLER RAZINF RBERJON RBOW RBS RCAPUTO RCH RCLAMP RDB RDF REATMON REDTREE REHSACK RENEEB REYNOLDS RFRANKEL RGARCIA RGIERSIG RHANDOM RHANSON RIBASUSHI RIZEN RJBS RJOOP RJRAY RKHILL RKITOVER RKOBES RKRIMEN RMBARKER RMCFARLA ROAM ROBIN ROBM ROCKY ROKR ROLAND RONAN ROODE ROSCH ROSULEK RPETTETT RRA RRWO RSAVAGE RSCHUPP RSN RSOLIV RSPIER RUZ RVA RYBSKEJ SACAVILIA SALVA SAMPO SAMTREGAR SAMV SAPER SARTAK SBECK SBURKE SCANNELL SCHNUECK SCHUBIGER SCHWIGON SCOTT SCOTTW SCR SDOWD SERGEY SEWI SFINK SHERZODR SHEVEK SHLOMIF SIFUKURT SIMON SIMONFLK SIMONW SISYPHUS SIXAPART SJCARBON SJQUINNEY SJSZ SKA SLANNING SMCCAM SMCKAY SMRZ SMUELLER SNOWHARE SOENKE SONNEN SPADIX SPADKINS SPANG SPEEVES SPROUT SQUIRREL SREZIC SRSHAH SSCOTTO SSOTKA STBEY STEPHANB STEPHENCA STEVAN STEVE STEVENC STIGMATA STRUAN STRZELEC SUKRIA SULLR SUMMER SUNGO SUNNAVY SWALTERS SWHITAKER SWMCD SYP SZABGAB SZBALINT TAKERU TAKESHIGE TANIGUCHI TBONE TCHINCHOW TEEJAY TELS TEVERETT THALJEF THEPLER THINC THOR TIMA TIMB TIMBRODY TINITA TJENNESS TJMATHER TKURITA TLINDEN TMOERTEL TMONROE TMTM TMURRAY TNGUYEN TOBEYA TODDR TOKUHIROM TOMI TOMSON TOMZO TONVOON TONYC TPABA TPEDERSE TPG TREY TRIDDLE TRIPIE TSCH TSIBLEY TSUCCHI TURNERA TURNERJW TURNSTEP TVIERLING TWH TYEMQ TYPESTER ULPFR UMEMOTO UNOBE UNRTST URI VIDUL VIPUL VIY VPARSEVAL VPIT WADG WILLMOJG WINKO WITTEN WMCKEE WPMOORE WROSS WRW WYANT XERN XMATH XSAWYERX YANICK YANNK YENYA YEWENBIN YOSHIDA YUMPY YVES YVESAGO ZEFRAM ZENSPIDER ZEV
</code>]]>
        
    </content>
</entry>

<entry>
    <title>Where to put files?</title>
    <link rel="alternate" type="text/html" href="http://jozef.kutej.net/2010/06/where-to-put-files.html" />
    <id>tag:jozef.kutej.net,2010://4.134</id>

    <published>2010-06-16T18:35:02Z</published>
    <updated>2010-06-16T18:42:15Z</updated>

    <summary>Here are some variants that I&apos;ve seen so far. Careful people that are afraid to spoil the system use: /usr/local /var/local /opt Crazy people have always an original place to hide files in: /usr/local64 /usr/local/64 /usr/local/local /shared /corp /data ......</summary>
    <author>
        <name>Jozef Kutej</name>
        <uri>http://search.cpan.org/~jkutej/</uri>
    </author>
    
        <category term="Programming" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="SysAdmin" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://jozef.kutej.net/">
        <![CDATA[<p>Here are some variants that I've seen so far.</p>

<ol>
<li>
<p>Careful people that are afraid to spoil the system use:</p>

<ul>
    <li>/usr/local</li>
    <li>/var/local</li>
    <li>/opt</li>
</ul>
</li>
<li>
<p>Crazy people have always an original place to hide files in:</p>

<ul>
    <li>/usr/local64</li>
    <li>/usr/local/64</li>
    <li>/usr/local/local</li>
    <li>/shared</li>
    <li>/corp</li>
    <li>/data</li>
    <li>...</li>
</ul>
</li>

<li>
<p>Linux distributions put files according to the <a href="http://www.pathname.com/fhs/">Filesystem Hierarchy Standard</a>.</p>
</li>
</ol>

<p>Some years ago I belonged to the first group and I was putting everything into <code>/usr/local</code> to be sure that there is just <i>my stuff</i>. Today I belong to the second one... I use <code>/data</code> for my laptop. Which is not so great idea, but it is my laptop and no one ever will have to (won't even be able) to touch it, so it is <i>my mess</i>. Some of the other ones like <code>/corp</code>, <code>/shared</code> and <code>/usr/local64</code> I have to use at $work, because it is ops decision or a <b>historical reason</b> (sniff, sniff).</p>

<p>I hope one day I'll further evolve to work according to the standards. Tiding-up <i>my mess</i> would be the easy part of the journey...</p>
]]>
        
    </content>
</entry>

<entry>
    <title>Specifications?</title>
    <link rel="alternate" type="text/html" href="http://jozef.kutej.net/2010/06/specifications.html" />
    <id>tag:jozef.kutej.net,2010://4.133</id>

    <published>2010-06-13T21:20:20Z</published>
    <updated>2010-06-14T07:43:54Z</updated>

    <summary>Some people say that specifications are useless. That they never reflect the reality, that by the time of being done they are out-dated and people should just rush out, start coding and start working. I found this nice quote: In...</summary>
    <author>
        <name>Jozef Kutej</name>
        <uri>http://search.cpan.org/~jkutej/</uri>
    </author>
    
        <category term="Programming" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Quote" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://jozef.kutej.net/">
        <![CDATA[<p>Some people say that specifications are useless. That they never reflect the reality, that by the time of being done they are out-dated and people should just rush out, start coding and start working. I found this nice quote:</p>

<cite>
In preparing for battle I have always found that plans are useless, but planning is indispensable.<br/>
--Dwight D. Eisenhower
</cite>

<p>That was my missing piece to the argumentation. May be the specs at the end are "not so accurate", but at the time of writing them, the idea has to be exercised, questioned, the missing gaps filled in, all details understood and the goal clearly defined.</p>
]]>
        
    </content>
</entry>

<entry>
    <title>https for searching?</title>
    <link rel="alternate" type="text/html" href="http://jozef.kutej.net/2010/05/https-for-searching.html" />
    <id>tag:jozef.kutej.net,2010://4.132</id>

    <published>2010-05-25T07:12:59Z</published>
    <updated>2010-05-25T07:36:28Z</updated>

    <summary>So we have an SSL version of a quite decent search engine. This should, besides the client-server encryption which is obvious, also hide a referrer. I&apos;ve tested it right away: click from http://www.google.cz/ 192.168.240.133 - - [25/May/2010:09:11:42 +0200] &quot;GET /...</summary>
    <author>
        <name>Jozef Kutej</name>
        <uri>http://search.cpan.org/~jkutej/</uri>
    </author>
    
        <category term="Web" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://jozef.kutej.net/">
        <![CDATA[<p>So we have an SSL version of a quite <a href="https://www.google.com/">decent search engine</a>. This should, besides the client-server encryption which is obvious, also hide a referrer. I've tested it right away:</p>

<p>click from http://www.google.cz/</p>
<p><code>
192.168.240.133 - - [25/May/2010:09:11:42 +0200] "GET / HTTP/1.0" 200 41844 "http://www.google.cz/url?sa=t&source=web&ct=res&cd=16&ved=0CFUQFjAP&url=http%3A%2F%2Fkutej.net%2F&rct=j&q=kutej&ei=iHj7S436JsGtOMfE5P8B&usg=AFQjCNEIRhHXy7b_DsiM6c28l0wx3vOcVg&sig2=_cYOxkj7loeHmqhdNH6cUA" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.9) Gecko/20100501 Iceweasel/3.5.9 (like Firefox/3.5.9)"
</code></p>

<p>click from https://www.google.com/</p>
<p><code>
192.168.240.133 - - [25/May/2010:09:12:21 +0200] "GET / HTTP/1.0" 200 41844 "-" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.9) Gecko/20100501 Iceweasel/3.5.9 (like Firefox/3.5.9)"
</code></p>

<p><b>"http://www.google.cz/url?sa=t&source=web&ct=res&cd=16&ved=0CFUQFjAP&url=http%3A%2F%2Fkutej.net%2F&rct=j&q=kutej&ei=iHj7S436JsGtOMfE5P8B&usg=AFQjCNEIRhHXy7b_DsiM6c28l0wx3vOcVg&sig2=_cYOxkj7loeHmqhdNH6cUA"</b><br/>
vs<br/><b>"-" </b></p>

<p>So when hiding, use SSL! :-)</p>

<p>Another headache for webmasters, where are all this people coming from?</p>]]>
        
    </content>
</entry>

<entry>
    <title>Learning from StackOverflow.com</title>
    <link rel="alternate" type="text/html" href="http://jozef.kutej.net/2010/05/learning-from-stackoverflowcom.html" />
    <id>tag:jozef.kutej.net,2010://4.129</id>

    <published>2010-05-05T18:58:24Z</published>
    <updated>2010-05-06T06:56:05Z</updated>

    <summary> Joel shows that StackOverflow is (||was?) running on 2 servers (+1 backup) using C# and SQL Server. Impressive :-) seek to 24:56 to see the full performance+tech table. There is also a Perl+Perl6 mentioned in this talk, seek to...</summary>
    <author>
        <name>Jozef Kutej</name>
        <uri>http://search.cpan.org/~jkutej/</uri>
    </author>
    
        <category term="Life" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Perl" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Programming" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://jozef.kutej.net/">
        <![CDATA[<p style="text-align: center;">
<object style="height: 344px; width: 425px"><param name="movie" value="http://www.youtube.com/v/NWHfY_lvKIQ"><param name="allowFullScreen" value="true"><param name="allowScriptAccess" value="always"><embed src="http://www.youtube.com/v/NWHfY_lvKIQ" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="425" height="344"></object>
</p>

<p>Joel shows that <a href="http://stackoverflow.com/">StackOverflow</a> is (||was?) running on 2 servers (+1 backup) using C# and SQL Server. Impressive :-) seek to 24:56 to see the full performance+tech table.</p>

<p>There is also a Perl+Perl6 mentioned in this talk, seek to 38:00 to hear the #1 thing you should never do...</p>
]]>
        
    </content>
</entry>

<entry>
    <title>Data::Keys</title>
    <link rel="alternate" type="text/html" href="http://jozef.kutej.net/2010/04/datakeys.html" />
    <id>tag:jozef.kutej.net,2010://4.127</id>

    <published>2010-04-25T17:39:27Z</published>
    <updated>2010-04-25T17:37:25Z</updated>

    <summary>is just a base module responsible for loading extension (Data::Keys::E::*) during the object build time. It just makes sure one of the extensions supplied get() and set() method. The rest is up to the extensions. get() should be called with...</summary>
    <author>
        <name>Jozef Kutej</name>
        <uri>http://search.cpan.org/~jkutej/</uri>
    </author>
    
        <category term="Perl" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://jozef.kutej.net/">
        <![CDATA[<p>is just a base module responsible for loading extension (Data::Keys::E::*) during the object build time. It just makes sure one of the extensions supplied get() and set() method. The rest is up to the extensions.</p>

<p>get() should be called with one argument a $key and return value for it. set() should be called with $key and $value arguments returning modified (if it was) $key.</p>

<p>So far I've created this extensions:<p>

<ul>
<li><a href="http://search.cpan.org/perldoc?Data::Keys::E::Store::Dir">Store::Dir</a> - folder storage</li>
<li><a href="http://search.cpan.org/perldoc?Data::Keys::E::Store::Mem">Store::Mem</a> - in memory storage</li>
<li><a href="http://search.cpan.org/perldoc?Data::Keys::E::Dir::Auto">Dir::Auto</a> - auto create folder when needed</li>
<li><a href="http://search.cpan.org/perldoc?Data::Keys::E::Key::Adapt">Key::Adapt</a> - change key with a callback</li>
<li><a href="http://search.cpan.org/perldoc?Data::Keys::E::Key::Auto">Key::Auto</a> - auto create key via callback</li>
<li><a href="http://search.cpan.org/perldoc?Data::Keys::E::UniqSet">UniqSet</a> - a key can be set only once</li>
<li><a href="http://search.cpan.org/perldoc?Data::Keys::E::Value::InfDef">Value::InfDef</a> - inflate/deflate values</li>
<li><a href="http://search.cpan.org/perldoc?Data::Keys::E::Locking">Locking</a> - get/set locking</li>
<li><a href="http://search.cpan.org/perldoc?Data::Keys::E::Dir::Lock">Dir::Lock</a> - uses additional folder to lock files</li>
<li><a href="http://search.cpan.org/perldoc?Data::Keys::E::Dir::LockInPlace">Dir::LockInPlace</a> - place locks directly on the stored files</li>
</ul>

<p>How I want to use it now? Value::InfDef to help reading folders full of JSON files. Key::Auto to store data as Git does - based on the hash of data. Key::Adapt to easily access Debian distribution files in the pool folder or CPAN distributions files based on the AUTHORID/DISTRIBUTION in CPAN mirror folder structure.</p>

<p>For now there is just folder storage as I want to use it for some tasks, but it should be quite easy to create any key/value storage extension.</p>
]]>
        
    </content>
</entry>

<entry>
    <title>Tag cloud search</title>
    <link rel="alternate" type="text/html" href="http://jozef.kutej.net/2010/04/tag-cloud-search.html" />
    <id>tag:jozef.kutej.net,2010://4.126</id>

    <published>2010-04-24T09:43:03Z</published>
    <updated>2010-04-24T10:04:55Z</updated>

    <summary>This was an old idea and I finally found enough toits to finish it. Basically besides normal key words searching, one can use a tag cloud to help find alternatives. Here are some examples: +Perl tips just search for it...</summary>
    <author>
        <name>Jozef Kutej</name>
        <uri>http://search.cpan.org/~jkutej/</uri>
    </author>
    
        <category term="Programming" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Web" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="search" label="search" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://jozef.kutej.net/">
        <![CDATA[<p>This was an old idea and I finally found enough toits to finish it. Basically besides normal key words searching, one can use a tag cloud to help find alternatives. Here are some examples:</p>

<ul>
    <li><a href="http://search.meonl.com/en/?s=gt&q=wien%20wochenende%20-buchen">+Perl tips</a></li>
    <li><a href="http://search.meonl.com/en/?s=gt&q=just%20search%20for%20it">just search for it</a></li>
    <li><a href="http://search.meonl.com/en/?s=gt&q=match%20algebra%20%2Bsolving">match algebra +solving</a></li>
    <li><a href="http://search.meonl.com/de/?s=gt&q=wien%20wochenende%20-buchen">Wien Wochenende -buchen [de]</a></li>
</ul>

<p>By clicking on any of the links in the cloud the keyword/tag is added to the search string. On the top there are "+" and "-" that can be selected before selecting a tag. The selected "+" or "-" will be added in front of the keyword to force inclusion of exclusion of a keyword in the search result documents.</p>

<p>Only time and some usage will tell if it will be useful or not. Let's see.</p>]]>
        
    </content>
</entry>

<entry>
    <title>Perl QA Hackathon 2010 in Vienna</title>
    <link rel="alternate" type="text/html" href="http://jozef.kutej.net/2010/04/perl-qa-hackathon-2010-in-vienna.html" />
    <id>tag:jozef.kutej.net,2010://4.124</id>

    <published>2010-04-13T16:20:26Z</published>
    <updated>2010-04-15T09:20:16Z</updated>

    <summary>So the Perl QA Hackathon 2010 is over. My part in it was mainly to help with organizing, but with a specification from Gregoa and a help from Potyl a new debian-perl quality script was created - patchedit. Patchedit works...</summary>
    <author>
        <name>Jozef Kutej</name>
        <uri>http://search.cpan.org/~jkutej/</uri>
    </author>
    
        <category term="Debian" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Perl" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="debian" label="debian" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="events" label="events" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="perl" label="perl" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://jozef.kutej.net/">
        <![CDATA[<p>So the <a href="http://2010.qa-hackathon.org/qa2010/">Perl QA Hackathon 2010</a> is over. My part in it was mainly to help with organizing, but with a specification from <a href="http://info.comodo.priv.at/blog/">Gregoa</a> and a help from <a href="http://blogs.perl.org/users/emmanuel/">Potyl</a>  a new debian-perl quality script was created - <a href="http://svn.debian.org/viewsvn/pkg-perl/scripts/patchedit?view=markup">patchedit</a>.

<p><a href="<a href="http://svn.debian.org/viewsvn/pkg-perl/scripts/patchedit?view=markup">Patchedit</a> works in two modes edit and check. In the edit mode it will fire-up an editor and optionally add a missing patch description fields. In the check mode it can test the fields and output TAP based on the ok/fail. Thanks to this and <a href="http://search.cpan.org/perldoc?TAP::Formatter::HTML">TAP::Formatter::HTML</a> it was easy to create a page with the patch "health" status. Here is how:</p>

<p>
<code>
find -name series | perl -MIO::Any -MFile::Basename=dirname -ne 'chomp; my $s = $_; my $bd=dirname($s); my @pl=map { $bd."/".$_ } grep { $_ !~ m/^\s*$/ } map { chomp; $_ } split("\n", IO::Any-&gt;slurp($s)); print map { $_."\n" } @pl;' | xargs prove --exec "patchedit check -o" -m -Q --formatter=TAP::Formatter::HTML &gt; output.html
</code>
</p>

<p>The output page can be <a href="http://pkg-perl.alioth.debian.org/~jozef-guest/patchedit/t/">found here</a>.</p>

<p>You can watch the final stand-up video with the achievements at <a href="http://blogs.perl.org/users/brian_d_foy/2010/04/2010-vienna-qa-workshop-final-summary-video.html">brian d foy blog</a>.</p>]]>
        
    </content>
</entry>

<entry>
    <title>dh-make-perl --locate Foo::Bar</title>
    <link rel="alternate" type="text/html" href="http://jozef.kutej.net/2010/03/dh-make-perl---locate-foobar.html" />
    <id>tag:jozef.kutej.net,2010://4.121</id>

    <published>2010-03-26T09:29:54Z</published>
    <updated>2010-03-26T09:39:32Z</updated>

    <summary>I didn&apos;t know about this easy way to locate Perl modules in Debian packages. $ dh-make-perl --locate Foo::Bar Using cached Contents from Fri Mar 26 10:25:51 2010 Foo::Bar is not found in any Debian package $ dh-make-perl --locate Moose::Meta::Class Using...</summary>
    <author>
        <name>Jozef Kutej</name>
        <uri>http://search.cpan.org/~jkutej/</uri>
    </author>
    
        <category term="Debian" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Perl" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://jozef.kutej.net/">
        <![CDATA[<p>I didn't know about this easy way to locate Perl modules in Debian packages.</p>

<pre>
$ dh-make-perl --locate Foo::Bar
Using cached Contents from Fri Mar 26 10:25:51 2010
Foo::Bar is not found in any Debian package

$ dh-make-perl --locate Moose::Meta::Class
Using cached Contents from Fri Mar 26 10:25:51 2010
Moose::Meta::Class is in libmoose-perl package

$ dh-make-perl --locate Test::More
Using cached Contents from Fri Mar 26 10:25:51 2010
Test::More is in Perl core (package perl) since 5.6.2
</pre>

<p>So there is a ready made solution how to locate Perl modules in Debian packages. The '--locate' option is in Squeeze (testing) version of dh-make-perl or in <a href="svn://cvs.alioth.debian.org/svn/pkg-perl/trunk/dh-make-perl">the source repositiory</a>.</p>
]]>
        
    </content>
</entry>

<entry>
    <title>twitter?</title>
    <link rel="alternate" type="text/html" href="http://jozef.kutej.net/2010/03/twitter.html" />
    <id>tag:jozef.kutej.net,2010://4.119</id>

    <published>2010-03-24T20:17:20Z</published>
    <updated>2010-03-24T20:21:20Z</updated>

    <summary>So I&apos;ve decided to give the twitter a try. (huh, that was short. I&apos;m probably getting adapted to 140chars...)...</summary>
    <author>
        <name>Jozef Kutej</name>
        <uri>http://search.cpan.org/~jkutej/</uri>
    </author>
    
        <category term="Life" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Web" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://jozef.kutej.net/">
        <![CDATA[<p>So I've decided to give the <a href="http://twitter.com/asakra">twitter</a> a try.</p>

<p><small><i>(huh, that was short. I'm probably getting adapted to 140chars...)</i></small></p>]]>
        
    </content>
</entry>

</feed>
