Easily Allowing and Forbidding Distractions on OS X macOS

Facebook and Instagram are better than television and like any good thing it is nice to have a break. Real televisions have an on/off switch but computers don’t really. Technical folks: here is one way to make it easy to give your OS X macOS box an on/off switch for your social sites:

#!/usr/bin/env bash
# -*- mode: sh; -*-
if [ $# -eq 0 ]; then
    sudo cp /etc/hosts.distractions /etc/hosts
    printf "...forbidding distractions.\n"
else
    sudo cp /etc/hosts.org /etc/hosts
    printf "...allowing distractions.\n"
fi

Chapter 85. Text Threading 3:19

  • Threading text between separate containers
  • See the offset text plus sign: you can’t print the amount of text in there
  • Couple ways to handle this
    • Easiest click on the plus in the overflow flag and draw another text container into which overflow will occur
  • You can flow text through threading any way you want as you thread together text boxes. You easily layout text to different parts of the page say if you want to include an image on that location of the Artboard.
  • Can thread the text into any shape

The Anatomy of Trust by Brene Brown

http://www.supersoul.tv/supersoul-sessions/the-anatomy-of-trust

  • Brene Brown on Super Soul Sunday
  • Reliability
    • be aware of your limitations, don’t over promise.
  • Accountability
  • Vault
    • holding the confidences of others
  • Integrity
    • choosing courage over comfort, choosing what’s right over what’s fast fun or easy, practicing your values, not just professing them.
  • Non-judgment
    • when we assign value positively to when we or others need help
  • Generosity
    • take whatever words I say in the most positive kind accepting manner. Learn to make generous positive assumptions about what others say or believe.
  • Common Enemy to Intimacy
    • sharing negative gossip about others.
  • Self-trust
    • Can you count on yourself?
  • “Follow your curiosity
    • This is much easier than following your passion.
  • Curiosity is always gentle and available.“ – Elizabeth Gilbert

The Perfect "Little" Calculator

The Texas Instruments TI-30X IIS 2-Line Scientific Calculator is perfect because

  • It is scientific so it does just about everything you would ever want in addition to the basics so it includes
    • A 2-line display
    • Statistics on one and two variables
    • Degrees, radians and grads
    • Scientific and engineering notation
    • Fractions
    • Conversion
    • Copy and paste with multiple storage cells
  • It is little
  • It has a sliding protective computer
  • It works both off battery and solar energy
  • It less than a new air filter

You can buy a science and math friendly calculator that costs next to nothing, can take anywhere without worrying about powering or dropping it, to easily work on just about any real word calculation that you find yourself doing every day.

This calculator rocks!