Thursday 24 September 2015

Disable Leap Motion App on Startup

You will find a line item

com.leapmotion.Leap-Motion.plist

Library/LaunchAgents

Just rename from .plist to .bak - incase you would like to auto startup again.

I believe Leap Motion chose to use LaunchAgent rather than 'Login Items' is because they couldn't get it to startup all the time.

source: https://discussions.apple.com/thread/5295534

Stalled Spotlight Search on Mac

You can try to temporarily disable Spotlight, removing its files and then reenabling it.

See source for in-depth explanation.

source: http://apple.stackexchange.com/a/1082

Google Chrome Helper Process

The quick story is that Google Chrome Helper isn’t really the problem. It tends to go on the rampage when there’s a rogue extension or when Google Chrome’s plug-in settings are configured to run everything by default. There’s a long list of the plug-ins supported by Chrome here, but most users in the Help Center forums seem to run into trouble when it’s working with Flash content.

Disabling Helper’s auto-helping is easy, and it won’t prevent you from using plug-ins. You’ll just have to opt in to view plug-in content on a case-by-case basis. Deactivating it isn’t entirely intuitive, though—there’s no mention of the Helper outside of your Activity Monitor and forum complaints. You’ll have to dig a couple of levels deep into your Chrome settings. First, shut down all your Chrome windows without quitting the program. In the Chrome menu, go to “Preferences,” scroll all the way down in the menu, and click on “Show advanced settings…” The first item in the expanded advanced settings list will be “Privacy,” and click on the “Content Settings” button right under that. About halfway down the content settings list is a “Plug-ins” entry, which will likely be set to “Run automatically.” Instead, select “Click to play.” This is essentially the same thing as configuring email to load images only when you click a “load images” link. Any embedded Flash, Java, Quicktime, DivX, or Silverlight content on a webpage will appear as a grayed-out space until you click on it to load the player and the content.

source: http://www.wired.com/2014/10/google-chrome-helper/

Friday 11 September 2015

Surface Pro 3 Hotkeys

Screen brightness:
Fn+Backspace = dimmer.
Fn+Backspace = brighter.

source: http://www.lovemysurface.net/surface-pro-3-screen-brightness/

Closing a window:
Fn+Alt+F4

source: https://pricklytech.wordpress.com/2014/08/05/surface-pro-3-quick-tip-alt-f4-does-not-work/

Monday 7 September 2015

Fantastic Tutorial on Setting Up Github Pages and Jekyll Layouts

Really good tutorial on setting up a github.io website, using Jekyll for templates/layouts (built into Github webpages already, so no additional installation), and markdown.

source: http://jmcglone.com/guides/github-pages/

Git: deleting remote file but not local

git rm --cached [file]

Friday 4 September 2015

Modifying Pixel Dimensions in Mac Preview

While using selection, the pixel size highlighted is shown, so before cropping you can check if you have the right size.