Okay you have to admit, Apple does some good things with their tech, The design and products look amazing and I would have a Macbook air in a heartbeat if it was not for the price, they are worth the price but not for a Linux user, someone like me would almost instantly break the warranty.
So whats the next best thing, Look at the technology powering the OS and see what Linux can do to simulate the power of OSX, well more like what did OSX do to copy the power of Linux.
Now I will say it, OSX is more polished and easier to use daily as the system is designed for pure simplicity, it takes no time at all to be ready with Apple, Linux does slightly, but you loose freedom, which I would give time for freedom anyday, anyways lets look at the underlying technology in the new OSX mavericks, and how they link to Linux.
Timer coalescing
This kind of reminds me of wake locks from android, where the system will randomly wake up to do a task, all being without user interaction and knowledge, these are massive battery drainers on android, Timer coalescing attempts to solve this by syncing these sort of wake locks to do it together and make the whole thing reduce less power, allowing the system to fully spin down disks and sleep the CPU (Deep sleep mode) (To the best of my limited knowledge)
Apple has just gained this with 10.9 which is great news, but as I have seen of Apple keynotes they applaud everything that comes out of their mouths, This is a super old technology, Windows and Linux has had this for years and its prebuilt into Linux kernel, as of 2.6.22 so if your on a distro from the last 3 years thats not debian, you have it installed, it only works on battery power and apple seem to have it setup in a very decent way, but their words hide the truth of this tech.
But non the less its a decent technology increasing our battery a fair amount so don't feel left out :)
App Nap
This basically scales down the resources for the app to a minimum to reduce the hit on battery/performance while remaining open but using significantly less power, BRILLIANT! I hear you cry, as far as I know its not in Linux there is a prototype but I am unsure if its actively around in the kernel now, Hopefully someone has more info but this would be brilliant in Linux and much better received over here than there, as Linux users have a general better idea about their system than OSX users do.
Memory Compression
This is nothing new, it compresses the bytes in sequence and keeps the in a smaller form in memory until it is needed again, I believe we have had this for a while, decompression speed depends on how its actually compressed, so the better compression smaller it becomes but the longer it takes the CPU to decompress, Now CPU these days can easily decompress this stuff, and with memory been so cheap and plentiful we dont need this, I view it as an actual drain on battery than a gain, but for people with older systems (1GB RAM) and decent CPUs (Dual cores) could use ZRAM to improve performance with a slight swap partition as pure fail safe (If you run out of memory your PC will crash as it cant store anything anywhere)
So dont think we are so far behind OSX in fact we are in front, I just wanted to share this with you if anyone is interested, As normal if I have posted anything incorrectly please feel free to post the correction in the comments and I will add it to here