<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE rdf:RDF [
<!ENTITY % HTMLlat1 PUBLIC
 "-//W3C//ENTITIES Latin 1 for XHTML//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml-lat1.ent">
]>
<rdf:RDF
 xmlns="http://purl.org/rss/1.0/"
 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
 xmlns:dc="http://purl.org/dc/elements/1.1/"
 xmlns:content="http://purl.org/rss/1.0/modules/content/"
 xmlns:admin="http://webns.net/mvcb/"
>
<channel rdf:about="http://nhw.pl/blg">
<title>VR</title>
<link>http://nhw.pl/blg</link>
<description>C and C++, Perl, Networking and more</description>
<dc:language>en-us</dc:language>
<dc:creator>Viciu</dc:creator>
<dc:date>2006-09-03T20:10:34+02:00</dc:date>
<admin:generatorAgent rdf:resource="http://nanoblogger.sourceforge.net" />
<items>
<rdf:Seq>
<rdf:li rdf:resource="http://nhw.pl/blg/archives/2006/04/20/T15_47_47/" />
<rdf:li rdf:resource="http://nhw.pl/blg/archives/2006/04/19/T11_01_44/" />
<rdf:li rdf:resource="http://nhw.pl/blg/archives/2006/04/18/T13_26_52/" />
<rdf:li rdf:resource="http://nhw.pl/blg/archives/2006/04/17/T14_21_37/" />
<rdf:li rdf:resource="http://nhw.pl/blg/archives/2006/04/13/T12_00_49/" />
<rdf:li rdf:resource="http://nhw.pl/blg/archives/2006/04/13/T01_16_50/" />
<rdf:li rdf:resource="http://nhw.pl/blg/archives/2006/04/13/T00_25_13/" />
<rdf:li rdf:resource="http://nhw.pl/blg/archives/2006/04/12/T15_37_33/" />
<rdf:li rdf:resource="http://nhw.pl/blg/archives/2006/04/11/T19_46_31/" />
<rdf:li rdf:resource="http://nhw.pl/blg/archives/2006/04/10/T11_08_49/" />
</rdf:Seq>
</items>
</channel>
<item rdf:about="http://nhw.pl/blg/archives/2006/04/20/T15_47_47/">
<link>http://nhw.pl/blg/archives/2006/04/20/T15_47_47/</link>
<title>Pantha rei</title>
<dc:date>2006-04-20T15:47:47+02:00</dc:date>
<dc:creator>Viciu</dc:creator>
<dc:subject>General</dc:subject>
<description><![CDATA[It looks like it is time for change. This time - blog engine. First chance
will be given to WordPress. Curent status of migration You can see at <a
href=http://nhw.pl/wp>nhw.pl/wp</a>.]]></description>
</item>
<item rdf:about="http://nhw.pl/blg/archives/2006/04/19/T11_01_44/">
<link>http://nhw.pl/blg/archives/2006/04/19/T11_01_44/</link>
<title>Icons, icons... Where I can get some?</title>
<dc:date>2006-04-19T11:01:44+02:00</dc:date>
<dc:creator>Viciu</dc:creator>
<dc:subject>Links</dc:subject>
<description><![CDATA[I was^H^H^H am writing some Ruby powered applications, to get knowledge
about Ruby on Rails, and then tell - can it be used to geeks target no. <a
href=#1>1</a> ? But
often I need some icons... Ofcourse, I can design (he he he design you say)
some but they will look uhm... not professional ;-)) so I did look for some
free availble, on aceptable license. And I found this table, may be useful
for some. <a
href=http://blinduser.blogspot.com/2006/04/free-icons_15.html>http://blinduser.blogspot.com/2006/04/free-icons_15.html</a><br/>
<br/>
<br/>

UPDATE 2006-05-04<br/>
New improved URL:<a
href=http://blinduser.blogspot.com/2006/04/free-icons-redux.html>http://blinduser.blogspot.com/2006/04/free-icons-redux.html</a>
<br/>

<br/>
<small>
<a name=1>1)</a>Don't know what it is? World dominance!<br/>
</small>]]></description>
</item>
<item rdf:about="http://nhw.pl/blg/archives/2006/04/18/T13_26_52/">
<link>http://nhw.pl/blg/archives/2006/04/18/T13_26_52/</link>
<title>Perl, Ruby and FreeBSD - is Perl obsolete?</title>
<dc:date>2006-04-18T13:26:52+02:00</dc:date>
<dc:creator>Viciu</dc:creator>
<dc:subject>Perl, Ruby</dc:subject>
<description><![CDATA[
Right now, as for Ruby convert should do, I'm thinking, Perl becomes
obsolete on FreeBSD box. Why? First of all ruby is already installed on Your
favorite BSD flavor powered box, since portinstall/portupgrade suite is
written in Ruby. So - almost out of the box :) You have both Perl and Ruby.
Ruby have most of all needed Perl features (as for FreeBSD sysadmin) - it
has regular expression support, flexible syntax, can operate on low level OS
ideas. And it is much harder to write unreadable code than in
Perl.<br/><br/>


Of course Perl is not obsolete. Especially on FreeBSD box, but this entry
tries to show how I'm surprised that so few tools on FreeBSD relays on Ruby.
Let numbers speak for itself:<br/><br/>

<pre>
$ make search key=PHP | g -E "^Port" | wc -l
     742
$ make search key=Ruby | g -E "^Port" | wc -l
     367
$ make search key=Perl | g -E "^Port" | wc -l
    7248
</pre>

<br/>
Of course, result are obvious, since Perl is almost from always available in
UNIX toolbox, so number of tools using it is enormous. Not mention power of
CPAN. But even Ruby foot print seems me to small. Now, I will try to do
something more useful than <i>Hello world</i> or <i>Four Days on Rails</i>
and then will if still Rubys footprint would seem me so small... Maybe there
is some small catch... With tiny font...]]></description>
</item>
<item rdf:about="http://nhw.pl/blg/archives/2006/04/17/T14_21_37/">
<link>http://nhw.pl/blg/archives/2006/04/17/T14_21_37/</link>
<title>How I did not get job at Microsoft?</title>
<dc:date>2006-04-17T14:21:37+02:00</dc:date>
<dc:creator>Viciu</dc:creator>
<dc:subject>General, Programming, Personal</dc:subject>
<description><![CDATA[
<b>Background</b><br>

It was early December. Friend of mine (<a
href=http://blogs.dirteam.com/blogs/tomek/>http://blogs.dirteam.com/blogs/tomek/</a>)
who at this time was working for Microsoft (he is still working there) asked
me whether I'm considering myself as an passionate about technology, and
having abilities to write code in C/C++. I've answered <i>yes</i>. So I've
updated my resume, send it over to Tomek, and forgot about whole
thing.<br/><br/>

<b>Prologue</b><br/>
It was somewhere around of mid-January, when email have arrived. My resume
was interesting enough to catch HR eye. I was appointed to phone interview.
The day has come (or rather night, due to polish timezone). I had a drink,
sat before skype, and it rang... I was asked several questions, mostly about
my deep &quot;thoughts&quot; about software developing, testing and
debugging. Nothing specific, rather general questions about approach. It was
nice talk (did I mention about drink? :-)) ). At the end it turned out that
both me and recruiter on the other side have started with computers on the
same time, and on similar equipment. 8-bit computers. I've started witch
famous and genuine Commodore 64 and &quot;other side&quot; with Atari. After
this interview I was thinking I presented myself OK, but somehow did not
expected any further steps. Something like that.<br/><br/>

<b>Warm up</b><br/>
But then, another email have arrived. I was invited to interview in Prague.
Next week. So I had to arrange all this stuff. Hotel was booked by MS, so it
would be with tickets for plane, but... I choose to go to Prague by train. From
Warsaw it is not so far away, and timing was much more right for me. I
wanted to be well rested to this interview. My (and not only mine)
experience says it is most important on technical interviews (not counting
simple luck, since it is always most important in any situation ;-)) ). I
also have started to renew my rusty C++ skills. I was impressed with C++
standard library improvements, since my last look at it. Nice to know.
Finally I was in train to Prague.<br/><br/>

