Archive for the 'Random' Category

Photoshop Phun

Someone posted an image of somewhere they’re staying in “Qatar Doha” (no, I don’t know exactly where that is ;)) on the SGS Forums, mentioning how similar it looks to the Battlefield 2 map, Strike at Karkand.

I thought it might be cool to try to make the image look a bit more like the map, adjusting the colour balance, adding the orangey dusty air effect, etc. Further on, someone posted an image with some player characters and a jet overlayed, I though it was a pretty cool idea, so I whipped out Photoshop, my previously modified image, the official BF2 site (for screenshots of vehicles and characters), and got to work.

The end result is pretty cool I think :D. Click for full versions (original on the left, mine on the right):

Karkand Photoshop (Original) Karkand Photoshop (Modified)

Update; toned down the colours a bit, didn’t realise the monitor I did this on originally was so off :P.

Technorati Tags: , , ,

My UT maps, mods, etc

In case anyone’s arrived here looking for my UT, Tribes 2, etc maps, mods, utilities, tutorials and things, you’ll find those along with downloads and things over on my ‘gaming resources’ site: http://www.unreal.co.za/shrimp/.

Technorati Tags: , , , , ,

My Cat

Because “Weblogs are things with cat pictures in them.”

Cat

Teh garden

Our massive sprawling estate :-)

New phone

So I got myself a shiney new samsung D500 phone!

Since WP supports posting by email and this phone can send them, i thought i would mess around a bit with the concept.

Heres a rather bad photo taken out my office window…

Email testing

Wordpress lets you write email messages to a specific email address and
it’ll periodically check for new messages, and post them to the blog!

Cool beans!

Check your email through Telnet

Ok so this is a little trick I picked up a few years ago when I developed the first version of ECheck and I started learning the POP3 protocol. It’s come in very handy when I’m away from my email client and don’t want to receive email anywhere and fragment my mailbox by spreading it across a few machines.

Firstly, this’ll work on both Linux and Windows systems, with no exrta software needed (assuming most Linux distros come with a Telnet client by default).

It’s a pretty useful thing everyone with an email account should know ;-).

Firstly, open a command prompt, and execute the following:

telnet <your.mail.server> 110

would obviously be replaced by the address (IP or hostname) of your POP3 server.

If you connect, you should be presended with a welcome message and a “+OK” message. You then enter the following commands to log in, replacing the contents of the “” with your details:

user <your@username>
pass <password>

After which, you should be greeted by another “+OK” assuming you managed to log in. If you make a typo, just send the line with the type - you usually cannot backspace and correct mistakes. Issue the correct command again.

Now that you’re in, let’s see your messages. To see how many messages and how big each of your messages is, send the following:

list

Once again a “+OK” line should be shown, followed by a very simple list of message IDs and file sizes (in bytes). Let’s preview a message, shall we?

top <id> <lines>

The headers for message , followed by up to number of lines from the message will be spammed to your console. You can find both the “Subject:” and “From:” header lines to decipher who the message is from and what it’s about. Of course you can also read the body…

Hmm? This message is junk mail or spam? Want to delete it before it hits your inbox?

dele <id>

… will delete the message with ID . It’s important to note that the message IDs are maintained - so if you delete message 1, message 2 will not fall into 1’s place. It’ll remain 2 for the remainder of the session.

If you’ve deleted the wrong message, all it not lost. You can ‘reset’ the mailbox status to how it was when you first connected:

rset

And once you’re done mucking around, disconnect nicely:

quit

It’s also worth noting that the commands are all case-insensitive, though I’m sure the ‘correct’ way of doing it would be to use all caps for commands, the server doesn’t seem to mind either way.

Have fun…

New Toy

So I went and bought myself a brand spanking new laptop last week :D.

It’s an HP Compaq NC8230 featuring the works - Intel Centrino CPU, ATI X600 ‘mini’ PCI-Express with it’s own 64MB RAM (don’t you just hate ’shared video RAM?’), 15.4″ widescreen display (with ambient light sensor to adjust brightness dynamically! Ooooooh, aaaah), only a 40GB HDD still, wifi, bluetooth, smart card reader stuffies, Win XP Pro SP2, etc etc etc.

All very nice :)
I went and got myself a virus on the day I unpacked it though… So much for the pre-installed Norton AntiVirus. Dumped Norton and tried out the home edition of avast! Anti Virus, which saved me rather smartly. Seems much nicer than the good old AVG system.

Anyway, it’s not as pretty as my old one (nx9010), but after a week using it at work, it actually feels more comfortable despite it’s more rigid, rectangular appearance.

Overall I’m very impressed :-).

Dynamic IP hassles

Dunno if anyone would have noticed but the site was blinking on and off last week, with dynamic DNS issues.

I’ve been using an application which runs as a service on my Windows machine, but it seems to often give up if it can’t get a new IP or the udate fails, and sometimes it just doesn’t bother even trying :-).

Anyway I slapped up a quick Python script to be run from a cron job at 5 minute intervals to check a website which provides my IP (like http://checkip.dyndns.org), grab the first IP it finds, and updates my ZoneEdit account with the new IP.

Seems to have been running reliably the past few days now.

I’ve dumped it on the Files page if anyone would like to give it a go. It’s set up for ZoneEdit, but I’m sure it’s easy to adapt to other services as well.

Off to Jo’burg

*sigh*

Seems I’ve been called off to head office again at literally a day’s notice. I was heading up next weekend though for a LAN with the Avatars (the UT clan I’m in), so I guess it isn’t all bad. Only problem now is carting around my PC, a new LCD monitor which I’ll pick up while I’m there, 2 weeks worth of clothing, and my laptop. Going to have to courier the PC up and have someone courier it and the monitor back after the LAN :(.

Internet is also blocked during office hours in head office, so I’m basically stuffed as I can’t exactly go home and see to things in the evenings. Where I’m responsible for a bunch of projects, websites, etc online, this isn’t exactly helpful at all. Hopefully I can still SSH home every now and then… Can’t even use VNC since my PC’s going to be all over the country.

Should be back by Monday the 28th… They don’t even know where I’m going to be staying while I’m up there.

*sigh* I hate this :(.

« Previous PageNext Page »