main index of all writing
articles on IT and computing
articles on general topics
   www.niyam.com

contents | gnulinux | writing | design | workshops | consulting | more                      


All articles authored by Niyam for LFY are published under a copyleft license. You are encouraged to share, publish, and distribute these further according to their relevant copyleft license. Dubbed as 'The Complete Magazine on Open Source', LinuxForYou is also Asia's first magazine on all things Gnu/Linux and more. Niyam waited for the inaugural issue of February 2003, before agreeing to wordprocess a regular column. Initially, he came up with the name 'OpenYug' for the column. Yug is a sanskrit word in vogue even today, which means 'Era' or 'Age'. According to Indian mysticism, Time is divided into four ages: SatYug, Dwaparyug, Tretayug, and finally Kalyug. Sat means Truth. Kali is a terrible goddess in whose age destruction and chaos will rule. A perfect metaphor for the existing age of computing as well. A dinner discussion with Richard Stallman convinced him it should be renamed 'FreedomYug'. The column hopes to foster a gestalt change in Indian computing, and usher in a new age beyond its Kalyug, the age of freedom.

Niyam also has reviews, news, techprimers, published occasionally in the magazine, and is involved with its prestigious LinuxAsia Expo as well.

FreedomYug


to an array element $all_links = explode ("", $data); if(array_key_exists('showitem',$_REQUEST)) $showitem = $_REQUEST['showitem']; else $showitem = 11; $min_items = 11; // remember counting starts form zero, // so so total items will be one more than the min_items $allitems = sizeof($all_links)-1; $PHP_SELF = $_SERVER['PHP_SELF']; echo "
    "; if ($showitem == $min_items || $showitem == "" || $allitems < $min_items) { $i=0; while ($i <= $min_items) { print "$all_links[$i]"; print ""; $i++; } echo "more...."; echo "
"; } else { $i=0; while ($i < $allitems) { if ( $i == 11 ) print ""; print $all_links[$i]; print ""; $i++; } echo "less..."; } ?>

Articles


March 2004 © niyam bhushan