fionafibration / QRStreamer

A Python program to break up a file into multiple QR codes to be scanned by TXQRAndroid
GNU General Public License v3.0
10 stars 2 forks source link

Add TxQr into name/description #1

Open DonaldTsang opened 5 years ago

DonaldTsang commented 5 years ago

Makes it easier to search, also please:

xloem commented 3 years ago

@DonaldTsang would you be interested in either starting a new repo, or being a co-maintainer with me for https://github.com/xloem/TXQRApp (a small python tool to generate txqr codes i am struggling to finish) or https://github.com/xloem/QRStream , so as to get all these links and readme notes consolidated in one place?

DonaldTsang commented 3 years ago

Just a note: JS > Python when it comes to mobile apps and multi-platform

xloem commented 3 years ago

I didn't know. I've encountered some virtual machine instabilities with js, and I haven't found good debugging tools. The coding patterns seem more error-prone to me. What makes js win out when reliability is the concern? What would you use in js for a mobile app that accesses the camera?

DonaldTsang commented 3 years ago

JS is faster than Python, therefore the slowdown would make the code unreliable. In regards to JS code being unclear, take a look at Typescript, as it acts as a stabalizer while maintaining the speed.

xloem commented 3 years ago

Speed has meaning. I'll consider JavaScript more strongly next goaround. It's hard to pick a framework. I guess plain Cordova is probably the core choice. For now what I wrote was in python =/

Really I prefer compiled languages, but I'm running out of steam to work on these things.