Chris Stasiak (63)

Enable Machine Self Learning

elasticfeed.io elasticfeed is implementation of ICSE class architecture and provides flexible configuration model. This mode detects the type of input content and enables (configures) available plugins for storing, distribution and learning sections of JSON `Scenariofile` (see below) This mode allows to…

Private Virtual Personality

THIS PROJECT IS ON HOLD DUE TO 3D/VR RELATED PROJECTS I WORK PROFESSIONALLY FOR FULL TIME AND ALSO DUE TO MY PRIVATE VR ACTIVITY. THE LATES SOURCE CODE YOU CAN FIND ON GITHUB. I am on the heavy development of super…

Thinking Fast and Slow

My highest recommendation for everyone interested in understanding the human nature of thinking. This book explains in details and step by step all aspects of pre-learning, predicting and learning. If you look for inspiration on the long way of AI…

VideoChat in Terminal

Absolutely awesome application for P2P Video Chat, written in C++. Check it out on Github This is easy to compile on OSX and to start video chat in less than minute. Please follow instructions of github readme. Have fun!

Wowza powered by Nvidia GPU on AWS

This blogpost is continuation of Wowza powered by M3 and G2 instances on AWS. GPU is absolutely awesome piece of engineering. It extremely speed up computation which can be parallelized. Media transformation is that case. If we need to transcode…

Wowza powered by M3 and G2 instances on AWS ?

This blogpost is continuation of ffmpeg/ffserver network latency benchmark. Today, I will focus on delay introduced by Wowza. As the previous blogpost showed the source of the delivery delay which is not the network latency but rather the computation itself…

Weather in Terminal

Absolutely awesome application for weather forecast, written in Go. Check it out on Github

Pushing Your Meteor Project to Heroku

Meteor preparation Go to your meteor project folder: $ meteor bundle myproject.tar.gz $ tar -xf myproject.tar.gz $ cd bundle/ Reinstall fibers $ cd programs/server $ npm uninstall fibers $ sudo npm install fibers $ cd ../../ Heroku preparation Node.js Create package.json file.

Infrastructure deployment with Puppet

After few months of hard work with new approach to infrastructure deployment I can say that the choice of using Puppet was very good. We reached our goals like: If you are interested in puppet please have a look on open…

PULSAR REST API

Why? If you work in scale, If you manage multiple application in multiple environments, If you automate any tasks using Capistrano then try a handy solutions which will improve and extend your workbench. Real-life scenario There are many automated tasks…

Brain's Best Friend

During last days I was developing an idea for the elasticfeed plugin which would be able to assists and manages the life quality by letting the human brain/minds for "regression" or "progression" on demand. By regression I mean the time when…

ICSE for beginners+

The elasticfeed is an implementation of ICSE class architecture. In short the Data Prediction Workflow Model of pre-learning, distribution, evolution and learning is optimised for real time data streaming as follows on diagram below :) See my contact page or please leave your…

Learning via Sensing. Acting via Teaching

Full workflow example of learning and teaching using Artificial Neural Network plugins of elasticfeed ... See my contact page or please leave your e-mail address here if you want be notified when the open source is released. © COPYRIGHT KRZYSZTOF STASIAK 2015. ALL…

Learning... Acting... Evolving... Calibrating... Learning...

Full workflow example of learning and teaching using Artificial Neural Network plugins of elasticfeed. Steps: See my contact page or please leave your e-mail address here if you want be notified when the open source is released. © COPYRIGHT KRZYSZTOF STASIAK 2015. ALL…

Turn On Self Learning Machine

elasticfeed.io elasticfeed is implementation of ICSE class architecture and provides flexible configuration model. This mode detects the type of input content and enables (configures) available plugins for storing, distribution and learning sections of JSON `Scenariofile` (see below) This mode allows to…

Why do we care so much of AI...

The elasticfeed ICSE concept is driven by inspiration for make "the world a better place". However I wish myself that we will follow the right way. I believe that single image is like thousand of words so please contemplate what follows See…

ICSE and AI motivation...

Introduction For a last year I am implementing Artificial Intelligence science achievements into the real world, specifically into the world web. As there are many running projects I would like to add some of my personal observations and solutions in…

Mongo MMS API agent for ruby with basic cli client

During last two days I have developed very minimalistic the Mongo MMS API ruby client which is easily extendable as mms-api gem (source code on github so please contribute). The client is used by me to extend Pulsar (capistrano) tasks…