Popular posts from this blog
Apple got $1 billion from Google in 2014 to keep 'Google Search' as the default search engine in iOS
It is no secret that Google pays Apple millions of dollars to keep Google Search as the default search engine on all iOS devices. However, it has always remained unclear as to how much money Google has actually had to pay to Apple. Now, a recent court transcript of the Oracle vs. Google debate was obtained by Bloomberg, which reveals that Google paid Apple a staggering $1 billion in 2014. The court transcript also reveals that “at one point in time the revenue share was 34 percent.” It was not clear if this percentage was kept by Google or was paid to Apple. Since financial agreements between Apple and Google are very important and confidential in nature, both companies had requested to seal and redact the court transcript. Google even said that if these details were made public, it could severely affect its negotiation terms with other companies. Ultimately the transcript did vanish from the electronic court website at around 3 p.m. PST. Many reports ove...
How to auto hide the dock and remove its delay on the Mac
The idea of auto hiding the dock has always seemed appealing, because it give back the real estate normally lost by an always-present dock. The downside to auto hide, however, is the slight delay that occurs whenever the dock shows and hides. For me, the delay totally kills the idea of using auto hide. But what if you could remove the delay? In this tutorial, I will show you how to have the best of both worlds: a dock that is hidden, yet at the same time immediately accessible due to the omission of the annoying delay. Step 1: Open Terminal Step 2: Copy and paste the following command into a Terminal window: defaults write com.apple.dock autohide -bool true && defaults write com.apple.dock autohide-delay -float 0 && defaults write com.apple.dock autohide-time-modifier -float 0 && killall Dock To remove all of these changes, and bring back your dock, simply paste the following command into a Terminal window: defaults delete...
Comments
Post a Comment