April 30, 2008

Underneath It All (Nine Inch Nails Tribute)

I'm not really into Nine Inch Nails, but since I know quite a few readers of this blog are fans of NIN, and since I think this compilation is going under the radar, here's some pub:

Underneath It All (Nine Inch Nails Tribute) is a free 2CD's compilation in digital format, a tribute with 31 NIN covers. It was released today, and can be freely downloaded here.

The artwork, where the track listing is, can be viewed and downloaded here.


Underneath It All (Nine Inch Nails Tribute)

April 27, 2008

Lest we Forget

While with silence in this blog, the last two days were spent in rememberance.

In the 25th, here in Portugal, is a day to celebrate Freedom, since it was in the 25th of April that Portugal got rid of an oppressive regime. I could write countless words about the importance of this event, but instead I'll just leave you with a post about the 25th of April and Freedom.

In the 26th, time to mourn and manifest. The 22nd anniversary of Chernobyl Nuclear Disaster. Anti-Nuclear Artists from all over the world decided to mark this day by releasing the (free, creative commons) "Anti-Nuclear Music Compilation". I participated with an unreleased Merankorii track. Know more about this compilation here.

April 25, 2008

Connecting to SLTalker via SSL

I've missed the opportunity to see Wong Kar Wai's latest movie this evening, so instead, I kept the ride of "coding for talkers" from this morning, when I made a Twitter reader for Selva, and decided to finaly implement SSL for SLTalker. For those that do not know, SLTalker is a personal project of mine of implementing a talker-like interface for Second Life.

So, how to connect via telnet over SSL? Easy: the host is portugal-virtual.org and the port is 123. If you're in GNU/Linux or any *nix-like environment you can try

telnet -z ssl portugal-virtual.org 123

If you get an error saying that the -z option isn't available is because you don't have netkit's telnet-ssl package installed. Another option (bad choice in terms of usability, but this one works also on Windows) is to use OpenSSL and try:

openssl s_client -host portugal-virtual.org -port 123

Now, if you want a decent client, I recommend you to try out the popular TinyFugue (best known as tf), that already has SSL support in it's 5.0 version (still in beta). This is the only alternative I know to OpenSSL for Windows.

If you try this and have some feedback. please leave a comment. And yes, I know you're waiting for new features, bugs fixed and more usability: I'm working on that, but I'm yet far from ready to a new (and quite different) release. Bare with me...