name: We got a 3D printer. Now what!? class: middle, center
I'm sorry to tell you, we're not early adopters on this one.
| #include <ESP8266WiFi.h> | |
| #include <WiFiClient.h> | |
| #include <ESP8266WebServer.h> | |
| #include <ESP8266mDNS.h> | |
| #include <DNSServer.h> | |
| #include <WiFiManager.h> | |
| #include "Adafruit_MQTT.h" | |
| #include "Adafruit_MQTT_Client.h" | |
| ESP8266WebServer server(80); |
| " Specify a directory for plugins | |
| " - For Neovim: ~/.local/share/nvim/plugged | |
| " - Avoid using standard Vim directory names like 'plugin' | |
| call plug#begin('~/.vim/plugged') | |
| Plug 'tpope/vim-fugitive' | |
| Plug 'kien/ctrlp.vim' | |
| Plug 'valloric/youcompleteme' | |
| Plug 'pangloss/vim-javascript' | |
| Plug 'plasticboy/vim-markdown' | |
| Plug 'editorconfig/editorconfig-vim' |
Here are notes from building a proof of concept around integrating Watson Retrieve and Rank service into an Alexa skill. I'm still learning, so this may not be the best way to do it. This is simply an approach that worked for me. I'm hoping this overview will illustrate how simple it can be to leverage these two complicated sounding platforms together. If I can sort it out, surely someone as clever as yourself can too.
You can sign up for a free bluemix account. I'm not sure the terms or pricing as I used credentials provided by work. You can definitely kick the tires for free, but I'm not sure how far you can get with that. The underlying technology is really impressive, but the web interface and general user experience need some love. IBM has great documentation that walks you through the training process, but I'll provide a high level overview. Check out the official [documentation](https://www.ibm.com/
This will set $ANDROID_HOME for you, but not update your PATH so android dev tools are available via the command line.
name: Project Board class: middle, center
???
In Cincinnati, we've been working on a project in the margins of our timesheets. It's early days for the project, but I thought it'd be nice to discuss some lessons learned while they are still fresh in my mind. I've mostly been focused on workflow and plumbing of this Angular 2 app that will get data from a headless Drupal instance.