<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Velniškai Blogas</title>
	<atom:link href="http://heroix.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://heroix.wordpress.com</link>
	<description>Apie viską ir apie nieką.</description>
	<lastBuildDate>Sat, 24 Dec 2011 14:59:01 +0000</lastBuildDate>
	<language>lt</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='heroix.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/ce0e1b2f2e659a616edd17e402bea5ad?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Velniškai Blogas</title>
		<link>http://heroix.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://heroix.wordpress.com/osd.xml" title="Velniškai Blogas" />
	<atom:link rel='hub' href='http://heroix.wordpress.com/?pushpress=hub'/>
		<item>
		<title>FPS ir Pascal kompiliavimas Windows 7</title>
		<link>http://heroix.wordpress.com/2011/03/17/fps-ir-pascal-kompiliavimas-windows-7/</link>
		<comments>http://heroix.wordpress.com/2011/03/17/fps-ir-pascal-kompiliavimas-windows-7/#comments</comments>
		<pubDate>Thu, 17 Mar 2011 10:44:03 +0000</pubDate>
		<dc:creator>heroix</dc:creator>
				<category><![CDATA[Internetas]]></category>
		<category><![CDATA[Įvairūs]]></category>
		<category><![CDATA[FPS]]></category>
		<category><![CDATA[Kompiliatorius]]></category>
		<category><![CDATA[Pascal]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://heroix.wordpress.com/?p=336</guid>
		<description><![CDATA[Kaip žinia Windows  7 (64 bitų) aplinkoje neveikia senas &#8216;geras&#8217; mokyklinis FPS. Taigi, iškyla klausimas &#8211; ką daryti? Užeinam į freepascal.org ir atsisiuntę kompiliatorių jį instaliuojam. Dabar mums reiks sukonfiguruot jį taip, kad galėtume kompiliuot komandine eilute.  My Computer (right click) -&#62; Properties -&#62; Advanced system settings -&#62; Environment Variables ir atidarytas langas turėtų atrodyt [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=heroix.wordpress.com&amp;blog=1229455&amp;post=336&amp;subd=heroix&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Kaip žinia Windows  7 (64 bitų) aplinkoje neveikia senas &#8216;geras&#8217; mokyklinis <a title="FPS" href="http://ims.mii.lt/fps/lt/down/index.html" target="_blank">FPS</a>. Taigi, iškyla klausimas &#8211; ką daryti?</p>
<p>Užeinam į <a href="http://www.freepascal.org/down/x86_64/win64.var" target="_blank">freepascal.org</a> ir atsisiuntę kompiliatorių jį instaliuojam. Dabar mums reiks sukonfiguruot jį taip, kad galėtume kompiliuot komandine eilute.  My Computer (right click) -&gt; Properties -&gt; Advanced system settings -&gt; Environment Variables ir atidarytas langas turėtų atrodyt panašiai:</p>
<p><a href="http://heroix.files.wordpress.com/2011/03/env_vars.jpg"><img class="alignnone size-medium wp-image-337" title="PATH" src="http://heroix.files.wordpress.com/2011/03/env_vars.jpg?w=293&#038;h=300" alt="Environment variables" width="293" height="300" /></a></p>
<p>Jeigu nėra PATH spaudžiam New ir į Variable Name įrašom PATH ir išsaugom. Dabar jei ir neturėjom &#8211; jau turim, tai pasirinkę  PATH spaudžiam edit ir į Variable Value (su kabutėm)  įrašom:</p>
<blockquote><p>&#8222;<em>C:\FPC\2.4.2\bin\i386-win32</em>&#8222;</p></blockquote>
<p>Jeigu jūsų FPC aplankas yra kurnors kitur atitinkamai pakeiskite kelią link &#8216;i386-win32&#8242;. Jeigu jau buvo kažkokio sPATH Varibales, tai atskiriam jas kabliataškiu.</p>
<p>Taigi, konfiguracija baigta, o dabar reik išmokt kompiliuoti be pagalbinių įrankių. Patarčiau savo pascal failus persikelt kurnors į pvz &#8222;<em>C:/Pascal</em>&#8222;, kad būtų kuo turmpesnis adresas link jų. Spaudžiam Start ir į paiešką įvedam CMD. Taip atidarėme konsolę. Dabar reik nukeliaut link savo pascal failų katalogo. Vedam &#8222;cd <em>C:/Pascal</em>&#8222;. Norint kąnors sukompiliuot vedam &#8222;fpc <em>failoVardas</em>.pas&#8220;. Norint paleist vedam &#8222;<em>failoVardas</em>.exe&#8220; ir tiek. Na, o redaguot savo failus galit su betkokiu redaktoriumi, asmeniškai patarčiau <a href="http://notepad-plus-plus.org/download" target="_blank">Notepad++</a>.</p>
<p>Vienintelis nepatogumas, kad kiekvieną kart išjungus konsolę jum teks vėl ją atidarinėt ir vest &#8222;cd <em>C:/Pascal</em>&#8222;&#8230;</p>
<p><a href="http://hubpages.com/hub/How-To-Compile-Pascal-Code-Using-Console-Windows-7">English version.</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/heroix.wordpress.com/336/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/heroix.wordpress.com/336/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/heroix.wordpress.com/336/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/heroix.wordpress.com/336/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/heroix.wordpress.com/336/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/heroix.wordpress.com/336/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/heroix.wordpress.com/336/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/heroix.wordpress.com/336/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/heroix.wordpress.com/336/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/heroix.wordpress.com/336/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/heroix.wordpress.com/336/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/heroix.wordpress.com/336/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/heroix.wordpress.com/336/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/heroix.wordpress.com/336/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=heroix.wordpress.com&amp;blog=1229455&amp;post=336&amp;subd=heroix&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://heroix.wordpress.com/2011/03/17/fps-ir-pascal-kompiliavimas-windows-7/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c653a8a75ab13312af948f6e4f6b0149?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">heroix</media:title>
		</media:content>

		<media:content url="http://heroix.files.wordpress.com/2011/03/env_vars.jpg?w=293" medium="image">
			<media:title type="html">PATH</media:title>
		</media:content>
	</item>
		<item>
		<title>Konkursinio Balo Skaičiavimas</title>
		<link>http://heroix.wordpress.com/2010/09/05/konkursinio-balo-skaiciavimas/</link>
		<comments>http://heroix.wordpress.com/2010/09/05/konkursinio-balo-skaiciavimas/#comments</comments>
		<pubDate>Sun, 05 Sep 2010 10:54:39 +0000</pubDate>
		<dc:creator>heroix</dc:creator>
				<category><![CDATA[Įvairūs]]></category>
		<category><![CDATA[universitetas]]></category>

		<guid isPermaLink="false">http://heroix.wordpress.com/?p=308</guid>
		<description><![CDATA[Stojant kyla klausimas kaip, po velnių, skaičiuoti tą konkursinį balą? O jį pasiskaičiuoti vertėtų dar prieš stojant, kad pasvertumėt savo šansus įstot ten kur norit ir žinot kokiu apytiklsiai balu reik išlaikyt tam tirką egzaminą. Balų skaičiuklėm pasikliaut neverta, nes karts nuo karto aukštosios mokyklos pakeičia savo svertinius kooficientus ir skaičiuoklės atsilieka nuo realybės. Todėl [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=heroix.wordpress.com&amp;blog=1229455&amp;post=308&amp;subd=heroix&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Stojant kyla klausimas kaip, po velnių, skaičiuoti tą konkursinį balą? O jį pasiskaičiuoti vertėtų dar prieš stojant, kad pasvertumėt savo šansus įstot ten kur norit ir žinot kokiu apytiklsiai balu reik išlaikyt tam tirką egzaminą. Balų skaičiuklėm pasikliaut neverta, nes karts nuo karto aukštosios mokyklos pakeičia savo svertinius kooficientus ir skaičiuoklės atsilieka nuo realybės. Todėl bandysiu paaiškint, kaip Konkursinį Balą (KB) paskaičiuoti senoviniu ir patikimiausiu &#8211; rankiniu būdu. Kaip pavizdį imsiu Vilniaus Universitetą.</p>
<p>Taigi suriaskim konkursinio balo formulę, kuri visose aukštosiose, kogero, nekinta. VU ją radau <a href="http://www.vu.lt/site_files/SD/Stojantiesiems/I_pakopos_priemimo_taisykles_0724.pdf" target="_blank">čia</a>, 4 puslapyje.</p>
<p><a href="http://heroix.files.wordpress.com/2010/09/kb-formule.jpg"><img class="alignnone size-full wp-image-310" title="KB formulė" src="http://heroix.files.wordpress.com/2010/09/kb-formule.jpg?w=620" alt="Konkursinio Balo Formulė"   /></a></p>
<p>Kyla klausimas, kaip perskaičiuoti tą egzamino pažymį? Jis perskaičuojamas vienodai visose aukštosiose ir jo perskaičavimo tvarką man pavyko rasti <a href="http://www.vgtu.lt/priemimas/lt/brandos_atestato_pazymiu_perskaiciavimo_tvarka/27367.18748">VGTU puslapyje</a>:</p>
<table border="1">
<tbody>
<tr>
<td colspan="2"><strong>Pažymys</strong></td>
<td><strong>Perskaičiuotas pažymys</strong></td>
</tr>
<tr>
<td rowspan="3">brandos egzamino</td>
<td>Valstybinio brandos egzamino (E<sub>V</sub>)</td>
<td>E<sub>V</sub> / 10 + 13</td>
</tr>
<tr>
<td>Mokyklinio brandos egzamino * (E<sub>M</sub>)</td>
<td><em>E<sub>M</sub> </em>+ 3</td>
</tr>
<tr>
<td>B lygio brandos egzamino (E<sub>B</sub>)</td>
<td><em>E<sub>B</sub> </em>+ 3</td>
</tr>
<tr>
<td rowspan="3">metinis</td>
<td>Tikslinio kurso (T) arba S lygio (M<sub>T</sub>)</td>
<td><em>M<sub>T</sub> </em>+ 2</td>
</tr>
<tr>
<td>Išplėstinio kurso (A) arba A lygio (M<sub>A</sub>)</td>
<td><em>M<sub>A</sub> </em>+ 1</td>
</tr>
<tr>
<td>Bendrojo kurso (B) arba B lygio (M<sub>B</sub>)</td>
<td><em>M<sub>B</sub> </em>+ 0</td>
</tr>
</tbody>
</table>
<p>Na, o dabar beliko išsiaiškinti svertinius koeficientus. VU juos galime rast <a href="http://www.vu.lt/site_files/SD/Stojantiesiems/I_pakopos_priemimo_taisykles_0724.pdf" target="_blank">čia</a>, nuo 14 puslapio.</p>
<p>Pavyzdžiui, noriu stot į Programų Sistemas, kuriom reik matematikos su 0.4 svertiniu kooficentu, IT ir Lietuvių k. egzaminų su 0.2 kooficentais. Ir užsienio kalbos pažymio su 0.2 kooficentu. Tarkim gausiu tokius egzaminų rezultatus:</p>
<p>Matematika 60%, Lietuvių 70%, IT 55%, ir Anglų kalbos A lygio pažimį 9.</p>
<p>Perskaičuojam pažymius:</p>
<p>Matematika = 60/10 + 13 = 19; IT = 55/10 + 13 =18.5; Lietuvių k. = 70/10 + 13 =20;  Anglų k. = 9 + 1 = 10</p>
<p>KB =(0.4 * 19) + (0.2 * 18.5) + (0.2 * 20) + (0.2 * 10) = <a href="http://www.wolframalpha.com/input/?i=(0.4+*+19)+%2B+(0.2+*+18.5)+%2B+(0.2+*+20)+%2B+(0.2+*+10)" target="_blank">17.3</a></p>
<p>Dabar tereik palygint savo KB  su praeitų metų stojančiųjų KB. VU 2009m. galime rast <a href="http://www.vu.lt/site_files/SD/Stojantiesiems/Info_apie_priemima_i_I_p_2009_m.pdf" target="_blank">čia</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/heroix.wordpress.com/308/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/heroix.wordpress.com/308/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/heroix.wordpress.com/308/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/heroix.wordpress.com/308/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/heroix.wordpress.com/308/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/heroix.wordpress.com/308/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/heroix.wordpress.com/308/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/heroix.wordpress.com/308/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/heroix.wordpress.com/308/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/heroix.wordpress.com/308/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/heroix.wordpress.com/308/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/heroix.wordpress.com/308/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/heroix.wordpress.com/308/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/heroix.wordpress.com/308/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=heroix.wordpress.com&amp;blog=1229455&amp;post=308&amp;subd=heroix&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://heroix.wordpress.com/2010/09/05/konkursinio-balo-skaiciavimas/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c653a8a75ab13312af948f6e4f6b0149?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">heroix</media:title>
		</media:content>

		<media:content url="http://heroix.files.wordpress.com/2010/09/kb-formule.jpg" medium="image">
			<media:title type="html">KB formulė</media:title>
		</media:content>
	</item>
		<item>
		<title>Vyriausybė vėl iš mūsų tyčiojas?</title>
		<link>http://heroix.wordpress.com/2009/07/26/kirkilas-is-musu-tyciojas/</link>
		<comments>http://heroix.wordpress.com/2009/07/26/kirkilas-is-musu-tyciojas/#comments</comments>
		<pubDate>Sun, 26 Jul 2009 19:45:23 +0000</pubDate>
		<dc:creator>heroix</dc:creator>
				<category><![CDATA[Įvairūs]]></category>

		<guid isPermaLink="false">http://heroix.wordpress.com/?p=297</guid>
		<description><![CDATA[NUTARIMAS DĖL VALSTYBĖS TURTO INVESTAVIMO Į VIEŠĄSIAS ĮSTAIGAS Vadovaudamasi Lietuvos Respublikos valstybės ir savivaldybių turto valdymo, naudojimo ir disponavimo juo įstatymo (Žin., 1998, Nr. 54-1492; 2002, Nr. 60-2412; 2006, Nr. 87-3397) 19 straipsnio 1 dalies 3 punktu ir Lietuvos Respublikos viešųjų įstaigų įstatymo (Žin., 1996, Nr. 68-1633; 2004, Nr. 25-752) 13 straipsniu, Lietuvos Respublikos Vyriausybė nutaria: Nustatyti, kad valstybei nuosavybės teise priklausantis finansinis [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=heroix.wordpress.com&amp;blog=1229455&amp;post=297&amp;subd=heroix&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p align="center"><strong>NUTARIMAS</strong></p>
<h3 style="text-align:center;"><span style="font-weight:normal;">DĖL VALSTYBĖS TURTO INVESTAVIMO Į VIEŠĄSIAS ĮSTAIGAS</span><strong> </strong></h3>
<p>Vadovaudamasi Lietuvos Respublikos valstybės ir savivaldybių turto valdymo, naudojimo ir disponavimo juo įstatymo (Žin., 1998, Nr. <a href="http://www3.lrs.lt/cgi-bin/preps2?a=57676&amp;b=">54-1492</a>; 2002, Nr. <a href="http://www3.lrs.lt/cgi-bin/preps2?a=168629&amp;b=">60-2412</a>; 2006, Nr. <a href="http://www3.lrs.lt/cgi-bin/preps2?a=281144&amp;b=">87-3397</a>) 19 straipsnio 1 dalies 3 punktu ir Lietuvos Respublikos viešųjų įstaigų įstatymo (Žin., 1996, Nr. <a href="http://www3.lrs.lt/cgi-bin/preps2?a=29578&amp;b=">68-1633</a>; 2004, Nr. <a href="http://www3.lrs.lt/cgi-bin/preps2?a=226945&amp;b=">25-752</a>) 13 straipsniu, Lietuvos Respublikos Vyriausybė nutaria:</p>
<p>Nustatyti, kad valstybei nuosavybės teise priklausantis finansinis turtas – 5 litai iš Švietimo ir mokslo ministerijai skirtų Lietuvos Respublikos valstybės biudžeto asignavimų – kaip valstybės, kuriai atstovauja Švietimo ir mokslo ministerija, įnašas perduodamas šioms viešosioms įstaigoms:</p>
<ul>
<li>Elektrėnų profesinio mokymo centrui – 1 litas;</li>
<li>Kauno mechanikos mokyklai – 1 litas;</li>
<li>Klaipėdos laivų statybos ir remonto mokyklai – 1 litas;</li>
<li>Kuršėnų politechnikos mokyklai – 1 litas;</li>
<li>Raseinių technologijos ir verslo mokyklai – 1 litas.</li>
</ul>
<p>Ministras Pirmininkas                                                                        Gediminas Kirkilas</p>
<p>Švietimo ir mokslo ministrė                                                                Roma Žakaitienė</p>
<p><a href="http://www3.lrs.lt/pls/inter3/dokpaieska.showdoc_l?p_id=285169">http://www3.lrs.lt/pls/inter3/dokpaieska.showdoc_l?p_id=285169</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/heroix.wordpress.com/297/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/heroix.wordpress.com/297/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/heroix.wordpress.com/297/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/heroix.wordpress.com/297/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/heroix.wordpress.com/297/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/heroix.wordpress.com/297/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/heroix.wordpress.com/297/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/heroix.wordpress.com/297/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/heroix.wordpress.com/297/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/heroix.wordpress.com/297/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/heroix.wordpress.com/297/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/heroix.wordpress.com/297/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/heroix.wordpress.com/297/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/heroix.wordpress.com/297/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=heroix.wordpress.com&amp;blog=1229455&amp;post=297&amp;subd=heroix&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://heroix.wordpress.com/2009/07/26/kirkilas-is-musu-tyciojas/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c653a8a75ab13312af948f6e4f6b0149?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">heroix</media:title>
		</media:content>
	</item>
		<item>
		<title>Valdžią perduokim Jėzui Kristui</title>
		<link>http://heroix.wordpress.com/2009/06/19/valdzia-perduokim-jezui-kristui/</link>
		<comments>http://heroix.wordpress.com/2009/06/19/valdzia-perduokim-jezui-kristui/#comments</comments>
		<pubDate>Fri, 19 Jun 2009 20:33:54 +0000</pubDate>
		<dc:creator>heroix</dc:creator>
				<category><![CDATA[Įvairūs]]></category>

		<guid isPermaLink="false">http://heroix.wordpress.com/?p=291</guid>
		<description><![CDATA[- &#8222;Mes tūrym prypažyncy Kristaus karalių. Ir prašyti malonės &#60;&#8230;&#62; nes jis deklaravo per savo pranšiskvystes&#8220; Kristus jai deklaravo&#8230; Gerai. Viskas. Net nežinau ką čia sakyti&#8230; http://www.lrytas.lt/videonews/?id=12453537251243789744&#38;sk=18<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=heroix.wordpress.com&amp;blog=1229455&amp;post=291&amp;subd=heroix&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone" title="Got Jesus?" src="http://images.zwani.com/graphics/christian/images/gotjesusblackbrand.jpg" alt="" width="394" height="285" /></p>
<blockquote><p>- &#8222;Mes tūrym prypažyncy Kristaus karalių. Ir prašyti malonės &lt;&#8230;&gt; nes jis deklaravo per savo pranšiskvystes&#8220;</p></blockquote>
<p>Kristus jai deklaravo&#8230; Gerai. Viskas. Net nežinau ką čia sakyti&#8230;</p>
<p><a style="text-decoration:none;" href="http://www.lrytas.lt/videonews/?id=12453537251243789744&amp;sk=18">http://www.lrytas.lt/videonews/?id=12453537251243789744&amp;sk=18</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/heroix.wordpress.com/291/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/heroix.wordpress.com/291/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/heroix.wordpress.com/291/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/heroix.wordpress.com/291/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/heroix.wordpress.com/291/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/heroix.wordpress.com/291/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/heroix.wordpress.com/291/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/heroix.wordpress.com/291/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/heroix.wordpress.com/291/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/heroix.wordpress.com/291/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/heroix.wordpress.com/291/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/heroix.wordpress.com/291/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/heroix.wordpress.com/291/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/heroix.wordpress.com/291/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=heroix.wordpress.com&amp;blog=1229455&amp;post=291&amp;subd=heroix&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://heroix.wordpress.com/2009/06/19/valdzia-perduokim-jezui-kristui/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c653a8a75ab13312af948f6e4f6b0149?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">heroix</media:title>
		</media:content>

		<media:content url="http://images.zwani.com/graphics/christian/images/gotjesusblackbrand.jpg" medium="image">
			<media:title type="html">Got Jesus?</media:title>
		</media:content>
	</item>
		<item>
		<title>Benchmark</title>
		<link>http://heroix.wordpress.com/2009/03/14/benchmark/</link>
		<comments>http://heroix.wordpress.com/2009/03/14/benchmark/#comments</comments>
		<pubDate>Sat, 14 Mar 2009 20:32:41 +0000</pubDate>
		<dc:creator>heroix</dc:creator>
				<category><![CDATA[Internetas]]></category>

		<guid isPermaLink="false">http://heroix.wordpress.com/?p=276</guid>
		<description><![CDATA[Pagaliau sukurtas įrenginys leidžiantis pačiam nustatyti kuri gi naršyklė kompiuteryje veikia greičiausiai. Testą pamėginti galima Futuremark tinklapyje. Tereikia turėti naršykles kurias norite testuoti savo kompiuteryje ir sekti instrukcijas. Nors ir naudojuosi Firefox, bet visiškai nenustebau Operos pergale mano kompiuteryje. Visalaik įtardavau, kad Opera veikia greičiau, bet patingėdavau keisti. Štai ir laikas tai padaryt<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=heroix.wordpress.com&amp;blog=1229455&amp;post=276&amp;subd=heroix&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone" title="Benchmark" src="http://img14.imageshack.us/img14/1809/benchmarkw.jpg" alt="" width="452" height="222" /></p>
<p>Pagaliau sukurtas įrenginys leidžiantis pačiam nustatyti kuri gi naršyklė kompiuteryje veikia greičiausiai. Testą pamėginti galima <a href="http://service.futuremark.com/peacekeeper/index.action" target="_blank">Futuremark</a> tinklapyje. Tereikia turėti naršykles kurias norite testuoti savo kompiuteryje ir sekti instrukcijas.</p>
<p>Nors ir naudojuosi Firefox, bet visiškai nenustebau Operos pergale mano kompiuteryje. Visalaik įtardavau, kad Opera veikia greičiau, bet patingėdavau keisti. Štai ir laikas tai padaryt <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/heroix.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/heroix.wordpress.com/276/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/heroix.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/heroix.wordpress.com/276/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/heroix.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/heroix.wordpress.com/276/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/heroix.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/heroix.wordpress.com/276/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/heroix.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/heroix.wordpress.com/276/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/heroix.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/heroix.wordpress.com/276/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/heroix.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/heroix.wordpress.com/276/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=heroix.wordpress.com&amp;blog=1229455&amp;post=276&amp;subd=heroix&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://heroix.wordpress.com/2009/03/14/benchmark/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c653a8a75ab13312af948f6e4f6b0149?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">heroix</media:title>
		</media:content>

		<media:content url="http://img14.imageshack.us/img14/1809/benchmarkw.jpg" medium="image">
			<media:title type="html">Benchmark</media:title>
		</media:content>
	</item>
		<item>
		<title>Piratavimas</title>
		<link>http://heroix.wordpress.com/2009/03/04/piratavimas/</link>
		<comments>http://heroix.wordpress.com/2009/03/04/piratavimas/#comments</comments>
		<pubDate>Wed, 04 Mar 2009 14:00:57 +0000</pubDate>
		<dc:creator>heroix</dc:creator>
				<category><![CDATA[Internetas]]></category>
		<category><![CDATA[piracy]]></category>

		<guid isPermaLink="false">http://heroix.wordpress.com/?p=233</guid>
		<description><![CDATA[Pradėjau kaupti paveiksliukus susijusius su internetiniu piratavimu, bet deja jų nėra tiek daug, kiek galvojau. O įdomių ir tikrai gerai pašiepenčių LATGA-A ar RIAA kovą su vėjo malūnais išvis mažoka. Jei turit kąnors įdomaus ta tema &#8211; pasidalinkite komentaruose. Štai keletas:<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=heroix.wordpress.com&amp;blog=1229455&amp;post=233&amp;subd=heroix&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Pradėjau kaupti paveiksliukus susijusius su internetiniu piratavimu, bet deja jų nėra tiek daug, kiek galvojau. O įdomių ir tikrai gerai pašiepenčių LATGA-A ar RIAA kovą su vėjo malūnais išvis mažoka. Jei turit kąnors įdomaus ta tema &#8211; pasidalinkite komentaruose.</p>
<p>Štai keletas:</p>

<a href='http://heroix.wordpress.com/2009/03/04/piratavimas/buymusic/' title='buymusic'><img data-attachment-id='238' data-orig-size='600,610' data-liked='0'width="147" height="150" src="http://heroix.files.wordpress.com/2009/03/buymusic.jpg?w=147&#038;h=150" class="attachment-thumbnail" alt="buymusic" title="buymusic" /></a>
<a href='http://heroix.wordpress.com/2009/03/04/piratavimas/thepiratebay1/' title='thepiratebay1'><img data-attachment-id='257' data-orig-size='497,807' data-liked='0'width="92" height="150" src="http://heroix.files.wordpress.com/2009/03/thepiratebay1.jpg?w=92&#038;h=150" class="attachment-thumbnail" alt="thepiratebay1" title="thepiratebay1" /></a>
<a href='http://heroix.wordpress.com/2009/03/04/piratavimas/hcooking26/' title='hcooking26'><img data-attachment-id='242' data-orig-size='500,313' data-liked='0'width="150" height="93" src="http://heroix.files.wordpress.com/2009/03/hcooking26.jpg?w=150&#038;h=93" class="attachment-thumbnail" alt="hcooking26" title="hcooking26" /></a>
<a href='http://heroix.wordpress.com/2009/03/04/piratavimas/piracy-stops-global-warming1/' title='piracy-stops-global-warming1'><img data-attachment-id='259' data-orig-size='1280,1024' data-liked='0'width="150" height="120" src="http://heroix.files.wordpress.com/2009/03/piracy-stops-global-warming1.jpg?w=150&#038;h=120" class="attachment-thumbnail" alt="piracy-stops-global-warming1" title="piracy-stops-global-warming1" /></a>
<a href='http://heroix.wordpress.com/2009/03/04/piratavimas/piracy_is_environmental_friendly/' title='piracy_is_environmental_friendly'><img data-attachment-id='247' data-orig-size='810,700' data-liked='0'width="150" height="129" src="http://heroix.files.wordpress.com/2009/03/piracy_is_environmental_friendly.jpg?w=150&#038;h=129" class="attachment-thumbnail" alt="piracy_is_environmental_friendly" title="piracy_is_environmental_friendly" /></a>
<a href='http://heroix.wordpress.com/2009/03/04/piratavimas/piracy/' title='piracy'><img data-attachment-id='246' data-orig-size='429,360' data-liked='0'width="150" height="125" src="http://heroix.files.wordpress.com/2009/03/piracy.jpg?w=150&#038;h=125" class="attachment-thumbnail" alt="piracy" title="piracy" /></a>
<a href='http://heroix.wordpress.com/2009/03/04/piratavimas/nn66iqzbajdtvsrwwwzs/' title='nn66iqzbajdtvsrwwwzs'><img data-attachment-id='245' data-orig-size='800,454' data-liked='0'width="150" height="85" src="http://heroix.files.wordpress.com/2009/03/nn66iqzbajdtvsrwwwzs.jpg?w=150&#038;h=85" class="attachment-thumbnail" alt="nn66iqzbajdtvsrwwwzs" title="nn66iqzbajdtvsrwwwzs" /></a>
<a href='http://heroix.wordpress.com/2009/03/04/piratavimas/riaa-thumb/' title='riaa-thumb'><img data-attachment-id='249' data-orig-size='353,483' data-liked='0'width="109" height="150" src="http://heroix.files.wordpress.com/2009/03/riaa-thumb.png?w=109&#038;h=150" class="attachment-thumbnail" alt="riaa-thumb" title="riaa-thumb" /></a>
<a href='http://heroix.wordpress.com/2009/03/04/piratavimas/stumble/' title='stumble'><img data-attachment-id='250' data-orig-size='370,522' data-liked='0'width="106" height="150" src="http://heroix.files.wordpress.com/2009/03/stumble.jpg?w=106&#038;h=150" class="attachment-thumbnail" alt="stumble" title="stumble" /></a>
<a href='http://heroix.wordpress.com/2009/03/04/piratavimas/who_really_gets_the_money_by_twarrior/' title='who_really_gets_the_money_by_twarrior'><img data-attachment-id='252' data-orig-size='562,778' data-liked='0'width="108" height="150" src="http://heroix.files.wordpress.com/2009/03/who_really_gets_the_money_by_twarrior.jpg?w=108&#038;h=150" class="attachment-thumbnail" alt="who_really_gets_the_money_by_twarrior" title="who_really_gets_the_money_by_twarrior" /></a>
<a href='http://heroix.wordpress.com/2009/03/04/piratavimas/hf_hometaping/' title='hf_hometaping'><img data-attachment-id='243' data-orig-size='400,300' data-liked='0'width="150" height="112" src="http://heroix.files.wordpress.com/2009/03/hf_hometaping.gif?w=150&#038;h=112" class="attachment-thumbnail" alt="hf_hometaping" title="hf_hometaping" /></a>
<a href='http://heroix.wordpress.com/2009/03/04/piratavimas/image_mini/' title='image_mini'><img data-attachment-id='244' data-orig-size='147,200' data-liked='0'width="110" height="150" src="http://heroix.files.wordpress.com/2009/03/image_mini.png?w=110&#038;h=150" class="attachment-thumbnail" alt="image_mini" title="image_mini" /></a>
<a href='http://heroix.wordpress.com/2009/03/04/piratavimas/foxtrotriaa/' title='foxtrotriaa'><img data-attachment-id='241' data-orig-size='520,367' data-liked='0'width="150" height="105" src="http://heroix.files.wordpress.com/2009/03/foxtrotriaa.jpg?w=150&#038;h=105" class="attachment-thumbnail" alt="foxtrotriaa" title="foxtrotriaa" /></a>
<a href='http://heroix.wordpress.com/2009/03/04/piratavimas/eff_feeling_like_a_criminal_by_twarrior/' title='eff_feeling_like_a_criminal_by_twarrior'><img data-attachment-id='240' data-orig-size='600,848' data-liked='0'width="106" height="150" src="http://heroix.files.wordpress.com/2009/03/eff_feeling_like_a_criminal_by_twarrior.jpg?w=106&#038;h=150" class="attachment-thumbnail" alt="eff_feeling_like_a_criminal_by_twarrior" title="eff_feeling_like_a_criminal_by_twarrior" /></a>
<a href='http://heroix.wordpress.com/2009/03/04/piratavimas/copying_is_not_piracy/' title='copying_is_not_piracy'><img data-attachment-id='239' data-orig-size='400,300' data-liked='0'width="150" height="112" src="http://heroix.files.wordpress.com/2009/03/copying_is_not_piracy.png?w=150&#038;h=112" class="attachment-thumbnail" alt="copying_is_not_piracy" title="copying_is_not_piracy" /></a>
<a href='http://heroix.wordpress.com/2009/03/04/piratavimas/anti-piracy-03/' title='anti-piracy-03'><img data-attachment-id='237' data-orig-size='400,550' data-liked='0'width="109" height="150" src="http://heroix.files.wordpress.com/2009/03/anti-piracy-03.jpg?w=109&#038;h=150" class="attachment-thumbnail" alt="anti-piracy-03" title="anti-piracy-03" /></a>
<a href='http://heroix.wordpress.com/2009/03/04/piratavimas/935075651_7fd10b6503_o/' title='935075651_7fd10b6503_o'><img data-attachment-id='236' data-orig-size='371,514' data-liked='0'width="108" height="150" src="http://heroix.files.wordpress.com/2009/03/935075651_7fd10b6503_o.gif?w=108&#038;h=150" class="attachment-thumbnail" alt="935075651_7fd10b6503_o" title="935075651_7fd10b6503_o" /></a>
<a href='http://heroix.wordpress.com/2009/03/04/piratavimas/attachment/53/' title='53'><img data-attachment-id='235' data-orig-size='600,197' data-liked='0'width="150" height="49" src="http://heroix.files.wordpress.com/2009/03/53.png?w=150&#038;h=49" class="attachment-thumbnail" alt="53" title="53" /></a>

<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/heroix.wordpress.com/233/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/heroix.wordpress.com/233/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/heroix.wordpress.com/233/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/heroix.wordpress.com/233/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/heroix.wordpress.com/233/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/heroix.wordpress.com/233/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/heroix.wordpress.com/233/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/heroix.wordpress.com/233/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/heroix.wordpress.com/233/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/heroix.wordpress.com/233/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/heroix.wordpress.com/233/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/heroix.wordpress.com/233/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/heroix.wordpress.com/233/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/heroix.wordpress.com/233/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=heroix.wordpress.com&amp;blog=1229455&amp;post=233&amp;subd=heroix&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://heroix.wordpress.com/2009/03/04/piratavimas/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c653a8a75ab13312af948f6e4f6b0149?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">heroix</media:title>
		</media:content>

		<media:content url="http://heroix.files.wordpress.com/2009/03/buymusic.jpg?w=147" medium="image">
			<media:title type="html">buymusic</media:title>
		</media:content>

		<media:content url="http://heroix.files.wordpress.com/2009/03/thepiratebay1.jpg?w=92" medium="image">
			<media:title type="html">thepiratebay1</media:title>
		</media:content>

		<media:content url="http://heroix.files.wordpress.com/2009/03/hcooking26.jpg?w=150" medium="image">
			<media:title type="html">hcooking26</media:title>
		</media:content>

		<media:content url="http://heroix.files.wordpress.com/2009/03/piracy-stops-global-warming1.jpg?w=150" medium="image">
			<media:title type="html">piracy-stops-global-warming1</media:title>
		</media:content>

		<media:content url="http://heroix.files.wordpress.com/2009/03/piracy_is_environmental_friendly.jpg?w=150" medium="image">
			<media:title type="html">piracy_is_environmental_friendly</media:title>
		</media:content>

		<media:content url="http://heroix.files.wordpress.com/2009/03/piracy.jpg?w=150" medium="image">
			<media:title type="html">piracy</media:title>
		</media:content>

		<media:content url="http://heroix.files.wordpress.com/2009/03/nn66iqzbajdtvsrwwwzs.jpg?w=150" medium="image">
			<media:title type="html">nn66iqzbajdtvsrwwwzs</media:title>
		</media:content>

		<media:content url="http://heroix.files.wordpress.com/2009/03/riaa-thumb.png?w=109" medium="image">
			<media:title type="html">riaa-thumb</media:title>
		</media:content>

		<media:content url="http://heroix.files.wordpress.com/2009/03/stumble.jpg?w=106" medium="image">
			<media:title type="html">stumble</media:title>
		</media:content>

		<media:content url="http://heroix.files.wordpress.com/2009/03/who_really_gets_the_money_by_twarrior.jpg?w=108" medium="image">
			<media:title type="html">who_really_gets_the_money_by_twarrior</media:title>
		</media:content>

		<media:content url="http://heroix.files.wordpress.com/2009/03/hf_hometaping.gif?w=150" medium="image">
			<media:title type="html">hf_hometaping</media:title>
		</media:content>

		<media:content url="http://heroix.files.wordpress.com/2009/03/image_mini.png?w=110" medium="image">
			<media:title type="html">image_mini</media:title>
		</media:content>

		<media:content url="http://heroix.files.wordpress.com/2009/03/foxtrotriaa.jpg?w=150" medium="image">
			<media:title type="html">foxtrotriaa</media:title>
		</media:content>

		<media:content url="http://heroix.files.wordpress.com/2009/03/eff_feeling_like_a_criminal_by_twarrior.jpg?w=106" medium="image">
			<media:title type="html">eff_feeling_like_a_criminal_by_twarrior</media:title>
		</media:content>

		<media:content url="http://heroix.files.wordpress.com/2009/03/copying_is_not_piracy.png?w=150" medium="image">
			<media:title type="html">copying_is_not_piracy</media:title>
		</media:content>

		<media:content url="http://heroix.files.wordpress.com/2009/03/anti-piracy-03.jpg?w=109" medium="image">
			<media:title type="html">anti-piracy-03</media:title>
		</media:content>

		<media:content url="http://heroix.files.wordpress.com/2009/03/935075651_7fd10b6503_o.gif?w=108" medium="image">
			<media:title type="html">935075651_7fd10b6503_o</media:title>
		</media:content>

		<media:content url="http://heroix.files.wordpress.com/2009/03/53.png?w=150" medium="image">
			<media:title type="html">53</media:title>
		</media:content>
	</item>
		<item>
		<title>Kodėl man nepatinka Google?</title>
		<link>http://heroix.wordpress.com/2009/01/31/kodel-man-nepatinka-google/</link>
		<comments>http://heroix.wordpress.com/2009/01/31/kodel-man-nepatinka-google/#comments</comments>
		<pubDate>Sat, 31 Jan 2009 16:04:46 +0000</pubDate>
		<dc:creator>heroix</dc:creator>
				<category><![CDATA[Internetas]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://heroix.wordpress.com/?p=202</guid>
		<description><![CDATA[Anksčiau google buvo nuostabi paieškos sistema. Paieška ir daugiau nieko. Ji tuo ir buvo nuostabi, kad nebuvo niekuo užkrauta, nerodė nereikalingos informacijos ir tieisog atliko savo, kaip paieškos sistemos, darbą. Bet laikai pasikeitė, google sukūrė daugybę įrankių. Tai, žinoma, irgi buvo gerai. Tačiau google pradėjo &#8222;tobulint&#8220; savo paprastus įrankius ir jie tapo apkrauti nereikalingom funkcijom, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=heroix.wordpress.com&amp;blog=1229455&amp;post=202&amp;subd=heroix&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-203" title="logo" src="http://heroix.files.wordpress.com/2009/01/logo.gif?w=620" alt="logo"   /></p>
<p>Anksčiau google buvo nuostabi paieškos sistema. Paieška ir daugiau nieko. Ji tuo ir buvo nuostabi, kad nebuvo niekuo užkrauta, nerodė nereikalingos informacijos ir tieisog atliko savo, kaip paieškos sistemos, darbą. Bet laikai pasikeitė, google sukūrė daugybę įrankių. Tai, žinoma, irgi buvo gerai. Tačiau google pradėjo &#8222;tobulint&#8220; savo paprastus įrankius ir jie tapo apkrauti nereikalingom funkcijom, kurių panaudojimo kartais nebegalima suprasti.</p>
<p><strong>Google paieška</strong></p>
<p><strong><img class="alignnone size-full wp-image-216" title="google_search" src="http://heroix.files.wordpress.com/2009/01/google_search.jpg?w=620" alt="google_search"   /></strong></p>
<ul>
<li>Aš visiškai nesinaudoju tuo promote ir remove įrankiu. Tai kodėl kaskart google jį man grūda?</li>
<li><span class="ch"><span class="mblink">&#8222;Show stock quote for GOOG&#8220; linkas irgi sunkiai suprantamas. Aš rušiuos ten investuot ar ką? Jei ir ruoščiausi, tai nemanau, kad naudočiau būtent šį įrankį.</span></span></li>
<li><span class="ch"><span class="mblink">Similar pages &#8211; nereikalingas man įrankis.</span></span></li>
<li><span class="ch"><span class="mblink">Cached &#8211; dar vienas užgrūdimas, kuris geirau būtų kaip atskiras įrankis kur paslėptas.</span></span></li>
<li><span class="ch"><span class="mblink">Failo dydis (šiuo atveju tie 7k). Kam man, paprastam vartotojui, gali rūpėt ieškomo puslapio dydis?</span></span></li>
</ul>
<p><strong>Paveikslėlių paieška<br />
</strong></p>
<ul>
<li>Jeigu aš jau ieškau paveiksliuko, tai paspaudus ant jo thumbnail man prašyčiau ir atvert paveiksliuką, o ne kažkokį puslapį kuriame jis rastas ir dar vieną, tą patį thumbnail.</li>
</ul>
<p><strong>Youtube</strong></p>
<ul>
<li>Labai nervino ir trukdė žiūrėt ta kvaila paieška išlendanti video viršui.<strong> </strong>Bet regis ją pagaliau nuimė.</li>
<li>Paieškoje,<strong> </strong>net ir pasirinkus, kad rodytų tik videos, kažkodėl vistiek pirmame puslapyje man pastoviai grūda įvairius channels.</li>
</ul>
<p><strong>Reader</strong></p>
<ul>
<li>Readeris ir notes kažkaip man biški nedera. Na gal ir dera, bet galėtų ir nerodyt jo nenaudojanties asmenims.</li>
<li>Public ir Private funkcija irgi kažkokai neiški. Kodėl kievkienas public tagas turi po atskirą kilometrinį linką? Tai kaip man juos visus į vieną sudėt ir rodyt visus savo public įrašus, o ne atskirus tagus?</li>
</ul>
<p><strong>Gmail</strong></p>
<p><a href="http://heroix.files.wordpress.com/2009/01/gmail.jpg">http://heroix.files.wordpress.com/2009/01/gmail.jpg</a></p>
<ul>
<li>Kam tie pakvietimai? Užsiregistruoti juk galima ir be jų.</li>
<li>Pokalbiai &#8211; juos išvis naudoja kasnors?</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/heroix.wordpress.com/202/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/heroix.wordpress.com/202/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/heroix.wordpress.com/202/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/heroix.wordpress.com/202/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/heroix.wordpress.com/202/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/heroix.wordpress.com/202/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/heroix.wordpress.com/202/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/heroix.wordpress.com/202/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/heroix.wordpress.com/202/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/heroix.wordpress.com/202/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/heroix.wordpress.com/202/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/heroix.wordpress.com/202/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/heroix.wordpress.com/202/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/heroix.wordpress.com/202/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=heroix.wordpress.com&amp;blog=1229455&amp;post=202&amp;subd=heroix&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://heroix.wordpress.com/2009/01/31/kodel-man-nepatinka-google/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c653a8a75ab13312af948f6e4f6b0149?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">heroix</media:title>
		</media:content>

		<media:content url="http://heroix.files.wordpress.com/2009/01/logo.gif" medium="image">
			<media:title type="html">logo</media:title>
		</media:content>

		<media:content url="http://heroix.files.wordpress.com/2009/01/google_search.jpg" medium="image">
			<media:title type="html">google_search</media:title>
		</media:content>
	</item>
		<item>
		<title>Google nebepasitki net savimi?</title>
		<link>http://heroix.wordpress.com/2009/01/31/google-nebepasitki-net-savimi/</link>
		<comments>http://heroix.wordpress.com/2009/01/31/google-nebepasitki-net-savimi/#comments</comments>
		<pubDate>Sat, 31 Jan 2009 14:49:29 +0000</pubDate>
		<dc:creator>heroix</dc:creator>
				<category><![CDATA[Internetas]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://heroix.wordpress.com/?p=208</guid>
		<description><![CDATA[Krizė. Atėjo laikai, kai nebepasitkima niekuo. Net savimi?<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=heroix.wordpress.com&amp;blog=1229455&amp;post=208&amp;subd=heroix&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://img142.imageshack.us/img142/9300/googlealingajskompiutercm8.jpg" target="_blank"><img class="alignnone size-full wp-image-212" title="google_zalinga_jusu_kompiuteriui1" src="http://heroix.files.wordpress.com/2009/01/google_zalinga_jusu_kompiuteriui1.jpg?w=620" alt="google_zalinga_jusu_kompiuteriui1"   /></a></p>
<p>Krizė. Atėjo laikai, kai nebepasitkima niekuo. Net savimi?</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/heroix.wordpress.com/208/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/heroix.wordpress.com/208/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/heroix.wordpress.com/208/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/heroix.wordpress.com/208/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/heroix.wordpress.com/208/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/heroix.wordpress.com/208/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/heroix.wordpress.com/208/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/heroix.wordpress.com/208/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/heroix.wordpress.com/208/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/heroix.wordpress.com/208/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/heroix.wordpress.com/208/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/heroix.wordpress.com/208/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/heroix.wordpress.com/208/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/heroix.wordpress.com/208/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=heroix.wordpress.com&amp;blog=1229455&amp;post=208&amp;subd=heroix&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://heroix.wordpress.com/2009/01/31/google-nebepasitki-net-savimi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c653a8a75ab13312af948f6e4f6b0149?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">heroix</media:title>
		</media:content>

		<media:content url="http://heroix.files.wordpress.com/2009/01/google_zalinga_jusu_kompiuteriui1.jpg" medium="image">
			<media:title type="html">google_zalinga_jusu_kompiuteriui1</media:title>
		</media:content>
	</item>
		<item>
		<title>Emai</title>
		<link>http://heroix.wordpress.com/2009/01/31/emai/</link>
		<comments>http://heroix.wordpress.com/2009/01/31/emai/#comments</comments>
		<pubDate>Fri, 30 Jan 2009 22:18:02 +0000</pubDate>
		<dc:creator>heroix</dc:creator>
				<category><![CDATA[Įvairūs]]></category>
		<category><![CDATA[emo]]></category>
		<category><![CDATA[tecktonik]]></category>

		<guid isPermaLink="false">http://heroix.wordpress.com/?p=195</guid>
		<description><![CDATA[Štai tokie straipsniai publikavosi dienraštyje &#8222;Vilniaus Diena&#8220; Sausio 30d. Negalėjau nesusijuokt ir neįamžinti.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=heroix.wordpress.com&amp;blog=1229455&amp;post=195&amp;subd=heroix&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://img134.imageshack.us/img134/1349/dscf5503rofllg2.jpg" target="_blank"><img class="alignnone" title="Emai" src="http://img134.imageshack.us/img134/1349/dscf5503rofllg2.jpg" alt="" width="450" height="279" /></a></p>
<p>Štai tokie straipsniai publikavosi dienraštyje  &#8222;Vilniaus Diena&#8220; Sausio 30d.<br />
Negalėjau nesusijuokt ir neįamžinti.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/heroix.wordpress.com/195/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/heroix.wordpress.com/195/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/heroix.wordpress.com/195/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/heroix.wordpress.com/195/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/heroix.wordpress.com/195/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/heroix.wordpress.com/195/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/heroix.wordpress.com/195/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/heroix.wordpress.com/195/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/heroix.wordpress.com/195/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/heroix.wordpress.com/195/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/heroix.wordpress.com/195/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/heroix.wordpress.com/195/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/heroix.wordpress.com/195/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/heroix.wordpress.com/195/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=heroix.wordpress.com&amp;blog=1229455&amp;post=195&amp;subd=heroix&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://heroix.wordpress.com/2009/01/31/emai/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c653a8a75ab13312af948f6e4f6b0149?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">heroix</media:title>
		</media:content>

		<media:content url="http://img134.imageshack.us/img134/1349/dscf5503rofllg2.jpg" medium="image">
			<media:title type="html">Emai</media:title>
		</media:content>
	</item>
		<item>
		<title>Twitter</title>
		<link>http://heroix.wordpress.com/2009/01/27/twitter/</link>
		<comments>http://heroix.wordpress.com/2009/01/27/twitter/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 18:34:14 +0000</pubDate>
		<dc:creator>heroix</dc:creator>
				<category><![CDATA[Įvairūs]]></category>

		<guid isPermaLink="false">http://heroix.wordpress.com/?p=144</guid>
		<description><![CDATA[Vakar užsiregistravau twitteryje pažiūrėt kas tai per vienas ir visai patiko. Twitter.com &#8211; tai įdomi komunikavimo tarnyba. Joje rašomi trumpi, iki 140 simbolių pranešimai. Dažniausiai apie šiuo metu užsiimama veikla ar pastebėjimais. O, kad viskas vyktu realiuoju laiku  juos parašyti galima tiesiog iš savo mobilaus telefono, laptopo ar PC. Galima pasirinkti žmones kurių įrašus nori [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=heroix.wordpress.com&amp;blog=1229455&amp;post=144&amp;subd=heroix&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-145" title="twitter" src="http://heroix.files.wordpress.com/2009/01/twitter.jpg?w=620" alt="twitter"   /></p>
<p>Vakar užsiregistravau twitteryje pažiūrėt kas tai per vienas ir visai patiko.</p>
<p><a href="http://twitter.com" target="_blank">Twitter.com</a> &#8211; tai įdomi komunikavimo tarnyba. Joje rašomi trumpi, iki 140 simbolių pranešimai. Dažniausiai apie šiuo metu užsiimama veikla ar pastebėjimais. O, kad viskas vyktu realiuoju laiku  juos parašyti galima tiesiog iš savo mobilaus telefono, laptopo ar PC. Galima pasirinkti žmones kurių įrašus nori sekti ir jie bus iš kart siunčiami, kad ir į mobilų telefoną.</p>
<p>Twitteriu naudojasi ir nemažai lietuvių, <a href="http://pocius.lt/lietuviai-twitteryje/" target="_blank">štai čia</a> Karolis pasirįžo stengtis sekti juos visus ir sudarė visiem prieinamą sąrašą. O <a href="http://twitter.com/mantasink">čia </a>maniškis profilis.<a href="http://twitter.com/mantasink"></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/heroix.wordpress.com/144/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/heroix.wordpress.com/144/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/heroix.wordpress.com/144/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/heroix.wordpress.com/144/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/heroix.wordpress.com/144/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/heroix.wordpress.com/144/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/heroix.wordpress.com/144/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/heroix.wordpress.com/144/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/heroix.wordpress.com/144/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/heroix.wordpress.com/144/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/heroix.wordpress.com/144/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/heroix.wordpress.com/144/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/heroix.wordpress.com/144/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/heroix.wordpress.com/144/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=heroix.wordpress.com&amp;blog=1229455&amp;post=144&amp;subd=heroix&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://heroix.wordpress.com/2009/01/27/twitter/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c653a8a75ab13312af948f6e4f6b0149?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">heroix</media:title>
		</media:content>

		<media:content url="http://heroix.files.wordpress.com/2009/01/twitter.jpg" medium="image">
			<media:title type="html">twitter</media:title>
		</media:content>
	</item>
	</channel>
</rss>
