research (7)

Book: The Nature of Code

During the Covid-19 lockdown, there is a lot of time for reading. There was a book on my shelf since 2013 which I did approach multiple times, but never lucky enough to take it properly and seriously. However, there is…

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…

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…

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…

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…

WebSocket very basic protocol debugging overview

1. Required tools netcat brew install netcat nodejs brew install node websocket tools npm install websocket-upgrade Chrome browse 2. Starting netcat as "server" on localhost, port 8080 $ nc -lcvv localhost 8080 3. Creating websocket using chrome developer console var…