quiet/README.org

28 lines
1.4 KiB
Org Mode
Raw Normal View History

2016-05-06 12:43:12 +00:00
** quiet
2016-05-06 12:43:12 +00:00
A simple package to disconnect from the online world for a while, possibly reconnecting later. Any interruptions or distractions which occur once the command is run are guaranteed to be local.
2016-05-06 12:43:12 +00:00
** disconnection
2016-05-06 12:43:12 +00:00
~M-x quiet~ will disconnect from the network, optionally reconnecting after a certain time.
2016-05-06 12:37:56 +00:00
the function ~quiet~ can be used anywhere in emacs where lack of network access could be seen a as a feature, e.g. as a mode-hook (or with ~defadvice~) to your preferred distraction free writing environment.
2016-05-06 12:43:12 +00:00
** reconnection
2016-05-06 12:43:12 +00:00
~M-x quiet-reconnect~ will manually reconnect to the network, however you can enable a timer to automatically reconnect by setting ~quiet-timer~ to a number of minutes. e.g. ~(setq quiet-timer 60)~ will enable ~quiet~ to reconnect after one hour. if ~quiet-timer~ is set to 0 it won't reconnect automatically.
2016-05-06 12:43:12 +00:00
** network interfaces
2016-05-06 12:37:56 +00:00
you may want to ~customize~ or ~setq~ ~quiet-disconnect~ and ~quiet-connect~ to the appropriate shell commands to turn your network (or single interface) on or off.
2016-05-06 12:39:50 +00:00
- MacOS (current default). ~networksetup -setairportpower airport {on,off}~
- GNU/Linux. ~ifup wlan0~ and ~ifdown wlan0~
- *BSD. ~service netif {stop, start}~
2016-05-06 12:43:12 +00:00
** further
- Mihaly Csikszentmihályi (1990). Flow: The Psychology of Optimal Experience. Harper & Row. ISBN 9780060162535
- The Myth of Monotasking. https://hbr.org/2011/11/the-myth-of-monotasking/