Thursday, 21 February 2019
Modern web applications are full of rich features. What about stream voice recognition? Not there is no “HTMLvnext” feature for voice recognition, but there are different services like AWS Transcribe, IBM Watson, and Google Speech to text. All services seem to be very good, they at least can handle my English with East-Ukrainian accent very well. But one thing makes IBM Watson special, it supports WebSockets, so you can stream directly from the browser without sending a stream to your server. This may give a lot of benefits from security to hosting costs. You still need a server to perform authentication. But that is only one small call at the very begging, after that, you can send a stream of audio from your browser to IBM Watson and get a stream of text messages back. The latency is a or...
Wednesday, 20 May 2015
Maybe some people already know this feature, but I was discovered it only today. A lot of JS debugging brings some benefits, and today I found the possibility to edit code and save it on disk with (or...
Monday, 15 February 2016
Setup Install the latest mono as described at (http://www.mono-project.com/docs/getting-started/install/linux/#debian-ubuntu-and-derivatives). Install Visual Studio Code from Just unpack and start. no...
Wednesday, 18 October 2023
I have worked with startups as a tech consultant for over a decade. A tech startup is not just a technical solution. Many important things like investments and marketing make a business successful. to...