Over the past few months I have been dabbling in Python and I must say it is a very amazing language. I have learned quite a bit from it and overall it seems like a very side language. The other thing I have been playing with has been MongoDB which to me is like an revelation! Why havent I been using MongoDB all along?!?! Oh thats right it doesn’t mix well with PHP. Well I will tell you this, it works wonderful with Python....
Read MoreIF DIABLO 3 WERE A GIRL
That is all…
Read MoreParallels == AWESOME
I am not sure if its years of fussing with Wine or if this piece of software is really as amazing as I feel it is but I figured I would post about it and let everyone else decided Recently my work bought me a brand new shiny Mac Book Pro (17″ 2.3ghz i& quad core, 8GB ram, 128gb SSD, MONSTER), because it is my main platform and where I develop best. So anyways, our office is infested with windows tech so I couldn’t just...
Read MoreFacebook Security Alert!
So I was browsing around on some friends blog and I found this very interesting post that scared me half to shit but it then made me realize why so many accounts where getting hacked. This blog post was here, you guys should read it too on top of what I say. Its a blog post from a fellow haxintosher I follow for great tips for osx86 Anyways the program is called Faceniff and it runs on any rooted android phone and when connected to a...
Read MoreQUICKTIP: Reset file permission on linux/osx
You ever have those times where file permissions are all messed up and you can seem to access certain folders or you accidentally did something stupid like “chmod 777 /somedir/*” or the wrong user owns the files like say… root? Well here is a fix for that The following commands should be ran as root or su/sudo. Reset Ownership $ find /path/to/directory/ -type f -exec chown yourusername:yourusername {} \; Reset File...
Read Moreregister_globals die plzkthx!
I must admit I feel like a dumbass after spending the time I did on a problem after finding out what was the true problem. Earlier today I spent an hour trying to figure out why some variables were changing and acting in unexpected ways in some code I was working on. After about an hour of frustration and sifting through code looking for places it might be overwritten to find out it was because register_globals was on in the server config....
Read MoreI love you Google!
So yesterday I herd a knock at the door so I went downstairs to see who it was and when I opened the door the UPS truck was driving away (that fucker never waits for an answer). I look on the porch and there is a package and I am thinking wtf could this be, maybe my sons mom sent him something else. I pick the box up and its pretty heavy. I look at who its too and its to me, I wasnt expecting a package so I look at who its from… Bryan...
Read More