<b>Prague</b><br/>

On Wednesdays evening I was on place. Nice hotel in center of Old Town, but
I had no time to go see Prague. I was just tired. So I went to bed. On the
morning I've ate breakfast and did last browsing through my notes. Then
checkout, and I had two hours free to interview. I went to sightseeing.
Prague is very nice place. Unfortunately my camera went down, so I have
nothing to share at visual level... But time have passed very fast, and it
is 2PM - here I go!<br/><br/>

<b>The Thing</b><br/>

I have arrived to hotel, and there were already three another guys. One from
Romania, Slovakia and Poland. We have talked a bit. It looked that I was the
oldest, and most experienced. But not necessarily in software development
;-)) such a life. Interview have started. Room where we have met, was some
kind of waiting room. From it we were taken to interviews one by one with
folks from Microsoft. My first interview - about software testing. How to
write test cases (how to search interesting points to test), what to expect
from tested code. At the end little misunderstanding. I did not catch what I
was expected to do (write sample code), but fortunately everything clears
out very fast and I have time to write answer. It looks like not bad answer.
Short (very) break and another interview. Now about algorithms, coding and
etc. Now You may know why I wanted to write for myself <i>proof of concept</i>
for recursion (URL). At that time I was confused and I could not force small
detail, and get stuck. Interviewer was kind and helped me to finish work in
<i>ordinary</i> way. But with next task I dealt much better. At the end I've
received positive feedback.<br/><br/>

