Kushal Das

FOSS and life. Kushal Das talks here.

kushal76uaid62oup5774umh654scnu5dwzh4u2534qxhcbi4wbab3ad.onion

svn stat

A        New House A        Road Tax

Now whoever told me that Pune is cheap, forgot to inform that new parts of Pune is costlier than Bangalore :(

Look before you speak

The line is for me and should be working for others too. Couple of weeks back I just asked one of the well known Fedora contributor to go and ask in #fedora instead of asking in #fedora-devel.  He was in shock listening to that. Sometimes I do miss the mappings of IRC nick and real name and this was one such bad time :(

Now trying to indentify first then only speaking :)

Some more thoughts on fedora.co.in

Fedora community is something which I love to work for. Now already debarshi pointed out his opinion. I completely agree on his points. When I brought this point up, my concern was (which is still same) to keep our community's name clean.

The owner of the domain may think it is very nice to earn money from advertisements  while using the community's goodwill and name, but it pissed us off.

I wish if I can use free() in the real world.

So it started

We started the summer training today :)

I thought of having at most 10 students, but in time more than 30 students were present in the room. Debarshi started talking classes on simple shell commands , he was too good :)  Then after dinner I took Vim class. We will continue everything tomorrow.

You can find chat logs here.

Tomorrow we will again starting from 7pm. pjp will start "C programming with gcc" from tomorrow 10:30pm.

My .vimrc file

Here is the current version

set nocompatible
set et
set ai
set sw=4
set ts=8
set si
set nu
set is
set ic
set sm
set sta
syn on
set backspace=indent,eol,start
set hlsearch
set ruler
set nobackup
set nowritebackup
au FileType make set noet

Now tell me some more cool settings I can add here.