<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Software on Blogarious</title>
    <link>https://blogarious.kairopath.net/categories/software/</link>
    <description>Recent content in Software on Blogarious</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Sun, 19 Jan 2025 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://blogarious.kairopath.net/categories/software/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>PostgreSQL major upgrade with pgvector</title>
      <link>https://blogarious.kairopath.net/posts/2025-01-19-postgresql-major-upgrade-with-pgvector/</link>
      <pubDate>Sun, 19 Jan 2025 00:00:00 +0000</pubDate>
      <guid>https://blogarious.kairopath.net/posts/2025-01-19-postgresql-major-upgrade-with-pgvector/</guid>
      <description>&lt;p&gt;If we installed &lt;code&gt;pgvector&lt;/code&gt;, upgrading PostgreSQL major version will not success with &lt;code&gt;pg_upgrade&lt;/code&gt;. We need to manually dump and restore all databases.&lt;br&gt;&#xA;In order to do that,&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Start the existing version service, eg 16.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Run&lt;br&gt;&#xA;&lt;code&gt;pg_dumpall -U postgres -f /path/to/all_dumps.sql&lt;/code&gt;&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Stop service.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Upgrade &lt;code&gt;postgresql postgresql-libs postgresql-old-upgrade&lt;/code&gt;&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Re-compile and re-install &lt;code&gt;pgvector&lt;/code&gt;.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Initialize database, such as&lt;br&gt;&#xA;&lt;code&gt;initdb -D /var/lib/postgres/data --locale=C.UTF-8 --encoding=UTF8&lt;/code&gt;&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Start the newer version service, eg 17.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Login as &lt;code&gt;postgres&lt;/code&gt; (&lt;code&gt;sudo -u postgres /bin/bash&lt;/code&gt;), and run&lt;br&gt;&#xA;&lt;code&gt;psql -f /path/to/all_dumps.sql postgres&lt;/code&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>MySQL and PostgreSQL GUI tools</title>
      <link>https://blogarious.kairopath.net/posts/2018-08-16-mysql-and-postgresql-gui-tools/</link>
      <pubDate>Thu, 16 Aug 2018 00:00:00 +0000</pubDate>
      <guid>https://blogarious.kairopath.net/posts/2018-08-16-mysql-and-postgresql-gui-tools/</guid>
      <description>&lt;p&gt;I am using Arch Linux, and recently there are some issues on &lt;strong&gt;MySQL Workbench&lt;/strong&gt; and &lt;strong&gt;pgAdmin 4&lt;/strong&gt;.&lt;/p&gt;&#xA;&lt;p&gt;MySQL Workbench with the latest version 8.0.12 has issue to make connection through the SSH tunnelling. As a result, I have to downgrade to version 6.3.10. However, with the recent upgrade of &lt;code&gt;icu&lt;/code&gt; package to 62.1, it breaks the MySQL Workbench 6.3.10. In order to solve this, I duplicate the following files,&lt;/p&gt;&#xA;&lt;p&gt;[code lang=text] cp libicudata.so.62 libicudata.so.61 cp libicui18n.so.62 libicui18n.so.61 cp libicuuc.so.62 libicuuc.so.61 [/code]&lt;/p&gt;</description>
    </item>
    <item>
      <title>Firefox Legacy version 56.0.2</title>
      <link>https://blogarious.kairopath.net/posts/2017-12-02-firefox-legacy-version-56-0-2/</link>
      <pubDate>Sat, 02 Dec 2017 00:00:00 +0000</pubDate>
      <guid>https://blogarious.kairopath.net/posts/2017-12-02-firefox-legacy-version-56-0-2/</guid>
      <description>&lt;p&gt;The latest Firefox version 57 and above, a.k.a Firefox Quantum, it is fast, but&amp;hellip; that is not what I need.&lt;/p&gt;&#xA;&lt;p&gt;As a developer, I &lt;a href=&#34;https://blogarious.kairopath.net/posts/2017-09-28-firefox-or-chromium-software-development/&#34;&gt;favoured Chromium more than Firefox&lt;/a&gt;. And I use Firefox mainly for downloading. The addon &lt;a href=&#34;https://addons.mozilla.org/en-US/firefox/addon/downthemall/&#34;&gt;DownThemAll&lt;/a&gt; is the must. The greatest feature I love is the ability to highlight and download the selected hyperlinks as batch. And I can name the downloaded files by original filename or based on the text in HTML.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Firefox or Chromium (software development)?</title>
      <link>https://blogarious.kairopath.net/posts/2017-09-28-firefox-or-chromium-software-development/</link>
      <pubDate>Thu, 28 Sep 2017 00:00:00 +0000</pubDate>
      <guid>https://blogarious.kairopath.net/posts/2017-09-28-firefox-or-chromium-software-development/</guid>
      <description>&lt;p&gt;I was switching from Chromium to Firefox as my primary web browser recently. Then, I switched back to Chromium again.&lt;/p&gt;&#xA;&lt;p&gt;Chrome was usually claimed that it consumes a lot of memory. And recent Firefox updates claim that it is faster and consumes less memory. That is why, I switched to Firefox. I agree that, it is much faster than before. However&amp;hellip;&lt;/p&gt;&#xA;&lt;p&gt;I faced a critical issue. One less important issue that I would like to mention is, Firefox does not support Google Hangout.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Prayer Clock GTK3</title>
      <link>https://blogarious.kairopath.net/posts/2017-07-01-prayer-clock-gtk3/</link>
      <pubDate>Sat, 01 Jul 2017 00:00:00 +0000</pubDate>
      <guid>https://blogarious.kairopath.net/posts/2017-07-01-prayer-clock-gtk3/</guid>
      <description>&lt;p&gt;My first open source project, &lt;a href=&#34;https://github.com/allencch/prayer-clock&#34;&gt;Prayer Clock&lt;/a&gt;, I moved from SourceForge to GitHub recently. Yeah! &lt;strong&gt;Everyone should git!!!&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;And today I just made some changes, and updated to GTK3.&lt;/p&gt;&#xA;&lt;p&gt;[gallery ids=&amp;ldquo;1757,1758&amp;rdquo; type=&amp;ldquo;rectangular&amp;rdquo;]&lt;/p&gt;&#xA;&lt;p&gt;With GTK 3, I removed the title bar. But not yet successfully moving the menu bar to the icon like Evince or Nautilus.&lt;/p&gt;&#xA;&lt;p&gt;I plan to convert the right hand panel to WebKitGtk. But this will not be the priority yet.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Firefox or Chromium (Google Chrome)</title>
      <link>https://blogarious.kairopath.net/posts/2012-07-20-firefox-or-chromium-google-chrome/</link>
      <pubDate>Fri, 20 Jul 2012 00:00:00 +0000</pubDate>
      <guid>https://blogarious.kairopath.net/posts/2012-07-20-firefox-or-chromium-google-chrome/</guid>
      <description>&lt;p&gt;Yes, again web browser. I am using Firefox. Only sometimes Chromium (Google Chrome). Mainly Firefox. If someone ask me, which one I choose, I definitely answer Firefox. But, if someone ask me, which one I prefer, then it will be difficult to answer.&lt;/p&gt;&#xA;&lt;p&gt;Firstly, I would like to go through why I choose Firefox as my primary web browser.&lt;/p&gt;&#xA;&lt;p&gt;Because of &lt;a href=&#34;https://addons.mozilla.org/en-US/firefox/addon/downthemall/&#34;&gt;DownThemAll&lt;/a&gt;. There is no alternative extension in Google Chrome like DownThemAll. Why I like DownThemAll so much? I use DownThemAll with &lt;a href=&#34;https://addons.mozilla.org/en-US/firefox/addon/greasemonkey/&#34;&gt;GreaseMonkey&lt;/a&gt; to download my favourite mangas (comics). This is something Google Chrome still cannot do it, based on my current knowledge. GreaseMonkey generates the links, right-click, then I DownThemAll.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Managing contacts and calendar</title>
      <link>https://blogarious.kairopath.net/posts/2011-08-23-managing-contacts-and-calendar/</link>
      <pubDate>Tue, 23 Aug 2011 00:00:00 +0000</pubDate>
      <guid>https://blogarious.kairopath.net/posts/2011-08-23-managing-contacts-and-calendar/</guid>
      <description>&lt;p&gt;I am always looking for a good solution (not a software, but a solution) to manage all my contacts and calendar. Actually I separate both of them, even they are under PIM (personal information management).&lt;/p&gt;&#xA;&lt;p&gt;I was using an excel file to manage all my contacts. But we know, a file is different from an application, the interface is not usable, and I had the difficulty to find the contacts that I want.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Using Python as the most powerful calculator</title>
      <link>https://blogarious.kairopath.net/posts/2011-03-09-using-python-as-the-most-powerful-calculator/</link>
      <pubDate>Wed, 09 Mar 2011 00:00:00 +0000</pubDate>
      <guid>https://blogarious.kairopath.net/posts/2011-03-09-using-python-as-the-most-powerful-calculator/</guid>
      <description>&lt;p&gt;Once I was looking for &amp;ldquo;expression calculator&amp;rdquo;. The expression calculator is different from normal calculator like calc.exe, which cannot use variable freely as algebra. But the expression calculator, we can predefine a variable with a value, then evaluate the variables in algebraic expression. It is very useful. My favourite expression calculator is &lt;a href=&#34;http://www.speedcrunch.org/&#34;&gt;SpeedCrunch&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;Then, recently, I want to test a math function in SpeedCrunch, but this is impossible, since expression calculator can only define the variable, but not define a function. I remembered the title of Python Tutorial, &amp;ldquo;&lt;a href=&#34;http://docs.python.org/tutorial/introduction.html&#34;&gt;Using Python as a Calculator&lt;/a&gt;&amp;rdquo;. Yes, expression calculator, with ability to define function, then Python will be the one.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Chromium is really good in netbook</title>
      <link>https://blogarious.kairopath.net/posts/2010-09-18-chromium-is-really-good-in-netbook/</link>
      <pubDate>Sat, 18 Sep 2010 00:00:00 +0000</pubDate>
      <guid>https://blogarious.kairopath.net/posts/2010-09-18-chromium-is-really-good-in-netbook/</guid>
      <description>&lt;p&gt;Compare to the Firefox, I prefer to run Chromium in my netbook. This is because the screen of the netbook is small, and the resolution is low. Using Firefox, the toolbars and file menu already occupies half of the screen. I think Firefox 4.0 will solve my problem.&lt;/p&gt;&#xA;&lt;p&gt;Then, using Firefox on the netbook with Ubuntu, playing Castle Age will make Firefox slow down. May be the reason is the netbook memory is smaller than normal laptop.&lt;/p&gt;</description>
    </item>
    <item>
      <title>GNOME Commander for Ubuntu</title>
      <link>https://blogarious.kairopath.net/posts/2010-09-18-gnome-commander-for-ubuntu/</link>
      <pubDate>Sat, 18 Sep 2010 00:00:00 +0000</pubDate>
      <guid>https://blogarious.kairopath.net/posts/2010-09-18-gnome-commander-for-ubuntu/</guid>
      <description>&lt;p&gt;When I was using Windows to manage my files, I always open a lot of windows to move my files. Even the window is already open, I will open a new window.  Because it is difficult for me to find the opened windows. And my taskbar will full of tasks.&lt;/p&gt;&#xA;&lt;p&gt;So, I tried to find a Windows Explorer replacement. Tried all the best free file managers by &lt;a href=&#34;http://www.techsupportalert.com/best-free-file-manager.htm&#34;&gt;Gizmo&amp;rsquo;s Freeware&lt;/a&gt;. Then, only &lt;a href=&#34;http://www.freecommander.com/&#34;&gt;FreeCommander&lt;/a&gt; fulfils my needs. There is no need to open a lot of windows.&lt;/p&gt;</description>
    </item>
    <item>
      <title>My favourite Thunderbird add-ons</title>
      <link>https://blogarious.kairopath.net/posts/2010-07-03-my-favourite-thunderbird-add-ons/</link>
      <pubDate>Sat, 03 Jul 2010 00:00:00 +0000</pubDate>
      <guid>https://blogarious.kairopath.net/posts/2010-07-03-my-favourite-thunderbird-add-ons/</guid>
      <description>&lt;p&gt;Since I tried on Evolution of Ubuntu, an email client just like Microsoft Outlook, with PIM (Personal Information Manager) features, allows using IMAP, and allows synchronization. I really like it. So I tried to install Evolution for Windows. However, Evolution for Windows cannot work properly on Windows 7. Then, I need to switch back to Thunderbird. Since I like the feature of PIM and the synchronization with GMail and Google Calendar, I have installed following add-ons:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Reviews of SRWare Iron and ChromePlus</title>
      <link>https://blogarious.kairopath.net/posts/2009-12-04-reviews-of-srware-iron-and-chromeplus/</link>
      <pubDate>Fri, 04 Dec 2009 00:00:00 +0000</pubDate>
      <guid>https://blogarious.kairopath.net/posts/2009-12-04-reviews-of-srware-iron-and-chromeplus/</guid>
      <description>&lt;p&gt;I have tried both &lt;a href=&#34;http://www.srware.net/en/software_srware_iron.php&#34;&gt;SRWare Iron&lt;/a&gt; and &lt;a href=&#34;http://www.chromeplus.org/&#34;&gt;ChromePlus&lt;/a&gt;, though not using as primary web browser.&lt;/p&gt;&#xA;&lt;p&gt;I compare the both software based on my personal preference:&lt;/p&gt;&#xA;&lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;&lt;strong&gt;ChromePlus&lt;/strong&gt;&lt;/th&gt;&#xA;          &lt;th&gt;&lt;strong&gt;SRWare Iron&lt;/strong&gt;&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Chromium Beta (4.0)&lt;/td&gt;&#xA;          &lt;td&gt;Chromium 3.0&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Bookmark syncing&lt;/td&gt;&#xA;          &lt;td&gt;No bookmark syncing&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Install extension&lt;/td&gt;&#xA;          &lt;td&gt;Cannot install extension&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Mouse gesture&lt;/td&gt;&#xA;          &lt;td&gt;No mouse gesture&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Cannot play WMA&lt;/td&gt;&#xA;          &lt;td&gt;Can play WMA with Windows Media Player&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Clear history and etc on exit&lt;/td&gt;&#xA;          &lt;td&gt;Cannot clear history on exit&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;But difficult to empty cache, needs to go to option&lt;/td&gt;&#xA;          &lt;td&gt;Easier to clear cache from the &amp;ldquo;Wrench&amp;rdquo; iron&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;AdBlock Plus&lt;/td&gt;&#xA;          &lt;td&gt;No AdBlock&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Able to disable/enable Javascript and Java&lt;/td&gt;&#xA;          &lt;td&gt;Cannot disable Javascript and Java&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;p&gt;Because of the WMA problem, I prefer SRWare Iron. But I think these features can all be integrated in future, because Chromium 4.0 is still in beta version.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Everything Internet - Cloud computing</title>
      <link>https://blogarious.kairopath.net/posts/2009-12-03-everything-internet-cloud-computing/</link>
      <pubDate>Thu, 03 Dec 2009 00:00:00 +0000</pubDate>
      <guid>https://blogarious.kairopath.net/posts/2009-12-03-everything-internet-cloud-computing/</guid>
      <description>&lt;p&gt;Now, technology aims to cloud computing because of the importance of social networks. Especially the services like Facebook and Twitter. Besides, Google produces Chrome OS so that everything can be done through Internet. No installation of office suite, one can create documents, spreadsheets, presentations, etc.&lt;/p&gt;&#xA;&lt;p&gt;Next, synchronization of the documents, bookmarks, personal profile or profile setting becomes important also. Google Chrome 4.0 provides built-in bookmark syncing.&lt;/p&gt;&#xA;&lt;p&gt;Not only Google Chrome, but Opera 10.10 also provides similar feature: Opera Link and Opera Unite. Opera Unite allows file sharing; Opera Link allows syncing bookmark and other settings.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Google Chrome again</title>
      <link>https://blogarious.kairopath.net/posts/2009-12-03-google-chrome-again/</link>
      <pubDate>Thu, 03 Dec 2009 00:00:00 +0000</pubDate>
      <guid>https://blogarious.kairopath.net/posts/2009-12-03-google-chrome-again/</guid>
      <description>&lt;p&gt;Previously on Allen&amp;rsquo;s Blog (I like this phrase), I talked about &lt;a href=&#34;http://allencch.blogspot.com/2009/10/google-chrome-alternatives.html&#34;&gt;Google Chrome alternative&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;There are more, &lt;a href=&#34;http://portableapps.com/apps/internet/google_chrome_portable&#34;&gt;Portable Chrome&lt;/a&gt; from PortableApps and &lt;a href=&#34;http://www.chromeplus.org/&#34;&gt;ChromePlus&lt;/a&gt;. Now I am trying on ChromePlus, it uses Chromium 4.0. That means it can install with the &lt;a href=&#34;http://www.chromeextensions.org/&#34;&gt;extensions&lt;/a&gt; like Firefox. Maybe the extension developers will port the Firefox extensions to Chrome, then Chrome can act like Firefox.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;images/lg-share-en.gif&#34; alt=&#34;Bookmark and Share&#34;&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>The growth of PortableApps.com</title>
      <link>https://blogarious.kairopath.net/posts/2009-10-22-the-growth-of-portableapps-com/</link>
      <pubDate>Thu, 22 Oct 2009 00:00:00 +0000</pubDate>
      <guid>https://blogarious.kairopath.net/posts/2009-10-22-the-growth-of-portableapps-com/</guid>
      <description>&lt;p&gt;If you like portable applications, surely you know about &lt;a href=&#34;http://portableapps.com&#34;&gt;PortableApps.com&lt;/a&gt;. I think the most prominent projects of the website are OppenOffice Portable, Firefox Portable, and GIMP Portable. But recently, since I subscribed the RSS, there are more and more new applications in PortableApps.com, such as the game like &amp;ldquo;Frets on Fire&amp;rdquo;, the online game &amp;ldquo;The Mana World&amp;rdquo;, etc.&lt;/p&gt;&#xA;&lt;p&gt;This is very interesting. Portability is a very convenient feature because this allows us to bring our applications by using a USB pendrive. And sometimes, we need administrative privilege to install the applications. But portable applications just let us extract it, then we can run the applications anywhere.&lt;/p&gt;</description>
    </item>
    <item>
      <title>COMODO Firewall uninstall problem</title>
      <link>https://blogarious.kairopath.net/posts/2009-10-20-comodo-firewall-uninstall-problem/</link>
      <pubDate>Tue, 20 Oct 2009 00:00:00 +0000</pubDate>
      <guid>https://blogarious.kairopath.net/posts/2009-10-20-comodo-firewall-uninstall-problem/</guid>
      <description>&lt;p&gt;A very bad experience for me to upgrade &lt;a href=&#34;http://personalfirewall.comodo.com/&#34;&gt;COMODO Firewall&lt;/a&gt;. The update was slow. So I decided to download the latest version installation file.&lt;/p&gt;&#xA;&lt;p&gt;Then tried to install from the latest version. And the installation detected the existing of the older version. I was asked to uninstall the older version. Right, I uninstalled it. Then I was asked to restart the computer. But I didn&amp;rsquo;t restart. (I know, this was my fault). Then I continued installing the latest version. Finally, restarted the computer.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Google Chrome alternatives</title>
      <link>https://blogarious.kairopath.net/posts/2009-10-11-google-chrome-alternatives/</link>
      <pubDate>Sun, 11 Oct 2009 00:00:00 +0000</pubDate>
      <guid>https://blogarious.kairopath.net/posts/2009-10-11-google-chrome-alternatives/</guid>
      <description>&lt;p&gt;I have tried Google Chrome. Sure it is nice, because it is clean and simple. But, I still prefer Firefox as the default web browser. So, if you are interested in Google Chrome, and still using other default web browser, you can try the followings:&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://www.softpedia.com/get/PORTABLE-SOFTWARE/Internet/Browsers/Portable-Google-Chrome-Chromium.shtml&#34;&gt;Portable Chrome (Chromium)&lt;/a&gt;&lt;br&gt;&#xA;&lt;a href=&#34;http://www.srware.net/en/software_srware_iron_download.php&#34;&gt;SRWare Iron&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;I am now using Iron portable version. Very nice.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Music related software</title>
      <link>https://blogarious.kairopath.net/posts/2009-09-20-music-related-software/</link>
      <pubDate>Sun, 20 Sep 2009 00:00:00 +0000</pubDate>
      <guid>https://blogarious.kairopath.net/posts/2009-09-20-music-related-software/</guid>
      <description>&lt;p&gt;These days, I learnt to read the Gregorian chant music score. Then I tried to figure out how to play the music score through the PC (virtual piano). I used &lt;a href=&#34;http://midipiano.googlepages.com/&#34;&gt;MidiPiano Suite&lt;/a&gt; before. It is quite nice. It can save and open the MIDI files.&lt;/p&gt;&#xA;&lt;p&gt;Then, since open source cross-platform software development is very active currently, I tried to search some cross-platform music related software from the Internet. The followings are the software I found (including close source freeware), but I haven&amp;rsquo;t tried every software:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Reviews of some file synchronizers</title>
      <link>https://blogarious.kairopath.net/posts/2009-03-27-reviews-of-some-file-synchronizers/</link>
      <pubDate>Fri, 27 Mar 2009 00:00:00 +0000</pubDate>
      <guid>https://blogarious.kairopath.net/posts/2009-03-27-reviews-of-some-file-synchronizers/</guid>
      <description>&lt;p&gt;The followings are the reviews of several open source file synchronizers which I tried.&lt;/p&gt;&#xA;&lt;p&gt;WebSynchronizer - Can work with network, FTP, etc. Delete the files to recycle bin, does not have backup. Use the synchronisation in order to delete the destionation file, but the source folder will download the newest file. Not very easy to use.&lt;/p&gt;&#xA;&lt;p&gt;JFileSync - Interface is not good, cannot copy the hidden file as hidden file at the target, do not delete the file in recycle bin.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Comparison 3ds Max and Blender</title>
      <link>https://blogarious.kairopath.net/posts/2008-12-08-comparison-3ds-max-and-blender/</link>
      <pubDate>Mon, 08 Dec 2008 00:00:00 +0000</pubDate>
      <guid>https://blogarious.kairopath.net/posts/2008-12-08-comparison-3ds-max-and-blender/</guid>
      <description>&lt;p&gt;I prefer freeware rather than commercial software. However, since recently I needs to involve some 3D modelling, I am wondering which 3D modelling tools is better.&lt;/p&gt;&#xA;&lt;p&gt;I have tried both &lt;a href=&#34;http://www.blender.org/&#34;&gt;Blender&lt;/a&gt; and &lt;a href=&#34;http://usa.autodesk.com/adsk/servlet/index?siteID=123112&amp;amp;id=5659302&#34;&gt;Autodesk 3ds Max&lt;/a&gt;. There are other 3D modelling software. You can find the comparison of 3D modelling software from &lt;a href=&#34;http://wiki.cgsociety.org/index.php/Comparison_of_3d_tools&#34;&gt;CG Society Wiki&lt;/a&gt; and &lt;a href=&#34;http://www.tdt3d.be/articles_viewer.php?art_id=99&#34;&gt;TDT3D&lt;/a&gt; [from Wikipedia].&lt;/p&gt;&#xA;&lt;p&gt;Blender can be said is the best of the other free 3D modelling software. However, the user interface for 3D modelling is quite different from other commercial software, such as 3ds Max, Maya, and MilkShape3D. For the usability perspective, Blender is difficult to use. If compare to the 3ds Max, 3ds Max is far more better than Blender. If Blender follows the interface as other software, I think it would be better during modelling.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
