The timeline for Isaac Asimov's composite universe.
- The End of Eternity
- I, Robot
- The Rest of the Robots
alias: Random TNG | |
sequence: | |
- service: media_player.select_source | |
data: | |
source: Plex | |
target: | |
entity_id: media_player.living_room_apple_tv | |
- service: media_player.play_media | |
data: | |
media_content_type: EPISODE |
OFFERS *See below for specific offer details and restrictions.
GENERAL DISCLAIMER ©2016 Charter Communications, Inc. Offers are valid for a limited time only, to qualifying residential customers who have not subscribed to applicable services within the previous 30 days and have no outstanding obligation to Charter. Standard rates apply after promotion. TV equipment required & is extra; No additional charge for modem; Phone taxes, fees, & surcharges are included in price; other equipment, install, taxes, fees & surcharges may apply. Credit approval, prepayment or major credit card may be required. Services are subject to all applicable service terms & conditions, which are subject to change. Trademarks belong to their respective owners. Services not available in all areas. Restrictions apply. Charter Spectrum services not yet available in all areas, please enter your address to determine availability. Comparisons to Dish Network America's Everything Plan www.mydish.com/programmingguides/; Dish Network Locals
import UIKit | |
@UIApplicationMain | |
class AppDelegate: UIResponder, UIApplicationDelegate { | |
var window: UIWindow? | |
func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool { | |
// Override point for customization after application launch. |
var users: [User] = [] | |
// load and parse the JSON into an array | |
if let | |
path = NSBundle.mainBundle().pathForResource("users", ofType: "json"), | |
url = NSURL(fileURLWithPath: path), | |
data = NSData(contentsOfURL: url), | |
userList = NSJSONSerialization.JSONObjectWithData(data, options: nil, error: nil) as? [[String: AnyObject]] | |
{ | |
// extract individual users |
The Currents of Space — Isaac Asimov
Felt like the most Asimovian stereotype to date. Whodunnit to the max. But, a nice short enjoyable read that fits in with the rest of the Asimov universe.
Use of Weapons (Culture Book) — Iain Banks
Read this one sober. It took me a while to get used to the way this book is written, but I definitely enjoyed it. A lot more about the Culture operatives (Contact / Special Circumstances) than the rest of the Culture universe.
Quiet: The Power of Introverts in a World That Can't Stop Talking — Susan Cain
My favorite book of 2014. Helped me feel a lot more comfortable in my skin, make better decisions, and confident that there's nothing wrong with me just because I don't aspire to extrovert ideals.
The Man Who Ended The World — Jason Gurley
12:49 kneath:~/code/kneath/dropsack-atom sass --watch "app/scss/main_window.scss:build/main_window.css" | |
>>> Sass is watching for changes. Press Ctrl-C to stop. | |
** ERROR: directory is already being watched! ** | |
Directory: /Users/kneath/code/kneath/dropsack-atom/bin/atom-shell.app/Contents/Frameworks/Atom Framework.framework/Versions/Current | |
is already begin watched through: /Users/kneath/code/kneath/dropsack-atom/bin/atom-shell.app/Contents/Frameworks/Atom Framework.framework/Versions/A | |
MORE INFO: https://github.com/guard/listen/wiki/Duplicate-directory-errors |