syzer
syzer
👍 same on mac and fish.. please take look on `peerflix` they got it right
@fvgs cheers! `litetimer` package prints the clock always in the new line (on every second) .. what you probably meant to do is **treat terminal as canvas**.. Abstraction between different...
i was thinking about changing structure to easily add plugins. also wanted to parse response of speech recognition first.. before publishing it to user
something more like: input => question => intent => answer so we could display in UI: Q/A from server, example: remove some words or change some words in questions. also...
also 1 question could map to different intents.. we could assemble answers from all of intents or use previous history to check context of question and then use single intent.
wdyt?
plugin system could work like that: example plugin 'cooking-reciepie' 1.write code in /src/ directory /input /intent /question /answer(AKA skill) 2. npm publish 3. in pbrain deployed server ```sh npm i...
@patrickjquinn if you want i can first add db to the project, as a smaller MR...
thanks for mentioning raspberry pie... I found that the are binaries for it: http://andyfelong.com/2016/01/mongodb-3-0-9-binaries-for-raspberry-pi-2-jessie/
as long as clients connect via specified api it should be fine :)