Sheesh, I should learn to just roll over and die instead of stand up for my self some times.

Ma caught me doing some research on programming jobs. Now shes pushing, just what I need another pain in my ass. Programming is not like changing a frigging light bulb, Ok?

For petes sake its the kind of stuff a stack full of bachleors degrees would be competitive’ish for a start. Heck if I had ‘practical’ expirence that added up to my work history as a Scheiße Schaufel ‘er. I might actually stand a good chance. She doesn’t know a thing about programming. *huff* to her the FreeBSD and Linux Kernels are pieces of !@#$, to me they are works of art.

sigh… why can’t people ever leave me alone.. especially those that don’t understand (and usually in her case.. wont or can’t. (imho)). I need a ficken vacation.

I’m so tired of this place……

Rube

*sigh*

I don’t have time for starting off learning Ada and not in the mood for reading. So I’m toying with Ruby. Its good really, and I should brush up with Perl too.

I dunno why but for some reason I seem fascinated by the Ada language 0.o

Link fest

http://www.cs.wwc.edu/~aabyan/464/Book/index.html

http://tldp.org/HOWTO/GCC-Frontend-HOWTO-7.html

http://www.linuxjournal.com/article/7884

I’m going out of my fucking mind.

During the day its impossimble to do _any_ thing that requires concintration.

At night I can only work till my mind shuts down due to lack of sleep.

AND THEY DARE COMPLANE ABOUT MY HOME WORK !????????????

Gee

Ether I throw all of you the fuck out of the house for a few hours.

Or life stays as is and I live with torture.

….

Ready to burst here…

Reading

Some good links

http://www-128.ibm.com/developerworks/power/library/pa-ctypes1/index.html

http://www-128.ibm.com/developerworks/power/library/pa-ctypes2/index.html

http://www-128.ibm.com/developerworks/power/library/pa-ctypes3/index.html

http://www-128.ibm.com/developerworks/power/library/pa-ctypes4/index.html

Maybe I’m werid but it is interesting stuff ^_^

You know… if I was a smarter man I might pursue learning more about Particle Physics.

Its fascinating…

TBH I don’t hate mathematics per say. Its just the way school tends to put me to work on’em.

plan:

A table that gives A-Za-Z and 0-9 a nummerical value per char. So going to foo in table gives us bar.

Find our position in the table by looping through the table. But instead of A-9 or some thing. Do it sorted via commonality.

Increment our position in the table by an arbitrary rotation value. If we’re at the end of the table, start from the beginning again.

Remember that !!!

also, gotta figure some thing out /w that PBI. Dunno a good way of doing it any better then now for the NIC list.

Backup took about 2 hours to take, plus a lot of set up time because of networking issues… It was to much bugger working with the install disk as a subsitute R&RO disk.

So booted and dropped to single user, mounted stuff RO after having fsck’d it with the install disk. Dumped it ‘cross the network after sorting out a minor issue with PF ! Alls good but next time I think I need more compression and less speed on the gzip.

Only problem is I need to get the archive to a partition I can trust, that would be a FAT32 one but the max file size is 4GB and the backups a bit fatter then that. Tried to copy it to an ext3fs so I could test doing a restore to a Linux partition. While ext3 I think can handle files 16GB++ to a few TB. I could only create a 2GB file on it so bonkers.

If I can bzip or 7z it down to the right size I might be able to burn it to DVD-R. I think my best bet would be to *try* and copy the the dump from the ufs2 slice to my ntfs one using an ifs driver for it on XP.

Gotta look at: http://synergy2.sourceforge.net/

Taking a dump(8) to – (stdin) and piping it to gzip and using |ssh over the network to use dd to create a backup might not be a bad idea.

dump -0f – / | gzip -2 | ssh -c blowfish Terry@IP dd of=vectra_date.gz

hmm.