Back to <i>waiting room</i>, water, cafe, next interview. Again about
testing. And I've remembered baselines the most. In other words - how to
tell whether new software version is better than older? Or worse? I was
beginning to feel tired... Stress is powerful factor in such
circumstances.<br/><br/>

First milestone. We were told, that there will be three interviews, only in
case of some doubts would be another two or three. I was asked to stay for
another. Also my <i>rodak</i> was left after this checkpoint. At this moment
I was taking this as good sign.<br/><br/>

Now a little talk with some one from HR. I don't like this talks. They
always are for me a little spooky (talks, not persons ;-)) ). I always try
to present myself without any fiction, but... I don't know why I feel that I
can not never to understand well what is under mask on the other side. My
bad luck, since my best jobs which I got, it was when no HR was involved in
direct hiring process (I was interviewed by technical persons and my future
co-workers, HR was only processing my papers...). But lets go back to Prague
Intercontinental 4-th flour. I was asked typical HR questions, some
puzzles, etc. My interviewer looks very tired, and wanting only to finish
her job for today (it is already about 6PM), she gets a bit more live in her
eyes, when at the end I've asked what she likes most in working for
Microsoft. Truly HR person?<br/><br/>

Final (as it shows later) interview. This time much more technical,
implementing SQL selects in C. Nice talking. Not remembering much details -
it is 7PM, my brain started overheating some time ago... After that a few
words with senior recruiter, and I can go for a walk to train
station...<br/><br/>

<b>The way back home</b><br/>

I'm walking on chilly air and my brain is starting to function normally,
again. I'm quite pleased with my efforts, however I see a few weakness, which
I have showed during this interview. Tension is fading away, with each mile
away from Prague. Finally I was in home. Then I could only wait for results.
They came after promised two weeks. No, thank You, we would like to pursue
other candidates. Bad luck or not?<br/><br/>

<b>Aftermath</b><br>

Now, two month passed, and I can (I think so ;)) ) more honestly tell myself
what went wrong. Or maybe not wrong, but what I could done better.<br><br>

First - <b>HR</b> - I've told You - I can not talk with them ;))) <br><br>

Read <b>Joel on Software</b> more carefully. If I've done my homework, I
would be much better prepared for this. Joel writes how MS recruited in many
articles, and I can tell that only my lack of time few days just before
interview did not allow me to read it. Dammit!<br/><br/>


If You are standing before chance like I was, take under consideration:

<ul>
<li> read JoS carefully - it is full of tips which can safe Your life (not
only on interviews :)) )
<li> be rested and fresh 
<li> make yourself sure You have understand task, <b>BEFORE</b> you start
coding
<li> test Your code <b>without asking</b> before You say &quot;I'm
done!&quot;
<li> go for it!
</ul>

<br/><br/>
<b>My lesson</b><br/>

So, I did not got job at Microsoft. So what the story for me? I did refresh
my developing skills, and now I'm sure I want to do software developing.
This is essentially what is interesting to me. Recently I spend a lot time
reading blogs like Joel On Software, links from joel.reddit.com, Signal vs
Noise and more others - and looks like this is really exciting to me, so I
have to try.<br/>

