<?xml version="1.0" encoding="iso-8859-2"?>
<!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://blog.janik.cz">
<title>Pavel's diary</title>
<link>http://blog.janik.cz</link>
<description>... what is he doing?</description>
<dc:language>en-us</dc:language>
<dc:creator>Pavel</dc:creator>
<dc:date>2010-07-31T12:56:43+02:00</dc:date>
<admin:generatorAgent rdf:resource="http://nanoblogger.sourceforge.net" />
<items>
<rdf:Seq>
<rdf:li rdf:resource="http://blog.janik.cz/archives/2010/05/16/T21_26_35/" />
<rdf:li rdf:resource="http://blog.janik.cz/archives/2010/04/23/T23_36_24/" />
<rdf:li rdf:resource="http://blog.janik.cz/archives/2009/12/21/T21_49_28/" />
<rdf:li rdf:resource="http://blog.janik.cz/archives/2009/12/16/T20_50_13/" />
<rdf:li rdf:resource="http://blog.janik.cz/archives/2009/07/16/T23_21_17/" />
<rdf:li rdf:resource="http://blog.janik.cz/archives/2009/03/27/T21_22_49/" />
<rdf:li rdf:resource="http://blog.janik.cz/archives/2009/03/07/T18_52_27/" />
<rdf:li rdf:resource="http://blog.janik.cz/archives/2009/01/24/T09_30_28/" />
<rdf:li rdf:resource="http://blog.janik.cz/archives/2009/01/14/T17_42_52/" />
<rdf:li rdf:resource="http://blog.janik.cz/archives/2008/12/31/T21_00_30/" />
</rdf:Seq>
</items>
</channel>
<item rdf:about="http://blog.janik.cz/archives/2010/05/16/T21_26_35/">
<link>http://blog.janik.cz/archives/2010/05/16/T21_26_35/</link>
<title>SONY VAIO VPCW21M1E white</title>
<dc:date>2010-05-16T21:26:35+02:00</dc:date>
<dc:creator>Pavel</dc:creator>
<dc:subject>Mobile technologies</dc:subject>
<description><![CDATA[I've got a new toy - small SONY VAIO netbook. Intel Atom N450, 10 inch
LED 1366x768, RAM 1GB, 250GB. Interesting machine.
<br /><br />
I've spent a week with it. Few moments with Windoze to realize I'm now
able to use it (OK, not a surprise, I knew it before) ;-)
<br /><br />
Here are some notes about the machine and about my tries with openSUSE
11.2 on it.
<br /><br />
BIOS - insyde. No documentation, no user guide, nothing about the
computer. Ten minutes trying to get there. Eventually found it (F1 or
F2, don't know which one). PXE works. It also boots from USB! I was
not able to test booting from SD - would be very killer app for me!
<br /><br />
Trying openSUSE 11.2. When the download finished, I remember I have a
boxed version on my desk 8)
<br /><br />
Too many typos in the Czech version. (E.g. famous "dispaly" which I
IMO already reported few years ago...). The combination of English and
Czech is strange.
<br /><br />
NetworkManager - still issues, unusable (listing hidden networks as
Insecure even where it has WPA2 password stored etc...), slow compared
to the ifup approach. I'm back with ifup, because I just want to use
the system, not hack around all bugs in it.
<br /><br />
Reboot doesn't reboot. The system halts, doesn't power off, and drains
the battery/Temelin. Ups.
<br /><br />
KDE in Czech is half Czech, too many English strings there, sometimes
intermixed which is funny (Add vs. Upravit)...
<br /><br />
I wanted to save some disk space (USB mass storage now because I want
to test both environments there), thus I want to delete OOo. It is
almost impossible. YaST interface for handling RPM packages is almost
unusable, dependency hell also doesn't help.
<br /><br />
What works and is a surprise to me? Close the lid, it
suspends. Correctly. At least suspend to RAM. Suspend to disk doesn't
work. You can't save more than 1 GB of RAM into 512 MB even when
compressing... OK, someone has to warn the user somewhere in the
process. Not that easy, I think. And I have to buy more memory and
reshuffle the swap/partitioning anyway.
<br /><br />
Volume keys work too (+, -, Mute)! Brightness keys don't work (already
reported bug in Qt/KDE). I can fix the brightness using the Power
manager GUI (ie. to Xtreme Powersave) though.
<br /><br />
Firefox in full screen rocks on the display. Very sharp and clear
display!
<br /><br />
Camera and microphone works perfectly in Skype.
<br /><br />
SD cards work perfectly (after inserting the card, KDE wants me to
decide if I want to open digikam or file manager to the volume).
<br /><br />
I'll add more notes later.]]></description>
</item>
<item rdf:about="http://blog.janik.cz/archives/2010/04/23/T23_36_24/">
<link>http://blog.janik.cz/archives/2010/04/23/T23_36_24/</link>
<title>My way through DEV300_m77</title>
<dc:date>2010-04-23T23:36:24+02:00</dc:date>
<dc:creator>Pavel</dc:creator>
<dc:subject>OpenOffice.org</dc:subject>
<description><![CDATA[After few months of really hard work, I found some time to try the new
milestone of OpenOffice.org, DEV300_m77. It brought very useful
feature for me - it fetches source tarballs of external stuff you need
to build OpenOffice.org. It can also cache them for next builds.
<br /><br />
For me and my builds, it means that for every new milestone, I'll save
approx 200MB of the download for every build, because I cache all
tarballs on every machine between builds.
<br /><br />
The author of this feature is Ause, who is (and always was!) very
helpful when I didn't wanted to spend my time reading the source ;-)
This time, he was my guide to this feature as well, without him, I'd
be still looking for configure option --with-external-tar.
<br /><br />
OK, OK. bootstrap phase finished.
<br /><br />
The build brought several new things. Well, I wanted to try this build
which means I have to finish the build first on all of my
architectures (limited to Linux 32 and 64bits and Mac OS X/x86). And
as you know me, I'll report all things I do not like on my way to this
(this is what people around me in my business life do not like on me -
when they are on the other side - and like about me - when I'm on
their side ;-).
<br /><br />
I realized several problems during builds, some WaE issues, localize
issue (which reminded me that I had to test and verify Ivo's fix for
it). I had to update our translation files to DEV300_m77 and report
all Oraclisms in the strings I could find (OEM version, evaluation
version etc.). I wonder who "designed" some string changes... One of
them is very interesting. In the past, we allowed OOo to send some
info to Sun to help improving OOo. Now we allow OOo to send some info
to Oracle to help *Oracle* improving OOo. Sometimes, less is more...
<br /><br />
And then, the build finished. Almost. Thanks to Vladimir, I was even
able to checkdeliver the build.
<br /><br />
Then I was able to automatically repeat all builds from scratch with
my build system, merge all languages
and <a
href="http://ftp.linux.cz/pub/localization/OpenOffice.org/devel/DEV300/DEV300_m77/Build-1/">upload</a>
all builds (27 GB).
<br /><br />
And now, after I bothered almost all members of Hamburg RE ;-), I
finally see IT.
<br /><br />
I have to say I like the new light UI design. Several people wrote
that they do not like it, but I like it. Maybe the rounded logo could
contain the whole (down) wings, but I can understand the currect
status is wanted by its author.
<br /><br />
But before finally enjoying it, I had to report two additional issues
- <a href="http://www.openoffice.org/issues/show_bug.cgi?id=111115">I
do not see background image</a> in cs dmg and after I manually found
the image in the DMG, I had to report one small <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=111116">white-red
rectangle with some letters on it</a>. Hmm, I was not fast enough to
get #i111111# :-(
<br /><br />
Then I was able to see the initial screen on which one can selected
what he wants to do - open the text document, sheet etc. I was even
able to highlight two such things at the moment
(see <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=111117">#i111117#</a>).
<br /><br />
DEV300_m77 definitely feels faster and lighter for me (compared to
OOO320_m12 which I currectly have on my desktop).]]></description>
</item>
<item rdf:about="http://blog.janik.cz/archives/2009/12/21/T21_49_28/">
<link>http://blog.janik.cz/archives/2009/12/21/T21_49_28/</link>
<title>Yet another company dropping Itanium support</title>
<dc:date>2009-12-21T21:49:28+02:00</dc:date>
<dc:creator>Pavel</dc:creator>
<dc:subject>Internet technologies</dc:subject>
<description><![CDATA[Few days,
weeks, <a
href="http://blog.janik.cz/archives/2005/09/17/T10_49_24/">years</a>
<a href="http://blog.janik.cz/archives/2004/12/19/T10_42_47/">ago</a>,
I started short series of my anti-Itanium blog entries.
<br /><br />
I have to admit I was not very good future-visionary then, because
after five years and two days, there are still companies who still
only <b>plan</b> to drop Itanium support
(<a
href="http://www.infoworld.com/d/open-source/red-hat-will-drop-itanium-support-in-enterprise-linux-6-083">RedHat</a>)
and there even are companies who do not even plan to do so 8) OMG who
and why pays those people?]]></description>
</item>
<item rdf:about="http://blog.janik.cz/archives/2009/12/16/T20_50_13/">
<link>http://blog.janik.cz/archives/2009/12/16/T20_50_13/</link>
<title>Old lessons...</title>
<dc:date>2009-12-16T20:50:13+02:00</dc:date>
<dc:creator>Pavel</dc:creator>
<dc:subject>OpenOffice.org</dc:subject>
<description><![CDATA[More
than <a
href="http://blog.janik.cz/archives/2006/09/13/T00_44_00/">three years
ago</a>, we were in Lyon, testing the taste of various different
flavours of beer^H^H^H^Hpepsi, cola etc.
<br /><br />
Today's newspaper contains an article (you can get the full copy of
the article
at <a
href="http://ekonomika.idnes.cz/cola-blak-mizi-z-ceska-neprodavala-se-dvf-/spotrebitel.asp?c=A091215_211346_spotrebitel_mmb">their
web</a>) about Coca-Cola Blák's "success" I predicted three years
ago. Interesting thing is, that people collect (even empty)
bottles. Maybe CoCo's normal bottles are too boring.
<br /><br />
And I did not drink coffee that time... Now I'm big lover of good
coffee (with milk though). Morning cappuccino (I love Dulsao!) while
reading daily magazines...
<br /><br />
Other interesting thing is that for me, the various flavours of Pepsi
are more tasty (is it really worth the
Wikipedia <a
href="http://en.wikipedia.org/wiki/List_of_Pepsi_types">page</a>?
;-). I still remember Pepsi Gold.
<br /><br />
Back to work and late newspaper reading ;-)]]></description>
</item>
<item rdf:about="http://blog.janik.cz/archives/2009/07/16/T23_21_17/">
<link>http://blog.janik.cz/archives/2009/07/16/T23_21_17/</link>
<title>Strong passwords evangelized in the TV prime time!</title>
<dc:date>2009-07-16T23:21:17+02:00</dc:date>
<dc:creator>Pavel</dc:creator>
<dc:subject>Work, Internet technologies</dc:subject>
<description><![CDATA[TV Nova (one of the commercial TV stations in our country) did a big
thing today. The first message in the daily evening news (Televizní
noviny) was about the security despite the fact that there was a fight
between taxi drivers and police officers, even floods were commented
later. The message criticized (at least they think so) or evangelized
(they actually DID so) strong passwords!!!
<br /><br />
If you understand Czech, you can hear it <a href="http://archiv.nova.cz/multimedia/televizni-noviny-16-7-2009.html">yourself</a>.
<br /><br />
This is as usual: computer specialists tell you that STRONG passwords
are not strong enough (everyone has full mouth of PKI) and normal
people tell you, that it is too difficult even now. Someone has to
find more secure, portable and very easy
solution. Brain-authentication, Brain-MAC ;-) But then, people from TV
Nova will find someone who can't enjoy the game then 8)]]></description>
</item>
<item rdf:about="http://blog.janik.cz/archives/2009/03/27/T21_22_49/">
<link>http://blog.janik.cz/archives/2009/03/27/T21_22_49/</link>
<title>2 years of the Czech POINT project!</title>
<dc:date>2009-03-27T21:22:49+02:00</dc:date>
<dc:creator>Pavel</dc:creator>
<dc:subject>Work</dc:subject>
<description><![CDATA[Yay! 2 years ago, the first <a href="http://www.czechpoint.cz/">Czech
POINT</a> was officially opened
(<a
href="http://blog.janik.cz/archives/2007/03/28/T20_57_18/">link</a>)!
Too long ago to rememeber. Thanks goes to AK for reminding me.
<br /><br />
<img align="right" alt="Czech POINT" src="http://www.czechpoint.cz/web/themes/czechpoint/layout/logo.jpg">
2 years of my life. It started as a wild idea to help Czech people, to
bring authorities closer to them. Now there are 3528 places with Czech
POINTs, 1400000+ produced listings. You can see the logo of the
project on many postal offices, many municipal offices. You can even
see some billboards with the light blue logo!]]></description>
</item>
<item rdf:about="http://blog.janik.cz/archives/2009/03/07/T18_52_27/">
<link>http://blog.janik.cz/archives/2009/03/07/T18_52_27/</link>
<title>Issue number 100000</title>
<dc:date>2009-03-07T18:52:27+02:00</dc:date>
<dc:creator>Pavel</dc:creator>
<dc:subject>OpenOffice.org</dc:subject>
<description><![CDATA[JFYI: Just before the release of OpenOffice.org 3.1, issue
number <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=100000">#i100000#</a>
was filed into OOo's IssueZilla.]]></description>
</item>
<item rdf:about="http://blog.janik.cz/archives/2009/01/24/T09_30_28/">
<link>http://blog.janik.cz/archives/2009/01/24/T09_30_28/</link>
<title>Server outages and &quot;crisis&quot;</title>
<dc:date>2009-01-24T09:30:28+02:00</dc:date>
<dc:creator>Pavel</dc:creator>
<dc:subject>Work</dc:subject>
<description><![CDATA[Everyone tends to assign everything to crisis these days. You are
watching the TV news and almost everything is about crisis. My son
mentioned yesterday, that TV news are the same as they were day
before.
<br /><br />
What I call crisis is that people call everything crisis.
<br /><br />
But to be in line with everyone else, I think that Czech computer
services are in crisis. This night is a very good example of this
crisis. The official web of Ministry of Justice doesn't work, the
official web of I.CA (one of authorized certification authorities in
our country) doesn't work etc.
<br /><br />
Or is this normal? That would be REAL crisis!]]></description>
</item>
<item rdf:about="http://blog.janik.cz/archives/2009/01/14/T17_42_52/">
<link>http://blog.janik.cz/archives/2009/01/14/T17_42_52/</link>
<title>Local Apple Authorised Distributor Online Store...</title>
<dc:date>2009-01-14T17:42:52+02:00</dc:date>
<dc:creator>Pavel</dc:creator>
<dc:subject>Private</dc:subject>
<description><![CDATA[Apple business in CZ is doomed. I just want to receive my Mini
DisplayPort Adapter I ordered together with a new machine for my wife
on December, 4th 2008, ie. <b>40 days ago</b>! Is it THAT difficult?
<br /><br />
You can't do business this way...
<br /><br />
<b>Update:</b> January 31, still no news. Almost 2 months now ;-) I
can't believe it.
<br /><br />
<b>Update:</b> February, 3 - I have an adapter at home, my wife's Mac
is now connected to the display. Ordered two days ago from a different
Czech company - thanks goes to Quentin and Filip... Two days compared
to 2 months. That's approx. 30 times better service...
<br /><br />
<b>Update:</b> February, 24 - ~80 days after my order, I have my money
back.
<br /><br />
Summary: do not trust local Apple Authorized Distributor.]]></description>
</item>
<item rdf:about="http://blog.janik.cz/archives/2008/12/31/T21_00_30/">
<link>http://blog.janik.cz/archives/2008/12/31/T21_00_30/</link>
<title>Year 2008 almost gone</title>
<dc:date>2008-12-31T21:00:30+02:00</dc:date>
<dc:creator>Pavel</dc:creator>
<dc:subject>Private</dc:subject>
<description><![CDATA[The next year is going to its end. Do you know something new? I do.
<br /><br />
I have an enormous amount of new experiences after this year:
<ul>
  <li>sometimes, it doesn't matter how much energy you invest into
    your goals</li>
  <li>sometimes, your goals happen even if you forget about them</li>
  <li>sometimes, even with you doing exactly the opposite, your goals
    happen anyway</li>
  <li>sometimes, even your enemies can work with you on your goals and
    even be better than you!</li>
</ul>
To sum up: everything is relative. The only thing you can do is to
limit the relativness ;-) The only important thing is your family and
people around you. And I'm proud that I can work with the people
around me.
<br /><br />
And I'm very proud of my family which is even bigger this year - my
daughter Lucie brought a lot of light into my life. Thanks for her,
thanks for my son and my wife and others.]]></description>
</item>
</rdf:RDF>
