Tech Support?

http://www.cracked.com/article_17271_why-tech-support-sucks-look-behind-scenes.html

That’s why I only call Tech Support(tm) for HCFs, and not the stupid PEBKACs so many lusers call in, and screw things up for the rest of the world >>.

And this has got to be the best pic of a tech-support call result that I have ever laughed at xD

Hitman

Just finished watching the movie Hitman. I missed the first ~15 minutes :-(, but hey… I just woke up lol. Quite interesting, and the ending…. bloody brilliant! I’ve never gotten a chance to play any of the games, but have always been interested in the series – stealth over shoot’em up.

A copy of Hitman Trilogy would be sweet, lol.

left or right brain?

http://www.news.com.au/perthnow/story/0,21598,22492511-5005375,00.html

To my crazy brain: clockwise, all the way and only way lol.

She appears to be spinning from right to left, and to my head that equates as clockwise. Also given the angle of her foot, and the momentum, I would be inclined to believe that the model “spun out” with the left leg, rather then spun in with it; i.e. she started to spin with the leg moving away from the right leg, rather then towards it; thus starting the loop anti-clockwise, but appearing to be turning clockwise at first glance, in so far as my brain works.

Because who would have noticed her leg in the first frame lol?

Descriptions there and else where relating to the right cerebral hemisphere seem to connect well enough with how I think :-/

Ahh finally….

Got home from the vet a little bit ago, and off work an hour before that lol. Had to take Coco for her checkup, and bring Willow along for the ride so she wouldn’t destroy the house in jealousy! As soon as she found out we were going to the Victor Echo Tangos, her mind changed xD.

Coco’s doing good for an 11 year old, down to 5 lbs / 11 oz (~2.6kg). Maybe I should stop teezing her about being a fat belly with chicken legs? Haha! Now the two tweedle-heads are snoozing the day way.

I’m just glad to have my *corner* of the bed, lol.

It’s finally Fryday, get a little time off… been working almost the entire week straight, and same thing next week. I haven’t gotten much of anything done lately, just to fricken tired. These days, the stuff going on around the computer is about the only positive part of my life left…

Random ideas: an ed in perl?

command line processor ->
[addr1 [,addr2] ] [ [ command ] [ flag ] ]

extract the address start / end range, look up the codref for command
and extract the flag if any.

Use defaults from the table if addresses are omitted / command omitted /
flags omitted / etc.

apply linear commands ->

$cmds{subsitute}->($line, $flag);

each command is applied to a string, $line, and passed any extracted
flag is passed as an option argument to the subref. (e.g. p,n,l, or g)

text marshal/serialize routines ->

if using tempfile:
extract line range into an array of lines

else using memory:
suck file into an array of lines

that array of lines is the text to apply the linear commands to.
the result is then used to update the buffer (array/tempfile)

I/O ->
truncate user file and copy buffer to user file

Bang escape ->
! can be implemented with the gx or `` syntax in perl

notes

pped / ed: if invoked as ed, turn on BRE support.
opts: -s, suppress diagnostics for scripts
-p, set prompt string to 'string'
--regex={basic,perl} set traditional or perl re's
-P set perl re's
-B set basic re's
-S, --map edit file in memory
-n, novice mode: same as 'H' command

doing files in memory sucks the file into an array of lines; basically
a pseudo-mmap. This simplifies the marshal/serialize code, and removes
the need for a temporary file, but causes memory usage to balloon in
proportion to the file size.


S[flag] [value]

set option flag to value; omit flag and value to print all options
P, ps prompt string (str)
B, re use basic regular expressions (int)
N, nl set 'n' marker for writing out lines (int)
H, he same as 'H' command

Something I wish I had time to do

Write a conversational IRC bot, lol.

I Figure, load two processes, a communications layer and an automation layer; in this case the communications layer would be a simple relay between an IRC channel and the automatas standard I/O streams; messages on the channel would get written to the automatas standard input, and messages to send to the channel would be read from the automatas standard output.

I would want the thing to have some concept of learning, maybe build a dictionary of language; perhaps start off with a limited knowledge of words; storing words it doesn’t know into a database for later analysis. And then once a number of words have been manually entered into it with attached meta data, program it to perform the analysis itself; trying to figure out what kind of words it sees but doesn’t know about yet, and then write out plugin code with the bots “best guess”, and if it gets it wrong, I could manually change it, and it would have to study the differences between my correction and it’s choice, and modify it’s guessing based on experience. (Implementing that would be fun in it’s own right, lol.).

That would logically be easy enough to design and study, the question is how to make it educating enough that you can actually have people chatter with it.

Haha, I always laugh when people mistake bots for humans on IRC xD