Skip to content

Instantly share code, notes, and snippets.

View kneath's full-sized avatar
🌲
Growing soil

Kyle Aster kneath

🌲
Growing soil
View GitHub Profile

Asimov Universe

The timeline for Isaac Asimov's composite universe.

Early (in the near future)

  • The End of Eternity
  • I, Robot
  • The Rest of the Robots
@kneath
kneath / script.yml
Created August 4, 2022 18:17
Random TNG
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

@kneath
kneath / Recipe.md
Created June 24, 2015 16:32
Grilled Sous-Vide Chicken & Avocado Rolled Tacos

Grilled Sous-Vide Chicken & Avocado Rolled Tacos

Delicious little tacos with a little bit of crisp, a little bit of spice, and that perfect sous-vide chicken texture.

Ingredients

For the tacos:

  • 2 Skinless Chicken Breasts
  • 1 7oz can Chipotle Peppers in Adobo Sauce
@kneath
kneath / Recipe.md
Created June 17, 2015 03:11
Mexican Corn Salad

Mexican Corn Salad

Ingredients

  • 6 ears sweet corn
  • 1/2 red onion
  • 1 cup of cojita cheese
  • 3/4 cup mayonaise
  • 1 bunch cillantro, chopped
  • 3 limes, zested
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.
@kneath
kneath / optionals.swift
Created April 10, 2015 01:10
Clean example of using Swift 1.2's improved optional binding via http://nshipster.com/swift-1.2/
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
@kneath
kneath / books.md
Last active August 29, 2015 14:12
Books of 2014
  • 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
@kneath
kneath / README.md
Last active May 20, 2020 14:11
Swift sample applications README

Lister

Version

1.4

Build and Runtime Requirements

  • Xcode 6.0 or later
  • iOS 8.0 or later
  • OS X v10.10 or later