<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.1" -->
<rss version="0.92">
<channel>
	<title>jolttz&#039;s blog</title>
	<link>http://blog.kaabel.net</link>
	<description>#!/usr/bin/perl</description>
	<lastBuildDate>Sun, 18 Jul 2010 14:20:25 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>[Perl] Highlight notification in Irssi</title>
		<description><![CDATA[I wrote a simple script that shows you a little notification on the top-right corner of your screen when someone highlights you. It uses notify-send to display the notification. If you don't have it just install "notify-osd" with your package manager. There are two things you might want to change: the icon for notification and [...]]]></description>
		<link>http://blog.kaabel.net/?p=128</link>
			</item>
	<item>
		<title>Quick FTP file/directory upload script</title>
		<description><![CDATA[Sorry for not posting for a while, school's keeping me busy.
I wrote a small Perl script today to upload a file or a directory to FTP server by command line. Usually I use FileZilla but sometimes you just need something small uploaded fast and don't want to run those resource wasting and slow GUI applications. [...]]]></description>
		<link>http://blog.kaabel.net/?p=107</link>
			</item>
	<item>
		<title>Annoyed of spam?</title>
		<description><![CDATA[Most of us have complained about the spam landing on our inboxes. Spam is a huge problem for mailservers and actually for all of us but now let's have look back.
Have you ever set your e-mail visible on some forums or website you are registering to (in some cases it's even a default option)? Have [...]]]></description>
		<link>http://blog.kaabel.net/?p=99</link>
			</item>
	<item>
		<title>YouTube Music Discovery Project</title>
		<description><![CDATA[An interesting project from YouTube. You just search for an artist and It'll create a playlist from YouTube videos containing your artist and some similar artists. It also shows all songs that can be found from YT by that artist and you can make your own playlist if you want.
I find it quite useful, finally [...]]]></description>
		<link>http://blog.kaabel.net/?p=92</link>
			</item>
	<item>
		<title>Convert all AVI&#8217;s from a directory to MP4 using ffmpeg and Perl</title>
		<description><![CDATA[I recently bought a new iPod (nano 5G) and I couldn't find a script that converts multiple AVI's from a directory to MP4 quickly so I wrote one myself. It uses ffmpeg to convert so you need to have it installed. 170MB AVI should be like 80MB as MP4.
#!/usr/bin/perl
#       [...]]]></description>
		<link>http://blog.kaabel.net/?p=64</link>
			</item>
	<item>
		<title>Highlight logger for xChat in Perl</title>
		<description><![CDATA[I haven't posted anything new for some time because I'm writing an IRC bot and I don't know when I'm going to release it. So I'm posting this old script I don't use any more  cause I use Irssi now but some people think it's useful  . I wrote this in October, 2009.
#!/usr/bin/perl
# [...]]]></description>
		<link>http://blog.kaabel.net/?p=60</link>
			</item>
	<item>
		<title>Rhythmbox Now Playing script for Irssi [Perl]</title>
		<description><![CDATA[Simple but cool script. Show the IRC people what you listen to 
Put the script to .irssi/scripts/autorun/ and load it from Irssi with "/run autorun/rhythm-np.pl".

#!/usr/bin/perl
#           rhythmbox-np.pl
#  Sun Jan 24 03:53:01 2010
#  Copyright  2010  jolttz
#  jolttz{ät}gmail{dot}com
#

use strict;
use Irssi;

Irssi::command_bind('np', 'np');

sub np {
	my [...]]]></description>
		<link>http://blog.kaabel.net/?p=57</link>
			</item>
	<item>
		<title>Automated clipboard to pastebin poster in Perl</title>
		<description><![CDATA[I'm a lazy person and I like making my life easier. That's probably why I like programming. I use Pastebin a lot and decided to write a script to automate the pasting process. The script takes your clipboard text, posts it to Pastebin and replaces clipboard with the link to the post. I binded the [...]]]></description>
		<link>http://blog.kaabel.net/?p=43</link>
			</item>
	<item>
		<title>Simple login script using MD5 encrypted password (Perl)</title>
		<description><![CDATA[I was bored today so I decided to write a login script in Perl. It isn't very secure and useful yet because the file where the MD5 encrypted password will be saved can be deleted and then it'll ask for a new password. This can easily be solved by removing the "check if file exists" [...]]]></description>
		<link>http://blog.kaabel.net/?p=33</link>
			</item>
	<item>
		<title>17 years old Windows security hole</title>
		<description><![CDATA["Microsoft isn’t having an easy time of it these days. In addition to the unpatched hole in Internet Explorer, a now published hole in Windows allows users with restricted access to escalate their privileges to system level – and this is believed to be possible on all 32-bit versions of Windows from Windows NT 3.1 [...]]]></description>
		<link>http://blog.kaabel.net/?p=35</link>
			</item>
</channel>
</rss>
