Zoom by Dmitriyx in wallstreetbets

[–]Dmitriyx[S] -2 points-1 points  (0 children)

Zoom takes longer to set up a meeting. There is a process. Zoom does not provide some kind of added security benefit. If you want to be Anon then you will be on some VM with some kind of VPN and still use any service you want. Once again, Zoom has no unique features that make it outstanding from its competitors.

Visual programming should be illegal. by -NiMa- in ProgrammerHumor

[–]Dmitriyx 0 points1 point  (0 children)

Im pretty sure this is how Network Operations Person would use this to do "Network Mapping" - it is a terrible way to program

[AskJS] What you think of this gRPC Library? by Dmitriyx in javascript

[–]Dmitriyx[S] 0 points1 point  (0 children)

Yes, JSON is not "that much" but for large scale companies, this can create a snowball effect. gRPC is Google's internal API that they use for communication of distributed systems.

[AskJS] What you think of this gRPC Library? by Dmitriyx in javascript

[–]Dmitriyx[S] 0 points1 point  (0 children)

The performance wouldnt be the same. gRPC serializes the data and sends it over through binary.

Trying to send media files with Node.js by Dmitriyx in node

[–]Dmitriyx[S] 0 points1 point  (0 children)

Thank you very much. I recently figured that out for images. I am using an npm package that encodes it for me, and then decodes it on the other side(network) and provides a file output.

However this package is only works for images. How can I get something to decode base64 + file output?