# Asus X53SJ: iATKOS ML2Drivers and Extra – package

In this short tutorial we're going to run MacOs X Mountain Lion on Asus X53SJ Notebook (with Intel Core i3 2310M CPU) using iATKOS ML2. From my experience this is the fastest and the most painless way to make it working. In the download section I've uploaded the kext drivers and a bit modified DSDT.aml which I found on osx86.net (with turns off nvidia hybrid/optimus graphics)

Read more

# Complex debugging php with Valgrind [FreeBSD 7.3, LogStash]

Have you ever wonder how php errors affect performance? Every time script is being run, compiler handles errors somehow. So the question is "How? What can I get by fixing those "less important" issues?" (Except obvious benefit which is better code). In this article we're going to take a deep look into php generated errors and we'll try to analyze results and draw some conclusions from that.

Read more