LoseThos - 64bit open source free operating system
Posted by webstuffscan on 20th November 2008
LoseThos is a small 64bit open source free operating system available for IBM PC compatible computers. It is written and released by Terry A. Davis
and is an operating system developed from ground up. The primary focus of this operating system seems to be video games (really simple ones!) and is intended for "programming as entertainment". Interestingly it also introduces a new language very much similar to C/C++!
The latest version available as of November 11th 2008 is V4.19 and the ISO file is less than 20MB. The distribution is a "live cd" and you can boot into the OS by burning it into a CD. Since LoseThos is a pure 64bit OS, it will work only on those systems or virtual machines which support 64bit. For example, Linux qemu emulator is not supported.
What makes LoseThos interesting is that the whole of the OS is written by Terry over a period of 5 years. It has over 100,000 lines of code. Programmers may find LoseThos as an interesting toy! It allows complete access to all the hardware and there is minimal layering.
LoseThos Hardware Requirements
- IBM PC Compatible (EM64T)
- VGA Graphics
- Minimum 256MB RAM and a maximum of 128GB RAM!
- CD-ROM but no SCSI
- ATA/SATA hard drives
- Gameport Joystick/RS232 serial port but no USB
LoseThos is currently just a hobby OS which can be fun for programmers. But who knows, it might even inspire someone to create an exceptional 64 bit open source operating system in future!
Don’t waste your time trying to get this running on Vmware Workstation. After trying for a few minutes I realized that LoseThos uses non standard stuff and hence Vmware cannot support it. In fact I was also unable to get this running on my latest machine which is Intel Quad core CPU (Q9300).
Posted in Programming | No Comments »

Ruby on Rails is the hot new Web application framework based on Ruby language. It offers unmatched programmer productivity and has taken over the Web2.0 application development. In this post, I will look at some of the free tutorials and free ebooks on Ruby on Rails available for download.
It is almost a year since I quit my regular job and started my freelance career. It turned out to be much more tough than I thought. Though I enjoy much more freedom, I am yet to pull off the same income I had with my previous job. But the good thing is that there are no limits as to what I can do!



















Ruby language is one of the most elegant computer languages out there. You can write highly efficient code with Ruby. It is also very popular and bagged the programming language of the year award in 2006! In this post, I will look at the free ebooks available for Ruby.
Plone is a content management system built on Zope application server. Learning Plone is tough. What I have learned so far is that in order to be a successful Plone developer, first you need have to solid understanding of Zope concepts and Python programming language. Once that is taken care, you can jump into Plone!
WSAD from IBM is one of the best tools available out there for enterprise Java development. It is a perfect IDE where everything in Java (EJB, servlets, JSP, webservices etc.) can be developed with ease. Here are some WSAD tips which my fellow programmers find quite useful.

I have been programming for over 10 years. Even now I am still learning a lot about good programming. Programming is a skill which is improved by practice and experience. True, people are born with different programming capabilities, still many techniques can be learned only with experience.
Nowadays many software service providers have dedicated testing teams to carry out software testing. One problem with this is that the testing team becomes disconnected from the developer team. It also brings inter team politics as a new issue in software development.