Remember I once said that C is better than C++, so, I know I am completely biased. But I simply like C. I am a fan of its simplicity. And of course C has to be faster than C++ (which was never distinguishable in the type of programming I have done till now
). So, today I got another material to support the point that C is better than C++. Checkout here. I will keep calling Linux Linux, not GNU/Linux
.
So, finally CS Department of IIT Kanpur has taken a step to decrease faculty-student distance. Every Wednesday students and faculty members meet at 5PM and talk over a cup of tea and samosas. The topics are supposed to be informal. So, it wouldn’t be just about acads. Today was second meet. I couldn’t attend last meeting, but today I was there. I was 20 mins late, so missed tea and samosa. But it will be compensated next time, we are going to have pizzas and cold drinks in next get-together
. Yes baby, CS department is the coolest (at least pretends) department of IITK.
(more…)
In my post about google products, I had shown my wish to have a desktop application for calendar which should sync it’s data with an online server so that I will not have to open browser to see calendar, and I will be able to see calendar even if I do not have my laptop with me.
(more…)
So, you are a geek. You want to write lot of technical things on your wordpress blog. And since you are a geek you want to write technical things in Latex. How do you do? One way is that you write latex code, make pdf, take screenshot, pick the desirable part, and use that image on blog. Ofcourse thats inconvenient and surely doesn’t go with your nerd personality. You want to write Latex code in your blog post. Here are 2 solutions. One is that you use wp-latex plugin. Using this plugin you will be able to write proper Latex code in your blog using <latex></latex> tags. But the problem is that this plugin uses Latex, which is not usually supported by web hosts, including Bluehost. And installing tetex locally is painful. So, here comes the second solution. Use mimetex. Checkout http://www.forkosh.dreamhost.com/mimetex.cgi?l_2 . Similarly you can get other latex output by replacing l_2. One guy used this property and made a plugin. Using this plugin you can use latex code, basically mimetex (which is a bit different from Latex) with <tex></tex> tags. I couldn’t get it working. Another guy changed this script and made it working with \[tex\]\[\/tex\] tags. It didn’t work as well. This new plugin downloads this image and stores in wp-content/cache folder. But it downloads this image every time someone opens the post. Of course it consumes lot of server and bandwidth. So, I made a small tweak in it. I replaced it’s 15 lines with 1 line.
Basically, now instead of downloading the image, it puts src as http://www.forkosh.dreamhost.com/mimetex.cgi? blah blah. And see I am able to use latex code.
(more…)
Last week was a different week for me. My schedule was all screwed. In general, I slept at around 4PM (IST) and woke up at 11PM. But, this wasn’t that bad schedule as I got good peaceful lonely time to work. Though, last week I slept for just 30 hours. I had exam which is screwed big time. Then had assignments and the biggest part was used for BTech Project. I had some tough time doing the work my guide gave to me. Though it was interesting at the end. As, I got to learn lot of things. And then yesterday’s meeting went well. I have now a lot of things to do. Most of it are the things that even my professor himself have no idea about. I think I am going to enjoy my BTech Project.
And yeah, I have started another blog to write about the work I am doing in the project. Check out www.rohitj.net/researchblog/ . It’s again powered by wordpress.