<?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/"
	>

<channel>
	<title>OSTalks &#187; PeanutLinux</title>
	<atom:link href="http://www.ostalks.com/tag/peanutlinux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ostalks.com</link>
	<description>Open Source, Operating Systems, Offtopic Stuff!</description>
	<lastBuildDate>Fri, 04 Nov 2011 13:16:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>A Lament on the State Of Linux</title>
		<link>http://www.ostalks.com/2011/05/15/a-lament-on-the-state-of-linux/</link>
		<comments>http://www.ostalks.com/2011/05/15/a-lament-on-the-state-of-linux/#comments</comments>
		<pubDate>Sun, 15 May 2011 13:33:49 +0000</pubDate>
		<dc:creator>clintcan</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[aLinux]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[Assembly Language]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[meego]]></category>
		<category><![CDATA[PCLinux]]></category>
		<category><![CDATA[PeanutLinux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.ostalks.com/?p=550</guid>
		<description><![CDATA[So, what's keeping Linux from ever conquering the desktop?]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m getting old.</p>
<p>When I was young, I was fascinated with hardware and programming low-level stuff to do something nice as an experiment.</p>
<p>I got into programming DOS programs in assembly language (8086).  In school, I was fascinated with 6502 assembly language (which wasn&#8217;t really that far from 8086, the concepts were mainly the same).  As an Electronics Engineer student, my hardware thesis involved creating a hardware interface that detects acidity (pH) in soil with the added twist that it was plugged into the printer port (yes, PCs had parallel ports back in the day) and a program interprets the values that was in the printer port and records them.  And yes, the program was in Visual Basic (shocker, right? An unusual use of the Evil Empire&#8217;s program environment).</p>
<p>Even friends from the Computer Engineering class asked my help in developing their computer interface projects (which included a voice recognition project for security and a vending machine &#8211; which detects what money was inserted into the machine).</p>
<p>One may ask&#8230; OK, you&#8217;re talking about the past, what has this got to do with Linux?</p>
<p>Let me give you an opinion that will be a shocker to you&#8230; Linux might never make it big into the desktop.</p>
<p>Let me start by telling you my experience with Linux.  Don&#8217;t you get picky with me saying that Linux is the kernel.  I am familiar with that.</p>
<p>I started delving into Linux when I was a sales agent of an isp.  During that time, all of us sales agents have 8 hours of free internet (dial-up).  I started into connecting my 33.6kbps modem through trumpet winsock and downloaded my first linux distribution: Monkey Linux.  From that time on, I was hooked.  Tried other hobby linux distributions (trilinux, looplinux, etc, settled for a few years with peanutlinux and gained quite a number of friends in the forums), and for a number of years, I was happy.  I became an open source advocate.  I remember downloading the 100Mb peanutlinux distribution for almost a day (dialup, whoooopeee).  I brought linux into a company I worked for as an instructor (before that, I taught short courses for people like MS Office, and Basic computer instruction &#8211; I remember teaching a group of PLDT operators, yes operators, the ones that answer the line when you call 109 or 108 for long distance dialing).  As I developed instruction modules for Visual Basic, I developed instruction modules for Linux (made even a mod of Peanutlinux, with Jay&#8217;s help in giving instructions, called Berkeley Linux, for internal use and passing on to students of the courses) &#8211; complete with Gnome environment (1.x at that point), and with WINE, to run some windows programs like winamp on Linux.  As usual, I included Xitami and php in the mix of that mod, as standard.</p>
<p>I even got to create instruction modules for OpenOffice (then 1.x); but before that I used StarOffice 5 (when the license was not GPL, but rather free for non-commercial use).</p>
<p>Then reality set in.  At first I didn&#8217;t mind it.  Sound issues.  Graphics issues.  Wifi and network issues.  I simply moved from one distribution to the next (PCLinux, Ubuntu, Mint, Fedora, and currently my laptop distribution, Meego).</p>
<p>And you know what?  Even until today, these are still issues!</p>
<p>So, what&#8217;s keeping Linux from ever conquering the desktop?  A big issue are drivers.</p>
<p>I love linux, don&#8217;t get me wrong.  Don&#8217;t ever accuse me of being an troll &#8211; as you&#8217;ve seen on my blog, I dig linux.</p>
<p>However, one thing I&#8217;ve noticed is that the API for drivers is virtually non-existent.  At least with OSX, they have a framework for extending or creating drivers (usually in userspace).  Windows has also a framework for driver development (take your pick, WDM, vxD for older version of windows, etc)</p>
<p>When you update kernel versions, you have to recompile your drivers.  Yes, I know, there is dkms.  I&#8217;m not talking about that.</p>
<p>Linux simply has no formal frameworks for drivers.  There was an attempt by Intel before (1998 to be exact), to create a framework named <a href="http://www.linuxtoday.com/news_story.php3?ltsn=1998-10-05-002-05-OP">UDI</a>, but was dissed upon by Richard Stallman and open source advocates.  An excellent point for UDI was given by a former developer in <a href="http://forum.osdev.org/viewtopic.php?p=163044#p163044">this forum post</a>.</p>
<p>I am a pragmatic person.  I use whatever tools are necessary to get the job done.  And that means using windows if that gets the job done &#8211; I would&#8217;ve preferred using open source, but if there is no software equivalent in linux (which is usually the case, unfortunately), I use windows or osx.  Looking back, that decision in my opinion would fit in the category of boneheaded decisions of the open source community.</p>
<p>Linux advocates have a NIH syndrome.  Instead of using stuff that works, they create a new one, usually REALLY buggy.</p>
<p>Case in point: pulseaudio.  A big heaping piece of dog poo.  Well, it has gotten better, but the latency issues are soooo annoying.</p>
<p>Yes, useability has gotten better, but when suspend/hibernate issues still exist even today, and wifi issues still exist, there is something definitely wrong. A friend of mine bought a laptop and installed Ubuntu, or Mint on it, and found out it didn&#8217;t work. Tried other distributions, didn&#8217;t work too.  He almost gave up, but was lucky enough to get some instructions from friends who instructed him to get some firmware code through his driver cd and some command line stuff.  I was even surprised by this even today, broadcom drivers are an issue (despite having broadcom-wl drivers and bcm driver stuff already).</p>
<p>Even my meego laptop, the lcd brightness control doesn&#8217;t work.  And I had to compile OpenVPN for it myself (which reminds me, I&#8217;ll have to compile the newest OpenVPN and upload to the repository, when I get the time).</p>
<p>The list goes on and on.  Enough of my rant.  I&#8217;m an old guy.  My experimentation and tweaking with the OS days are getting to an end (real life has come in &#8211; need money to pay my bills).  I just need something that works.</p>
<p>Just to end (almost), I&#8217;ll give you some pseudo-code for a harmless virus I made as an experiment to learn how DOS works (this simple non-overwriting .com program became my thesis for a fifth-year paper on computer viruses &#8211; I created this experiment during my summer vacation in second year college).</p>
<p>Ordinary pseudo-code for a typical .com program:</p>
<p><em>jmp code<br />
[data]<br />
&#8230;.<br />
code:<br />
&#8230;.</p>
<p>My assembly code:<br />
jmp [viral code]<br />
[original data]<br />
&#8230;<br />
[original code]<br />
&#8230;<br />
viral code:<br />
check if it is already resident (calls a modified int 22h hook with subfunction to see if it is installed)<br />
if(not installed)<br />
move viral code above DOS program memory<br />
call int21h function to modify interrupt table to chain int 21h to viral code<br />
edit 3 bytes at the beginning of the program to the original code<br />
jmp [beginning of code]<br />
[int 21 viral code]<br />
&#8230;</em></p>
<p>Sounds unconventional, right?  But this experiment I made in college helped me a lot in how OSes and computers work.  DOS was excellent during that time because they provided a unified API &#8211; if I used purely assembly code and manipulated IO/Disk hardware registers directly, my code would have gone way over 1000 bytes (and wouldn&#8217;t have worked on all computers at that time) &#8211; even using an int13h bios code function would be more complicated to do.  After all, it was all about developers.  I would like to thank Ralph Brown for his excellent DOS Internals book (duh)!  With this knowledge incidentally, I was able to make an anti-virus program in Turbo Pascal for the Tadpole virus (created by some students in another university) during my third year college.</p>
<p>If only linux had a unified driver interface, plus a unified media interface, and graphics interface with frameworks, then it would have leaped above windows and osx.  Unfortunately, with the state linux is in, and the bickering and infighting of different groups in them (and misguided open source fanaticism), I really doubt linux will ever reach mainstream status (maybe android and chrome os).</p>
<p>Enough of my rant.  What do you guys think?  Am I a grumpy old man?  Or do I talk sense?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ostalks.com/2011/05/15/a-lament-on-the-state-of-linux/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Unreleased aLinux Screenshot</title>
		<link>http://www.ostalks.com/2009/06/13/unreleased-alinux-screenshot/</link>
		<comments>http://www.ostalks.com/2009/06/13/unreleased-alinux-screenshot/#comments</comments>
		<pubDate>Sat, 13 Jun 2009 13:01:02 +0000</pubDate>
		<dc:creator>clintcan</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[aLinux]]></category>
		<category><![CDATA[distrowatch]]></category>
		<category><![CDATA[kde]]></category>
		<category><![CDATA[PeanutLinux]]></category>
		<category><![CDATA[pnutproject]]></category>

		<guid isPermaLink="false">http://ostalks.wordpress.com/?p=46</guid>
		<description><![CDATA[If you're wondering what aLinux was, it was a linux distribution derived from looplinux and was basically a hybrid of sorts (in it's early days, it was very slackware linux inspired, but sporting rpms as it's package format) and was featured in distrowatch years ago.]]></description>
			<content:encoded><![CDATA[<p>I happened to chat with Jay Klepacs, aLinux creator, a little over a month ago (we&#8217;ve been friends since 2000s, during the PeanutLinux days).</p>
<p>If you&#8217;re wondering what aLinux was, it was a linux distribution derived from looplinux and was basically a hybrid of sorts (in it&#8217;s early days, it was very slackware linux inspired, but sporting rpms as it&#8217;s package format) and was featured in distrowatch years ago.</p>
<p><a href="http://distrowatch.com/weekly.php?issue=20050829">http://distrowatch.com/weekly.php?issue=20050829</a></p>
<p>I asked him how he was, and what&#8217;s up in <a href="http://alinux.tv">aLinux</a> land (which hasn&#8217;t seen a release for quite a while).  In fact, I haven&#8217;t worked on <a href="http://pnutproject.org/">pnutproject</a> for quite a while either with Craig&#8230; real life since has taken over and I&#8217;ve been working quite busy for a start up company which I&#8217;ve been in for almost 3 years (never had so much fun programming and doing cool stuff with linux too!).</p>
<p>To make the long story short, aLinux lives, but not for distribution&#8230; yet.  I don&#8217;t know if Jay would release it to the public either (it still uses KDE 3.5.x, btw which I still prefer over KDE 4.x).</p>
<p>Anyways, here&#8217;s the screenshot for you to enjoy.  Have fun!</p>
<p><a href="http://www.ostalks.com/wp-content/uploads/2011/06/alinux.png"><img src="http://www.ostalks.com/wp-content/uploads/2011/06/alinux.png" alt="Unreleased aLinux Screenshot" width="538" height="336" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ostalks.com/2009/06/13/unreleased-alinux-screenshot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

