Skip to content

Instantly share code, notes, and snippets.

View ceich's full-sized avatar

Chris Eich ceich

  • Dallas metroplex
View GitHub Profile
@ceich
ceich / aws.greengrass.DLRImageClassification.log
Last active March 11, 2022 18:55
Timeout while waiting for AWS Iot Device Test DLR Inference test case
2022-03-11T17:20:57.018Z [INFO] (pool-2-thread-15) aws.greengrass.DLRImageClassification: shell-runner-start. {scriptName=services.aws.greengrass.DLRImageClassification.lifecycle.run.script, serviceName=aws.greengrass.DLRImageClassification, currentState=STARTING, command=["\n . ../variant.DLR/greengrass_ml/greengrass..."]}
2022-03-11T17:20:57.020Z [DEBUG] (pool-2-thread-15) aws.greengrass.DLRImageClassification: Created process with pid 25208. {serviceName=aws.greengrass.DLRImageClassification, currentState=STARTING}
2022-03-11T17:20:57.238Z [INFO] (Copier) aws.greengrass.DLRImageClassification: stdout. <Connection at 0x7f9c38b3c8 /mnt/ggqualification/root/idt-537282f078b26698e0ee/ipc.socket:8033> connected. {scriptName=services.aws.greengrass.DLRImageClassification.lifecycle.run.script, serviceName=aws.greengrass.DLRImageClassification, currentState=RUNNING}
2022-03-11T17:20:57.239Z [INFO] (Copier) aws.greengrass.DLRImageClassification: stdout. Created IPC client.... {scri
@ceich
ceich / App.js snippets
Last active October 25, 2018 22:28
To use AWS Amplify React with hosted login (exclusively), try this approach
import Redirector from './Components/Redirector';
const oauth = {
domain: 'your.doma.in', // REPLACE
label: 'Sign in', // default label for OAuthButton
redirectSignIn: window.location.origin + '/signin',
redirectSignOut: window.location.origin + '/signout', // unused AFAICT
responseType: 'code',
scope: [ 'email', 'profile' ] // hosted auth uses User Pool settings
};
@ceich
ceich / rvm-update-error
Created February 14, 2012 17:43
RVM upgrade from latest to head
ceich@ceich-mbp ~/git/enlighten2.x master $ rvm get head
Original installed RVM version:
rvm 1.10.2 by Wayne E. Seguin <wayneeseguin@gmail.com>, Michal Papis <mpapis@gmail.com> [https://rvm.beginrescueend.com/]
Downloading RVM from wayneeseguin branch master
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 887k 100 887k 0 0 186k 0 0:00:04 0:00:04 --:--:-- 342k