Nice list thanks to Caleb for the link.
Category: Link
How to keep OSX awake
If you have long-running tasks you surely want to keep your Mac awake to at allow them to complete, or more. A lot of GUI applications claimed to fit the bill but the first one I tried let the Mac go to sleep! The solution is caffeinate; run it from the terminal.
ADDENDUM
Here is the flag for preventing the machine from sleeping, perhaps the most important one:
-s Create an assertion to prevent the system from sleeping. This asser- tion is valid only when system is running on AC power.
GNU Emacs Manuals Online
Such a short page which encompasses direction to massive tomes of wisdom.
Time and care should be taken reading them.
Managing bibliography references with Docear
Looks interesting.
Polymode is on MELPA
How the OSX firewall and Little Snitch work together
Coming from UNI*, you might be wondering, like me, exactly how the OSX firewall and Little Snitch play together. It is really simple, and explained here by the author:
- LittleSnitch is an application level firewall. It does not operate anywhere near the network stack or kernel.
- LittleSnitch is not stateful.
- LittleSnitch has its rules applied after the OSX firewall. The OSX firewall comes first in the filter chain.
- The OSX firewall should remain turned on. LittleSnitch supplements, but does not replace, the OSX firewall.
Addendum: 2014-05-12
My initial configuration of LittleSnitch was the default with preconfigured acceptances and blockades. Its alerts have been very helpful in helping to educate me on what exactly is running, and what it is doing, without having to assumedly sit at the terminal with a sniffer or netstat.
One thing that I’ve found helpful is to get into the “application firewall” mentality of thinking about how generally you would like a program to behave. The granularity is as you would expect, as broad or granular as you wish. One of the time savers using an app like this is that you may simply configure it as you go via its pop up messages. Every time that you receive one you may think as much or as little about what it is telling you, with ease, since you can go back to edit your rules (delete, persist, or create new) with only two clicks. The UI is quite pleasant given the number of variables that one may want to tweak for a non-trivial setup; for my initial trivial use it is quite nice to use, which is important, too.
Addendum: 2014-05-12
The key point that I failed to mention is that is LittleSnitch is primarily for firewalling outgoing network connections and only recently added support for firewalling incoming network connections.
An Emacs FFI proof of concept
Fun read here.
Very much a nice to have despite no specific need.
Avoiding window takeover in Emacs
Inverting direction of mouse scroll wheel in Windows 7
This superuser post explains how by setting FlipFlopWheel to 1.
Styles for reading exported org-mode documents in HTML
Exporting org-mode documents to HTML offers 3 styles for navigating the exported document. Those styles are listed here.
You may be pleasantly surprised by the “info” style view.