Skip to main content

What a week-end.

Well, this week-end started off with a bang. First I had the EPI-USE year-end function: a dangerously silly-sounding theme of 50s, 60s and 70s. I had a shower and then took a nap, hoping beyond hope for fate to take a hand and cause me to oversleep and miss it. But then Aubrey phoned and chided me into going after all. (By that time I was already 30 minutes late, but found this not to be a problem since everyone else was).

Well, the party turned out to be entertaining, and I could at least squeeze out a "Jean Genie" from the Jukebox.

I left early (11pm) with some friends, and went to my place to watch "Princess Bride", chat some and watch some music videos, talk and drink coffee.

Got to bed at only 2am.

Saturday after I got back from the 'boere-mark' having bought loads of berries, I decided to clean out my place, and I practically got rid of half my furniture. I drove around like a crazy looking tor places selling leather couches, and finally went home. The evening I went to Menlyn shopping centre, and true to self, impulsively bought a neat 3-seater plush leather couch. Yummy... (will only get it in Feb. though) I felt so flamboyant, that afterward I went to dine (without a reservation!) at 'La Madeleine' with by best friend.

Sunday started with the holistic fayre (an essoteric fair) where I had my eyes examined by an Iridologist who likened me to a stud bull.... Hmm...

|         (__)                [@@]          ?  (__)  ?              (__)
| (oo) <=|^^|=> ? (oo) ? |\/|(oo)
| /-------VV /--------- \/ /-------\/ /--| \--\/
| / | || / | || / | || / | ||
|* ||----|| / | || * ||----|| * ||----||
| ^^ ^^ * ||------|| ^^ ^^ ^^ ^^
| ^^ ^^
| Cownt Dracula Francownstein Where Cow Cow bird
| Cow
-grin-

After the fair I got rid of most of my furniture with the help of Aubrey, after which I rushed to the gym and had a grueling session of squash (of which I lost 6 games out of 6)

Also quickly played 2 Go games against Riaan... one even, the other with 6 stones handicap... beat him both times by about 35 points.

Then went home and slept.

Well, nothing more to report...

Comments

Popular posts from this blog

Firefox: Open diverted links in new background tab instead of new window

This has frustrated me for a long time... something I really liked about Opera. Go to 'about:config' url and set: browser.tabs.loadInBackground to true (should be already) browser.tabs.showSingleWindowModePrefs to true browser.tabs.loadDivertedInBac kground to true Then in advanced preferences is a new option: 'Force links that open a new window to:' can be used for immesdiate effect.

Why torrent low-ratio banning is killing the network and is generally a bad idea.

It seems a growing trend for people to get banned for low share ratios. Now I can understand how this would appeal to some people`s sense of (in)justice as there are people out there who do not understand that not sharing while you download will ultimately make you download yours slower as you supply bits to other people who would otherwise been supplied by the seeder, making it possible for you to download from open slots at the seeder. These are typlically low-intellect `kiddies` who don`t do math and then download hacked clients because they are just stupid. I agree that these people are evil. But putting a share-ratio of 0.9 and higher as mandatory is just insane. (IMHO 0.1 is the absolute maximum) Take the following example (using mathematical induction and taking values to extremes) if I limited my download to 1k/s and my upload to 25k/s (I have a 256/256 connection) my share ratio inexorably tends to go to sub-1.0. In fact, I find that only the T1 people seems to...

Creating a SSH tunnel to the internet.

Ever been at a client with Orwellian access restrictions on the internet? Why not use what they provide you to the max without cracking their security. What you will need: 1. Access/login to a linux machine with ssh running on port 80 (or 443) (See UnixShell - They're grrreat!) 2. The proxytunnel client program . Creating the tunnel: Firstly you will need to create a TCPIP tunnel through your proxy server. For my example I'm running OS X (on my shiny MacBook Pro). To do this, add the following (2 lines) to your ~/.ssh/config file: Host shell.my-host.com ProxyCommand /Users/teuton/bin/proxytunnel -N -p "local-proxy:8080" -u "proxy-user" -s "proxy-pass" -d "shell.my-host.com:443" Great! We are all set! You may need to tweak these settings depending on your local proxy server type and configuration (NTML auth etc) Now the easy part. Creating the proxy: To ssh into your machine simply type: > ssh teuton@shell.my-host.com To make...