Other thing is, that I've learned a lot about myself during this interviews.
As usually, it turned out that I'm not so smart, how I like to think about.
But most of us are also ;-))<br/><br/>]]></description>
</item>
<item rdf:about="http://nhw.pl/blg/archives/2006/04/13/T12_00_49/">
<link>http://nhw.pl/blg/archives/2006/04/13/T12_00_49/</link>
<title>Painting with world</title>
<dc:date>2006-04-13T12:00:49+02:00</dc:date>
<dc:creator>Viciu</dc:creator>
<dc:subject>Links</dc:subject>
<description><![CDATA[Nice idea. <a
href=http://www.youtube.com/watch.php?v=vwl98dU0kY8>http://www.youtube.com/watch.php?v=vwl98dU0kY8</a>
and original site - <a
href=http://web.media.mit.edu/~kimiko/iobrush/>http://web.media.mit.edu/~kimiko/iobrush/</a>.<br/><br/>

Another example how simple idea can give tremendous results. I did liked
especially lady bug.]]></description>
</item>
<item rdf:about="http://nhw.pl/blg/archives/2006/04/13/T01_16_50/">
<link>http://nhw.pl/blg/archives/2006/04/13/T01_16_50/</link>
<title>Google vs Yahoo or corporations and small blog</title>
<dc:date>2006-04-13T01:16:50+02:00</dc:date>
<dc:creator>Viciu</dc:creator>
<dc:subject>General</dc:subject>
<description><![CDATA[If You have asked me earlier about my favorite search engine, my I would
told You without any doubts - Google! But thing sometimes changes... I'm
still using Google to do search. So what doubts do I have? I did complain
about not indexing my site by Google (<a
href=http://nhw.pl/blg/archives/2006/04/09/T10_35_21/>http://nhw.pl/blg/archives/2006/04/09/T10_35_21/</a>)
and still last entry (according to Google) in this blog is dated on March
13. Yes. So I've added today search to my blog, but using Yahoo as a search
engine. Surprise!<br/><br/>

BTW - this reminds me on another thing - Alexa. I have already told You my
opinion (<a
href=http://nhw.pl/blg/archives/2005/10/23/T22_38_06/>http://nhw.pl/blg/archives/2005/10/23/T22_38_06/</a>).
But I'm trying to do something about it. Not my opinion, since <b>I</b> am
quit comfortable with it, but with wrong redirection. Not that I want to use
Alexa services. Don't want - with one exception. Web Archive (<a
href=http://web.archive.org>http://web.archive.org</a>) is not storing my
site. And sites to crawl are taken from Alexa index. So what I'm trying to
do? I did create Amazon Associate account which is used also by Alexa, and
complained in Amazon. And they responded. Yeah. To contact Alexa. But this
time I've got email address! I have wrote to Alexa, and guest what? No
response. So I'm  basically with this same opinion about Alexa as before ;))]]></description>
</item>
<item rdf:about="http://nhw.pl/blg/archives/2006/04/13/T00_25_13/">
<link>http://nhw.pl/blg/archives/2006/04/13/T00_25_13/</link>
<title>NBCom can interact with NB articles</title>
<dc:date>2006-04-13T00:25:13+02:00</dc:date>
<dc:creator>Viciu</dc:creator>
<dc:subject>Programming</dc:subject>
<description><![CDATA[
Today ^H^H^H^H^H errr yesterday I have released NBCom 1.1 with possibility
to comment also articles not only regular blog entries. Also in default
settings CAPTCHA for logged users is no longer enabled (remember that during
upgrade/reinstall settings are overwritten). More details are on <a
href=http://nhw.pl/blg/articles/nbcom/>http://nhw.pl/blg/articles/nbcom/</a>.<br/><br/>

Because of my recent interest in Ruby on Rails I'm not planning to develop
NBCom in near future. But plans are plans, and can change (I think that
basic HTML tags support would be nice).]]></description>
</item>
<item rdf:about="http://nhw.pl/blg/archives/2006/04/12/T15_37_33/">
<link>http://nhw.pl/blg/archives/2006/04/12/T15_37_33/</link>
<title>Another gets hit by train</title>
<dc:date>2006-04-12T15:37:33+02:00</dc:date>
<dc:creator>Viciu</dc:creator>
<dc:subject>Programming</dc:subject>
<description><![CDATA[And train goes of course on rails and has name Ruby... It looks like I'm
another convert. First time about Ruby on Rails I've heard several months
ago. But when I have read &quot;<i>web framework</i>&quot; I thought
&quot;NO! ANOTHER ONE&quot;.<br/><br/>

I was sooo completely wrong. Last time I was so wrong when I thought that it
is possible to go to moon on foot, but hey! I was then 6 years
old.<br/><br/>

I had realized how completely I was wrong on April, 6th. Should I write
down this date in stone? Will see... On April 6th I've read first tutorial
on O'Reilly (<a
href=http://www.onlamp.com/pub/a/onlamp/2005/01/20/rails.html>http://www.onlamp.com/pub/a/onlamp/2005/01/20/rails.html</a>).
A week has passed and I'm after several test and Four Days on Rails (<a
href=http://rails.homelinux.org/>http://rails.homelinux.org/</a>). I'm
impressed. And with AJAX support (<a
href=http://www.onlamp.com/pub/a/onlamp/2005/06/09/rails_ajax.html>http://www.onlamp.com/pub/a/onlamp/2005/06/09/rails_ajax.html</a>)
I have already several ideas what to do with this tools. Lets it start
rolling. On Rails of course!]]></description>
</item>
<item rdf:about="http://nhw.pl/blg/archives/2006/04/11/T19_46_31/">
<link>http://nhw.pl/blg/archives/2006/04/11/T19_46_31/</link>
<title>Happiness - Six Tips</title>
<dc:date>2006-04-11T19:46:31+02:00</dc:date>
<dc:creator>Viciu</dc:creator>
<dc:subject>Personal</dc:subject>
<description><![CDATA[On National Public Radio website (<a
href=http://www.npr.org>www.npr.org</a>) I found nice article about
<i>Positive Psychology</i> or in other words psychology which takes care
about things which make people happy, instead of getting knowledge of <i>dark
side</i> of human nature. It is not about <i>making people stupid</i> but
about reasons why we are (are we?) happy.<br/><br/>

<a
href=http://www.npr.org/templates/story/story.php?storyId=5295168>http://www.npr.org/templates/story/story.php?storyId=5295168</a>
covers six tips for happiness. They are in short as follow:<br/>

<ol>
<li>Be human
<li>Find balance between pleasure and meaning
<li>Happiness - state of mind and not some objective truth
<li>Simplify! Your life
<li>Mind and body are connected
<li>Remember to be grateful
</ol>

I think that most important is understanding that happiness is state of
mind, not something objective. What is nirvana for someone, is purgatory for
other. When You understand that Your happiness is determined by what is
inside of Your mind, rest becomes clear.<br/><br/>

<b>Be Human</b> - You have to admit that You have better and worse days
(what You say about Mondays? :) ) and accept this - You can be tired, angry,
happy, nostalgic - it is normal.<br/>

<b>Balance</b> - try to do things which are in balance with Your feelings
about meaning and joy from doing things. Saving world on daily basis can be
depressing, even if saves live, when it gives You no joy.<br>

<b>Simplify</b> - do not try to catch many birds at once. Engaging into to
many, to complicated activities, can provide only katzenjammer, not an
satisfaction.<br>

<b>Body</b> - when in shape its easier to think positively. When You feel
fat, clumsy, tired - You act like that, not mater what reality is. Power of
mind.<br/>

<b>Grateful</b> - thanking for good stuff lets You to see this stuff and
notice how many good happens around You.<br/><br>

Why I wrote about this? Because I feel happy, and this simple six tips are
making (in my opinion) a path to happiness. I could not speak this so
clearly, before I read about <i>Positive Psychology</i>. Then I realized,
that this can be my credo, so... Read it, think about it, and try to act
like that. Wont be regretting ;-)<br/><br/><br/>

More about Positive Psychology: <a
href=http://www.ppc.sas.upenn.edu/>http://www.ppc.sas.upenn.edu/</a>.]]></description>
</item>
<item rdf:about="http://nhw.pl/blg/archives/2006/04/10/T11_08_49/">
<link>http://nhw.pl/blg/archives/2006/04/10/T11_08_49/</link>
<title>D-Link - how not to implement NTP</title>
<dc:date>2006-04-10T11:08:49+02:00</dc:date>
<dc:creator>Viciu</dc:creator>
<dc:subject>General</dc:subject>
<description><![CDATA[
Another company (after Sony and their famous root-kit) is on my &quot;black
list&quot;. This time I start avoiding products from D-Link. Why ? For
their improper NTP implementation. And worse, for not willing to
re-implement it, and paying for damages made... Read details on <a
href=http://people.freebsd.org/~phk/dlink/>http://people.freebsd.org/~phk/dlink/</a>.]]></description>
</item>
</rdf:RDF>

