<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-2048122630914111352</id><updated>2024-09-11T13:13:30.325-07:00</updated><category term="java"/><category term="open source"/><category term="ubuntu"/><category term="0day"/><category term="architecture"/><category term="dataset"/><category term="django"/><category term="download"/><category term="eclipse"/><category term="erlang"/><category term="fault tolerance"/><category term="gae"/><category term="github"/><category term="habse"/><category term="hadoop"/><category term="howto"/><category term="intellij"/><category term="laptop"/><category term="maven2"/><category term="openjdk"/><category term="out"/><category term="python"/><category term="torrent"/><category term="windows"/><title type='text'>Method Signature</title><subtitle type='html'>Java here,Java there, Java every f**king where</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://methodsignature.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2048122630914111352/posts/default?redirect=false'/><link rel='alternate' type='text/html' href='http://methodsignature.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>splix</name><uri>http://www.blogger.com/profile/17610809861243097717</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgZyOEgr_J3f7XOlGMzOZTBUvgYm7vkXWYBJbOfhu5LhxKN3tNAQWYVAHJALrmk9FHi7GUULbLG9-YJRSVfLplkSDQMxN5RGv4sHy47ZxXCganjY2JPFXQ5A1nk7lXY/s220/me_2.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>10</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-2048122630914111352.post-1905518681265735190</id><published>2010-02-22T09:41:00.000-08:00</published><updated>2010-02-22T09:59:08.216-08:00</updated><title type='text'>Grails and Xerces problem</title><content type='html'>Just fixed an annoyed  bug with my grails project. I&#39;m using openid4java (with spring security) and it required xerces, without it throws following error:&lt;br /&gt;&lt;code&gt;&lt;br /&gt;java.lang.ClassNotFoundException: org.openid4java.util.OpenID4JavaDOMParser&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;Class &lt;code&gt;OpenID4JavaDOMParser&lt;/code&gt; is exists at classpath, of course. But it uses xerces, and if you just simple add maven dependency for xerces, the grails (version 1.2.1) fails with the following error:&lt;br /&gt;&lt;code&gt;&lt;br /&gt;java.lang.LinkageError: loader constraint violation: loader (instance of &lt;bootloader&gt;) previously initiated loading for a different type with name &quot;org/w3c/dom/NamedNodeMap&quot;&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;After long investigations I found that it&#39;s because of xml-apis library. You need to exclude it from dependencies at your pom.xml as:&lt;br /&gt;&lt;code&gt;&lt;pre&gt;&lt;br /&gt;&amp;lt;exclusion&gt;&lt;br /&gt;  &amp;lt;groupId&gt;xml-apis&amp;lt;/groupId&gt;&lt;br /&gt;  &amp;lt;artifactId&gt;xml-apis&amp;lt;/artifactId&gt;&lt;br /&gt;&amp;lt;/exclusion&gt;&lt;br /&gt;&lt;/pre&gt;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;But remember that it declared as dependency for many libraries, like &lt;code&gt;xercesImpl&lt;/code&gt;, &lt;code&gt;openxri-client&lt;/code&gt;, &lt;code&gt;nekohtml&lt;/code&gt;, etc. Check your maven dependencies by mvn dependency:tree to ensure there are no any &lt;code&gt;xml-apis&lt;/code&gt; usage. And make a &lt;code&gt;mvn clean&lt;/code&gt; after this.&lt;br /&gt;&lt;br /&gt;I had spent about 3 days for this problem, and hope that this will help someone :)</content><link rel='replies' type='application/atom+xml' href='http://methodsignature.blogspot.com/feeds/1905518681265735190/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/2048122630914111352/1905518681265735190' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2048122630914111352/posts/default/1905518681265735190'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2048122630914111352/posts/default/1905518681265735190'/><link rel='alternate' type='text/html' href='http://methodsignature.blogspot.com/2010/02/grails-and-xerces-problem.html' title='Grails and Xerces problem'/><author><name>splix</name><uri>http://www.blogger.com/profile/17610809861243097717</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgZyOEgr_J3f7XOlGMzOZTBUvgYm7vkXWYBJbOfhu5LhxKN3tNAQWYVAHJALrmk9FHi7GUULbLG9-YJRSVfLplkSDQMxN5RGv4sHy47ZxXCganjY2JPFXQ5A1nk7lXY/s220/me_2.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2048122630914111352.post-3640450884532789263</id><published>2009-12-21T02:11:00.000-08:00</published><updated>2009-12-21T02:14:36.730-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="dataset"/><category scheme="http://www.blogger.com/atom/ns#" term="django"/><category scheme="http://www.blogger.com/atom/ns#" term="gae"/><category scheme="http://www.blogger.com/atom/ns#" term="python"/><category scheme="http://www.blogger.com/atom/ns#" term="torrent"/><title type='text'>Datasets Torrent Tracker</title><content type='html'>Last week i had launched &lt;a href=&quot;http://www.datasetpublisher.com&quot;&gt;Dataset Publisher&lt;/a&gt; site. It&#39;s a simple torrent tracker for public datasets. I think it will be helpfull for most of developers in area of data mining, text mining, etc. &lt;br /&gt;When i was tried to find good datasets for my experiments, i hasn&#39;t found any good place where i can choose one for me. &lt;br /&gt;About one month ago i took an interest in &lt;a href=&quot;http://code.google.com/appengine/&quot;&gt;Google App Engine&lt;/a&gt;, and decided to make some experiments with it, make some simple web application using it with &lt;a href=&quot;http://www.djangoproject.com/&quot;&gt;Django&lt;/a&gt;. And as a result a have made Dataset Publisher. Now it&#39;s an proof of concept, and there are many things to do, but it&#39;s working, and you can &lt;a href=&quot;http://www.datasetpublisher.com&quot;&gt;use it&lt;/a&gt; right now.</content><link rel='replies' type='application/atom+xml' href='http://methodsignature.blogspot.com/feeds/3640450884532789263/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/2048122630914111352/3640450884532789263' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2048122630914111352/posts/default/3640450884532789263'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2048122630914111352/posts/default/3640450884532789263'/><link rel='alternate' type='text/html' href='http://methodsignature.blogspot.com/2009/12/datasets-torrent-tracker.html' title='Datasets Torrent Tracker'/><author><name>splix</name><uri>http://www.blogger.com/profile/17610809861243097717</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgZyOEgr_J3f7XOlGMzOZTBUvgYm7vkXWYBJbOfhu5LhxKN3tNAQWYVAHJALrmk9FHi7GUULbLG9-YJRSVfLplkSDQMxN5RGv4sHy47ZxXCganjY2JPFXQ5A1nk7lXY/s220/me_2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2048122630914111352.post-3174741470673099987</id><published>2009-10-08T07:25:00.000-07:00</published><updated>2009-10-08T07:27:29.641-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="github"/><category scheme="http://www.blogger.com/atom/ns#" term="open source"/><title type='text'>GitHub as a next step for Open Source community</title><content type='html'>Recently I realized that GitHub is a next step for Open Source community. It like a Facebook, it makes collaboration easier, it&#39;s a &quot;social development&quot;. If one developer want to add his own code/feature/extension/patch to some existing project, he can just do it with GitHub. Just make&lt;br /&gt;his own fork of this project, with a few mouse clicks. Main authors can review this patch anytime, and merge to main codebase, if they wish. And if they don&#39;t done that, this developer can always use his own version, with his extension, without waiting for someone other who implement it in main project. And all of this are really easy.&lt;br /&gt;&lt;br /&gt;I know, before GitHub there was many services for development collaboration,like a SourceForge, Google Code, and so on. But it&#39;s different model, in this case you need to make many other thing, like a joining to special group, maillist, irc, sending patches to maillists/owners or adding an issue to taskmanager, and so on. And it&#39;s a big problem for open source community, i think. There too many unnecesary things you need to do. But with GitHub you don&#39;t need anything like this, just write the code you want and use it.</content><link rel='replies' type='application/atom+xml' href='http://methodsignature.blogspot.com/feeds/3174741470673099987/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/2048122630914111352/3174741470673099987' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2048122630914111352/posts/default/3174741470673099987'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2048122630914111352/posts/default/3174741470673099987'/><link rel='alternate' type='text/html' href='http://methodsignature.blogspot.com/2009/10/github-as-next-step-for-open-source.html' title='GitHub as a next step for Open Source community'/><author><name>splix</name><uri>http://www.blogger.com/profile/17610809861243097717</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgZyOEgr_J3f7XOlGMzOZTBUvgYm7vkXWYBJbOfhu5LhxKN3tNAQWYVAHJALrmk9FHi7GUULbLG9-YJRSVfLplkSDQMxN5RGv4sHy47ZxXCganjY2JPFXQ5A1nk7lXY/s220/me_2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2048122630914111352.post-8835583526249797347</id><published>2009-10-02T05:08:00.000-07:00</published><updated>2009-10-02T05:54:13.672-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="intellij"/><category scheme="http://www.blogger.com/atom/ns#" term="java"/><category scheme="http://www.blogger.com/atom/ns#" term="ubuntu"/><title type='text'>How to run IntelliJ IDEA from Ubuntu Menu</title><content type='html'>After you had installed IntelliJ IDEA onto your PC with Ubuntu you probably want to add to it to Main Menu. But shortcut to &lt;br /&gt;&lt;code&gt;idea.sh&lt;/code&gt;&lt;br /&gt;doesn&#39;t work as expected, you need command like this: &lt;br /&gt;&lt;code&gt;sh -c &quot;export JDK_HOME=/usr/lib/jvm/java-6-sun &amp;&amp; /path/to/idea/bin/idea.sh&quot;&lt;/code&gt;&lt;br /&gt;and all will be ok.</content><link rel='replies' type='application/atom+xml' href='http://methodsignature.blogspot.com/feeds/8835583526249797347/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/2048122630914111352/8835583526249797347' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2048122630914111352/posts/default/8835583526249797347'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2048122630914111352/posts/default/8835583526249797347'/><link rel='alternate' type='text/html' href='http://methodsignature.blogspot.com/2009/10/how-to-run-intellij-idea-from-ubuntu.html' title='How to run IntelliJ IDEA from Ubuntu Menu'/><author><name>splix</name><uri>http://www.blogger.com/profile/17610809861243097717</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgZyOEgr_J3f7XOlGMzOZTBUvgYm7vkXWYBJbOfhu5LhxKN3tNAQWYVAHJALrmk9FHi7GUULbLG9-YJRSVfLplkSDQMxN5RGv4sHy47ZxXCganjY2JPFXQ5A1nk7lXY/s220/me_2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2048122630914111352.post-8661485947233071430</id><published>2008-08-13T01:19:00.000-07:00</published><updated>2008-08-13T12:19:57.182-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="habse"/><category scheme="http://www.blogger.com/atom/ns#" term="hadoop"/><category scheme="http://www.blogger.com/atom/ns#" term="howto"/><category scheme="http://www.blogger.com/atom/ns#" term="maven2"/><title type='text'>Hadoop HBase with Maven2</title><content type='html'>I&#39;m using Maven2 now, but there was an problem with Hadoop HBase. It doesn&#39;t exists at any major Maven repository. If you want to use HBase with Maven 2, you need to deploy it into local repository by yourself. It&#39;s easy, just download this files:&lt;br /&gt;&lt;ul&gt;&lt;br /&gt;&lt;li&gt;&lt;a href=&quot;http://www.box.net/shared/rtj5mh83hs&quot;&gt;hbase.pom&lt;/a&gt;&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;a href=&quot;http://www.box.net/shared/v1rm0or293&quot;&gt;deploy-deps.sh&lt;/a&gt;&lt;/li&gt;&lt;br /&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;Then configure HBASE_HOME enviroment variable:&lt;br /&gt;&lt;code&gt;export HBASE_HOME=/path/to/hbase&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;Run &lt;code&gt;deploy-deps.sh&lt;/code&gt; and all done. After it you can use following dependency:&lt;br /&gt;&lt;pre&gt;&lt;code&gt;&lt;br /&gt; &amp;lt;dependency&gt;&lt;br /&gt;   &amp;lt;groupid&gt;org.apache.hadoop&amp;lt;/groupid&gt;&lt;br /&gt;   &amp;lt;artifactid&gt;hbase&amp;lt;/artifactid&gt;&lt;br /&gt;   &amp;lt;version&gt;0.1.3&amp;lt;/version&gt;&lt;br /&gt; &amp;lt;/dependency&gt;&lt;br /&gt;&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;You can modify those files for your needs, if you wish.</content><link rel='replies' type='application/atom+xml' href='http://methodsignature.blogspot.com/feeds/8661485947233071430/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/2048122630914111352/8661485947233071430' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2048122630914111352/posts/default/8661485947233071430'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2048122630914111352/posts/default/8661485947233071430'/><link rel='alternate' type='text/html' href='http://methodsignature.blogspot.com/2008/08/hadoop-hbase-with-maven2.html' title='Hadoop HBase with Maven2'/><author><name>splix</name><uri>http://www.blogger.com/profile/17610809861243097717</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgZyOEgr_J3f7XOlGMzOZTBUvgYm7vkXWYBJbOfhu5LhxKN3tNAQWYVAHJALrmk9FHi7GUULbLG9-YJRSVfLplkSDQMxN5RGv4sHy47ZxXCganjY2JPFXQ5A1nk7lXY/s220/me_2.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2048122630914111352.post-1704024286270417429</id><published>2008-07-11T03:03:00.000-07:00</published><updated>2008-07-11T04:12:10.047-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="architecture"/><category scheme="http://www.blogger.com/atom/ns#" term="erlang"/><category scheme="http://www.blogger.com/atom/ns#" term="fault tolerance"/><category scheme="http://www.blogger.com/atom/ns#" term="java"/><title type='text'>Yet Another Java vs Erlang Comparison</title><content type='html'>When i meet the Erlang first time I ask myself &quot;Can I write same applications using Java?&quot; and answer was &quot;Yes, of course, no problem&quot;. At those time Java was my favorite language, i know it very well, and don&#39;t understand what for and why i should use another programming language.&lt;br /&gt;But the time is changing, now my answer is &quot;It depends on tasks&quot;. You can write any program using any language, maybe it will be Java, C#, C, maybe some of Python or Ruby magic, and yes, you can always use Lisp, Erlang, Haskell, Q and any other Turing complete language.&lt;br /&gt;&lt;br /&gt;All software you can done with Java you can rewrite with Erlang, and vice versa. The difference there is inside the conception, inside the main approach of architecture of this languages.&lt;br /&gt;&lt;br /&gt;Java is easy to read, easy to write language, but totally overloaded language :( Do you remember this megabytes of simple classes with setters and getters  only? All this deep hierarchy of interfaces, abstract classes and so on.&lt;br /&gt;The big plus of Java that it have big army of developers, tons of books and gigabytes of additional libraries and frameworks. Some tasks you can do faster in comparison with any other programming language. It&#39;s easy to start project using java, it&#39;s enterprise standard, like COBOL was some time ago.&lt;br /&gt;&lt;br /&gt;Erlang, in other hand, is harder to understand, because of different paradigm. But it requires less code for equal functionality, and less debug. With Erlang you just write what you want, just algorithm of your program, no more, forget about this classes, which you really don&#39;t need, just use tuples and lists where you need. And the main feature is not a concurrency, the main is a &lt;span style=&quot;font-style: italic;&quot;&gt;fault tolerance&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;Okay, using any other programming language you&lt;span style=&quot;font-weight: bold;&quot;&gt; can&lt;/span&gt; write fault tolerant system, but with Erlang you &lt;span style=&quot;font-weight: bold;&quot;&gt;can&#39;t&lt;/span&gt; write weak and fragile code :) Of course using only Java you can write system better than written on Erlang, but Erlang just give right tool for doing that easier, and nothing more. It&#39;s the reason why sometimes Java equivalent of an Erlang system requires too much time to develop, and too much PC resources to run.&lt;br /&gt;&lt;br /&gt;Choose programming language which best fits for your needs, for current tasks. If it&#39;s easier to use Java - use Java. If it best fits for Erlang - use Erlang. And remember that you can always mix both of them in one application.</content><link rel='replies' type='application/atom+xml' href='http://methodsignature.blogspot.com/feeds/1704024286270417429/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/2048122630914111352/1704024286270417429' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2048122630914111352/posts/default/1704024286270417429'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2048122630914111352/posts/default/1704024286270417429'/><link rel='alternate' type='text/html' href='http://methodsignature.blogspot.com/2008/07/yet-another-java-vs-erlang-comparison.html' title='Yet Another Java vs Erlang Comparison'/><author><name>splix</name><uri>http://www.blogger.com/profile/17610809861243097717</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgZyOEgr_J3f7XOlGMzOZTBUvgYm7vkXWYBJbOfhu5LhxKN3tNAQWYVAHJALrmk9FHi7GUULbLG9-YJRSVfLplkSDQMxN5RGv4sHy47ZxXCganjY2JPFXQ5A1nk7lXY/s220/me_2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2048122630914111352.post-8513805969731246790</id><published>2008-06-25T04:08:00.000-07:00</published><updated>2008-06-25T04:18:41.413-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="0day"/><category scheme="http://www.blogger.com/atom/ns#" term="download"/><category scheme="http://www.blogger.com/atom/ns#" term="eclipse"/><category scheme="http://www.blogger.com/atom/ns#" term="out"/><title type='text'>Eclipse 3.4 Ganymede is out!</title><content type='html'>There are no download from official Eclipse site, only Eclipse &quot;friends&quot; can download it now.&lt;br /&gt;But you can use this link instead:&lt;br /&gt;&lt;a href=&quot;http://ftp.heanet.ie/pub/eclipse//technology/epp/downloads/release/ganymede/R/&quot;&gt;http://ftp.heanet.ie/pub/eclipse//technology/epp/downloads/release/ganymede/R/&lt;/a&gt;</content><link rel='replies' type='application/atom+xml' href='http://methodsignature.blogspot.com/feeds/8513805969731246790/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/2048122630914111352/8513805969731246790' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2048122630914111352/posts/default/8513805969731246790'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2048122630914111352/posts/default/8513805969731246790'/><link rel='alternate' type='text/html' href='http://methodsignature.blogspot.com/2008/06/eclipse-34-ganymede-is-out.html' title='Eclipse 3.4 Ganymede is out!'/><author><name>splix</name><uri>http://www.blogger.com/profile/17610809861243097717</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgZyOEgr_J3f7XOlGMzOZTBUvgYm7vkXWYBJbOfhu5LhxKN3tNAQWYVAHJALrmk9FHi7GUULbLG9-YJRSVfLplkSDQMxN5RGv4sHy47ZxXCganjY2JPFXQ5A1nk7lXY/s220/me_2.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2048122630914111352.post-9069795652245236043</id><published>2008-06-24T05:57:00.000-07:00</published><updated>2008-06-24T06:18:46.517-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="laptop"/><category scheme="http://www.blogger.com/atom/ns#" term="windows"/><title type='text'>WinXP Acer Recovery Tool</title><content type='html'>For a long time I&#39;m using some Linux PC&#39;s, but my girlfriend has Acer Travelmate laptop with a Windows XP. You know that this operation system need to be reinstalled after 1-1.5 years of use. And last evening I&#39;ve done it with my girlfiend&#39;s laptop. I&#39;ve made some investigations and have found an easy way to do this: just &lt;span style=&quot;font-weight: bold;&quot;&gt;press Alt+F10 when boot up&lt;/span&gt; your laptop and you will enter into Acer recovery console where you can make a fresh Windows XP install without any problem. It loads all the data from an hidden hdd partition, and there no need for any Windows installation CD. After 15 minutes you have a laptop with a fresh WinXP, with all required drivers and software, all configured for this laptop and so on, like it was just bought. It&#39;d saved me much time.&lt;br /&gt;I think it&#39;s a useful cooperation of software developers and hardware producer.</content><link rel='replies' type='application/atom+xml' href='http://methodsignature.blogspot.com/feeds/9069795652245236043/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/2048122630914111352/9069795652245236043' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2048122630914111352/posts/default/9069795652245236043'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2048122630914111352/posts/default/9069795652245236043'/><link rel='alternate' type='text/html' href='http://methodsignature.blogspot.com/2008/06/winxp-acer-recovery-tool.html' title='WinXP Acer Recovery Tool'/><author><name>splix</name><uri>http://www.blogger.com/profile/17610809861243097717</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgZyOEgr_J3f7XOlGMzOZTBUvgYm7vkXWYBJbOfhu5LhxKN3tNAQWYVAHJALrmk9FHi7GUULbLG9-YJRSVfLplkSDQMxN5RGv4sHy47ZxXCganjY2JPFXQ5A1nk7lXY/s220/me_2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2048122630914111352.post-1099789330901428668</id><published>2008-06-20T04:25:00.000-07:00</published><updated>2008-06-20T05:26:54.573-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="java"/><category scheme="http://www.blogger.com/atom/ns#" term="open source"/><category scheme="http://www.blogger.com/atom/ns#" term="openjdk"/><category scheme="http://www.blogger.com/atom/ns#" term="ubuntu"/><title type='text'>Free and open Java</title><content type='html'>There are many rumors about free and open java. Yeah, i think it&#39;s a great step. If it works like a standard Sun Java it&#39;s very very good. Last time i&#39;ve used it was about 1-2 month ago. Maybe it wasn&#39;t latest version on those day, i don&#39;t know, it come in with an regular Ubuntu update, but Eclipse just stop working after this :( I spent about one hour until realizes what is happened.&lt;br /&gt;BTW, if it opened now i think it can make easier to fix bugs (there was too many minor bugs, where patch presents, but not fixed for a long time, in some cases more that a few years) and performance optimizations and improvements (maybe some one will make a tail recursion optimization for java, for example?)</content><link rel='replies' type='application/atom+xml' href='http://methodsignature.blogspot.com/feeds/1099789330901428668/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/2048122630914111352/1099789330901428668' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2048122630914111352/posts/default/1099789330901428668'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2048122630914111352/posts/default/1099789330901428668'/><link rel='alternate' type='text/html' href='http://methodsignature.blogspot.com/2008/06/free-and-open-java.html' title='Free and open Java'/><author><name>splix</name><uri>http://www.blogger.com/profile/17610809861243097717</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgZyOEgr_J3f7XOlGMzOZTBUvgYm7vkXWYBJbOfhu5LhxKN3tNAQWYVAHJALrmk9FHi7GUULbLG9-YJRSVfLplkSDQMxN5RGv4sHy47ZxXCganjY2JPFXQ5A1nk7lXY/s220/me_2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2048122630914111352.post-1696920078457491276</id><published>2008-06-20T04:20:00.000-07:00</published><updated>2008-06-20T04:27:30.048-07:00</updated><title type='text'>About this blog</title><content type='html'>Hi! My name is Igor, i&#39;m software architect at Moscow, Russia and it&#39;s my blog about software development. I&#39;ve stated this blog personally for myself, for improving my English skills. If you had found some good article there it&#39;s good for you, but if you found an mistake (and notified me about it) it&#39;s very good for me :)&lt;br /&gt;Ok. Lets start blogging!</content><link rel='replies' type='application/atom+xml' href='http://methodsignature.blogspot.com/feeds/1696920078457491276/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/2048122630914111352/1696920078457491276' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2048122630914111352/posts/default/1696920078457491276'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2048122630914111352/posts/default/1696920078457491276'/><link rel='alternate' type='text/html' href='http://methodsignature.blogspot.com/2008/06/about-this-blog.html' title='About this blog'/><author><name>splix</name><uri>http://www.blogger.com/profile/17610809861243097717</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgZyOEgr_J3f7XOlGMzOZTBUvgYm7vkXWYBJbOfhu5LhxKN3tNAQWYVAHJALrmk9FHi7GUULbLG9-YJRSVfLplkSDQMxN5RGv4sHy47ZxXCganjY2JPFXQ5A1nk7lXY/s220/me_2.jpg'/></author><thr:total>0</thr:total></entry></feed>