new job blegh 2 May, 2007 at 10:43 am
I’m not entriely sure i’m diggin my new job …
primarily b/c i’ve got shit-all to do most days. hell, even sudoku and kakuro have gotten boring. they’re either easy, or way more complicated (5* ones) than I’m interested in putting for the effort on (4* i can do in about 10 minutes, 5* I usually have to do two or three times b/c I miss some bit and end up with two 8′s in a row … i love how i can get all the squares, all the verticals, and have ONE wrong horizontal .. . wtf? shouldn’t this have an effect on something else ???) I’ve taken to taking my netflix in and watching them on my laptop while I read blogs. but the handful i read either update sporadically, or simply not that much, so it really doesn’t take a lot of time :/
then there’s the fact that when I do have something to do, it’s tweaking some BAD FUCKING CODE. one task i found this week was going through and tweaking some code that queries a database, saves THE ENTIRE RESULT to an array in a file, then a second script that gets used regularly to READ THE ENTIRE ARRAY in and use like 1 value. thats like 1 column of 1 result. it was done to “help” with database overhead, to keep it from overloading. apparently they didn’t realize that this is like 5 BILLION percent harder on the server, and that the database is DESIGNED for this shit. of coures, this is probably a result of the morons who have 5 databases, and so run 7 or 8 mysql servers, each one with all the databases that were there when whatever was added, none of htem in sync, and all of the shittily configured. but at least they know what they’re doing.
Oh, and that first script? it has 30 different SQL queries. 15 of them are identical except for the WHERE clause, then 10 more, then the last 5 are UNIONS that look like two of the previous queries munched together b/c they didn’t want to “complicate” the WHERE clause … *Sigh*
I kinda hate these scripts. i really want to gut the shit and start over everything i touch there, b/c it’s all just so BAD. oi. but i can’t, b/c that requires an official request, and since they work no one wants to request it.
and the DBA stuff I was hired to do? hell, most of my msyql access is stolen from the scripts I’ve worked on and i swipe the passwords so i can see what’s in the db that i’m accessing at least. can’t change anything.
*sigh* maybe if i get my mysql cert it’ll get better and i’ll be allwoed to swipe some of hte databases back internal like i was told was the original plan.
otherwise, I gotta start working on miscellaneous projects. like subversion and making vmware install to a user-dir instead of the root-dirs,and just have a run-as-root script for the root-necessary bits or stuff and whatever.
b/c the other option is looking for a new job again, and given that the last two times (02 and 06) the increase in income did absolutely nothing for the $$$ situation, i’m not sure it’s worth it. and if i do decide to in a year or so, i’ll have the cert, so maybe that’ll help ;)