Published on

2017 ¤ 2020 journey with exciting Vresh & Tag-ya

In 2017, I have decided to accept the offer of CTO & Partner in a startup called Vrenetic. It all started in Los Angeles as a vision of two movie producers from Hollywood - Roland Emmerich and Marco Weber. At that time the…

Read more

Moved to London

Quick update: I have just moved to London for a bit... I will try to get back to work on VR project as soon as possible. If anyone in London is willing to meet, share thoughts or create a team...

Art 3D/VR challenge – week 2 - looking for performance

Previous week Next week coming soon... Introduction This article is continuation of Art 3D/VR challenge. Please note, I don't describe all possible technologies, knowledge, science, models and approaches you can find on the search engine. Performance utilisation As we are going…

Art 3D/VR challenge - week 1 - abstract overview

Previous week Next week Introduction This article is continuation of Art 3D/VR challenge. Please note, I don't describe all possible technologies, knowledge, science, models, and approaches you can find on the search engine. Index Abstract segments The chart above shows the…

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…