Finally Bluehost guys didn’t listen to any logic. I sent them a complete list of all songs and their source and license. They still weren’t ready to listen. Of course I didn’t remove the songs. So, my site was pulled down. 1 day before the given deadline. I hope I didn’t loose any important email. The mailing list I made on my account are still working :x.
(more…)
So, yesterday I got a mail from bluehost saying that there are some copyrighted material on my site. I bought an account with bluehost in June/July 2007. I share it with some of my friends. One of them is bheekling who hates US copyright laws and the way they use it to exploit people. If you talk in favor of RIAA, he will probably kill you.
. And he also prefers to play with these laws. … so anyways, when we bought the hosting space, we decided that we will not put any pirated material on the site. It so seems that initially we were in doubt that japanese animes are not copyrighted. But it so seems they are. Its not copyrighted in US though. So, US law can not make me remove them from my site. Anyways Bluehost guys said that I have the following thing on site, which I must remove. (they use the word “copy written material”. I have no idea what that means
)
(more…)
2007 was overall good. I got to learn lots of things, and got to do lots of things. Got to talk to lot of cool people. Though I wouldn’t forget that it also brought 7th semester which was like the most difficult semester I ever had. This semester probably took my anxiety level to top. Some of the highlights of 2007 are below:
(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…)