Other articles


  1. Seminar at TCE

    Rajesh's gave an online seminar talk about doing research for the students of TCE. Although Rajesh is not the perfect person (according to Rajesh ;-) to do so, Rajesh had shared the experiences of doing and writing up research works at IIT Madras. The event was conducted as a part of …

    read more
  2. My Learnings

    Some say learning stops when you grow old. But, according to me Learning begins from the day we are born till the our last breath. I am making a note of whatever I had(/have been) learnt(/learning) during my stay at IIT Madras. Everyone you see in this world …

    read more
  3. HiPC 2018!

    Rajesh has attended the HiPC conference which happened at Bangalore, India. He has met many students from IIIT hyderabad, IIT Tirupati. It was very useful and motivating towards his research direction.

    read more
  4. Learning to Teach CS1100/CS1111

    Terminal

    • Open terminal after pressing super key or using shortcut CTRL+ALT+T
    • ls - list the files in the current directory
    • pwd - List the path of the working directory/folder.
    • mkdir <DIRNAME> - Creates a directory named <DIRNAME>
    • cd <DIRNAME> - change directory to whatever specified in <DIRNAME>
    • rmdir <DIRNAME>- removed the …
    read more
  5. Linux

    This is where I am logging everything I know about Linux. There are so many distros out there. Whatever here works on debian based system like Ubuntu or Linux Mint, and might need a slight tinkering for other distros.

    command - ls

    • ls -l - long listing the file
    • ls -lrt - list …
    read more
  6. Handling Lab Course

    First Lab

    These are things we must be doing from different stake holders.

    Instructor:

    • We should know the strength of the class and give them how the lab is going be conducted.
    • System logins ready
    • Create a sheet that had list of assignments and list of TA per assignments.

    TAs …

    read more
  7. ACM Lecture Series

    As part of the "50 Years of Turing Award" talk series, the eighth talk has been scheduled at IIT Madras. The details are as follows:

    • Topic : Contributions ofJudea Pearl(Turing Award Recipient of 2011 for his invention of Bayesian Networks)
    • Speaker: Prof. Deepak Khemani (Dept. of CSE, IIT Madras)
    • Date …
    read more
  8. Hello Pelican!

    Hello There! I made this website using pelican. The coolest thing about pelican is you do not have to know html to create webpage. I created a few text files (more preciely markdown files) and pelican generated the HTML files for me. Of course you need know the markdown syntax …

    read more