0x0’s Thread0x0’s Thread

All Comments☝️
Search

  • I am just curious. Was the app written in JavaScript? I was a scientific programmer for over 30 years in genetics research. I have written many image analysis algorithms (Java, C++), so I just wondered what it looks like in other languages. I understand if you do not want to share actual code; however, I wonder what challenges came up language-wise in your experience. Thanks for all you do! Bill


  • Hi Bill, thanks for the question!

    Yes, the majority of the app is written in TypeScript. It uses github.com/lovell/sharp. I think there are a lot of great tools in JavaScript land for computer vision, but maybe not as many code examples or theory explainers that go beyond resizing images for web servers. Some features are missing here and there, but the pieces written in other languages to fill the gap are a few and don’t need as much maintenance.

    Overall, JavaScript seems like an ideal solution for this project. The worker, server, and client all use the same language, which is very convenient and easy to read. At least for someone so used to writing everything in JavaScript 😅