seralize my thoughts into posts

Archive for the ‘personal’ Category

my special software moments

I have some special software moments that I will never forget. I’m not talking about sleepless night fighting a voodoo bug.

I’m talking about special moment in which I realised that I have just taken my first step into a new exciting world of software, ideas, and innovative applications.

Here are my special software moments:

  • my first “Hello World” program  – It was written on night we bought our first computer, back in the mid 80’s. We connected our  brand new Atari 800XL to the T.V. and typed the 1st basic program from the User Guide Handbook. If I’m not mistaken the program was drawing an image of a  lightning  and playing the sound of a thunder.

  • The second  special software moment was during my studies at the Technion. I managed to send a string between 2 computers. I followed the Java sockets client / server tutorial which is an implementation of the Knock-Knock joke. It was in the computer farm in the faculty, and I actually remember my self typing a string on one computer and running to the other corner of the room, to see the exact same string displayed on the console.
  • Fuse is a Linux Kernel module,  which allows developers to implement a simple API in order to implement their own file system, and mount it. It helped me understand what is the real essence of a file system. A read-only File System is an application that when it receives a path it should return the following information about its:
    • type (is it a directory, a file, a link…)
    • properties (permission, owner, created time…)
    • content

In all these special software moments I got the similar feeling that I just found a seed for a lot of new ideas, and may hours of fun developing cool applications.

What are yours special software moment ?