Archive for November, 2005


Raw IRC

Somoene mentioned to me that they don’t have a irc client today. This is no excuse, so of course I thought I will write a article on how to connect to a IRC channel through raw connection. For this example I am using netcat (nc) but you can also use telnet or similar.

First thing […]

Syskey for Windows

Of course I am not a windows person, but I felt that I should share this since lot of people will find it helpful. Putting a password for your computer is a very good thing, it won’t prevent anyone from finally getting the data but at least make it harder for them to get in. […]

Bad Web Design, Bad

PHP is nice, its simple and very easy to learn. Its very secure too, but thats only when you write you php applications correctly with security in mind. One of the worst things you can ever do is this. (Same goes to ASP, Perl and other languages as well)

site.com/phppage.php?filename=somepage.file

Taking the file name to be included […]

Good Bye vim…

… and hello Emacs. Or at least thats the plan. The site was pretty inactive for the past few weeks because of insane amounts of school work, so I have to write something. So I have decided to ditch vim as my primary editor and switch to Emacs. I never really had used Emacs before […]