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…
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…
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…
ffmpeg -f avfoundation -list_devices true -i "" [AVFoundation input device @ 0x7f88b0422800] AVFoundation video devices: [AVFoundation input device @ 0x7f88b0422800] [0] FaceTime HD Camera [AVFoundation input device @ 0x7f88b0422800] [1] Capture screen 0 [AVFoundation input device @ 0x7f88b0422800] AVFoundation audio…
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…
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…
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…
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…