rblog

My code is open source

Ages ago I created my own project in Java that enables me to export my entire blog (or parts of it) to PDF. Not very useful for my personal blog off course, but for the two blogs I have created for my kids it is my master plan to sometime have a book created. Who knows, in 50 years if they are able to view the content of the B2Evolution blog, but paper will for sure last that long.

My project is hosted by Google Code, http://code.google.com/p/b2evolution-to-pdf/ – free for everyone to use with the limitations that the third party libraries have.

Main purpose of publishing it to Google Code is to have a backup of the code, not just store it on my Lenovo T60 laptop which is…7 years old now? Second, it might be that someone out there might have the same need as me, and maybe my effort could save them time.

British pair arrested in U.S. on terror charges over Twitter jokes

If you in the nearby future, or I would guess I could cut the word “nearby”, have plans to travel to the U.S, you must not under any circumstances offend the country in any way, what so ever. If you do you might end up as a suspected terrorist and be refused to enter the country…forever. It happened to a British pair since the guy had written some funny Twitter tweets…read all about it in DailyMail

Snow Leopard – Trash can won’t empty

For some reason that the “Secure empty trash”-function refuses to tell me, it would not totally empty my trash on our Macbook Pro running Snow Leopard 10.6.8. I stumbled across this Youtube-clip that got me started http://www.youtube.com/watch?v=lPTY8kHd0Hw [video:youtube:lPTY8kHd0Hw]
Point is that you need to go to the terminal and do a

cd ./.Trash
sudo rm -rf *.*

to get the files deleted. If you watch the video don’t worry about all the warnings of how dangerous the command is and also the thing he says that the command can have change – it won’t change, this is a basic Linux/Unix command. Anyhow, this helped me out and I got to empty the trash totally. I guess it is a feature, but I hate the fact that it cannot empty my trash without me using command line sudo rm…