<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.2" -->
<rss version="0.92">
<channel>
	<title>Dear Chronicle</title>
	<link>http://osakwe.sytes.net/blog</link>
	<description>Its all Interpretation</description>
	<lastBuildDate>Sun, 11 Jan 2009 14:11:55 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Reflection on markets since 1825!</title>
		<description><![CDATA[Its common knowledge about the woes of the today&#8217;s market. I have seen my 401K deteriorate by close to -50%. I frequent the Economist and found the following useful graph. Lets hope that history somewhat repeats itself and markets heal sooner than later&#8230;

]]></description>
		<link>http://osakwe.sytes.net/blog/?p=53</link>
			</item>
	<item>
		<title>Reading a file of fixed lengths..</title>
		<description><![CDATA[Perl is great for file processing and as I write more code with it, i constantly find new things that I would like to do. The other day I was trying to process a file with fixed number of lines and here&#8217;s what I prototyped.  Please feel free to improve on it. I am [...]]]></description>
		<link>http://osakwe.sytes.net/blog/?p=39</link>
			</item>
	<item>
		<title>Sun Galaxy SP notes.</title>
		<description><![CDATA[Sun Galaxy introduces a new range of  x64  hardware platforms. Its very different from the old Sparc architecture.  This post serves as a reminder for me on how-to gather information from the Service Processor. (&#8221;-&#62;&#8221;: denotes SP prompt)
To view Serial Number, Ethernet Mac address:    &#8221; -&#62;  show /SYS/MB/ [...]]]></description>
		<link>http://osakwe.sytes.net/blog/?p=36</link>
			</item>
	<item>
		<title>Japanese writing system.</title>
		<description><![CDATA[Japanese writing system contains of 3 types of characters: Hiragana, Katakana and Kanji.
Hiragana (ひらがな）- the most basic type, consisting of 47 characters, and is mainly used for function words, (at, in, on.. ) ,  original Japanese words and inflection enders (negatives, tense)
Katana (カタカナ） - Is used mainly for foreign imported words. That&#8217;s English, Portugese, [...]]]></description>
		<link>http://osakwe.sytes.net/blog/?p=34</link>
			</item>
	<item>
		<title>Back to School</title>
		<description><![CDATA[Oh well, the summer is over and now its back to school. This summer was fulfilling, I took Finance 3000 and learned about common stock, preferred stock, bond valuations and many other introductory concepts to finance. Upon completion, I traveled to Japan.  It was a lovely trip, the food was absolutely delicious, ふとつていました, (I [...]]]></description>
		<link>http://osakwe.sytes.net/blog/?p=33</link>
			</item>
	<item>
		<title>ShowSwap.pl</title>
		<description><![CDATA[One of our business units wanted to make sure that &#8220;memory == swap&#8221; on a multitude of machines, and  yours truly was tasked with this project. I wrote up a quick Perl script to gather this information. This supports swap files as well.  Please feel free to improve on it.
 #!/usr/bin/env perl
$hostname=`hostname`;
open SWAP, [...]]]></description>
		<link>http://osakwe.sytes.net/blog/?p=31</link>
			</item>
	<item>
		<title>They know nothing!</title>
		<description><![CDATA[This is really a funny one, Jim Kramer, host of Mad Money, broke it down over the FED reaction to the subprime crisis.

http://www.youtube.com/watch?v=SWksEJQEYVU

]]></description>
		<link>http://osakwe.sytes.net/blog/?p=29</link>
			</item>
	<item>
		<title>Order types.</title>
		<description><![CDATA[When buying or selling securities, an order needs to be placed facilitate process. There are 4 ways this can be accomplished. 
Good-Till:  3 types, good-till-(time,date,cancelled), means the order is valid until you either cancel or the time frame expires. 
Limit:  You place specify how much you are willing to sell or buy, remains [...]]]></description>
		<link>http://osakwe.sytes.net/blog/?p=25</link>
			</item>
	<item>
		<title>Lazy approach to dealing with class C &#8220;CIDR&#8221; only ?</title>
		<description><![CDATA[CIDR ,&#8221;Classless Inter-Domain Routing&#8221;, was introduced to as a solution to the problem of decreasing IPV4 addresses and simplification of our inter-domain routing. It&#8217;s generally written as either x.x.x.x/n or /n, (n=cidr, x=each 8 bit internet address). There&#8217;s a wealth of information out on the net for further reading, but this post just summarizes how [...]]]></description>
		<link>http://osakwe.sytes.net/blog/?p=23</link>
			</item>
	<item>
		<title>Algorithmic Trading Models.</title>
		<description><![CDATA[As the market becomes more Algo-based, here are some strategies that currently out in the market.  
1. VWAP (Volume Weighted Average Pricing): This executes a buy order in a stock as close as possible to its historical trading volume in an effort to reduce the trade&#8217;s impact on the market.  It is calculated [...]]]></description>
		<link>http://osakwe.sytes.net/blog/?p=22</link>
			</item>
</channel>
</rss>
