Filter news project

This my new hobby, read different news group and brief only the relevant information available in a tiddly wiki. That way I filter the spam and have something very clean and I hope to gain knowledge this way too . Sound fun right ! Lets get started ! You might …

Tiddly Wiki ?

I just discoverd tiddlywiki , it is just an amazing javascript based wiki . It is light weight and can be put to use for people who host web pages on a shared hosting and you are not willing to put too much effort into learning other CMS systems like …

Open Source Tools for Electronics Engineers

This is a post about various open source software available for electronics engineers . I am writing this as a note to myself ! Qucs project : Qucs is an integrated circuit simulator which means you are able to setup a circuit with a graphical user interface (GUI) and simulate …

Django Pain Points

1) Template system :- you have to learn the a whole new config language 2) Too much special purpose abstraction , eg for SQL etc .. Note that I am still learning 😛 . Good thing though is that once everything is setup , it is very easy to make …

Open Source Software for e learning content creation

I was searching for some open source elearning content creating software , just look at what i have found and i want to it share it with whoever that is reading my blog  ( possibly there is none other than myself). So here is a note to myself about the …

Python Programming

Python Programming I  actually knew a little bit of python and  learned python by reading the book beginning python programming by wrox press earlier.  Recently I got a chance to automate some build related stuff in Python, I chose python because i knew it is really suited for tasks like …

A date with haXe

I wanted to create a library of electronics tutorials for the game console site that i am building. I wanted a free open source flash like alternative. Flash is possibly the best way to create very interactive multimedia content for the web. There are some fanatics who are against flash, …

System Programming , Game Development and Kernel Development

Practical Compiler Development Part 1 This is a rather informal introduction to development of a hobby compiler . The more formal chapters on compiler development will be given in later tutorials. By the end of this tutorial you will be able to create a simple interpreter . This can be …