Yesterday, when I was doing the final preparation for my presentation for CS727 course project, someone was tying rope around the fan in his room, and sometime after that, a good observation was made. The way suicides are shown in Bollywood movies, its pretty much true. Fan can in fact take the burden of a dead body. Oh, by the way, IITK is best at that. It is bearing (why bearing? you will know as this post progresses) burden of God knows how many suicides. At least it is 5th time in my stay here in IITK. Only 2 of my batch mates “could” do this daring task. I “know” some more tried, at least thought about it. Its not only daring but geeky as well to come up with new ideas. See, all 5 had different ways of doing this deed. What actually is more problematic for me is that this guy had to do this just before end semester exam. I remember screwing my 625 end semester exam because of similar incidence. And I have got 648 exam tomorrow.
…. oh yeah, my 727 presentation went well. It was my 20th project at IITK.
(more…)
Last week I went to Hyderabad to this “IIT Hire Meet” of Microsoft. It sort of sucked. They called all IIT students hired by Microsoft Indian Development Center. Yes, they had hired me as well. In December when placements started in IITK, Microsoft was the first CS company to hire students. I didn’t plan to sit for their first exam, but my friend woke me and asked me to take the test for the sake of practice. I did that. Though I was sure I wouldn’t get selected (considering that I had a bad fight (about Open Source community infringing some patents) with them just 1 months back when they came here for Microsoft Day, and the same HR lady came for placements as well.). Anyways Arun called me (otherwise I wasn’t very keen to know the result) and informed that I have cleared first round. The next round was just after 15 minutes and I didn’t have clothes and hadn’t had bath. That was a fun day. I was finally selected. I was 1 of the 4 selected from UG students. I then wanted to join Microsoft. I think it would have been cool to have an experience to see them working. And anyways since I am fan of some of their products it would have been cooler.
(more…)
Pidgin has a cool plugin named “Text Replacement”. It has a built in big mapping between wrong spellings and correct spellings. So recently in #xchat IRC channel, someone asked for auto replace plugin. XChat has plugin for auto replacement, but it doesn’t have a map. You have to make the map yourself. XChat doesn’t allow cool options that pidgin gives (like case sensitive/insensitive or exact match or partial), so the mapping I am providing is case sensitive and exact match. I converted that Pidgin map (which is usually stored in “~/.purple/dict”) into XChat format (stored in “~/.xchat2/replace.conf”) . So, you can download the replace.conf file from the below given link, and can replace your current replace.conf with this file.
(more…)
Recently I started using IRC a lot. As I was doing some django, PyQT and KDE/C++ development. Yes, its lot of development. And then whenever I want to ask some question on IRC, I have to use pastebin/dpaste. ( dpaste is developed upon django framework.
). Now, to dpaste any code, I have to switch to Firefox, I have to use mouse as well. I have to copy paste the link to xchat. This was tedious task for me. So, I started making a plugin for xchat so that I could easily paste my code. Fortunately XChat has python plugin interface.
(more…)
So, I had to change the feedparser code to run it behind proxy. Basically the idea is that python by default doesn’t user environment variables http proxy. You have to specify it in the python code.
(more…)
If you are under a proxy server, and want to access net using http or ftp through Konsole/Terminal, you will need to export http_proxy/ftp_proxy variables. One simple way to do so is that you type the following 2 commands :
$export http_proxy="http://username:password@proxyserver:proxyport"
$export ftp_proxy="http://username:password@proxyserver:proxyport"
You will need to replace “username”, “password”, “proxyserver” and “proxyport” with appropriate values.
(more…)
So, again, we were expecting 50-60 people. Before FOSSKriti whiling planning for FOSSKriti, I was arguing with Arun saying that there wouldn’t be much participation for linux kernel workshop and we dont need 50 computers. To all my surprise, we had around 300 people interested in the workshop.
(more…)
Wow, I didn’t expect such an awesome response. I was thinking that only 10-20 people will come, but we had a huge participation. Rather I told Nanda, one of the guys from Cleartip.com our sponsor and IITK alumni, that we are expecting 30-40 people. Wow, we had like 60-70 people.
(more…)
For last few days, I have been talking to people (mainly IITK students) about different events we have in FOSSKriti. I found people pretty enthusiastic about different events. I am pointing out those events here:
(more…)
So this year in Techkriti, we are going to have FOSSKriti as well. FOSSKriti is basically a set of talks, lectures, workshop, hackfest and BoFs about different open source softwares. We have called people from Gnome, KDE, LinuxChix and cool people from Cleartrip (who is supporting this event) to give talks and workshops. Everything has been planned. Checkout the FOSSKriti site to get more information about it.
(more…)