SGSatyajit Ghanainblog.tensorclan.tech·Aug 17, 2021 · 6 min readMulti-arch docker with buildxIntroduction Docker images can support multiple architectures, which means that a single image may contain variants for different architectures, and sometimes for different operating systems, such as Windows. When running an image with multi-architec...00
SGSatyajit Ghanainblog.tensorclan.tech·Jul 12, 2021 · 4 min readAn Interview with Github CopilotInterview -1 Me: are you ready for an interview? Copilot: I'm not. Me: tell me something about yourself Copilot: I'm a copilot. Me: what all languages can you code in? Copilot: I can code in C, C++, Java, and Python. Me: write a program to find in...00
SGSatyajit Ghanainblog.tensorclan.tech·Jul 12, 2021 · 8 min readA Conversation With GitHub CopilotMe: who are you? Copilot: I'm a copilot. Me: what is pi? Copilot: pi is 3.14159265358979323846264338327950288419716939937510. Me: what is e? Copilot: e is 2.71828182845904523536028747135266249775724709369995957. Me: what is 10^2? Copilot: 10^2 is ...00
SGSatyajit Ghanainblog.tensorclan.tech·Jun 29, 2021 · 6 min readLive Video Stream + Video Recording + Image Stream in FlutterIntroduction I had this project where I needed to stream the video+audio to a backend RTMP Server, and also needed to do a local recording, along with some ML Model inferencing locally. The usual Flutter Camera package: https://pub.dev/packages/came...01M